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

.elementor-widget-text-editor p:last-child{
	margin-bottom: 0;
}

.elementor-widget-text-editor p a{
	color: #AA8631;
}

.elementor-widget-text-editor p a:hover{
	text-decoration: underline;
}

/* Footer CSS Start */

.footer-cta-wrapper{
	position: fixed !important;
	bottom: -104px  !important;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: all 0.4s ease-in-out !important;
}
.footer-cta-wrapper.footer-cta-show{
	bottom: 0 !important;
}

/* Footer CSS End */


/* Home CSS Start */
.home-hero-section{
	min-height: calc(100vh - 120px) !important;
}



.embrace-transformation-form .elementor-field-type-radio{
	display: block !important;
}
.embrace-transformation-form .elementor-field-type-radio label.elementor-field-label{
	display: inline-flex;
	padding-right: 10px;
}
.embrace-transformation-form .elementor-field-type-radio .elementor-field-subgroup{
	display: inline-flex;
}
.embrace-transformation-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	padding-right: 20px;
}
.embrace-transformation-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input[type=radio]{
	width: 22px;
	height: 22px;
}
.embrace-transformation-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{
	padding-right: 10px;
}
.embrace-transformation-form .elementor-field-group .elementor-field-textual{
	padding: 16px 12px;
}
.embrace-transformation-form .elementor-field-group .elementor-field-textual{
	box-shadow: none;
	outline: none;
}
.embrace-transformation-form .elementor-field-group .elementor-field-textual::placeholder{
	opacity: 1;
}
.embrace-transformation-form .elementor-field-type-textarea{
	margin-top: 15px !important;
}
.embrace-transformation-form .elementor-field-type-submit{
	margin-top: 20px !important
}
.embrace-transformation-form .elementor-field-type-submit .elementor-button{	
	padding: 16px 40px !important;
}
.embrace-transformation-form .elementor-field-type-submit .elementor-button:focus{
	box-shadow: none;
	outline: none;
}


.home-how-it-work-section-style{
	position: relative;
}
.home-how-it-work-section-style:before{
	content: '';
	position: absolute;
	top: auto;
	bottom: -20px;
	left: calc(100% - 20px);
	border: 10px solid #FFF;
	width: 20px;
	height: 20px;
}
.home-how-it-work-img-box{
	height: 100%;
}


.get-more-info-form .elementor-field-type-radio{
	display: block !important;
}
.get-more-info-form .elementor-field-type-radio label.elementor-field-label{
	display: inline-flex;
	padding-right: 30px;
}
.get-more-info-form .elementor-field-type-radio .elementor-field-subgroup{
	display: inline-flex;
}
.get-more-info-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option{
	display: flex;
	align-items: center;
	padding-right: 30px;
}
.get-more-info-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input[type=radio]{
	width: 22px;
	height: 22px;
}
.get-more-info-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{
	padding-left: 10px;
}
.get-more-info-form .elementor-field-group .elementor-field-textual{
	padding: 16px 12px;
}
.get-more-info-form .elementor-field-group .elementor-field-textual{
	box-shadow: none;
	outline: none;
}
.get-more-info-form .elementor-field-group .elementor-field-textual::placeholder{
	opacity: 1;
}
.get-more-info-form .elementor-field-type-submit{
	margin-top: 20px !important
}
.get-more-info-form .elementor-field-type-submit .elementor-button{	
	padding: 16px 40px !important;
}
.get-more-info-form .elementor-field-type-submit .elementor-button:focus{
	box-shadow: none;
	outline: none;
}
/* Home CSS Ens */

/* FAQ CSS Start */
.faq-style .elementor-accordion-item{
    margin-bottom: 20px;
	border-radius: 8px;
}
.faq-style .elementor-accordion-item .elementor-tab-title{
	border-radius: 8px;
}
.faq-style .elementor-accordion-item .elementor-tab-title.elementor-active{
	background-color: #083D3D !important;
	border-radius: 8px 8px 0 0;
}
.faq-style .elementor-accordion-item .elementor-tab-title span.elementor-accordion-icon{
	margin-top: 2px;
}
.faq-style .elementor-accordion-item .elementor-tab-title span i:before{
	font-size: 22px;
}
.faq-style .elementor-accordion-item .elementor-tab-title.elementor-active span i:before{
	color: #FFF !important;
}

