/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Global Style Start */

p, h1, h2, h3, h4, h5, h6, .elementor-widget-text-editor .elementor-widget-container, a {
	font-family: 'Gilroy' !important;
}

/* Home Page Style Start */
.swiper-.what_our_client_test slide p {
	color: #000;

	/* Body */
	font-family: 'Gilroy';
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 108.333% */
}

.what_our_client_test .swiper-slide p {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
text-align: center;
}

.what_our_client_test {
	position: relative;
	height: 230px;
}

.what_our_client_test .swiper-button-prev {
    left: -60px;
    right: 0;
    display: block;
    margin: 0 auto;
}


.what_our_client_test .swiper-button-prev, .what_our_client_test .swiper-button-next {
	top: unset;
	bottom: 30px;
}

.what_our_client_test .swiper-button-prev::before, .what_our_client_test .swiper-button-next::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(https://yappygroup.com/wp-content/uploads/2025/05/Arrow.png);
}

.what_our_client_test .swiper-button-prev::after, .what_our_client_test .swiper-button-next::after {
	display: none;
}

.what_our_client_test .swiper-button-prev::before {
	transform: rotate(180deg);
}

.what_our_client_test .swiper-button-next {
	left: 0;
    right: -60px;
    display: block;
    margin: 0 auto;
}

.dots_center .swiper-pagination {
    left: 660px !important;
    right: unset !important;
}

/* Yappy Global Style Start */

.where_yappy_first_col {
	position: relative;
}

.where_yappy_first_col::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 95%;
	background: url(https://yappygroup.com.com/wp-content/uploads/2025/05/Arrow-3.png);
	background-repeat: no-repeat;
	background-size: cover;
	left: 400px;
	top: 14px;
}

.where_yappy_first_inner:hover a {
	background: #FF7C22 !important;
	color: #212730;
}

.where_yappy_first_inner:hover .inner {
	background: #FF7C22 !important;
	border-color: #FF7C22 !important;
}

/* Career Page Style */


.form-container {
	width: 100%;
	max-width: 878px;
	background: #F5F5F8;
	border-radius: 8px;
	padding: 30px;

}

form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.row {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.form-group {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.full-width {
	width: 100%;
}

.form-container label {
	margin-bottom: 6px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	color: #3D4651;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="tel"],
.form-container textarea {
	padding: 15px 20px;
    border: 1px solid #fff;
    border-radius: 0px;
    font-size: 16px;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 10px 0 #00000024;
}

.form-container input[type="text"]:focus,
.form-container input[type="email"]:focus,
.form-container textarea:focus {
	border-color: #3D4651;
}

.form-container input[type="submit"] {
	align-self: center !important;
	width: max-content;
	background-color: #ff6d39;
	color: white;
	border: none;
	padding: 8px 25px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 20px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.form-container input[type="submit"]:hover {
	background-color: #e85b2a;
}


.form-container .btn {
    text-align: center;
    position: relative;
}

.form-container .btn span.wpcf7-spinner {
    position: absolute;
    top: 10px;
}

/* Blog Page Styel Syart */

.search_form form.e-search-form {
    position: relative;
}

.search_form form.e-search-form label.e-search-label {
    position: absolute;
    top: 28px;
    left: 3px;
}

/* Single Blog Page Style Start */

.single-post ul {
    margin-bottom: 20px;
}