/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/  
body {
    padding-top: 75px;
}
.comments-area a, .page-content a {
	text-decoration: none;
}
.ehf-header #masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.admin-bar.ehf-header #masthead {
    top: 32px;
}
.for-mobile {
	display: none;
}
.he-fw-500 strong { 
    font-weight: 500;
}
a.hfe-skip-link {
    display: none;
} 
.elementor-widget-text-editor p {
	margin-block-start: 0;
	margin-block-end: 0 !important;
}
.he-image-overlay figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 404px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 68px;
    background: linear-gradient(180deg, rgba(210, 204, 190, 0) 0%, rgba(210, 204, 190, 0.121569) 5%, rgba(210, 204, 190, 0.321569) 15%, rgba(210, 204, 190, 0.501961) 26%, rgba(210, 204, 190, 0.658824) 37%, rgba(210, 204, 190, 0.780392) 48%, rgba(210, 204, 190, 0.878431) 60%, rgba(210, 204, 190, 0.94902) 72%, rgba(210, 204, 190, 0.988235) 85%, #D2CCBE 100%);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
[type=button], [type=submit], button {
    border: transparent;
}
.he-menu{
	display:none;
}
.he-menu > .e-con-inner {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.he-menu-open .he-menu > .e-con-inner, .ehf-header.elementor-editor-active .he-menu > .e-con-inner {
	opacity: 1;
} 
.elementor-hf-template-elementor_header_footer .he-menu{
	display:block;
}
.elementor-device-mobile .ehf-header .he-menu {
	display:none;
}
.he-field textarea {
    height: 115px;
	resize:none;
}
 .he-contact-form br {
    display: none;
}
.he-contact-form span.wpcf7-not-valid-tip{
	font-size: 16px;
    margin-top: 5px;
}
.he-field:not(last-child) p {
    display:flex;
    flex-direction:column;
     margin:0;
     gap:8px;
     margin-block-end:20px;
}
.he-field input,
.he-field textarea {
    width:100%;
    border:1px solid var(--e-global-color-secondary);
    border-radius:8px;
    outline: none;
    padding: 15px;
	direction: rtl !important;
	background: transparent;
}
.he-field input{
    height:60px;
}
.he-contact-form .wpcf7-list-item {
    margin:0;
}
.he-checkbox-wrap p {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
    direction: rtl;
}
.he-checkbox-wrap .wpcf7-form-control-wrap,
.he-checkbox-wrap .wpcf7-form-control,
.he-checkbox-wrap .wpcf7-list-item {
    display: flex;
    align-items: center;
    margin: 0;
}
.he-checkbox-text {
    line-height: 1.5;
}
.he-checkbox-wrap input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: 0;
    border: 1px solid #8B6A5C;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: all .2s ease;
    margin-block-start: 2px;
}
.he-checkbox-wrap input[type="checkbox"]:checked {
    background: #8B6A5C;
    border-color: #8B6A5C;
}
.he-checkbox-wrap input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.he-submit{
    display: flex;
    align-items: center;
    justify-content: center;
}
.he-submit .wpcf7-spinner{
    display: none;
}
.he-submit p {
    margin-top:25px;
    margin-bottom:0px;
}
.he-submit-btn{
    border:none;
}
.he-field label{
    font-size:24px;
} 
.he-testimonial-slider .elementor-swiper-button {
    background-color: var( --e-global-color-secondary );
    border-radius: 35px;
    width: 48px;
    height: 48px;
        align-items: center;
    justify-content: center;
}
.he-testimonial-slider .elementor-swiper-button-prev svg {
    margin-right: 1px;
}
.he-testimonial-slider .elementor-swiper-button-next svg {
    margin-left: 2px;
}
.he-testimonial-slider .swiper .elementor-swiper-button-prev{
    left: -55px !important;
}
.he-testimonial-slider .swiper .elementor-swiper-button-next {
    right: -55px !important;
}
.he-courses-row .widget-image-caption {
    display: inline-block;
    padding: 8px 22px;
    border-radius: 8px;
    position: absolute;
    top: 28px;
    left: 20px;
	font-style: normal;
}
.he-card-hover .he-course-content {
    transition: .3s ease-in-out;
    padding-inline: 5px;
}
.he-card-hover:hover .he-course-content{
    bottom: 0;
}
.he-courses-row .elementor-heading-title {
    min-height: 70px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.he-course-content > div.elementor-element { 
    max-width: 370px !important;
}
.he-course-content > div.elementor-element.elementor-widget-text-editor {
    min-height: 70px;
}
.he-course-content > div.elementor-element p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.he-slider-nav .swiper-button-prev:after, .he-slider-nav .swiper-button-next:after {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}
.he-slider-nav .swiper-button-next, 
.he-slider-nav .swiper-button-prev {
    background-color: var(--e-global-color-secondary);
    border-radius: 35px;
    width: 48px;
    height: 48px;
}
html[dir="rtl"] .he-slider-nav .swiper-button-next {
    right: auto;
	left: 35px;
	transform: scaleX(-1);
}
html[dir="rtl"] .he-slider-nav .swiper-button-prev {
    right: 35px;
    left: auto;
    transform: scaleX(-1);
}
.he-slider-nav .swiper-button-prev:after {
    position: relative;
    left: -2px;
}
.he-slider-nav .swiper-button-next:after {
    position: relative;
    right: -1px;
}
.he-testo-slider {
    max-width: 84.5%;
}
.he-image-bg-overlay:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgba(210, 204, 190, 0) 0%, rgba(210, 204, 190, 0.121569) 5%, rgba(210, 204, 190, 0.321569) 15%, rgba(210, 204, 190, 0.501961) 26%, rgba(210, 204, 190, 0.658824) 37%, rgba(210, 204, 190, 0.780392) 48%, rgba(210, 204, 190, 0.878431) 60%, rgba(210, 204, 190, 0.94902) 72%, rgba(210, 204, 190, 0.988235) 85%, #D2CCBE 100%);
}
.he-card-hover:hover .he-image-bg-overlay:after{
    display: none;
}
.he-courses-row .he-card-hover:hover .he-course-content {
    background: linear-gradient(180deg, rgba(210, 204, 190, 0) 0%, rgba(210, 204, 190, 0.121569) 5%, rgba(210, 204, 190, 0.321569) 15%, rgba(210, 204, 190, 0.501961) 26%, rgba(210, 204, 190, 0.658824) 37%, rgba(210, 204, 190, 0.780392) 48%, rgba(210, 204, 190, 0.878431) 60%, rgba(210, 204, 190, 0.94902) 72%, rgba(210, 204, 190, 0.988235) 85%, #D2CCBE 100%);
} 
.he-tabs-row .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
    border-radius: 8px;
    padding: 30px;
    justify-content: space-between;
    height: 122px;
}
.he-tabs-row .e-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.he-tabs-row .e-n-accordion .e-n-accordion-item .he-tab-content{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.he-tabs-row .e-n-accordion .e-n-accordion-item .he-tab-content p{
	font-size: 18px;
	line-height: 1.3;
}
.he-tabs-row .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened {
    display: none !important;
}
.he-tabs-row .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
    display: block !important;
}
.he-tabs-row .e-n-accordion-item {
    display: block;
}
.he-tabs-row details[open] .e-n-accordion-item-title svg {
    transform: rotate(180deg);
}
.he-tabs-row details .e-n-accordion-item-title svg {
    transition: all 0.2s linear;
}
.he-team-card > .elementor-element.e-child {
    overflow: hidden;
}
.he-team-card .elementor-icon-box-title {
    text-align: center;
}
.he-team-card .elementor-widget-icon-box:after { 
    content: "";
    height: 350px;
    width: 100%;
    display: block;
    bottom: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(210, 204, 190, 0) 0%, rgba(210, 204, 190, 0.121569) 5%, rgba(210, 204, 190, 0.321569) 15%, rgba(210, 204, 190, 0.501961) 26%, rgba(210, 204, 190, 0.658824) 37%, rgba(210, 204, 190, 0.780392) 48%, rgba(210, 204, 190, 0.878431) 60%, rgba(210, 204, 190, 0.94902) 72%, rgba(210, 204, 190, 0.988235) 85%, #D2CCBE 100%);
    z-index: 2;
	transition: height ease-in-out 0.3s;
} 
.he-team-card .elementor-widget-icon-box {
    height: 100%;
}
.he-team-card  .elementor-icon-box-wrapper {
    position: absolute;
    bottom: calc(-100% + 120px);
    top: auto;
    height: 100%;
    padding: 40px;
    z-index: 4;
	transition: all 0.2s linear;
}
.he-team-card .e-child:hover .elementor-icon-box-wrapper { 
    bottom: 0%;
}
.he-team-card .e-child:hover .elementor-widget-icon-box:after {
    height: 100%;
    background: #D2CCBE;
}

.he-tabs-row {
    max-width: 1130px !important;
    width: 100%;
    margin-inline: auto;
}
.he-cta-row .elementor-widget-image {
    left: 0;
    right: 0;
}
.elementor-button-icon svg {
    max-height: 32px;
}


.qlwapp__container .qlwapp__button--button {
	border-radius: 50%;
    padding: 10px;
    height: 50px;
    width: 50px;
	margin-bottom: 85px;
}
body .onetap-container-toggle .onetap-toggle {
    right: auto !important;
    left: 18px !important;
    bottom: 5px !important;
}


 
/* ===============================
   media css
================================= */
@media(max-width: 1350px) {
    .he-slider-nav .swiper-button-next, 
    .he-slider-nav .swiper-button-prev {
        width: 35px;
        height: 35px;
    }    
	html[dir="rtl"] .he-slider-nav .swiper-button-next {
		left: 2%;
	}
	html[dir="rtl"] .he-slider-nav .swiper-button-prev {
		right: 2%;
	}
    .he-slider-nav .swiper-button-prev:after, .he-slider-nav .swiper-button-next:after{
        font-size: 12px;
    }
	.he-cta-row .elementor-widget-image{
		margin-top: -2% !important;
	}
}
@media (max-width:1024px){
	.he-team-card  .elementor-icon-box-wrapper {
		bottom: calc(-100% + 110px);
	}
	.he-tabs-row .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
		height: unset;
	}
}
@media(max-width: 991px){
    .he-courses-row > .e-con-inner{
        flex-wrap: wrap !important;
        align-items: start;
    }
    .he-courses-row .he-card-hover {
        width: calc(50% - 10px);
    }
	.he-image-overlay figcaption {
		padding-bottom: 35px;
	}
	.he-cta-row .elementor-widget-image img {
		max-width: 650px !important;
	}
	
	.he-team-card .e-child.is-hover .elementor-icon-box-wrapper { 
		bottom: 0% !important;
	}
	.he-team-card .e-child.is-hover .elementor-widget-icon-box:after {
		height: 100% !important;
		background: #D2CCBE !important;
	}

	.he-team-card .e-child:not(.is-hover) .elementor-icon-box-wrapper { 
		bottom: calc(-100% + 110px);
	}
	.he-team-card .e-child:not(.is-hover) .elementor-widget-icon-box:after {
		height: 350px;
		background: linear-gradient(180deg, rgba(210, 204, 190, 0) 0%, rgba(210, 204, 190, 0.121569) 5%, rgba(210, 204, 190, 0.321569) 15%, rgba(210, 204, 190, 0.501961) 26%, rgba(210, 204, 190, 0.658824) 37%, rgba(210, 204, 190, 0.780392) 48%, rgba(210, 204, 190, 0.878431) 60%, rgba(210, 204, 190, 0.94902) 72%, rgba(210, 204, 190, 0.988235) 85%, #D2CCBE 100%);
	}
}
@media (max-width: 767px) { 
	.for-mobile {
		display: block;
	}
	.he-image-overlay figcaption {
		min-height: 250px;
	}
	.he-field label {
		font-size: 22px;
	}
	.he-field input {
		height: 50px;
	}	
	.he-courses-row .he-card-hover {
        width: 100%;
    }
	.he-course-content > div.elementor-element {
		max-width: 320px !important;
	}
    .he-testo-slider .swiper-slide { 
		width: 100% !important; 
	}
    .he-slider-nav {
        padding-top: 55px;
    }
	.he-slider-nav .swiper-button-next,
	.he-slider-nav .swiper-button-prev{
        bottom: 0 !important;
        top: unset;		
	}
	html[dir="rtl"] .he-slider-nav .swiper-button-next {
		left: calc(50% - 40px);
	}
	html[dir="rtl"] .he-slider-nav .swiper-button-prev {
		right: calc(50% - 40px);
	}
	.he-testo-slider {
		max-width: 100%;
	}
	.he-tabs-row .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
		padding: 15px;
	}
	.he-cta-row .elementor-widget.elementor-widget-image {
		position: relative;
	}
	.he-testo-slider-wrap {
		overflow-x: hidden;
		width: 100%;
	}
}

@media only screen and (max-width: 576px) {
	.qlwapp__container .qlwapp__button--button {		
		height: 40px;
		width: 40px;
	}
}

