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

body.rtl {
    direction: rtl;
}

#breadcrumbs span {
    display: flex;
    gap: 15px;
    align-items: center;
}

#breadcrumbs a {
    border-bottom: 1px solid #1566A0;
}

.breadcrumbs-white-arrow #breadcrumbs a {
	border-bottom: 1px solid #fff;
}

.breadcrumbs-white-arrow span svg path {
	fill: #fff;
}

.team-category-filters,
.team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.team-category-filters {
	padding-bottom: clamp(50px, 4.167vw, 80px);
}

.team-grid {
    gap: 30px;
    margin-bottom: 30px;
}

.department-name {
    position: relative;
    height: 120px;
}

.rtl .team-department h2,
.team-department h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    background: rgba(229, 241, 252, 1);
    width: fit-content;
    padding: 16px 100px;
    margin-left: auto;
    border-radius: 50px 0 0 50px;
    position: absolute;
    top: 0;
    right: -100px;
}

.team-department h2 {
    border-radius: 0 50px 50px 0;
    left: -100px;
	right: unset;
}

.team-grid h3 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin: 0;
}

.team-grid p {
	margin: 0;
	color: rgba(77, 77, 79, 1);
	text-align: center;
}

.team-member {
	width: min-content;
}

.team-member img {
	background: linear-gradient(0deg, #072A50 5.66%, rgba(7, 42, 80, 0.9) 15.57%, rgba(7, 42, 80, 0.8) 25.47%, rgba(7, 42, 80, 0.2) 42.14%, rgba(7, 42, 80, 0) 65.57%, rgba(7, 42, 80, 0) 99.94%);
    min-width: 150px;
    width: 150px;
    min-height: 205px;
    height: 205px;
    object-fit: cover;
    border-radius: 100px;
}

.loading {
	text-align: center;
	padding: 40px;
}
.team-cat-btn.active {
	background-color: #0073aa;
	color: #fff;
}

@media (max-width: 1200px) {
	
	.team-grid {
    	gap: 30px 15px;
    	justify-content: center;
	}
	
	.rtl .team-department h2,
	.team-department h2 {
		font-size: 26px;
		padding: 16px 30px;
		right: -30px;
	}
	
	.team-department h2 {
		left: -30px;
	}
	
}