/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1765258785
Updated: 2025-12-09 05:39:45

*/


/*maps*/

.__wrapper {
    position: relative;
    padding: 2rem 0;
}

.map_image img {
    width: 100%;
    max-width: 100%;
}

.map_wrapper {
    position: relative;
    height: 100%;
}

.wrapper__info {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: inherit;

}

.info__wrapaper {
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.map__pointer {
    width: 12px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 9;
    padding: 6px;
    background-color: #00303d;
    color: #00303d;
}

.map__pointer::after {
    /* content: '';
    width: max-content;
    aspect-ratio: 1/1;
    display: block;
    background-color: transparent;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: auto;
    border: 1px solid;
    border-color: inherit; */
    /* animation: blinkCUS 1s ease-out infinite; */
}

.map__address {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    width: 20vw;
    max-width: 500px;
    position: absolute;
    background-color: #fafafa;
    padding: 10px;
    border-radius: 10px;
    transform: translateY(0);
    text-align: center;
    z-index:-1;
}

.map__address::after {
    content: '';
    /* height: 50px; */
    width: 25px;
    aspect-ratio: 1/1;
    position: absolute;
    display: block;
    background: #fafafa;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    bottom: -1.5rem;
}
.info__wrapaper{
    cursor: pointer;
}
.info__wrapaper:hover .map__pointer{
    transform: translateY(-0.2rem);
    /* opacity: 1;
    visibility: visible; */
    /* transition: all 0.5s ease; */
    /* z-index: 99999; */
}
.info__wrapaper:hover .map__address{
    visibility: visible;
    opacity: 1;
    z-index: 19;
    transform: translateY(-40px);
}
.map__add__heading {
    margin: 0;
    padding-bottom: 10px;
}

.map__location__heading {
    font-size: 18px;
    margin: 0;
}

.map__content {
    font-size: 13px;
    line-height: 1.4;
}

.ft-image-right img, .ft-image-right{
    object-position: right;
}
.map-indicator li{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: "Roboto", Sans-serif;
}
/* @-webkit-keyframes blinkCUS {
    0% {
        scale: 1;
    }

    100% {
        scale: 2;
    }
} */
.map__content ul {
    list-style-type: none;
    padding: 0;
}
@media only screen and (max-width:767px){
     .map__address {
        width: max-content;
        width:130px;
        padding:5px;
        max-width: max-content;
        z-index: 9999;
    }
}
@media only screen and (max-width:600px) {
    .map__pointer {
        width: 8px;
    }

    .map__address {
        width: 130px;
        max-width: max-content;
        z-index: 9999;
    }
    .gt-contact-card {
        line-height: 1 !important;
    }
    .gt_solution_product_container{
        min-height:auto;
    }

}


