/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.home-testimonials .elementor-testimonial__text::before {
	content: '';
	display: block;
	width: 60px;
	height: 47px;
	margin-bottom: 20px;
	background: url(https://dev.metalinksystems.com/proactive/wp-content/uploads/2024/06/Group-8848.png) no-repeat;
}

.home-testimonials .elementor-testimonial__content {
	box-shadow: 0 0 7px 0 #ccc;
}

.home-testimonials .elementor-swiper-button svg {
	display: none;
}

.home-testimonials .elementor-swiper-button-prev {
	width: 42px;
	height: 42px;
	top: 55% !important;
	left: -68.3% !important;
	transform: translateY(-50%) rotate(180deg) !important;
	background: url(https://dev.metalinksystems.com/proactive/wp-content/uploads/2024/06/next.svg) no-repeat;
}

.home-testimonials .elementor-swiper-button-prev:hover {
	width: 42px;
	height: 42px;
	transform: translateY(-50%) rotate(0deg) !important;
	background: url(https://dev.metalinksystems.com/proactive/wp-content/uploads/2024/06/prev.svg) no-repeat;
}

.home-testimonials .elementor-swiper-button-next {
	width: 42px;
	height: 42px;
	top: 55% !important;
	left: -59% !important;
    right: auto !important;
	background: url(https://dev.metalinksystems.com/proactive/wp-content/uploads/2024/06/next.svg) no-repeat;
}

.home-testimonials .elementor-swiper-button-next:hover {
	width: 42px;
	height: 42px;
	transform: translateY(-50%) rotate(180deg) !important;
	background: url(https://dev.metalinksystems.com/proactive/wp-content/uploads/2024/06/prev.svg) no-repeat;
}

.home-testimonials .swiper-pagination {
    width: auto;
    top: 72%;
    left: -70%;
}

.home-testimonials .swiper-pagination .swiper-pagination-bullet {
	border: 1px solid #8266E4;
	background: transparent !important;
	margin: 0 15px;
}

.home-testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 1px solid #41317A;
	background: #41317A !important;
}

.rm-mrgn p {
	margin-bottom: 0;
}

.list-span li .elementor-icon-list-text span {
	color: #41317A;
	font-weight: bold;
}

.elementor-nav-menu--main ul ul a:hover {
	color: #fff !important;
}




.articles-container {
	display: grid;
	grid-gap: 24px;
	grid-template-columns: repeat(4, 1fr);
}
.podcasts-container {
	display: grid;
	grid-gap: 24px;
	grid-template-columns: repeat(4, 1fr);
}
#articles-section h2 {
	font-family: "Roboto", Sans-serif;
	font-size: 32px;
	font-weight: 600;
	color: #0C3213;
}
.article-card img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.article-card h3 {
	font-size: 15px;
	font-family: "Roboto", Sans-serif;
	color: #123456;
	line-height: normal;
	padding: 10px 15px;
	margin: 0;
	min-height: 93px;
}
.article-card p {
	color: #123456;
	font-size: 15px;
	line-height: normal;
}
.article-card .button {
	width: 100%;
	padding: 7px 0;
	text-transform: uppercase;
	color: #123456;
	font-weight: 700;
	font-size: 13px;
	font-family: "Roboto", Sans-serif;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid;
	padding-top: 10px;
	margin-top: 6px;
	padding: 6px 15px;
}
.article-card .button::after {
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	color: #123456;
	font-size: 16px;
}
.article-card {
	background-color: #f5f3e9;
}
#custom-post {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 10px;
}
#podcasts-section {
	padding: 20px 0;
	margin-top: 30px;
}
#podcasts-section h2 {
	font-family: "Roboto", Sans-serif;
	font-size: 32px;
	font-weight: 600;
	color: #0C3213;;
}


.section-header .view-all:hover {
    background-color: #1a76af;
    color: #fff;
}

@media screen and (max-width:767px){
	.fmenu a {
		justify-content: center !important;
	}
	.home-testimonials .swiper-pagination {
		width:calc( 100% - 40px );
		top: unset;
		left: unset;
	}
	.home-testimonials .swiper-pagination .swiper-pagination-bullet {
		margin: 0 10px;
	}
	.home-testimonials .elementor-swiper-button-prev {
		top: 55% !important;
		left: 0% !important;
	}
	.home-testimonials .elementor-swiper-button-next {
		top: 55% !important;
		left: auto !important;
		right: 0% !important;
	}
	body #pojo-a11y-toolbar.pojo-a11y-toolbar-right {
        top: auto !important;
        bottom: 50px !important;
        left: -180px;
        right: auto !important;
		-webkit-transition: left 750ms cubic-bezier(.23, 1, .32, 1) !important;
		-moz-transition: left 750ms cubic-bezier(.23, 1, .32, 1) !important;
		-o-transition: left 750ms cubic-bezier(.23, 1, .32, 1) !important;
		transition: left 750ms cubic-bezier(.23, 1, .32, 1) !important;
    }
	#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
		left: 180px;
		right: auto !important;
		bottom: 0;
	}
	#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open {
		left: 0 !important;
	}
}


@media screen and (max-width: 480px) {


.articles-container {
	grid-template-columns: repeat(1, 1fr);
}
.podcasts-container {
	grid-template-columns: repeat(1, 1fr);
}
.article-card h3 {
	min-height: inherit;
}

}