/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

/* general */

.global-btn-color:hover .elementor-button-icon svg path {
    transition: all 0.5s ease;
}

.global-btn-color:hover .elementor-button-icon svg path {
    stroke: var(--e-global-color-primary) !important;
}

/* general */

/* header */

.header-top-bar-discount .elementor-heading-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-top-bar-discount .elementor-heading-title::before,
.header-top-bar-discount .elementor-heading-title::after {
    content: url('https://yarapay.app/wp-content/themes/hello-elementor-child/assets/img/header-top-spark.svg');
    line-height: 12px;
}

.header-top-bar-discount .elementor-heading-title::before {
    margin-left: 8px;
}

.header-top-bar-discount .elementor-heading-title::after {
    margin-right: 8px;
}

.header-top-contact-container::after {
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(193, 193, 193, 1);
    border-radius: 2px;
}

.header-contact-icon .elementor-icon-wrapper {
    display: flex;
}

.header-contact-btn .elementor-image-box-wrapper {
    justify-content: center;
}

.header-contact-btn .elementor-image-box-img {
    display: flex;
}

.header-contact-btn .elementor-image-box-img {
    padding: 14px 0 14px 24px;
    display: inline-block;
}

.header-contact-btn .elementor-image-box-content {
    width: fit-content;
}

.header-contact-btn .elementor-image-box-title a {
    display: inline-block;
    width: -webkit-fill-available;
    padding: 14px 24px 14px 0;
}

/* header */

/* home page */

.home-hero-top-tag .elementor-icon-box-icon {
    background-color: #F0FFFF;
    border-radius: 6px;
    padding: 8px 12px;
}

.home-hero-top-tag {
    box-shadow:
        0px 4px 40px 0px rgba(0, 0, 0, 0.04),
        0px 8px 48px 0px rgba(0, 0, 0, 0.03);
}

.home-hero-top-tag .elementor-icon-box-wrapper::after {
    content: '';
    width: 28px;
    height: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('https://yarapay.app/wp-content/themes/hello-elementor-child/assets/img/Thermometer.png');
    margin-right: -6px;
}

.home-hero-counter .elementor-counter-number-wrapper {
    background-image: linear-gradient(112.71deg, #F6FDFF 27%, #E9F8FF 125.96%);
    align-items: center;
    padding: 4px 6px 4px 4px;
    border-radius: 30px;
}

.home-hero-counter .elementor-counter-number-wrapper::after {
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 100%;
    line-height: 38px;
    margin-right: 8px;
}

#counter-profile .elementor-counter-number-wrapper::after {
    content: url('https://yarapay.app/wp-content/themes/hello-elementor-child/assets/img/profile-tick.svg');
}

#counter-tick .elementor-counter-number-wrapper::after {
    content: url('https://yarapay.app/wp-content/themes/hello-elementor-child/assets/img/tick-circle.svg');

}

#counter-clock .elementor-counter-number-wrapper::after {
    content: url('https://yarapay.app/wp-content/themes/hello-elementor-child/assets/img/clock-circle.svg');

}

#counter-trophy .elementor-counter-number-wrapper::after {
    content: url('https://yarapay.app/wp-content/themes/hello-elementor-child/assets/img/cup.svg');
}

.home-hero-subject-img::before {
    content: '';
    background-image: url('https://yarapay.app/wp-content/themes/hello-elementor-child/assets/img/home-hero-pill-box.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 158px;
    transform: translate(50%, -50%);
}

.home-hero-search-container {
    box-shadow:
        0.28px 1.11px 3.15px 0px rgba(0, 0, 0, 0.01),
        1.21px 4.9px 6.52px 0px rgba(0, 0, 0, 0.02),
        9.66px 39.01px 46.85px 0px rgba(0, 0, 0, 0.03),
        14.9px 60.18px 80px 0px rgba(0, 0, 0, 0.04);

}

.home-hero-search-container .home-hero-search-icon-box .elementor-icon-box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.home-hero-search-container .elementor-icon-box-wrapper .elementor-icon-box-title::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('https://yarapay.app/wp-content/themes/hello-elementor-child/assets/img/home-search-arrow-down.svg');
}

.home-hero-search-elem form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-hero-search-elem input[type="text"] {
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    padding: 0;
}

.home-hero-search-elem input[type="text"]:focus,
.home-hero-search-elem input[type="text"]:focus-within {
    border: none;
    outline: none;
}

.home-hero-search-elem button[type="submit"] {
    background-color: transparent;
    border: none;
    padding: 0;
    display: flex;
}

.home-service-box .elementor-image-box-content {
    border-top: 1px solid #EBEBEB;
}

.home-service-box .elementor-image-box-title::after {
    content: url('https://yarapay.app/wp-content/themes/hello-elementor-child/assets/img/service-box-arrow.svg');
    display: inline-block;
    margin-right: 6px;
    transform: translateX(0);
    transition: transform 0.35s ease;
}

.home-service-box:hover .elementor-image-box-title::after {
    transform: translateX(-6px);
}

.tag-title .elementor-heading-title::before {
    content: '';
    display: flex;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    background-color: var(--e-global-color-secondary);
    border-radius: 100%;
}

.home-step-bg {
    position: relative;
}

.home-step-bg::before {
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.home-step-2::before {
    background-image: linear-gradient(0deg, #E1E1E1 0%, rgba(123, 123, 123, 0) 95%);
}

.home-step-4::before {
    background-image: linear-gradient(180deg, #E1E1E1 0%, rgba(123, 123, 123, 0) 95%);
}

.home-step-6::before {
    background-image: linear-gradient(180deg, #E1E1E1 0%, rgba(123, 123, 123, 0) 95%);
}

.home-benefit-box {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.04), 0px 8px 24px 0px rgba(0, 0, 0, 0.02);

}

.home-benefit-box .elementor-icon {
    padding: 21px;
    background-color: var(--e-global-color-primary);
    border-radius: 100%;
}

.home-appdl-btn .elementor-image-box-wrapper {
    justify-content: center;
}

.home-appdl-btn .elementor-image-box-img {
    display: flex;
}

.home-appdl-btn .elementor-image-box-img {
    padding: 12px 0 12px 16px;
    display: inline-block;
}

.home-appdl-btn .elementor-image-box-content {
    width: fit-content;
}

.home-appdl-btn .elementor-image-box-title a {
    display: inline-block;
    width: -webkit-fill-available;
    padding: 12px 24px 12px 0;
}

.home-appdl-img-container::after {
    content: '';
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(67.48% 67.48% at 56.97% 73.01%, #5ED0D1 0%, #DDFFFF 100%);
    border-radius: 100%;
    z-index: -1;
}

.student-comment-rating .e-icon-unmarked svg path {
    fill: var(--e-rating-icon-color) !important;
}

.student-comment-carousel {
    position: relative;
}

.student-comment-carousel::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 64px);
    height: calc(100% + 64px);
    background-color: white;
    border-radius: 0;
}

/* home page */

/* about page */



/* about page */