/* Tastoria homepage section icons */
body.home .tastoria-section-card .elementor-icon-box-icon {
	margin-bottom: 9px !important;
}

body.home .tastoria-section-card .elementor-icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 58px !important;
	height: 58px !important;
	padding: 0 !important;
	border: 1px solid #dfe7e4 !important;
	border-radius: 17px;
	background: #f3f7f6;
	box-shadow: 0 7px 18px rgba(21, 35, 51, 0.06);
	color: #152333;
	transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

body.home .tastoria-section-card .elementor-icon svg.tastoria-line-icon {
	display: block;
	width: 38px !important;
	height: 38px !important;
	overflow: visible;
	fill: none !important;
}

body.home .tastoria-section-card .tastoria-icon-main {
	fill: none;
	stroke: #152333;
	stroke-width: 2.35;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.home .tastoria-section-card .tastoria-icon-accent {
	fill: none;
	stroke: #f15a24;
	stroke-width: 2.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.home .tastoria-section-card .tastoria-icon-accent-fill {
	fill: #f15a24;
	stroke: none;
}

body.home .tastoria-section-card:hover .elementor-icon,
body.home .tastoria-section-card:focus-within .elementor-icon {
	transform: translateY(-2px);
	border-color: #f2b49b;
	background: #fff8f4;
	box-shadow: 0 10px 24px rgba(21, 35, 51, 0.09);
}

@media (max-width: 767px) {
	body.home .tastoria-section-card .elementor-icon {
		width: 54px !important;
		height: 54px !important;
		border-radius: 15px;
	}

	body.home .tastoria-section-card .elementor-icon svg.tastoria-line-icon {
		width: 35px !important;
		height: 35px !important;
	}
}
