/* Global Website Styles */

:root{

    --primary:#0056D2;
    --secondary:#0B1220;
    --accent:#F97316;

    --text:#374151;
    --heading:#111827;
    --white:#ffffff;

    --container:1320px;

    --radius:16px;

}

body{
    overflow-x:hidden; 
}


h2 span{
color:#D76127
}
.elementor-button-icon .e-font-icon-svg {
    height: 16px;
    padding-left: 3px;
}

#ga-testimonial .elementor-testimonial-wrapper {
    display: flex;
    flex-direction: column-reverse;
    background:#fff;
    box-shadow: 0px 16px 60px #00000006;border-radius:12px; 
}

#ga-testimonial  .elementor-testimonial-meta.elementor-has-image.elementor-testimonial-image-position-aside {
    padding: 20px;
    display: flex;
    background: #17317C;
    color: #fff;
    border-radius: 16px;
}
#ga-testimonial  .elementor-testimonial-content {
    font-size: 16px;
    padding: 20px;
}
.ga-size-box .mobile-bottom-nav {
    display: flex;
    gap: 0;
    justify-content: space-between;
}

.ga-size-box .elementor-icon-box-wrapper {
    border: 1px solid #ccc;
    padding: 7px 14px;
    border-radius: 7px;
}
.ga-size-box span.elementor-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    background: #000;
    border-radius: 7px;
    justify-content: center;
}
.ga-size-box span.elementor-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    background: #d761272b;
    border-radius: 7px;
    justify-content: center;
}
 .ga-size-box h3.elementor-icon-box-title {
    margin-bottom: 4px!important;
} 
.ehf-header .elementor-icon-box-wrapper {
    align-items: center!important;
    text-align: start;
    gap: 10px;
    display: flex!important;
}

.ehf-header p.elementor-icon-box-description{
	margin:0
}


@media(min-width:1399px) and (max-width:1799px){
	.e-con>.e-con-inner { 
    max-width: 1380px; 
}
}
 
 
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

 
.hfe-nav-menu__layout-horizontal {
    width: 100%;
}
 