/*
 Theme Name: Hello Elementor Child
 Theme URI: http://apptrove.com/
 Description: Hello Elementor Child Theme
 Author: Kasim
 Author URI: http://apptrove.com/
 Template: hello-elementor
 Version: 1.0.0
 */

@import url("../hello-elementor/style.css");


@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body, div, p, span, a {
    font-family: 'Gilroy', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gilroy', sans-serif !important;
    font-weight: bold;
}
a{
	text-decoration:none !important;
  	color: #027cff;
}
header.site-header {
    border-bottom: 1px solid #F1F1F1;
    padding: 20px 0px;
}
header.site-header .header-inner {
    width: 88% !important;
}
.apptrove_white, .translate_white{
	display:none;
}
.free_trial_btn a {
    border-radius: 10px;
    border: 1px solid #5D6180;
    background: #fff;
    color: #5D6180 !important;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    height: 50px;
    width: 130px;
    display: flex !important;
    align-items: center;
    justify-content: center;
	margin-left:15px;
}
.free_trial_btn a:hover {
    color: #13A58E !important;
}
.contact_sale_btn a {
    border-radius: 10px;
    border: 1px solid #13A58E;
    background: #13A58E;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    height: 50px;
    width: 150px;
    display: flex !important;
    align-items: center;
    justify-content: center;
	margin-left:15px;
}
.header_login img {
    margin-right: 10px;
}
.translate_logo.menu-item{
	margin-left:40px;
}
.header_navigation a.ekit-menu-nav-link:hover {
    font-weight: 600 !important;
}
.main_homeBanner{
	margin-top:36px !important;
}
.green_btn{
		border-radius: 10px;
    border: 1px solid #13A58E;
    background: #13A58E;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    height: 50px;
    width: 150px;
    text-align:center;
	padding:15px 30px;
}
.green_btn:hover, .contact_sale_btn a:hover{
	background:#006D5C !important;
	border-color:#006D5C;
}
.guided_demo{
	border-radius: 10px;
    border: 1px solid #0D2B69;
    background: #fff;
    color: #0D2B69 !important;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    height: 50px;
    padding: 15px 30px;
}
.guided_demo:hover {
    color: #13A58E !important;
}
.guided_demo:hover svg circle{
	fill:#13A58E;
}
.guided_demo svg {
    margin-right: 10px;
    width: 25px;
    margin-bottom: -8px;
}
.guided_demo img{
	margin-bottom:-6px;
	margin-right:10px;
	max-width:25px;
}
.megamenu_container {
	box-shadow:0px 10px 10px #e4e4e44d;
}
.megamenu_container 
svg path {
    stroke: none !important;
}
.switch-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	font-family: Arial, sans-serif;
	color: #70688A;
        }

.switch {
	display: flex;
	align-items: center;
	gap: 10px;
}

.switch input {
	width: 50px;
	height: 25px;
	appearance: none;
	background-color: #ccc;
	border-radius: 25px;
	position: relative;
	outline: none;
	cursor: pointer;
	transition: background-color 0.3s;
}

.switch input:checked {
	background-color: #009688;
}
.switch input:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    top: 2.5px;
    left: 2.5px;
    transition: transform 0.3s;
}

.switch input:checked:before {
	transform: translateX(25px);
}
.switch input#skan-analytics:before{
	background-color: #009688;
}
.switch input#skan-analytics:checked:before{
	background-color: #fff;
}
.switch input#skan-analytics:after{
	content: '';
	width: 23px;
	height: 23px;
	background-color: #a0e6e2;
	border-radius: 50%;
	position: absolute;
	animation: expand 1.5s infinite;
	left:1px;
	top:1px;
}
.switch input#skan-analytics:checked:after{
	display:none;
}

