/* Han B1 Elementor Widget */
.han-b1-wrap,
.han-b1-wrap *{
	box-sizing:border-box;
}
.han-b1-wrap{
	--han-b1-accent:#ff7a00;
	--han-b1-title:#171428;
	--han-b1-text:#666;
	--han-b1-soft:#f7f4ff;
	--han-b1-border:#ded9e9;
	--han-b1-card:#fff;
	display:grid;
	grid-template-columns:minmax(280px, 0.95fr) minmax(320px, 1.05fr);
	align-items:center;
	gap:36px;
	width:100%;
	position:relative;
}
.han-b1-col{
	min-width:0;
}
.han-b1-media-box{
	position:relative;
	padding:38px 28px 28px 28px;
}
.han-b1-media-outline{
	position:absolute;
	left:105px;
	right:20px;
	top:78px;
	bottom:0;
	border:1px solid var(--han-b1-border);
	border-radius:56px;
	pointer-events:none;
}
.han-b1-floating-card{
	position:absolute;
	left:0;
	top:0;
	width:160px;
	height:160px;
	border-radius:28px;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:3;
	border:1px solid rgba(0,0,0,.06);
	box-shadow:0 18px 35px rgba(23,20,40,.08);
	color:var(--han-b1-accent);
}
.han-b1-media-shape{
	position:relative;
	height:680px;
	width:100%;
	border-radius:62px 62px 110px 62px;
	overflow:hidden;
	z-index:2;
	background:#f4f4f4;
}
.han-b1-media-shape img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}
.han-b1-accent-line{
	position:absolute;
	background:var(--han-b1-accent);
	border-radius:99px;
}
.han-b1-accent-line-bottom{
	width:88px;
	height:6px;
	left:160px;
	bottom:-2px;
	z-index:4;
}
.han-b1-eyebrow{
	color:var(--han-b1-accent);
	font-size:15px;
	font-weight:700;
	letter-spacing:.06em;
	text-transform:uppercase;
	margin-bottom:16px;
}
.han-b1-title{
	margin:0 0 22px;
	font-size:56px;
	line-height:1.08;
	font-weight:800;
	letter-spacing:-.03em;
	color:var(--han-b1-title);
}
.han-b1-desc{
	color:var(--han-b1-text);
	font-size:18px;
	line-height:1.85;
	margin-bottom:34px;
	max-width:720px;
}
.han-b1-services-wrap{
	display:grid;
	grid-template-columns:18px 1fr;
	gap:22px;
	align-items:center;
	margin-bottom:32px;
}
.han-b1-accent-line-vertical{
	position:relative;
	width:5px;
	height:86px;
}
.han-b1-services{
	display:grid;
	grid-template-columns:repeat(2, minmax(0, 1fr));
	gap:22px;
}
.han-b1-service-item{
	display:flex;
	align-items:center;
	gap:16px;
}
.han-b1-service-icon{
	width:78px;
	height:78px;
	border-radius:50%;
	background:rgba(255,122,0,.08);
	color:var(--han-b1-accent);
	display:flex;
	align-items:center;
	justify-content:center;
	flex:0 0 auto;
}
.han-b1-service-icon i{
	font-size:32px;
}
.han-b1-service-icon svg{
	width:32px;
	height:32px;
}
.han-b1-service-title{
	font-size:30px;
	line-height:1.15;
	font-weight:700;
	color:var(--han-b1-title);
}
.han-b1-features{
	list-style:none;
	margin:0 0 34px;
	padding:0;
	display:grid;
	gap:16px;
}
.han-b1-feature-item{
	display:flex;
	align-items:flex-start;
	gap:14px;
}
.han-b1-feature-check{
	color:var(--han-b1-accent);
	line-height:1;
	margin-top:2px;
	flex:0 0 auto;
}
.han-b1-feature-text{
	color:var(--han-b1-text);
	font-size:18px;
	line-height:1.55;
	font-weight:600;
}
.han-b1-button-wrap{
	display:flex;
	flex-wrap:wrap;
}
.han-b1-button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:18px 34px;
	min-width:190px;
	text-align:center;
	text-decoration:none !important;
	background:#111;
	color:#fff;
	border-radius:20px;
	font-size:18px;
	font-weight:700;
	line-height:1;
	transition:all .25s ease;
}
.han-b1-button:hover{
	transform:translateY(-2px);
	background:var(--han-b1-accent);
	color:#fff;
}
@media (max-width: 1366px){
	.han-b1-title{
		font-size:48px;
	}
	.han-b1-service-title{
		font-size:24px;
	}
}
@media (max-width: 1024px){
	.han-b1-wrap{
		grid-template-columns:1fr;
	}
	.han-b1-wrap.han-b1-mobile-reverse .han-b1-col-media{
		order:2;
	}
	.han-b1-wrap.han-b1-mobile-reverse .han-b1-col-content{
		order:1;
	}
	.han-b1-media-box{
		max-width:760px;
		margin:0 auto;
	}
	.han-b1-title{
		font-size:42px;
	}
	.han-b1-desc{
		font-size:17px;
	}
}
@media (max-width: 767px){
	.han-b1-wrap{
		gap:20px;
	}
	.han-b1-media-box{
		padding:22px 0 16px 0;
	}
	.han-b1-media-outline{
		left:52px;
		right:0;
		top:58px;
		border-radius:34px;
	}
	.han-b1-floating-card{
		left:0;
		top:0;
		border-radius:22px;
	}
	.han-b1-media-shape{
		height:380px;
		border-radius:38px 38px 78px 38px;
	}
	.han-b1-accent-line-bottom{
		left:84px;
		width:70px;
		height:5px;
	}
	.han-b1-eyebrow{
		font-size:13px;
		margin-bottom:10px;
	}
	.han-b1-title{
		font-size:31px;
		line-height:1.14;
		margin-bottom:14px;
	}
	.han-b1-desc{
		font-size:15px;
		line-height:1.75;
		margin-bottom:24px;
	}
	.han-b1-services-wrap{
		grid-template-columns:1fr;
		gap:14px;
		margin-bottom:24px;
	}
	.han-b1-accent-line-vertical{
		width:70px;
		height:5px;
	}
	.han-b1-services{
		grid-template-columns:1fr;
		gap:14px;
	}
	.han-b1-service-item{
		padding:14px 12px;
		background:rgba(255,255,255,.72);
		border:1px solid rgba(0,0,0,.05);
		border-radius:20px;
	}
	.han-b1-service-icon{
		width:60px;
		height:60px;
	}
	.han-b1-service-icon i{
		font-size:24px;
	}
	.han-b1-service-icon svg{
		width:24px;
		height:24px;
	}
	.han-b1-service-title{
		font-size:18px;
		line-height:1.25;
	}
	.han-b1-features{
		gap:12px;
		margin-bottom:24px;
	}
	.han-b1-feature-text{
		font-size:15px;
	}
	.han-b1-button{
		width:100%;
		min-width:0;
		font-size:16px;
		padding:16px 24px;
	}
}
