.modal-busy{
	display: none;
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: black;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.8;
}

.center-busy{
	z-index: 1000;
	margin: 300px auto;
	padding: 0px;
	width: 130px;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.center-busy img{
	height: 80px;
	width: 80px;
}

.download-video iframe {
	width: 100%;
	height: 370px;
}

/* Welcome section: photo-only = clear image, no overlay/blur */
.about-tab.about-tab--photo-only:before {
	display: none !important;
}
.about-tab.about-tab--photo-only {
	background-size: cover;
	background-position: center;
}
/* Placeholder when no video and no photo */
.about-tab.about-tab--placeholder {
	min-height: 300px;
	background: #f5f5f5;
}
.about-tab.about-tab--placeholder:before {
	display: none !important;
}

/* Footer custom content should start on a new line and never overlap the heading */
.footer-item .footer-content {
	display: block;
	margin-top: 2px;
}
.footer-item .footer-content > *:first-child {
	margin-top: 0;
}

/* ========================================
   Product Cards - CRM Frontend
   Fixed image size, consistent on home + products page
   ======================================== */
.product-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06), 0 4px 6px rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.3s ease, transform 0.25s ease;
	border: 1px solid #eee;
	display: flex;
	flex-direction: column;
}

.product-card:hover {
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.06);
	transform: translateY(-3px);
}

/* Fixed image size: 220px height on both home and products page */
.product-card__image-wrap {
	position: relative;
	display: block;
	overflow: hidden;
	height: 220px;
	min-height: 220px;
	max-height: 220px;
	background: #f8f9fa;
}

.product-card__image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.4s ease;
}

/* img-based product image - fixed dimensions */
.product-card__image--img {
	display: block;
	width: 100%;
	height: 220px;
	min-height: 220px;
	max-height: 220px;
	object-fit: cover;
	object-position: center;
}

.product-card__image-wrap:hover .product-card__image,
.product-card__image-wrap:hover .product-card__image--img {
	transform: scale(1.04);
}

.product-card__image--placeholder {
	width: 100%;
	height: 220px;
	min-height: 220px;
	background: linear-gradient(145deg, #f5f5f5 0%, #eaeaea 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #999;
	font-size: 13px;
}

.product-card__image--placeholder i {
	font-size: 32px;
	opacity: 0.4;
}

.product-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 5px 10px;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(245, 158, 11, 0.4);
}

.product-card__view-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
	color: #fff;
	padding: 24px 16px 16px;
	font-size: 14px;
	font-weight: 600;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.product-card--home .product-card__image-wrap:hover .product-card__view-overlay {
	opacity: 1;
	transform: translateY(0);
}

.product-card__cta {
	position: absolute;
	bottom: 12px;
	left: 12px;
	right: 12px;
	background: #25D366;
	color: #fff !important;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 16px;
	border-radius: 8px;
	text-align: center;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}

.product-card__image-wrap:hover .product-card__cta {
	opacity: 1;
	transform: translateY(0);
}

.product-card__cta:hover {
	background: #20bd5a !important;
	color: #fff !important;
}

.product-card__body {
	padding: 18px 20px 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.product-card__title {
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 8px;
	line-height: 1.4;
	color: #1a1a1a;
	text-transform: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-card__desc {
	font-size: 13px;
	line-height: 1.55;
	color: #6b7280;
	margin: 0 0 12px;
	flex-grow: 1;
	display: -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-card__price {
	font-size: 18px;
	font-weight: 700;
	color: #047857;
	margin: 0 0 14px;
	letter-spacing: 0.02em;
}

.product-card__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.25s ease;
	width: 100%;
	border: none;
	cursor: pointer;
}

.product-card__btn--whatsapp {
	background: #25D366;
	color: #fff !important;
}

.product-card__btn--whatsapp:hover {
	background: #20bd5a !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.35);
}

.product-card__btn--view {
	background: #374151;
	color: #fff !important;
}

.product-card__btn--view:hover {
	background: #1f2937 !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.product-card__contact {
	font-size: 13px;
	color: #9ca3af;
	margin: 0;
	font-style: italic;
}

/* Responsive product cards - keep fixed image height */
@media (max-width: 991px) {
	.product-card__image-wrap,
	.product-card__image--img,
	.product-card__image--placeholder {
		height: 200px;
		min-height: 200px;
		max-height: 200px;
	}
	.product-card__body {
		padding: 14px 16px 16px;
	}
	.product-card__title {
		font-size: 16px;
	}
	.product-card__cta {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 575px) {
	.product-card__image-wrap,
	.product-card__image--img,
	.product-card__image--placeholder {
		height: 180px;
		min-height: 180px;
		max-height: 180px;
	}
}

/* ========================================
   Dynamic Pages - Frontend
   Content, photos gallery, video
   ======================================== */
.about-page .container {
	max-width: 900px;
}
.about-page .col-md-12 {
	line-height: 1.7;
}
.about-page .col-md-12 p {
	margin-bottom: 1rem;
}
.about-page .col-md-12 h1,
.about-page .col-md-12 h2,
.about-page .col-md-12 h3 {
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
}
.about-page .col-md-12 h1:first-child,
.about-page .col-md-12 h2:first-child,
.about-page .col-md-12 h3:first-child {
	margin-top: 0;
}

/* Photos section */
.dynamic-page-photos {
	border-top: 1px solid #e5e7eb;
}
.dynamic-page-photos__title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #1f2937;
}
.dynamic-page-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 16px;
}
.dynamic-page-gallery__item {
	display: block;
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 1;
	box-shadow: 0 2px 12px rgba(0,0,0,0.08);
	transition: box-shadow 0.3s ease, transform 0.25s ease;
}
.dynamic-page-gallery__item:hover {
	box-shadow: 0 8px 24px rgba(0,0,0,0.12);
	transform: translateY(-3px);
}
.dynamic-page-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Video section */
.dynamic-page-video {
	border-top: 1px solid #e5e7eb;
}
.dynamic-page-video__title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #1f2937;
}
.dynamic-page-video__wrap {
	max-width: 800px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.dynamic-page-video__embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.dynamic-page-video__embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.dynamic-page-video__player {
	width: 100%;
	display: block;
}