.faq-style .elementor-accordion-item:last-child {
    margin-bottom: 0;
}
.faq-style .elementor-accordion .elementor-accordion-item .elementor-tab-content{
	border-radius: 0 0 8px 8px;
}
.faq-style .elementor-accordion .elementor-accordion-item .elementor-tab-content p {
    margin-bottom: 0;
}

/* FAQ CSS END */

/* Blog Archive Css */

.blog-archive .elementor-post .elementor-post__thumbnail img{
	aspect-ratio: 1 / 0.66;
    object-fit: cover;
}


.blog-archive .elementor-post .elementor-post__read-more{
/* 	left: 25px; */
	background: #EBCC84;
	color: #083D3D;
	padding: 10px 20px;
	border: 2px solid #EBCC84;
	border-radius: 60px;
	transition: all 0.3s ease-in-out;
}

.blog-archive .elementor-post .elementor-post__read-more:hover{
	background: #ffffff00;
	color: #EBCC84;
}



@media only screen and (max-width: 991px) {
	.br-tablet-none br{
		display: none;
	}
	/* Footer CSS Start */
	.footer-cta-wrapper{
		bottom: -98x  !important;
	}
	/* Footer CSS End */
	
	/* Home CSS Start */
	.home-hero-section{
		min-height: calc(100vh - 106px) !important;
	}
	
	.embrace-transformation-section-bg:before{
		background-image: linear-gradient(180deg, #FFFFFF 25%, #FFFFFF00 70%) !important;	
	}
	/* Home CSS Ens */
	
	/* For Men CSS start */
	.pages-cta-section:before{
		background-image: linear-gradient(180deg, #FFFFFF 25%, #FFFFFF00 100%) !important;	
	}
	/* For Men CSS End	 */
	
	/* FAQ CSS Start */
	.faq-style .elementor-accordion-item .elementor-tab-title span i:before{
		font-size: 20px;
	}
	/* FAQ CSS END */
}



@media only screen and (max-width: 767px) {
 	.br-mobile-none br{
		display: none;
	}
	
	/* Footer CSS Start */
	.footer-cta-wrapper{
		bottom: -80  !important;
	}
	/* Footer CSS End */
	
	/* Home CSS Start */
	.home-hero-section{
		min-height: initial !important;
	}
	
	
	.embrace-transformation-form .elementor-field-type-radio label.elementor-field-label{
		padding-bottom: 10px !important;
	}
	.embrace-transformation-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option{
		padding-right: 15px;
	}
	.embrace-transformation-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input[type=radio]{
		width: 18px;
		height: 18px;
	}
	.embrace-transformation-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{
		padding-right: 8px;
	}
	.embrace-transformation-form .elementor-field-group .elementor-field-textual{
		padding: 14px 12px;
	}
	.embrace-transformation-form .elementor-field-type-textarea{
		margin-top: 0 !important;
	}
	.embrace-transformation-form .elementor-field-type-submit{
		margin-top: 10px !important
	}
	.embrace-transformation-form .elementor-field-type-submit .elementor-button{
		padding: 14px 30px !important;
	}
	
	.home-how-it-work-section-style:after{
		border-bottom: 18px solid #083D3D;
		width: 96%;
	}
	.home-how-it-work-section-style:before{
		border-left: 18px solid #083D3D;

	}
	
	.get-more-info-form .elementor-field-type-radio label.elementor-field-label{
		padding-right: 0;
	}
	.get-more-info-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option{
		padding-right: 20px;
	}
	.get-more-info-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input[type=radio]{
		width: 18px;
		height: 18px;
	}
	.get-more-info-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{
		padding-left: 8px;
	}
	.get-more-info-form .elementor-field-group .elementor-field-textual{
		padding: 14px 12px;
	}
	.get-more-info-form .elementor-field-type-submit{
		margin-top: 10px !important
	}
	.get-more-info-form .elementor-field-type-submit .elementor-button{	
		padding: 14px 30px !important;
	}
	
	/* Home CSS Ens */
	
	/* FAQ CSS Start */
	.faq-style .elementor-accordion-item{
		margin-bottom: 15px;
	}
	/* FAQ CSS END */
	
	.blog-archive .elementor-post .elementor-post__thumbnail img{
    	aspect-ratio: 1 / 0.5;
	}
}




