/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.4.9
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.sec-text{
	color: var(--e-global-color-accent);
}
.contact-list {}

.contact-list .elementor-icon-list-items {}

.contact-list .elementor-icon-list-items .elementor-icon-list-item {}

.contact-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d4152b1f;
    border-radius: 6px;
}

.contact-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
    margin: 0;
}
#Header {
}

.elementor-location-header {
    position: sticky;
    top: 0;
    backdrop-filter: blur(18px);
    z-index: 99;
}