/* Cyprus Hero Banner — base structural + fallback styles.
   Colors/fonts/sizes set here are safety-net defaults only:
   any value set from the Elementor Style tab wins over these. */

.chb-hero-wrap {
	width: 100%;
	box-sizing: border-box;
}

.chb-hero-wrap * {
	box-sizing: border-box;
}

.chb-hero {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	text-align: left;
}

.chb-align-center .chb-hero {
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.chb-align-right .chb-hero {
	align-items: flex-end;
	margin-left: auto;
}

.chb-top-heading {
	font-family: 'Jost', 'Poppins', sans-serif;
	font-weight: 300;
	font-size: clamp(26px, 4vw, 42px);
	color: #1d5c94;
	line-height: 1.1;
	margin: 0;
}

.chb-script-heading {
	font-family: 'Alex Brush', cursive;
	font-weight: 400;
	font-size: clamp(44px, 9vw, 92px);
	color: #1a63b0;
	line-height: 1;
	margin: 0 0 18px;
	word-break: break-word;
}

.chb-divider {
	width: 80px;
	height: 3px;
	background-color: #a9cdf0;
	margin: 0 0 28px;
	flex-shrink: 0;
}

.chb-subheading {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: clamp(20px, 3vw, 32px);
	color: #163a5f;
	line-height: 1.3;
	margin: 0 0 18px;
}

.chb-body-text {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: clamp(15px, 1.6vw, 17px);
	color: #5c6b7a;
	line-height: 1.7;
	max-width: 600px;
	margin: 0 0 24px;
}

.chb-button {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	background-color: #1a63b0;
	padding: 14px 32px;
	border-radius: 4px;
	text-decoration: none;
	margin-top: 10px;
	transition: background-color 0.2s ease, opacity 0.2s ease;
}

.chb-button:hover {
	background-color: #14497f;
	color: #fff;
	opacity: 0.95;
}

/* Extra breathing room adjustments on small screens,
   on top of Elementor's own responsive controls. */
@media (max-width: 767px) {
	.chb-hero-wrap {
		padding: 24px 16px;
	}

	.chb-divider {
		width: 60px;
	}

	.chb-body-text {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.chb-script-heading {
		word-break: break-word;
		hyphens: auto;
	}
}
