/*
Theme Name: Hello Elementor Child
Theme URI: #
Description: A child theme of the hello elementor
Author: Sumit Umak
Author URI: https://sumit-umak.github.io/port-2
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.contact-card .contact-card-icon svg path{
	fill:var(--e-global-color-d6926b4) !important;
}
.contact-card:hover .contact-card-icon,
.contact-card:hover h6{
	transform:translateY(10px);
	transition:all 0.3s ease;
}

.contact-card:hover h6{
	color:var(--e-global-color-d6926b4) !important;
}

.our-process-card{
	position:relative !important;
	border:1px solid #ffd50020;
	border-radius:20px !important;
	box-shadow:0 1px 5px rgba(0,0,0,0.05);
	background:linear-gradient(45deg, #ffd50000, #ffd50003);
	transition:all 0.3s ease;
}
.our-process-card:hover{
box-shadow:0 3px 10px #00000025;	
}

.custom-icon .elementor-icon-box-title{
	margin:0  ;
}

.flowchart-tabs {
    border: 1px solid;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.035);
    transition: all 0.4s ease !important;
    border-color: #dbeafe;
}

.flowchart-tabs:hover{
     box-shadow:0 10px 15px rgba(0,0,0,0.0.85) !important;
}

.flowchart-tabs .elementor-icon-box-title{
    margin: 0;
}

.flowchart-tab .elementor-icon-box-title{
    margin: 0;
}

.flowchart-tab{
     box-shadow:0 0px 15px rgba(0,0,0,0.15) !important;
}


.flowchart-yellow{
    border-color:#ffedd5;
}