/*
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: 17px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 9;
    padding: 6px;
     -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg%3E%3Cpath d='M32,0C18.745,0,8,10.745,8,24c0,5.678,2.502,10.671,5.271,15l17.097,24.156C30.743,63.686,31.352,64,32,64s1.257-0.314,1.632-0.844L50.729,39C53.375,35.438,56,29.678,56,24C56,10.745,45.255,0,32,0z M32,38c-7.732,0-14-6.268-14-14s6.268-14,14-14s14,6.268,14,14S39.732,38,32,38z'/%3E%3Cpath d='M32,12c-6.627,0-12,5.373-12,12s5.373,12,12,12s12-5.373,12-12S38.627,12,32,12z'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;

    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg%3E%3Cpath d='M32,0C18.745,0,8,10.745,8,24c0,5.678,2.502,10.671,5.271,15l17.097,24.156C30.743,63.686,31.352,64,32,64s1.257-0.314,1.632-0.844L50.729,39C53.375,35.438,56,29.678,56,24C56,10.745,45.255,0,32,0z M32,38c-7.732,0-14-6.268-14-14s6.268-14,14-14s14,6.268,14,14S39.732,38,32,38z'/%3E%3Cpath d='M32,12c-6.627,0-12,5.373-12,12s5.373,12,12,12s12-5.373,12-12S38.627,12,32,12z'/%3E%3C/g%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

.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;
    }

}


