/* =============================
	 			Global Code JHA
================================ */ 

html,body {    
margin:0;
padding:0;     
overflow-x:hidden; 
}

/* Global Sectoin Padding */

.jha_global {
    padding: 100px 0px;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 12px;
}

/*-----Mobile & Tab-----*/

@media only screen and (max-width:1024px) {

.jha_global {
    padding: 60px 4px;

	}
	
.media-video iframe {
	padding: 12px;
	width: 50%;
	height: 207px !important;
}
	
	
}

/*-----Mobile-----*/

@media only screen and (max-width:600px) {

	.jha-col-break {
		width: 100% !important;
	}
	
	.media-video {
	display: block !important;
	align-items: center;
	height: ;
}
	.media-video iframe {
	padding: 12px;
	width: 100% !important;
	height: 230px !important;
}

	.tbfe-pro-image-size-tbfe-pro-single img{
	height: 280px !important;
	object-fit: cover;
}
	
}




/*-----Header-----*/

.jha-header {
  position: fixed;
  top: 0;
	width: 100%;
	z-index: 999;
}

.jha-header .hfe-nav-menu-icon {
 padding: 0px !important;
}

/*-----Footer-----*/

.jha_footer .jha .elementor-icon-box-content {
	margin-top	: -6px !important;
	
}

.jha_footer .jha .elementor-icon-box-description {
	margin-left:	-40px !important;
}

.jha_footer a {
	color: #fff !important;	
}

/*-----Product list-----*/

.jha .shopengine-single-product-item{
	box-shadow: 0px 5px 15px #00000020 !important; 
}

/*-----Home-----*/

.site-hero {
	max-height: 910px;
}

.media-video {
   display: flex;
   column-gap: 24px;
   row-gap: 24px;
        flex-wrap: wrap;
}
    
.media-video iframe {
	width: calc(50% - 12px);
  aspect-ratio: 16 / 9;
}

.media-btn {
	width: 180px;
	margin-top: 24px;
	border: 0px;
	color: #ffffff;
}

.media-btn:hover {
	color: #ffffff;
	background: var(--e-global-color-accent);
}
.media-btn a{
	color: #ffffff;
}

.download-data {
	color: #ffffff;
	background: var(--e-global-color-accent);
	font-family: inter;
	font-size: 15px;
	font-weight: 600;
	padding: 13px 28px 13px 28px;
}

.download-data:hover {
	
	color: #ffffff;
	background: var(--e-global-color-accent)
}



/*-----Resource-----*/

.resour a {
	text-decoration: underline;
}
