/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1773395241
Updated: 2026-03-13 09:47:21

*/

:root {
	--primary: #c8304c;
}


.page-header {
	display: none;
}
.site-header .header-inner {
	max-width: 100%;
	padding: 0 60px;
}
.site-logo {
	width: 150px;
}
.site-header {
	background-color: #f8f9fa !important;
}
.site-navigation ul.menu {
	align-items: center;
}
.site-navigation ul.menu li a {
	font-family: "Raleway", Sans-serif;
	font-weight: 500;
	padding-left: 10px;
	padding-right: 10px;
}
.site-navigation ul.menu li:not(.current_page_item) a {
	color: rgba(0,0,0,0.5);
}
.site-navigation ul.menu li:not(.current_page_item) a:hover {
	color: var(--primary) !important;
}
.site-navigation ul.menu li.special a {
	color: var(--primary) !important;
}
.header_join_btn {
	margin-left: 10px;
}
.header_join_btn a {
	color: var(--primary) !important;
	border: 1px solid var(--primary);
	background-color: transparent;
	border-radius: 5px;
	padding: 7px 10px;
}
.site-navigation ul.menu li.header_join_btn a:hover  {
	background-color: var(--primary) !important;
	color: #ffffff !important;
}
.para_mb_0 p {
	margin-bottom: 0;
}


.contact_form_contain {
    max-width: 750px !important;
    margin: 0 auto;
    width: 100% !important;
}
.contact_form_contain label {
	width: 100%;
	font-weight: 600;
}
.contact_form_contain .wpcf7-form-control-wrap {
	margin-top: 10px;
	margin-bottom: 10px;
	display:inline-block;
	width: 100%;
}
.contact_form_contain .wpcf7-form-control {
	border-color:#ccc;
	border-radius: 5px;
}
.contact_form_contain .submit_btn {
    border: 2px solid var(--primary);
    color: #fff;
	background-color: var(--primary);
    font-size: 18px;
    padding: 12px 20px;
    font-weight: 700;
    min-width: 360px;
}
.contact_form_contain .submit_btn:hover {
	color: var(--primary);
	background-color: #fff;
}
.contact_form_contain textarea.wpcf7-form-control {
	height: 150px;
}