@keyframes expand {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.5);
		opacity: 0.5;
	}
	100% {
		transform: scale(2);
		opacity: 0;
	}
}
.changing-text {
    display: inline-block;
    position: relative;
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	margin-left:-3px;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    50% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.apptrove_tabs .elementor-tabs-wrapper {
    gap: 65px;
    border-bottom: 1px solid #D7D7FF;
}
.apptrove_tabs .elementor-tab-title {
    padding: 0 !important;
	border-bottom:4px solid !important;
	border-color:transparent !important;
}
.apptrove_tabs .elementor-tab-title.elementor-active{
	border-color:#13A58E !important;
}
.tab_icon_list .elementor-icon-list-icon {
    background: rgba(19, 165, 142, 0.15);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
	padding-right:0 !important;
}
.tab_icon_list .elementor-icon-list-icon svg {
	margin-right:0 !important;
}
.tab_content_para a {
    display: block;
    color: #13A58E;
    text-decoration: underline !important;
    margin-top: 5px;
}

.sticky_section_main{
	margin-bottom:55px;
}
.elementor-element.sticky_section_main:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    left: 60px;
    background-image: linear-gradient(to bottom, #8CD9BC 50%, transparent 20%);
    background-size: 1px 15px;
}
.green_border_left{
	padding-left:20px;
}
.green_border_left:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #13A58E;
    left: 0;
}
.bullet_heading {
    position: relative;
    padding-left: 40px;
}
.bullet_heading:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #303030;
    position: absolute;
    top: 8px;
    left: 20px;
}
.client_logo.effect_logo {
    height: 88px;
    width: 88px;
    border-radius: 20px;
    border: 1px solid rgba(227, 233, 255, 0.90);
    background: #FDFDFD;
}
.client_logo.effect_logo img{
	opacity: 0;
    transition: opacity 4s ease-out;
}
.client_logo.effect_logo:hover img{
	opacity:1;
	transition: opacity 0.3s ease-in;
}
.home_faq .elementor-accordion-item {
    border-radius: 10px;
    background: #F3FAF9;
    margin-bottom: 20px;
}
.home_testimonial .elementor-testimonial__image img {
    object-fit: contain;
    width: 280px !important;
    height: 270px !important;
}
.home_testimonial .elementor-testimonial__text {
    position: relative;
}
.home_testimonial .elementor-testimonial__text:before {
    content:'"';
	position:absolute;
	font-size:60px;
	font-weight:600;
	left:-30px;
	top:-10px;
	color:#5D6180;
}
.bottom_bar {
    padding: 28px 6% !important;
}
.home_testimonial .elementor-main-swiper.swiper {
    width: 100%;
}
.home_testimonial .elementor-main-swiper .swiper-slide{
	padding:0 30px;
}
.home_testimonial .elementor-testimonial__text h4 {
    font-weight: 600;
    margin-bottom: 5px;
}
.main_banner_animation .main_layer {
    width: 230px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 100px;
}
.main_banner_animation .deep_link_layer {
    position: absolute;
    z-index: 1;
    width: 370px;
    left: 20px;
    right: 0;
    margin: auto;
    top: 205px;
}
.main_banner_animation .global_partner_layer {
    width: 430px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
    z-index: 2;
    animation: rotate 20s linear infinite;
}
.main_banner_animation .customer_support_layer {
    position: absolute;
    width: 120px;
    left: 150px;
    right: 0;
    margin: auto;
    top: 350px;
    z-index: 3;
}
.main_banner_animation .analytics_layer {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 260px;
    z-index: 4;
    top: 150px;
}
.main_banner_animation .fraud_protection_layer {
    width: 550px;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    margin: auto;
    top: 48px;
}
.main_banner_animation .layer {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.main_banner_animation .layer.show {
    opacity: 1;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.main_banner_animation .users_layer {
    position: absolute;
    width: 80px;
    left: 0;
    right: 0;
    margin: auto;
    top: 120px;
    overflow: hidden;
    height: 160px;
}
.main_banner_animation .users_layer .animate_users{
	height:500px;
	width:100%;
	position: relative;
    background-repeat: repeat-y;
    background-position: 0 0;
    animation: slide-down 6s linear infinite;
	background-image:url('https://apptrove.com/wp-content/uploads/2024/07/moving-users.svg');
}
@keyframes slide-down {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

.global_partner_container {
    position: absolute;
    width: 400px;
    height: 400px;
    margin: auto;
    left: 0;
    right: 0;
    top: 88px;
}

.global_partner_inner {
    position: relative;
    width: 100%;
    height: 100%;
    animation: rotate 20s linear infinite;
    transform-origin: center center;
	background-image:url('https://apptrove.com/wp-content/uploads/2024/07/circle-L.svg');
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.global_partner_icon {
    position: absolute;
    width: 40px; 
    height: 40px;
}


@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes counter-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.global_partner_icon img {
    display: block;
    width: 100%;
    height: 100%;
    animation: counter-rotate 20s linear infinite;
}

.hear_cutomer_link a {
    color: #13A58E;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #11243E;
}
.tab_icon_list .elementor-icon-list-text {
    font-weight: 500 !important;
}
.tab_icon_list ul.elementor-icon-list-items.elementor-inline-items{
	justify-content:space-between;
}
.contact_Us_heading h1 span {
    color: #13A58E;
}
.contact_Us_heading h1 span {
    color: #13A58E;
}
.connect_uc_box a {
    font-size: 19px;
    color: #000;
    line-height: 30px;
}
.office_adrs h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 32px;
}
.office_adrs {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 32px;
}
.ecosystem_banner_heading h1 span {
    color: #13A58E;
}
.founder_box .elementor-image-box-description a {
    display: block;
    background: #13A58E;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    border-radius: 6px;
    width: 150px;
    margin: 10px auto 0;
    padding: 6px 7px;
}
.founder_box .elementor-widget-container{
	box-shadow: 0px 0px 17px 0px rgba(203, 203, 203, 0.25);
}
.green{
	color:#13A58E;
}
.redirect_buttons i {
    color: #13A58E;
}
.hexagon-box {
    position: relative;
    width: 260px;
    height: 150px; 
    background-color: #ffffff;
    margin: 75px 0; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
}

.hexagon-box:before,
.hexagon-box:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 130px solid transparent;
    border-right: 130px solid transparent; 
}

.hexagon-box:before {
    bottom: 100%;
    border-bottom: 75px solid #ffffff; 
}

.hexagon-box:after {
    top: 100%;
    border-top: 75px solid #ffffff; 
}

.hexagon-box .elementor-icon-box-wrapper {
    position: relative;
    z-index: 1;
    padding: 0px 20px;
    margin-top: -40px;
}
.hexagon-box .elementor-icon-box-icon {
    height: 45px;
}
.hexagon-box .elementor-icon-box-icon svg {
    width: 45px;
    height: 45px;
}
.zero_budget {
    max-width: 700px !important;
    margin: auto;
}
.zero_budget .elementor-icon-box-content {
    border-left: 1px solid #000;
    padding-left: 30px;
}
.getStarted_form .form_fields {
    display: flex;
    gap: 10px;
    max-width: 980px;
    margin: auto;
	align-items:flex-start;
}
.getStarted_form .form_fields .get_started_feild {
    background: transparent;
    color: #D9D9D9;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    padding: 20px;
    line-height: normal;
    border-radius: 10px;
	min-width:250px;
}
.getStarted_form .form_fields .get_started_feild::placeholder {
    color: #D9D9D9;
}
.getStarted_form .form_fields .error {
    color: #ff4040;
    font-size: 14px;
}
.getStarted_form .form_fields .submit_btn {
    background: #13A58E;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    padding: 16px 50px;
    margin-left: 10px;
}
.getStarted_form .form_fields .submit_btn:hover{
	background:#006D5C;
}
.marketing_iconbox {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.marketing_iconbox:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.marketing_sticky {
    position: sticky;
    top: 100px;
}
.marketing_iconbox h3 {
    text-align: left;
}
.blog_newsletter h5 {
    margin-top: 0;
    color: #0A1638;
    font-size: 18px;
    font-weight: 600;
}
.blog_newsletter 
 input {
    border-radius: 5px;
    border: 1px solid #99C8C0;
    font-size: 12px;
    color: #101729;
}
.blog_newsletter 
 button {
    border-radius: 5px;
    background: #13A58E !important;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    display: block;
    width: 100%;
    margin-top: 15px;
}
.all_blog_posts .page-numbers.current {
    background: #13A58E;
    width: 30px;
    height: 30px;
    display: inline-flex;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}
.testimonial_explore {
    display: table !important;
    background: #13A58E;
    border-radius: 5px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px;
    margin-top: 30px;
	transition:0.3s;
}
.testimonial_explore:hover{
	background:#006D5C;
}
.gtranslate_wrapper .glink {
    display: block;
    color: #13a68e;
    padding: 8px 15px;
}
 .related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.related-post-card{
    border-radius: 20px;
    padding: 24px 24px 24px 24px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF;
}
.related-post-card img{
    border-radius: 10px;
    width: 100%;
}
.related-post-card .content h4{
    color: #303662;
    font-size: 18px;
    font-weight: 500;
}
.related-post-card .content p{
    color: #5D6180;
    font-size: 14px;
    font-weight: 400;
}

/** Media Query **/
@media only screen and (max-width:980px){
	header.site-header {
    padding: 12px 0px;
}
	header.site-header .header-inner {
    width: 100% !important;
}
	header.site-header .site-logo img {
    width: 200px;
}
	header.site-header .site-navigation-toggle-holder .site-navigation-toggle {
    background-color: transparent;
    padding: 0;
}
	.translate_logo {
    margin-left: 0;
}
	.site-navigation-dropdown ul.menu {
    background: #fff;
    box-shadow: 5px 5px 10px #eee;
}
	.translate_logo {
    display: none;
}
	.contact_sale_btn, .free_trial_btn {
    display: inline-flex;
} 
	.free_trial_btn a {
    font-size: 15px !important;
    width: 120px;
    margin-left: 15px;
    margin-top: 10px;
}
	.contact_sale_btn a {
    font-size: 15px !important;
    width: 130px;
    margin-left: 10px;
}
	.marketing_sticky {
    position: relative;
	top:0;
}
}
@media only screen and (max-width:767px){
	.elementor-element.sticky_section_main:before {
    left: 20px;
}
	.green_btn {
    font-size: 16px;
    height: 40px;
    padding: 12px 30px;
    display: block;
    width: 100%;
}
	.guided_demo {
    font-size: 16px;
    height: 42px;
    padding: 12px 30px;
    margin-left: 0;
    display: block;
    margin-top: 10px;
}
	.guided_demo img {
    margin-right: 10px;
    width: 18px;
    margin-bottom: -4px;
    height: 18px;
}
	.tab_icon_list .elementor-icon-list-item {
    margin-bottom: 10px !important;
}
	.apptrove_tabs .elementor-tab-content {
    padding: 0 !important;
    margin-top: 15px;
}
	.apptrove_tabs .elementor-tab-title.elementor-tab-mobile-title {
    padding: 5px 10px !important;
    background: #e2e2fe;
    margin-top: 10px;
    border-radius: 10px;
    color: #000 !important;
    font-size: 18px !important;
	position:relative;
}
	.apptrove_tabs .elementor-tab-title.elementor-tab-mobile-title.elementor-active {
    color: #13A58E !important;
}
	.apptrove_tabs .elementor-tab-title.elementor-tab-mobile-title:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #000;
    right: 20px;
    top: 26px;
    border-radius: 2px;
}
	.apptrove_tabs .elementor-tab-title.elementor-tab-mobile-title:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: #000;
    right: 26.5px;
    top: 20px;
    border-radius: 2px;
}
	.apptrove_tabs .elementor-tab-title.elementor-tab-mobile-title.elementor-active:after{
		transform:rotate(90deg);
	}
	.home_testimonial .elementor-testimonial {
    flex-direction: column-reverse !important;
}
	.home_testimonial .elementor-testimonial__footer {
    padding-left: 0 !important;
}
	.home_testimonial .elementor-testimonial__image img {
    width: 220px !important;
    height: 200px !important;
}
	.sticky_sec_image .elementor-widget-container{
		transform:none !important;
	}
	.zero_budget .elementor-icon-box-content {
    border-left: none;
    padding-left: 0px;
}
	.getStarted_form .form_fields {
    flex-wrap:wrap;
}
	.getStarted_form .form_fields .submit_btn {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}
	.hexagon-box {
    margin: 160px 0;
}
	.testimonial_explore {
    font-size: 16px;
    margin-top: 20px;
}
	.related-posts-grid {
    grid-template-columns: repeat(1, 1fr);
}
}
@media only screen and (min-width:1050px){
	.menu_hover:hover .ekit-menu-nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #13A58E;
    bottom: -20px;
    left: 0;
}
	.elementor.elementor-866{
		overflow:hidden;
	}
}
@media (min-width: 1000px) and (max-width: 1460px) {
 .main_header_kit .elementskit-navbar-nav .menu-item a.ekit-menu-nav-link {
    font-size: 16px !important;
    padding: 0px 7px 0px 7px !important;
}
	.free_trial_btn a {
    width: 120px;
}
	.contact_sale_btn a {
    width: 140px;
}
}
