/*
Theme Name: honeyourenglish
Theme URI: 
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: <a href="https://elementor.com/?utm_source=wp-themes&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash">Elementor Team</a>
Author URI: 
Template: hello-elementor
Version: 3.4.1
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 13 May 2025 11:28:45 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.iframe-wrap {
    display: block;
    max-width: 390px;
    margin: 0 auto;
}
.iframe-wrap .elementor-widget-image {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
}
.iframe-wrap iframe {
    display: block;
    border-radius: 40px 40px 0px 0px;
    width: 88%;
    margin: 2px auto 0;
    padding: 0;
    height: 600px;
}
.elementor-heading-title span {
    display: block;
    color: #FF414D;
}

.hover-box {
    overflow: hidden;
    padding-bottom: 70px;
}
.hover-box:hover span.elementor-icon {
    background: #fff !important;
    fill: #383B6E !important;
    color: #383B6E !important;
}
.hover-box:hover * {
    color: #fff;
}
.hover-box:after {
    content: "";
    display: block;
    width: 108px;
    height: 108px;
    background: #383B6E;
    border-radius: 100px;
    position: absolute;
    bottom: -30px;
    right: -30px;
}

.hover-box:hover:after {
    background: #FF414D;
}
.review-main .swiper {
    overflow: visible;
}

.review-main .swiper .swiper-slide:not(.swiper-slide-active, .swiper-slide-next) {
	opacity: 0;
	transition: all 0.3s;
}

.review-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 20px 0;
}

.review-top > img {
    min-width: 110px;
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 110px;
}

.review-top .review-head {
    width: 100%;
}
.review-top .review-head .rating {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: normal;
    margin: 0 0 10px 0;
}

.review-top .review-head span {
    display: inline-block;
}

.review-top .review-head h6 {
    margin: 0 0 5px 0;
}

.review-top .review-head .date {
    font-size: 14px;
    opacity: 0.6;
    margin: 0 0 3px 0;
}

.review-top .review-head .role {
    margin: 0;
    font-size: 14px;
}
.review-item p {
    color: #828282;
}
.review-icon {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.review-icon img {
    display: block;
}
.elementor-button-icon svg {
    width: 22px;
}

span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}
.partners .swiper-wrapper figure {
    padding: 5px;
/*    border: 1px solid #ccc;*/
}

.partners .swiper-wrapper figure img {
    width: 100%;
    display: block;
    height: 80px;
    object-fit: contain;
    max-width: 120px;
    margin: 0 auto;
    padding: 0;
}

.number-timeline {
    list-style: none;
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}
.number-timeline:before {
    content: "";
    width: 2px;
    height: 70%;
    position: absolute;
    left: 40px;
    top: 20px;
    background: #ff414d;
    z-index: 0;
    transition: all 0.5s;
}
.number-timeline .elementor-widget-icon-box {
    counter-increment: my-awesome-counter;
    display: flex;
}
.number-timeline .elementor-widget-icon-box::before {
    content: "" counter(my-awesome-counter);
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    width: 80px;
    height: 80px;
    background: #ff414d;
    color: #fff;
    border-radius: 60px;
}

.elementor-price-table__header {
    border-radius: 10px 10px 0px 0px;
    min-height: 150px;
}

.team-item {
    text-align: center;
    padding: 10px;
}

.team-item img.team-img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    background: #072d40;
    border-radius: 160px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.team-item .team-content {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 220px;
    padding: 110px 30px 50px 30px;
    margin-top: -90px;
    transition: all 0.3ms ease;
    z-index: 0;
}

.team-item:hover .team-content {
	background: #ff414d;
	color: #fff;
}
.team-item .team-content h4 {
    margin: 0 0 5px 0;
    font-weight: 700;
}

.team-item .team-content .role {
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #ff414d;
    font-size: 14px;
}
.team-item:hover .role {
	color: #fff !important;
}
.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.social-links a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    color: #676767;
    box-shadow: 0px 10px 50px rgba(34, 34, 34, 0.2);
    border-radius: 50%;
    transition: all 0.3s;
}
.team-item:hover .social-links a {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.social-links a:hover {
    background-color: #fff !important;
    color: #ff414d !important;
}

@media screen and (max-width: 767px) {
	.review-item {
	    text-align: center;
	}
	.review-top {
	    flex-wrap: wrap;
	    justify-content: center;
	}

	.review-top .review-head .rating {
	    justify-content: center;
	}
	.number-timeline .elementor-widget-icon-box::before {
	    font-size: 24px;
	    min-width: 50px;
	    width: 50px;
	    height: 50px;
	}
	.number-timeline:before {
	    height: 64%;
	    left: 25px;
	}
	.elementor-heading-title span {
	    display: inline;
	}
}


