/*
Theme Name: Fidalgo Child
Theme URI: https://fidalgo.qodeinteractive.com
Description: A child theme of Fidalgo
Author: Elated Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: fidalgo
Template: fidalgo
*/

/* --------------------------------------------------------------------------
 * Floating Contact Us CTA (bottom-right)
 * Sits above theme TOP button.
 * -------------------------------------------------------------------------- */
.madina-floating-cta {
	position: fixed;
	right: 24px;
	bottom: 72px;
	z-index: 9998;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border: 1px solid #c4a574;
	background: rgba(26, 46, 42, 0.92);
	color: #fff !important;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none !important;
	line-height: 1.2;
	transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.madina-floating-cta:hover,
.madina-floating-cta:focus {
	background: #c4a574;
	border-color: #c4a574;
	color: #1a2e2a !important;
}

@media (max-width: 680px) {
	.madina-floating-cta {
		right: 16px;
		bottom: 64px;
		padding: 10px 16px;
		font-size: 11px;
	}
}

/* Soft cap for interactive showcase only — do not touch stacked-images
 * (Fidalgo absolute overlays + scroll need native widget sizing).
 */
.qodef-interactive-link-showcase .qodef-m-image img,
.qodef-interactive-link-showcase .qodef-e-image img {
	max-height: min(640px, 80vh);
	object-fit: cover;
}