/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/ 

/* .hero-image.elementor-widget-video .elementor-custom-embed-image-overlay {
	pointer-events: none;  
	cursor: default;
}
.hero-image .elementor-custom-embed-play,
.hero-image .elementor-custom-embed-image-overlay:before {
	display: none !important; 
} 
.hero-image .elementor-video {
	display: none !important;
} */

.about-text::after {
  content: "";
  display: block; /* żeby margin-top zadziałał */
  width: 28px;    /* dostosuj wg potrzeby */
  height: 28px;
  margin-top: 13px;
  background: no-repeat center / contain url("/wp-content/uploads/2025/08/icon-arrow-right.svg");
  pointer-events: none; /* ikona nie będzie “klikalna” */
}

#about .about-text h3.elementor-icon-box-title {
	margin-block-end: 8px !important;
}
#about .test img {
	background: #F7F7F7;
	border-radius: 15px; 
	padding: 20px 0;
}
.hero-list ul {
	padding-inline-start: 0;
}
.hero-list ul li {
	line-height: 1.5;
}
.hero-list ul li:not(:last-of-type) {
	margin-bottom: 13px; 
}
.join-us-list ul {
	padding-inline-start: 20px;
}
.join-us-list ul li:not(:last-of-type) {
    margin-bottom: 15px; 
}

/*.remove-bottom-margin p {
	margin-block-end: 0 !important;
} */
.new-bottom-margin p {
	margin-block-end: 5px !important;
}
.remove-margin-bottom p {
	margin-block-end: 0 !important; 
}
.tooltip-list li {
	line-height: 1.4;
	padding-inline-start: 0 !important;
}
.tooltip-list li:not(:last-of-type) {
	padding-bottom: 15px; 
}
.tooltip-list {
    margin: 0 auto;           
    padding-left: 1.2em;     
    width: fit-content;      
    list-style-position: outside; 
    text-align: left;    
}
.our-blog .elementor-widget-image img {
    border: 1px solid #e9e9e9;
    border-bottom: 0;
}
[data-tippy-root] { 
	z-index: 999999 !important; 
}
.elementor-popup-modal .dialog-message {
    display: flow !important;
} 
.tippy-box {
	height: 280px;
    box-shadow: inset 0 0 0 0.7px #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tippy-content p {
	line-height: 1.4;
}
@media (min-width: 768px) {
/*#tippy-1 .tippy-box::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: inherit;
    box-shadow: 
		 inset -0.7px  7px 0 -6px #efefef,  
         inset -0.7px -7px 0 -6px #efefef; 
    transform: rotate(45deg);
    top: 50%;
    right: -11px;
    margin-top: -10px;
} 
	 #tippy-2 .tippy-box::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: inherit;
    box-shadow: 
		 inset 0.7px  7px 0 -6px #efefef,  
         inset 0.7px -7px 0 -6px #efefef; 
    transform: rotate(45deg);
    top: 50%;
    left: -11px;
    margin-top: -10px;
} 
	#tippy-3 .tippy-box::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: inherit;
    box-shadow: 
		 inset -0.7px  7px 0 -6px #efefef,  
         inset -0.7px -7px 0 -6px #efefef; 
    transform: rotate(45deg);
    top: 50%;
    right: -11px;
    margin-top: -10px;
} 
	 #tippy-4 .tippy-box::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: inherit;
    box-shadow: 
		 inset 0.7px  7px 0 -6px #efefef,  
         inset 0.7px -7px 0 -6px #efefef; 
    transform: rotate(45deg);
    top: 50%;
    left: -11px;
    margin-top: -10px;
} 
    #tippy-5 .tippy-box::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: inherit;
    box-shadow: 
		 inset -0.7px  7px 0 -6px #efefef,  
         inset -0.7px -7px 0 -6px #efefef; 
    transform: rotate(45deg);
    top: 50%;
    right: -11px;
    margin-top: -10px;
} */

#tippy-1 .tippy-box::after,
#tippy-2 .tippy-box::after,
#tippy-3 .tippy-box::after,
#tippy-4 .tippy-box::after,
#tippy-5 .tippy-box::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  background: inherit;
  transform: rotate(45deg);
}

/* prawa */
#tippy-1 .tippy-box::after,
#tippy-3 .tippy-box::after,
#tippy-5 .tippy-box::after {
  right: -10px;

  border-top: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

/* lewa */
#tippy-2 .tippy-box::after,
#tippy-4 .tippy-box::after {
  left: -10px;

  /* tu zmiana – zamiast top robimy bottom */
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
}



}