/*
Theme Name:     Bizetools Child
Theme URI:      https://bizetools.com
Description:    Astra child theme.
Author:         Bizetools
Author URI:     https://bizetools.com
Template:       astra
Version:        0.1.0
*/

.elementor-element-229212b {
	padding-top: 26px;
	padding-bottom: 28px;
}

.elementor-element-229212b .elementor-heading-title {
	text-align: center;
	font-size: clamp(1.6rem, 2.3vw, 2.2rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.booking-steps-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 20px;
}

.booking-step-card {
	display: grid;
	grid-template-columns: 38% 62%;
	background: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
	min-height: 206px;
}

.booking-step-image {
	height: 100%;
}

.booking-step-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.booking-step-body {
	display: flex;
	flex-direction: column;
	padding: 14px 14px 12px;
	gap: 10px;
}

.booking-step-body h3 {
	margin: 0;
	font-size: 1.75rem;
	line-height: 1.1;
	color: #cf1020;
	font-weight: 700;
}

.booking-step-body p {
	margin: 0;
	color: #2f3b45;
	font-size: 0.95rem;
	line-height: 1.4;
	flex-grow: 1;
}

.booking-step-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px 14px;
	border-radius: 6px;
	background: #0d9a4d;
	color: #ffffff;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.booking-step-btn:hover,
.booking-step-btn:focus-visible {
	background: #0b8b45;
	color: #ffffff;
	transform: translateY(-1px);
}

@media (max-width: 1024px) {
	.booking-steps-grid {
		grid-template-columns: 1fr;
	}

	.booking-step-card {
		grid-template-columns: 42% 58%;
	}
}

@media (max-width: 640px) {
	.booking-step-card {
		grid-template-columns: 1fr;
	}

	.booking-step-image {
		height: 180px;
	}

	.booking-step-body h3 {
		font-size: 1.55rem;
	}
}

/* Breadcrumbs (Rank Math trail injected via astra_header_after) */
.ajc-breadcrumbs {
	background: #f6f6f6;
	border-bottom: 1px solid #ececec;
	font-size: 0.85rem;
}
.ajc-breadcrumbs__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 20px;
	color: #666;
}
.ajc-breadcrumbs a {
	color: #666;
	text-decoration: none;
}
.ajc-breadcrumbs a:hover {
	text-decoration: underline;
}
.ajc-breadcrumbs .separator {
	margin: 0 8px;
	color: #aaa;
}

/* Silo cross-link block (appended to service & suburb pages) */
.ajc-silo {
	max-width: 1200px;
	margin: 40px auto;
	padding: 24px 20px;
	border-top: 1px solid #ececec;
}
.ajc-silo__title {
	font-size: 1.25rem;
	margin: 0 0 14px;
}
.ajc-silo__list {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
}
.ajc-silo__list a {
	text-decoration: none;
}
.ajc-silo__list a:hover {
	text-decoration: underline;
}
.ajc-silo__all a {
	font-weight: 600;
	text-decoration: none;
}
