/*
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.2.1747929911
Updated: 2025-05-22 16:05:11

*/


/* css for header */
.get-involved a.elementor-item {
    background-color: #0d499e;
    padding: 16px !important;
    border-radius: 6px;
    border: 1px solid #0d499e;
    color: #fff !important;
    height: 40px;
	justify-content: center;
}
.get-involved a.elementor-item:hover {
    background: #0D499EE6 !important;
}

/* css for banner */
.main-banner .elementor-image-box-img img {
    max-width: 65px;
}

/* css for community section */
.community-spaces .elementor-image-box-img, .community-spaces .elementor-image-box-img img {
    width: 100% !important;
    height: 240px;
    object-fit: cover;
}
.community-spaces .elementor-image-box-content {
    padding: 15px 24px 24px 24px;
}

/* css for Our Collaborator section */
.our-collaborators .elementor-image-box-img img {
    max-width: 130px;
	height:130px;
}

/* css for our programs */
.our-programs .elementor-image-box-img img {
    height: 160px;
    object-fit: cover;
    width: 100%;
}
.our-programs .elementor-button-wrapper .elementor-button, .events-wrapper .elementor-button-wrapper .elementor-button, .get-involved .elementor-button-wrapper .elementor-button {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.programs-inner-box:hover .elementor-image-box-wrapper .elementor-image-box-img img {
    scale: 1.02;
}

/* css for upcoming events */
.events-wrapper .elementor-icon-box-content {
    width: fit-content;
    background: #ffb5a71a;
    padding: .75rem;
    border-radius: 8px;
}
.events-wrapper .elementor-icon-box-content {
    width: fit-content;
    background: #ffb5a71a;
    padding: 8px 20px;
    border-radius: 8px;
}

.elementor-widget-image-carousel .swiper-slide .swiper-slide-inner {
    height: 180px;
    border-radius: 8px;
    text-align: center;
    background: #fff;
    border: 1px solid #E5E7EB;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.elementor-widget-image-carousel .swiper-slide .swiper-slide-inner:hover {
	box-shadow:0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.swiper-wrapper {
    gap: 30px;
}
.events-tabs .e-n-tabs-heading {
    background: #fccb461a;
    padding-bottom: 64px;
}
.checklist-bg .elementor-icon-list-icon, .values-list .elementor-icon-list-items .elementor-icon-list-icon {
    background: #d73b2b33;
    padding: 6px;
    border-radius: 100%;
    margin-right: 8px;
}
.values-list .elementor-icon-list-items .elementor-icon-list-icon svg, .checklist-bg .elementor-icon-list-icon svg {
    margin-right: 0;
}
.values-list .elementor-icon-list-items .elementor-icon-list-icon{
	background: #0aa09633;
}
.donate-icon svg path{
	fill:#e6f5f4 !important;
}
.users-icon svg path{
	fill:#fbebe9 !important;
	
}
.bell-icon svg path{
	fill:#0d499e1a !important;
}
.contact-info .elementor-icon-list-item svg {
    stroke: #fff;
}

@media screen and (max-width:767px){
	ul.elementor-nav-menu {
    padding: 16px;
}
	.e-n-tabs-heading {
    display: flex !important;
}
	button.e-n-tab-title {
    margin: 0 !important;
}
}
