/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Ban Hong Elementor template pack support styles */
.bh-card {
	min-height: 100%;
}

.bh-card .elementor-widget-image {
	overflow: hidden;
	border-radius: 8px;
	background: #f5fafb;
}

.bh-card .elementor-widget-image img,
.bh-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bh-ratio-66 img {
	aspect-ratio: 3 / 2;
}

.bh-ratio-56 img {
	aspect-ratio: 16 / 9;
}

.bh-card .elementor-heading-title {
	letter-spacing: 0;
}

.bh-site-header {
	position: relative;
	z-index: 10;
}

.bh-site-header p,
.bh-site-footer p {
	margin: 0;
}

.bh-header-logo img {
	max-width: 156px;
	height: auto;
	object-fit: contain;
}

.bh-header-nav .elementor-button,
.bh-footer-links .elementor-button {
	white-space: nowrap;
}

.bh-header-nav .elementor-button:hover,
.bh-footer-links .elementor-button:hover {
	color: #6ec1e4;
}

.bh-footer-brand .bh-header-logo img {
	background: #fff;
	border-radius: 8px;
	padding: 8px;
}

@media (max-width: 1024px) {
	.elementor .e-con.e-flex[style] {
		max-width: 100%;
	}

	.bh-header-main,
	.bh-header-top,
	.bh-site-footer > .e-con-inner > .e-con,
	.bh-site-footer .e-con {
		gap: 18px;
	}

	.bh-footer-brand,
	.bh-footer-links,
	.bh-footer-contact {
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.bh-card {
		min-height: auto;
	}

	.bh-ratio-66 img,
	.bh-ratio-56 img {
		aspect-ratio: 4 / 3;
	}

	.bh-header-top,
	.bh-header-main,
	.bh-header-nav,
	.bh-footer-bottom {
		flex-direction: column !important;
		align-items: flex-start !important;
	}

	.bh-header-nav {
		width: 100%;
	}

	.bh-header-nav .elementor-widget-button:last-child {
		width: 100%;
	}

	.bh-header-nav .elementor-widget-button:last-child .elementor-button {
		width: 100%;
		text-align: center;
	}
}
