/* 
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
*/

/* Add your custom styles here */
.voluteer-btn span.elementor-button-icon svg {
    fill: #f74f22;
	}
.top-bar {
    border: 1px solid #000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	}
.about-left-col {
    position: relative;
	}
.about-left-col::before {
    content: "";
    background-image: url(https://pjici.gologonow.org/wp-content/uploads/2025/11/about-03-1.png);
    width: 180px;
    height: 650px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -100px;
    z-index: 10;
    top: -30px;
	}
.pjici-fig {
    position: absolute;
    top: 170px;
    left: -20px;
    right: 0px;
	}
.counter-sect {
    box-shadow: 0px 0px 19px 17px #0000000D;
    position: relative;
	}
.counter-sect .elementor-widget-wrap::before {
    content: "";
    background-color: #F74F22;
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
	}
.project-col .elementor-heading-title {
    box-shadow: 0px 0px 13.57px 12.14px #0000000D;
    padding: 20px 5px 20px 5px;
	}
.mic-mac-sect {
    position: relative;
	}
.mic-mac-sect::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0px;
    z-index: -1;
	}
.newsletter .elementor-container {
    border: 1px solid #FFFFFF33;
	}
.newsletter-form {
    border-left: 1px solid #FFFFFF33;
	}
/* about page */
.charity-sect {
    position: relative;
	}
.charity-sect .charity-box {
    position: absolute;
    bottom: 150px;
    width: 32%;
    left: 90px;
	}
.child-img {
    position: relative;
	}
.children-box {
    position: relative;
	}
.children-box::before {
    content: '';
    background: url(https://pjici.gologonow.org/wp-content/uploads/2025/11/Mask-Group-2.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -25px;
    left: -61px;
    right: 0px;
    background-size: contain;
    background-position: top;
	}
.volunteer-box {
    position: relative;
    z-index: 1;
	}
.volunteer-box::before {
    content: '';
    background: url(https://pjici.gologonow.org/wp-content/uploads/2025/11/Mask-Group-4.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 75%;
    bottom: 235px;
    left: 1px;
    right: 0px;
    background-size: contain;
    background-position: top;
    z-index: -1;
	}
.about-tab .elementor-tab-title.elementor-active {
    background-color: #F74F22;
	}
.about-tab .elementor-tab-title {
    border-radius: 4px;
    box-shadow: 0px 5.17px 25.83px 0px #1A1A1A12;
    border: 0.86px solid #F74F22;
    padding: 10px 20px 10px 20px;
	}
.about-tab .elementor-tab-content {
    padding: 20px 0px 0px 0px;
	}
.ready-sect .email-icn .elementor-icon svg {
    margin: 10px 0px 0px 0px;
	}
.blog-comment-form p.form-submit input#submit {
    background:#f74f22;
    color:#fff;
    border:1px solid #f74f22;
    font-weight:500;
    font-size: 16px;
    }

@media screen and (min-width: 320px) and (max-width: 767px) {
.charity-sect .charity-box {
    position: unset;
    width: 100%;
	}
.children-box::before {
    bottom: 65px;
    left: -45px;
	}
.volunteer-box::before {
    bottom: 150px;
    left: -14px;
	}
.about-left-col::before{
	content: "inherit";
    background: inherit;		
	}
.newsletter-form{
	border:0px;		
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.children-box::before {
    bottom: -248px;
    left: -60px;
	}
.charity-sect .charity-box {
    bottom: 320px;
    left: 30px;
	}
.volunteer-box::before {
    bottom: 170px;
    left: -13px;
	}
.project-col .elementor-heading-title{
	padding: 20px 5px 30px 5px;
	}
}