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

.team-member .member-more-info a {
	opacity: 0;
}


.team-member:hover .member-more-info a {
	opacity: 1;
}

.project-container > .e-con-inner {
	justify-content: space-between !important;
}




.ren-grid-container {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1700px;
	margin: 50px auto;
}

.ren-grid-item {
	padding: 20px;
	border-radius: 35px;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 480px;
	max-height: 480px;
}

.ren-grid-item:hover {
	background-color: #f5faff;
}

.ren-grid-item img {
	max-width: 100%;
	height: auto;
}

.ren-bg-image {
	width: 100%;
}

.ren-grid-item .content {
	color: #004a89;
	font-size: 16px;
	font-family: Heebo;
	font-weight: 600;
	padding: 0 28px;
}

.ren-grid-item:hover .item-front {
	display: none;
}

.ren-grid-item .item-back {
	display: none;
}
.ren-grid-item:hover .item-back {
	display: block;
}

.ren-grid-item h3 {
	margin-bottom: 10px;
	color: #004a89;
	font-size: 36px;
	font-family: Heebo;
	font-weight: 600;
	text-align: center;
}

.ren-grid-item p {
	line-height: 1.5;
	color: #004a89;
	font-size: 16px;
	font-family: Heebo;
	font-weight: 600;
}

.ren-grid-item a {
	text-decoration: underline;
}


/* For tablets: 2 items per row */
@media screen and (max-width: 1215px) {
	.ren-grid-container {
		grid-template-columns: repeat(2, 1fr);
	}

	.ren-grid-item {
		height: 520px;
		max-height: 520px;
	}
}

/* For mobile: 1 item per row */
@media screen and (max-width: 768px) {
	.ren-grid-container {
		grid-template-columns: 1fr;
	}

	.ren-grid-item.item-image {
		height: 300px;
		max-height: 300px;
	}

	.ren-grid-item.item-block {
		height: initial;
		max-height: initial;
		padding: 60px 0;
	}

	.ren-grid-item:hover {
		background-color: initial;
	}

	.ren-grid-item .item-front {
		display: none;
	}

	.ren-grid-item .item-back {
		display: block;
	}

	.ren-grid-item:hover .item-back {
		display: block;
	}
}
