/* Map Styles */

.wdt-google-map-wrapper {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.wdt-google-map {
    height: 500px;
    width: 100%;
}

.wdt-google-map .gm-style img {
    max-width: none;
}

.wdt-google-map .gm-style .gm-style-iw-t:after {
    content: none;
}

.wdt-google-map .gm-style .gm-style-iw-c {
    background: var(--wdt-elementor-color-white);
    overflow: visible;
    padding: 25px !important;
    max-width: 320px !important;
    width: 100%;
    border-radius: var(--wdtRadius_2X);
}

.wdt-google-map .gm-style .gm-style-iw-c:after {
    background-color: inherit;
    background-image: inherit;
    content: "";
    height: 15px;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 15px;
    z-index: 1;
    box-shadow: -2px 2px 2px 0 rgba(var(--wdt-elementor-color-secondary-rgb), 0.4);
    transform: translate(-50%, -50%) rotate(-45deg);

    -webkit-mask-image: linear-gradient(45deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    mask-image: linear-gradient(45deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);

}

.wdt-google-map .gm-style .gm-style-iw-d {
    overflow: auto !important;
}

.wdt-google-map .gm-style-iw-chr {
    position: absolute;
    top: -15px;
    right: -15px;
}

.wdt-google-map .gm-style .gm-style-iw-c button.gm-ui-hover-effect {
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
    transition: var(--wdt-elementor-base-transition);
    width: 30px !important;
    height: 30px !important;
    background-color: var(--wdtPrimaryColor) !important;
    top: 25px;
    right: 25px;
}

.wdt-google-map .gm-style .gm-style-iw-c button.gm-ui-hover-effect>span {
    height: 20px !important;
    margin: 0 !important;
    width: 20px !important;
    transition: inherit;
    background-color: var(--wdtAccentTxtColor);
}

.wdt-google-map .gm-style .gm-style-iw-c button.gm-ui-hover-effect:hover {
    background-color: var(--wdtSecondaryColor) !important;
}

/* .wdt-google-map .gm-style .gm-style-iw-c:hover button.gm-ui-hover-effect {
    opacity: 1;
    visibility: visible;
    transform: translate(60%, -60%);
} */

.wdt-google-map .gm-style .gm-style-iw-c:hover button.gm-ui-hover-effect span {
    transform: scale(0.8) translateZ(0);
}

.wdt-google-map .gm-style .gm-style-iw-c .wdt-google-map-info-title {
    font-family: var(--wdt-elementor-typo-primary-font-family);
    color: var(--wdtSecondaryColor);
    font-size: var(--wdtFontSize_H5);
    font-weight: var(--wdt-elementor-typo-primary-font-weight);
    margin-bottom: 15px;
}

.wdt-google-map .gm-style .gm-style-iw-c .wdt-google-map-info-desc>*:last-child {
    margin-bottom: 0;
}

.wdt-google-map .gm-style .gm-style-iw-c .wdt-google-map-info-desc p {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: var(--wdtFontSize_Ext);
}


.wdt-google-map-wrapper .wdt-google-map {
    flex: 1 1 400px;
}

.wdt-google-map-wrapper .wdt-google-map-marker-content-wrapper {
    flex: 1 1 0;
}

.wdt-google-map-wrapper .wdt-google-map-marker-content-selection {
    border: none; background: transparent; font-family: inherit; font-size: inherit; width: 100%; display: grid ; gap: 20px;}

.wdt-google-map-marker-content-wrapper {
    background-color: transparent;
    padding: 1.5em;
    width: 100%;
}

.wdt-google-map-marker-content-wrapper .wdt-google-map-marker-content-selection~.wdt-google-map-marker-content-item {
    margin-top: 1.5rem;
}

.wdt-google-map-marker-content-wrapper .wdt-google-map-marker-content-item:empty {
    display: none;
}

.wdt-google-map-marker-content-wrapper .wdt-google-map-marker-content-item p {
    margin-top: 0;
}

.wdt-google-map-marker-content-wrapper .wdt-google-map-marker-content-item>*:last-child {
    margin-bottom: 0;
}


.wdt-google-map .gm-style div[role="button"] {
    padding: 0;
    opacity: 0;
    transform: translateY(-10px);
}

.wdt-google-map .gm-style .gm-style-iw-tc::after {
    background: transparent;
}

.gm-style-iw-chr .gm-style-iw-ch {
    display: none;
}

.wdt-google-map .gm-style .gm-style-iw-c .wdt-google-map-info-desc {
    font-family: var(--wdtFontTypo_Base);
    font-size: var(--wdtFontSize_Base);
    line-height: var(--wdtLineHeight_Base);
    color: var(--wdtSecondaryColor);
}

.wdt-google-map .gm-style .gm-style-iw-c .wdt-google-map-info-desc p a,
.wdt-google-map .gm-style .gm-style-iw-c .wdt-google-map-info-desc p span { color: var(--wdtSecondaryColor); font-size: var(--wdtFontSize_Ext); margin-top: 2px; }

.wdt-google-map .gm-style .gm-style-iw-c .wdt-google-map-info-desc a:hover {
    color: var(--wdtLinkHoverColor);
}

.wdt-google-map .gm-style .gm-style-iw-c .wdt-google-map-info-desc p img {
    width: 1.1em;
    height: 1.1em;
    margin: 5px 10px 5px 0;
}



/* Marker Animations */

/* Soft Beat */
#wdtMarkerLayerSoftBeat>div {
    -webkit-animation: wdt-soft-beat 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate;
    animation: wdt-soft-beat 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate;
}

@-webkit-keyframes wdt-soft-beat {
    0% {
        -webkit-transform: scale(0.66);
        transform: scale(0.66);
    }

    100% {
        -webkit-transform: scale(0.99);
        transform: scale(0.99);
    }
}

@keyframes wdt-soft-beat {
    0% {
        -webkit-transform: scale(0.66);
        transform: scale(0.66);
    }

    100% {
        -webkit-transform: scale(0.99);
        transform: scale(0.99);
    }
}

@media (max-width: 767px) {
    .wdt-google-map .gm-style .gm-style-iw-c {
        max-height: 150px !important;
    }
}

@media (max-width: 479px) {
    .wdt-google-map .gm-style .gm-style-iw-c {
        width: 270px;
    }
}

/* Type 1 */

.wdt-google-map-heading-title-wrapper .wdt-heading-title {
    margin-top: 10px; margin-bottom: 30px;
}

body .wdt-google-map-wrapper .wdt-google-map { flex: 1 1 430px; border-radius: var(--wdtRadius_3X); height: auto; }
body .wdt-google-map-wrapper .wdt-google-map-marker-content-wrapper { flex: 1 1 0; order: -1; min-width: 440px; padding: 0; padding-right: 30px; }

.wdt-google-map-mark-item { display: grid ; grid-template-columns: 1fr minmax(0, 150px); position: relative; cursor: pointer;
    gap: 20px; background-color: rgba(var(--wdtQuaternaryColorRgb), .15); border-radius: var(--wdtRadius_3X); overflow: hidden; }
.wdt-google-map-mark-item:before { content: "";
    position: absolute; pointer-events: none; width: 40px; height: 40px; border-radius: var(--wdtRadius_2X); z-index: 0; 
    transform: scale3d(1, 1, 1); transform-style: preserve-3d; -webkit-transition: var(--wdtAltTransition); 
    transition: var(--wdtAltTransition); background: linear-gradient(90deg, transparent 0%, var(--wdtPrimaryColor) 100%); 
    will-change: transform; background-size: 400%; background-position: top left; transition-property: transform, background-position; 
    transition-duration: .8s; right: -40px; bottom: -40px; }
.wdt-google-map-mark-item:hover:before,.wdt-google-map-mark-item.wdt-active:before
 { transform: scale3d(50, 50, 1); background-position: top right; transition-delay: 0s, .1s; }

.wdt-google-map-mark-item .wdt-google-map-mark-content-group .wdt-google-mark-title,
.wdt-google-map-mark-item .wdt-google-map-mark-content-group div[class*='wdt-google-map-marker'],
.wdt-google-map-mark-item .wdt-google-map-mark-content-group div.wdt-google-map-marker-contact a,
.wdt-google-map-mark-item .wdt-google-map-mark-content-group div[class*='wdt-google-map-marker'] i { transition: var(--wdtAltTransition); }
.wdt-google-map-mark-item:hover .wdt-google-map-mark-content-group .wdt-google-mark-title,
.wdt-google-map-mark-item:hover .wdt-google-map-mark-content-group div[class*='wdt-google-map-marker'],
.wdt-google-map-mark-item:hover .wdt-google-map-mark-content-group div.wdt-google-map-marker-contact a,
.wdt-google-map-mark-item:hover .wdt-google-map-mark-content-group div.wdt-google-map-marker-contact a:hover,
.wdt-google-map-mark-item:hover .wdt-google-map-mark-content-group div[class*='wdt-google-map-marker'] i { color: var(--wdtAccentTxtColor);}
.wdt-google-map-mark-item.wdt-active .wdt-google-map-mark-content-group .wdt-google-mark-title,
.wdt-google-map-mark-item.wdt-active .wdt-google-map-mark-content-group div[class*='wdt-google-map-marker'],
.wdt-google-map-mark-item.wdt-active .wdt-google-map-mark-content-group div.wdt-google-map-marker-contact a,
.wdt-google-map-mark-item.wdt-active .wdt-google-map-mark-content-group div.wdt-google-map-marker-contact a:hover,
.wdt-google-map-mark-item.wdt-active .wdt-google-map-mark-content-group div[class*='wdt-google-map-marker'] i { color: var(--wdtAccentTxtColor);}

.wdt-google-map-mark-item:hover .wdt-google-map-mark-content-group div.wdt-google-map-marker-contact a:hover,
.wdt-google-map-mark-item.wdt-active .wdt-google-map-mark-content-group div.wdt-google-map-marker-contact a:hover { opacity: .8;}

.wdt-google-map-mark-item .wdt-google-map-info-window-image { order: 2; margin-top: auto; 
    max-height: fit-content; border-top-left-radius: var(--wdtRadius_Full); border-bottom-left-radius: var(--wdtRadius_Full); 
    border-top-right-radius: var(--wdtRadius_Full); padding: 10px 10px 10px 10px; background-color: var(--wdtBodyBGColor); position: relative; }

.wdt-google-map-mark-item .wdt-google-map-info-window-image::before {
    content: ''; position: absolute; bottom: -1px; left: 25px; width: 100%; height: 20px; 
    mask: radial-gradient(circle, transparent 11px, rgba(0, 1, 133, 1) 12px, transparent 1000px, rgba(0, 1, 133, 1) 495px, transparent 397px); 
    background-color: inherit; mask-size: 200% 93%; mask-repeat: no-repeat; mask-position: 102% 100%, 100% 100%, 0% 100%, 100% 0%; z-index: 0; }
.wdt-google-map-mark-item .wdt-google-map-info-window-image::after {
    content: ''; position: absolute; top: 18px; right: 0; width: 20px; height: 100%; 
    mask: radial-gradient(circle, transparent 10px, rgba(0, 1, 133, 1) 11px, transparent 1000px, rgba(0, 1, 133, 1) 522px, transparent 378px); 
    background-color: inherit; mask-size: 100% 135%; mask-repeat: no-repeat; mask-position: 100% 187%, 100% 100%, 0% 100%, 100% 0%; z-index: 0; }

.wdt-google-map-mark-item .wdt-google-map-info-window-image img { -webkit-border-radius: var(--wdtRadius_Full); border-radius: var(--wdtRadius_Full); position: relative; z-index: 1; }

.wdt-google-map-mark-item .wdt-google-map-mark-content-group { display: grid; gap: 10px; align-content: center; 
    padding: clamp(1.25rem, 0.9254rem + 1.4837vw, 1.875rem); position: relative; z-index: 1; }

.wdt-google-map-mark-item .wdt-google-map-mark-content-group .wdt-google-title--icon:empty,
.wdt-google-map-mark-item .wdt-google-map-mark-content-group .wdt-google-map-marker-content-item:empty { display: none !important; }

.wdt-google-map-mark-item .wdt-google-map-mark-content-group .wdt-google-mark-title { margin: 0; }
.wdt-google-map-mark-item .wdt-google-map-mark-content-group div[class*='wdt-google-map-marker'] { margin: 0; color: var(--wdtBodyTxtColor); }
.wdt-google-map-mark-item .wdt-google-map-mark-content-group div[class*='wdt-google-map-marker'] i { color: var(--wdtSecondaryColor); font-size: var(--wdtFontSize_H6); }
.wdt-google-map-mark-item .wdt-google-map-mark-content-group div.wdt-google-map-marker-address p { margin: 0; }
.wdt-google-map-mark-item .wdt-google-map-mark-content-group div.wdt-google-map-marker-address,
.wdt-google-map-mark-item .wdt-google-map-mark-content-group div.wdt-google-map-marker-contact a { display: inline-flex; align-items: baseline; gap: 10px; font-size: var(--wdtFontSize_Base); color: inherit ; }
.wdt-google-map-mark-item .wdt-google-map-mark-content-group div.wdt-google-map-marker-contact a:hover { color: var(--wdtPrimaryColor); }

@media (max-width: 1024px) {
    body .wdt-google-map-wrapper .wdt-google-map-marker-content-wrapper { padding: 0; padding-right: 0; padding-bottom: 30px; }
    .wdt-google-map-wrapper .wdt-google-map-marker-content-selection { display: flex; gap: 20px; overflow-x: auto; padding-bottom: 20px; }
    .wdt-google-map-mark-item { flex: 1 1 auto; min-width: clamp(15rem, 9.8071rem + 23.7389vw, 25rem); grid-template-columns: 1fr; }
    .wdt-google-map-mark-item .wdt-google-map-info-window-image { display: none; }
    body .wdt-google-map-wrapper .wdt-google-map { height: 100%; min-height: 500px; }
}