/* 
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 */
/* Sponsored Orphans Account Styles */
/* Style for desktop (3 items per row) */
.orphans-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
@media (max-width: 768px) {
	.orphans-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 480px) {
	.orphans-grid {
		grid-template-columns: 1fr;
	}
}

.orphan {
	text-align: center;
	box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.08);
	border-radius: 35px;
	overflow: hidden;
}

.orphan-title h3 {
	margin-bottom: 20px!important;
	font-family: "Expo Arabic";
	font-weight: 600;
	font-size: 22px!important;
	line-height: 26px;
}

.orphan-button {
	display: inline-block;
	padding: 8px 14px;
	background-color: #6C9C3F;
	color: #fff!important;
	cursor: pointer;
	text-decoration: none;
	border-radius: 35px;
	margin-bottom: 10px;
}
a.orphan-button {
	text-decoration: none!important;
}
.orphan-button:hover {
	background-color: #D31920;
}
.orphan-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 35px 35px 0 0;
}
.orphan-content {
	padding: 18px 20px;
}
.popup-content {
	display: none; 
	max-height: 80vh; 
	overflow-y: auto;
	position: fixed;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	background: #fff;
	padding: 20px;
	overflow: auto;
	z-index: 9999;
	box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.08);
	border-radius: 5px;
}
.popup-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.popup-header h3 {
	margin-bottom: 0!important;
	font-family: "Expo Arabic";
	font-weight: 600;
	font-size: 22px!important;
	line-height: 26px;
	text-align: left;
}
.popup-close {
	background: none;
	font-size: 30px!important;
	border: none;
	color: #333333;
	cursor: pointer;
}
.popup-close:hover {
	color: #D31920;
	background: none;
}
.popup-header i {
	color: #D31920;
	font-size: 20px!important;
	margin-right: 5px;
}
.popup-body {
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	text-align: left;
	font-size: 16px;
}
.popup-body .left-content,
.popup-body .right-content {
	width: 50%;
}
.popup-body p, .popup-body ul {
	margin-bottom: 20px;
}
.popup-body h4 {
	font-family: "Expo Arabic";
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #333333;
}
.popup-body a {
	text-decoration: underline;
	color: #D31920;
}
.popup-body a:hover {
	color: #17A0B7;
}
/* End of Sponsored Orphans Account Styles */