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

.page-content {
	position: relative;
}

.elementor-location-header nav.elementor-nav-menu--main .elementor-item.elementor-item-active {
	position: relative;
}

.elementor-location-header nav.elementor-nav-menu--main .elementor-item.elementor-item-active:after {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100px;
 	background-color: #ECB5B0 !important;
	position: absolute;
	left: 50%;
	bottom: 0;
}

.custom-tabs .elementor-tabs-wrapper {
	margin-bottom: 32px;
}

.custom-tabs .elementor-tabs-wrapper .elementor-tab-title {
	border-radius: 16px;
	border: 3px solid #ECB5B0 !important;
	padding: 16px !important;
	margin-right: 12px !important;
	display: inline-block !important;
	background: none !important;
}

.custom-tabs .elementor-tab-content {
	border-radius: 12px;
}

.custom-tabs .elementor-tabs-wrapper .elementor-tab-title:first-of-type, .custom-tabs .elementor-tabs-content-wrapper .elementor-tab-title[data-tab="1"] {
	color: #ECB5B0 !important;
}

.custom-tabs .elementor-tabs-wrapper .elementor-active.elementor-tab-title:first-of-type {
	background-color: rgba(236, 181, 176, 0.2) !important;
}

.custom-tabs .elementor-tab-content[data-tab="1"] {
	background-color: rgba(236, 181, 176, 0.2) !important;
}

.custom-tabs .elementor-tabs-wrapper .elementor-tab-title:nth-of-type(2), .custom-tabs .elementor-tabs-content-wrapper .elementor-tab-title[data-tab="2"] {
	color: #5B91CD !important;
	border-color: #5B91CD !important;
}

.custom-tabs .elementor-tabs-wrapper .elementor-active.elementor-tab-title:nth-of-type(2) {
	background-color: rgba(91, 145, 205, 0.2) !important;
}

.custom-tabs .elementor-tab-content[data-tab="2"] {
	background-color: rgba(91, 145, 205, 0.2) !important;
}

.custom-tabs .elementor-tabs-wrapper .elementor-tab-title:nth-of-type(3), .custom-tabs .elementor-tabs-content-wrapper .elementor-tab-title[data-tab="3"] {
	color: #EEBD47 !important;
	border-color: #EEBD47 !important;
}

.custom-tabs .elementor-tabs-wrapper .elementor-active.elementor-tab-title:nth-of-type(3) {
	background-color: rgba(238, 189, 71, 0.2) !important;
}

.custom-tabs .elementor-tab-content[data-tab="3"] {
	background-color: rgba(238, 189, 71, 0.2) !important;
}

.custom-tabs .elementor-tabs-wrapper .elementor-tab-title:nth-of-type(4), .custom-tabs .elementor-tabs-content-wrapper .elementor-tab-title[data-tab="4"] {
	color: #4C926D !important;
	border-color: #4C926D !important;
}

.custom-tabs .elementor-tabs-wrapper .elementor-active.elementor-tab-title:nth-of-type(4) {
	background-color: rgba(76, 146, 109, 0.2) !important;
}

.custom-tabs .elementor-tab-content[data-tab="4"] {
	background-color: rgba(76, 146, 109, 0.2) !important;
}

.custom-tabs .elementor-tabs-wrapper .elementor-tab-title:nth-of-type(5), .custom-tabs .elementor-tabs-content-wrapper .elementor-tab-title[data-tab="5"] {
	color: #28317E !important;
	border-color: #28317E !important;
}

.custom-tabs .elementor-tabs-wrapper .elementor-active.elementor-tab-title:nth-of-type(5) {
	background-color: rgba(40, 49, 126, 0.2) !important;
}

.custom-tabs .elementor-tab-content[data-tab="5"] {
	background-color: rgba(40, 49, 126, 0.2) !important;
}

.custom-tabs .elementor-tabs-content-wrapper {
	border-radius: 16px;
}

.custom-tabs .elementor-tab-content {
	padding: 64px 90px !important;
}

.custom-tabs .elementor-tab-content h3 {
	font-size: 18px !important;
	margin-bottom: 24px !important;
}

.custom-tabs .elementor-tab-content p {
	width: 75%;
}


@media (max-width: 792px) {
	.custom-tabs .elementor-tabs-wrapper .elementor-tab-title {
		margin-bottom: 16px !important;
	}
	
	.custom-tabs .elementor-tab-content {
	padding: 32px 64px !important;
}
	
	.custom-tabs .elementor-tab-content p {
	width: 100%;
}
}


@media (max-width: 767px) {	
	.custom-tabs .elementor-tab-content {
		padding: 16px 32px !important;
	}
	
	.custom-tabs .elementor-tabs-wrapper .elementor-tab-title {
		
	}
	
	.custom-tabs .elementor-tabs-content-wrapper h3 {
		display: none;
	}
	
	.custom-tabs .elementor-tabs-content-wrapper {
		padding: 16px;
	}
}