/*
Theme Name: RealHomes Klasa
Theme URI: https://www.klasareality.cz/
Description: Child theme for Renata Kudělková based on RealHomes. Adds the RK gold and graphite visual style, a regional hero, refreshed homepage content and a custom footer.
Author: Renata Kudělková
Template: realhomes
Version: 1.0.0
Text Domain: realhomes-klasa
*/

:root {
	--klasa-green: #c5962d;
	--klasa-green-dark: #9d7420;
	--klasa-orange: #c5962d;
	--klasa-orange-dark: #9d7420;
	--klasa-ink: #1f1f1d;
	--klasa-muted: #746d62;
	--klasa-soft: #f7f4ed;
	--klasa-border: #e8deca;
	--klasa-shadow: 0 20px 50px rgba(31, 31, 29, 0.14);
	--rk-gold: #c5962d;
	--rk-gold-light: #ddb553;
	--rk-gold-dark: #9d7420;
	--rk-graphite: #2d2c29;
}

.property_reservation {
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.property_reservation p {
	background: var(--klasa-orange);
	color: #fff;
	padding: 11px;
	font-size: 20px;
}

.home .rh_prop_card__priceLabel_custom {
	display: inline-block;
	width: 48%;
}

.home .property_reservation,
.single-property .rh_property__sidebar .property_reservation {
	width: 48%;
}

.single-property .property_reservation {
	width: 15%;
}

.single-property .rh_page__property_custom {
	width: 65%;
}

.post-type-archive-property .rh_prop_card__priceLabel_custom,
.tax-property-status .rh_prop_card__priceLabel_custom {
	display: inherit;
	width: 35%;
}

.post-type-archive-property .property_reservation,
.tax-property-status .property_reservation {
	width: 100%;
}

.Featured_Properties_Widget .property_reservation {
	width: 48%;
}

.Featured_Properties_Widget .rh_prop_card__priceLabel_custom {
	display: inline-block;
	width: 48%;
}

.page-template-properties-search .rh_list_card__map_details .rh_prop_card__priceLabel_custom {
	display: inline-block;
	width: 50%;
	margin-right: 4%;
}

.page-template-properties-search .property_reservation {
	width: 45%;
}

.rh_property__sidebar .rh_prop_card__priceLabel_custom {
	display: inline-block;
	width: 48%;
	margin-right: 1%;
}

.rh_property__features {
	display: block !important;
}

.rh_property__features .rh_property__feature {
	width: 100% !important;
	margin-bottom: 1em !important;
	display: inline-block !important;
	padding: 15px 0;
	text-align: right;
}

.rh_property__features_wrap .rh_property__feature::before {
	width: 30%;
	height: 50px;
}

.price_discount_blk {
	width: 100%;
}

.price_discount_blk .price_after_discount {
	color: var(--klasa-orange);
	font-size: 2rem !important;
}

.line-through-strike {
	text-decoration: line-through solid var(--klasa-green);
}

.line-through-strike-sidebar {
	text-decoration: line-through solid #6f716b;
}

body {
	color: var(--klasa-ink);
	background: var(--klasa-soft);
}

a {
	color: var(--klasa-green);
}

a:hover,
.rh_sidebar .widget a:hover,
.rh_slide__desc h3 .title:hover,
.rh_prop_card .rh_prop_card__details h3 a:hover,
.rh_list_card__wrap .rh_list_card__map_wrap h3 a:hover {
	color: var(--klasa-green-dark);
}

::-moz-selection {
	background: var(--klasa-green);
	color: #fff;
}

::selection {
	background: var(--klasa-green);
	color: #fff;
}

.rh_header {
	position: absolute;
}

.rh_header--shadow {
	background: linear-gradient(180deg, rgba(8, 8, 7, 0.76) 0%, rgba(8, 8, 7, 0.22) 68%, rgba(8, 8, 7, 0) 100%);
	filter: none;
}

.rh_header .rh_header__wrap {
	max-width: 1280px;
	padding: 2rem 4rem;
}

.rh_header .rh_logo img {
	display: block;
	max-width: 112px;
	max-height: 112px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.rh_header .rh_logo a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 132px;
	min-height: 132px;
	padding: 10px;
	border: 1px solid rgba(197, 150, 45, 0.45);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.93);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

ul.rh_menu__main {
	gap: 0.4rem;
	padding-left: 2rem;
}

ul.rh_menu__main > li > a {
	border-radius: 4px;
	font-weight: 500;
	letter-spacing: 0;
	padding: 1.1rem 1.5rem;
}

ul.rh_menu__main > .current-menu-item > a,
ul.rh_menu__main > .current-menu-ancestor > a,
ul.rh_menu__main li:hover,
ul.rh_menu__main li a:hover,
.rh_menu--hover {
	background-color: var(--klasa-green);
}

ul.rh_menu__main ul.sub-menu,
ul.rh_menu__main ul.sub-menu ul.sub-menu {
	border-top-color: var(--klasa-orange);
	box-shadow: 0 18px 45px rgba(34, 42, 47, 0.16);
}

ul.rh_menu__main li a span,
.rh_label {
	background: var(--klasa-orange);
	color: #fff;
}

.rh_label span {
	border-left-color: var(--klasa-orange);
}

.rh_overlay {
	background: rgba(31, 31, 29, 0.58) !important;
}

.rh_prop_card .rh_prop_card__thumbnail .rh_overlay__contents a,
.rh_list_card__wrap .rh_list_card__thumbnail .rh_overlay__contents a,
.rh_list_card__wrap .rh_list_card__map_thumbnail .rh_overlay__contents a {
	border-color: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
	background: rgba(31, 31, 29, 0.18);
	color: #fff;
	font-weight: 800;
}

.rh_prop_card .rh_prop_card__thumbnail .rh_overlay__contents a:hover,
.rh_list_card__wrap .rh_list_card__thumbnail .rh_overlay__contents a:hover,
.rh_list_card__wrap .rh_list_card__map_thumbnail .rh_overlay__contents a:hover {
	border-color: var(--klasa-orange);
	background: var(--klasa-orange);
	color: #fff;
}

.rh_label,
.rh_label__list,
.rh_label__property,
.rh_label__property_grid,
.rh_label__favorite,
.rh_label__slide,
.rh_label__featured,
.rh_label__featured_widget {
	z-index: 20 !important;
}

.rh_label {
	border-radius: 4px;
	background: var(--klasa-orange) !important;
	box-shadow: 0 10px 24px rgba(31, 31, 29, 0.22);
	color: #fff !important;
	font-size: 1.3rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
}

.rh_label .rh_label__wrap {
	padding: 0.65rem 1rem !important;
}

.rh_label span {
	display: none !important;
}

.rh_label__list,
.rh_label__property,
.rh_label__property_grid,
.rh_label__favorite,
.rh_label__slide,
.rh_label__featured,
.rh_label__featured_widget {
	left: 1.2rem !important;
	top: 1.2rem !important;
}

.rh_menu__user .rh_menu__user_submit {
	display: none;
}

.rh_menu__user .rh_menu__user_phone {
	border: 1px solid rgba(197, 150, 45, 0.72);
	border-radius: 4px;
	margin-left: 1.2rem;
	padding: 0.75rem 1.1rem;
}

.rh_menu__user .rh_menu__user_phone .contact-number {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.3;
	margin-left: 0.8rem;
}

.rh_menu__responsive {
	border-radius: 6px;
	box-shadow: var(--klasa-shadow);
}

.rh_menu__responsive li a:hover {
	color: var(--klasa-green);
}

.rh_banner {
	background: var(--klasa-ink);
}

.rh_banner .rh_banner__wrap {
	max-width: 1280px;
}

.rh_banner::after,
.rh_slider .slides > li::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(34, 42, 47, 0.62), rgba(34, 42, 47, 0.18) 52%, rgba(34, 42, 47, 0.08));
}

.rh_prop_search__form {
	border-radius: 6px;
	box-shadow: var(--klasa-shadow);
	overflow: visible;
}

.rh_prop_search__form .rh_prop_search__fields,
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option,
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__dropdown .select2-container--default.select2-container--disabled .select2-selection--single {
	background: #fff;
}

.rh_prop_search__form .rh_prop_search__fields {
	border-radius: 6px 0 0 6px;
	overflow: hidden;
}

.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__active,
.rh_prop_search__active .select2-container--default .select2-selection--single,
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
	background: var(--klasa-green);
}

.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance {
	background: var(--klasa-green-dark);
}

.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance a:hover {
	background: #527d22;
}

.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search,
button,
.rh_btn--primary,
.post-password-form input[type="submit"],
.widget .searchform input[type="submit"],
.comment-form .form-submit .submit,
.rh_contact__form .wpcf7-form input[type="submit"] {
	background: var(--klasa-green);
}

.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search:hover,
button:hover,
.rh_btn--primary:hover,
.post-password-form input:hover[type="submit"],
.widget .searchform input:hover[type="submit"],
.comment-form .form-submit .submit:hover,
.rh_contact__form .wpcf7-form input:hover[type="submit"] {
	background: var(--klasa-green-dark);
}

.rh_btn,
.post-password-form input[type="submit"],
.widget .searchform input[type="submit"],
.widget.widget_mc4wp_form_widget input[type="submit"],
.comment-form .form-submit .submit,
.rh_contact__form .wpcf7-form input[type="submit"] {
	border-radius: 4px;
	font-weight: 600;
}

.rh_btn--secondary,
.widget.widget_mc4wp_form_widget input[type="submit"],
.tip,
.rh_section__featured .rh_flexslider__nav a:hover,
.rh_pagination .current,
.rh_pagination .rh_pagination__btn:hover {
	background: var(--klasa-orange);
}

.rh_btn--secondary:hover,
.widget.widget_mc4wp_form_widget input:hover[type="submit"] {
	background: var(--klasa-orange-dark);
}

.rh_svg,
.rh_slide__desc .rh_slide_prop_price span,
.rh_section .rh_section__head .rh_section__subtitle,
.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__price,
.rh_list_card__wrap .rh_list_card__priceLabel .rh_list_card__price .price,
.rh_property__id .id,
.rh_property__heading,
.advance-search .search-heading,
.widget_mortgage-calculator .title {
	color: var(--klasa-green);
	fill: var(--klasa-green);
}

.highlight svg path,
.rh_prop_card .rh_prop_card__thumbnail .rh_prop_card__btns a:hover svg path,
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__link p,
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__link i {
	color: var(--klasa-orange);
	fill: var(--klasa-orange);
}

.rh_prop_card,
.rh_list_card__wrap,
.rh_agent_card__wrap,
.rh_sidebar .widget {
	border-radius: 6px;
	box-shadow: 0 14px 34px rgba(34, 42, 47, 0.08);
	overflow: hidden;
}

.rh_prop_card {
	background: #fff;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.rh_prop_card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 48px rgba(34, 42, 47, 0.14);
}

.rh_prop_card .rh_prop_card__details h3,
.rh_list_card__wrap .rh_list_card__map_wrap h3 {
	color: var(--klasa-ink);
	font-weight: 600;
}

.property_reservation p,
.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__price,
.rh_list_card__wrap .rh_list_card__priceLabel .rh_list_card__price .price {
	font-weight: 700;
}

.rh_section .rh_section__head .rh_section__title {
	color: var(--klasa-ink);
	font-weight: 600;
}

.rh_section__testimonial,
.rh_cta .rh_cta__overlay,
.rh_cta--contact .rh_cta,
.success {
	background: var(--klasa-green);
}

.rh_section__testimonial.diagonal-border::before {
	border-bottom-color: var(--klasa-green);
}

.rh_section__testimonial.diagonal-border::after {
	border-top-color: var(--klasa-green);
}

.rh_section__testimonial .quotes-marks svg {
	fill: var(--klasa-green-dark);
}

.infoBox .map-info-window {
	border-bottom-color: var(--klasa-green);
}

.infoBox .map-info-window p,
.infoBox .map-info-window .rh_agent_form .rh_agent_form__row,
.rh_agent_form .infoBox .map-info-window .rh_agent_form__row {
	color: var(--klasa-green);
}

.infoBox .map-info-window .arrow-down {
	border-top-color: var(--klasa-green);
}

#comments,
.rh_agent_form,
.rwmb-field.rwmb-textarea-wrapper,
.rh_view_type {
	display: none;
}

.rh_slider_mod .rh_flexslider__nav_main a svg,
.rh_slide__desc .rh_slide__desc_wrap {
	display: none;
}

@media (max-width: 1023px) {
	.rh_header .rh_header__wrap {
		padding: 2rem 3rem;
	}

	.rh_prop_search__form .rh_prop_search__fields {
		border-radius: 6px 6px 0 0;
	}
}

@media (max-width: 767px) {
	.rh_header {
		position: absolute;
	}

	.rh_header .rh_header__wrap {
		padding: 1.6rem 2rem;
	}

	.rh_header .rh_header__wrap .rh_logo {
		margin-bottom: 1.2rem;
	}

	.rh_header .rh_logo img {
		max-height: 58px;
	}

	.rh_menu__user .rh_menu__user_phone {
		border: 0;
		margin-left: 0;
		padding: 0;
	}

	.rh_menu__user .rh_menu__user_phone .contact-number {
		font-size: 1.5rem;
	}

	.rh_menu__responsive_show {
		right: 2rem;
		margin-top: 10rem;
		width: min(28rem, calc(100vw - 4rem));
		height: auto;
		max-height: calc(100vh - 13rem);
		overflow: auto;
		text-align: left;
		position: fixed;
		z-index: 100;
	}

	.post-type-archive-property .rh_prop_card__priceLabel_custom {
		display: inline-block;
		width: 100%;
	}

	.post-type-archive-property .rh_prop_card__priceLabel_custom .rh_list_card__price {
		display: inline-block;
		width: 48%;
	}

	.post-type-archive-property .property_reservation {
		width: 48%;
	}

	.post-type-archive-property .property_reservation p {
		padding: 12px;
	}

	.single-property .rh_page__property_custom {
		width: 100%;
	}

	.single-property .property_reservation {
		width: 25%;
	}
}

@media (max-width: 350px) {
	.page-template-properties-search .property_reservation {
		width: 44%;
	}
}

/* RK Renata Kudelkova brand layer. */
.rh_banner,
.rh_banner.rh_banner__image,
.rh_banner__image,
.rh_slider .slides > li {
	background-color: var(--rk-graphite);
	background-image:
		linear-gradient(90deg, rgba(8, 8, 7, 0.78), rgba(31, 31, 29, 0.38), rgba(31, 31, 29, 0.08)),
		linear-gradient(0deg, rgba(8, 8, 7, 0.34), rgba(8, 8, 7, 0)),
		url("assets/turnov-cesky-raj-sunset-hero.png") !important;
	background-position: center !important;
	background-size: cover !important;
}

.rh_banner::after,
.rh_slider .slides > li::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(8, 8, 7, 0.56), rgba(31, 31, 29, 0.18), rgba(31, 31, 29, 0));
}

.rk_home_hero.rh_banner,
.rk_home_hero.rh_banner__default {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 64rem;
	height: auto !important;
	padding: 16rem 2rem 11rem;
	overflow: hidden;
	background-color: var(--rk-graphite);
	background-image:
		linear-gradient(90deg, rgba(8, 8, 7, 0.82), rgba(31, 31, 29, 0.36), rgba(31, 31, 29, 0.08)),
		linear-gradient(0deg, rgba(8, 8, 7, 0.35), rgba(8, 8, 7, 0)),
		url("assets/turnov-cesky-raj-sunset-hero.png") !important;
	background-position: center !important;
	background-size: cover !important;
}

.rk_home_hero::after {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(8, 8, 7, 0.68), rgba(8, 8, 7, 0.22), rgba(8, 8, 7, 0)),
		linear-gradient(0deg, rgba(8, 8, 7, 0.34), rgba(8, 8, 7, 0));
}

.rk_home_hero__content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 118rem;
	margin: 0 auto;
	color: #fff;
}

.rk_home_hero__eyebrow {
	margin: 0 0 1.4rem;
	color: var(--rk-gold-light);
	font-size: 1.4rem;
	font-weight: 800;
	text-transform: uppercase;
}

.rk_home_hero h1 {
	max-width: 78rem;
	margin: 0;
	color: #fff;
	font-size: clamp(4.2rem, 6vw, 7.6rem);
	line-height: 0.98;
	font-weight: 700;
	letter-spacing: 0;
}

.rk_home_hero__content > p:not(.rk_home_hero__eyebrow) {
	max-width: 58rem;
	margin: 2.2rem 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.9rem;
	line-height: 1.7;
}

.rk_home_hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
	margin-top: 3rem;
}

.rk_home_hero__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 5rem;
	padding: 1.4rem 2rem;
	border-radius: 4px;
	border: 1px solid rgba(197, 150, 45, 0.62);
	color: #fff;
	font-size: 1.5rem;
	font-weight: 800;
}

.rk_home_hero__actions a:first-child {
	background: var(--rk-gold);
	border-color: var(--rk-gold);
}

.home .rk_home_hero + .rh_prop_search,
.page-template-home .rk_home_hero + .rh_prop_search {
	position: relative;
	z-index: 5;
	margin-top: -6rem;
}

.rh_menu__user .rh_menu__user_phone svg,
.rh_svg {
	fill: var(--rk-gold);
}

ul.rh_menu__main > .current-menu-item > a,
ul.rh_menu__main > .current-menu-ancestor > a,
ul.rh_menu__main li:hover,
ul.rh_menu__main li a:hover,
.rh_menu--hover,
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__active,
.rh_prop_search__active .select2-container--default .select2-selection--single,
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above,
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search,
button,
.rh_btn--primary,
.post-password-form input[type="submit"],
.widget .searchform input[type="submit"],
.comment-form .form-submit .submit,
.rh_contact__form .wpcf7-form input[type="submit"],
.rh_section__testimonial,
.rh_cta .rh_cta__overlay,
.rh_cta--contact .rh_cta,
.success,
.property_reservation p,
.rh_label {
	background-color: var(--rk-gold);
}

.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance,
.reserve,
.info,
.rh_btn--blackBG {
	background-color: var(--rk-graphite);
}

.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance a:hover,
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search:hover,
button:hover,
.rh_btn--primary:hover,
.post-password-form input:hover[type="submit"],
.widget .searchform input:hover[type="submit"],
.comment-form .form-submit .submit:hover,
.rh_contact__form .wpcf7-form input:hover[type="submit"] {
	background-color: var(--rk-gold-dark);
}

.rh_btn--secondary,
.widget.widget_mc4wp_form_widget input[type="submit"],
.tip,
.rh_section__featured .rh_flexslider__nav a:hover,
.rh_pagination .current,
.rh_pagination .rh_pagination__btn:hover {
	background-color: var(--rk-gold);
}

a,
a:hover,
.rh_sidebar .widget a:hover,
.rh_slide__desc h3 .title:hover,
.rh_prop_card .rh_prop_card__details h3 a:hover,
.rh_list_card__wrap .rh_list_card__map_wrap h3 a:hover,
.rh_slide__desc .rh_slide_prop_price span,
.rh_section .rh_section__head .rh_section__subtitle,
.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__price,
.rh_list_card__wrap .rh_list_card__priceLabel .rh_list_card__price .price,
.rh_property__id .id,
.rh_property__heading,
.advance-search .search-heading,
.widget_mortgage-calculator .title {
	color: var(--rk-gold-dark);
}

.rh_label span {
	border-left-color: var(--rk-gold);
}

.rh_section__testimonial.diagonal-border::before {
	border-bottom-color: var(--rk-gold);
}

.rh_section__testimonial.diagonal-border::after {
	border-top-color: var(--rk-gold);
}

.rh_section__testimonial .quotes-marks svg {
	fill: var(--rk-gold-dark);
}

@media (max-width: 767px) {
	.rh_header .rh_logo a {
		min-width: 104px;
		min-height: 104px;
	}

	.rh_header .rh_logo img {
		max-width: 92px;
		max-height: 92px;
	}
}

.rk_home_intro,
.rk_service_grid,
.rk_region {
	background: var(--klasa-soft);
}

.rk_home_intro__wrap,
.rk_service_grid__wrap,
.rk_region__wrap,
.rk_footer__wrap,
.rk_footer__bottom {
	max-width: 1180px;
	margin: 0 auto;
}

.rk_home_intro {
	padding: 8rem 2rem 4rem;
}

.rk_home_intro__wrap {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(28rem, 0.7fr);
	gap: 4rem;
	align-items: end;
}

.rk_eyebrow {
	margin: 0 0 1.2rem;
	color: var(--rk-gold-dark);
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
}

.rk_home_intro h2,
.rk_region h2 {
	margin: 0;
	color: var(--klasa-ink);
	font-size: clamp(3rem, 4vw, 5.2rem);
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0;
}

.rk_home_intro__copy > p:last-child,
.rk_region__wrap > p,
.rk_home_intro__panel span,
.rk_service_grid article p,
.rk_footer p {
	color: var(--klasa-muted);
	font-size: 1.6rem;
	line-height: 1.8;
}

.rk_home_intro__panel {
	padding: 3rem;
	border: 1px solid var(--klasa-border);
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(31, 31, 29, 0.08);
}

.rk_home_intro__panel strong {
	display: block;
	margin-bottom: 1rem;
	color: var(--rk-gold-dark);
	font-size: 2rem;
}

.rk_service_grid {
	padding: 2rem 2rem 7rem;
}

.rk_service_grid__wrap {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
}

.rk_service_grid article {
	padding: 3rem;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(31, 31, 29, 0.08);
}

.rk_service_grid article span {
	color: var(--rk-gold);
	font-size: 1.3rem;
	font-weight: 800;
}

.rk_service_grid article h3 {
	margin: 1rem 0;
	color: var(--klasa-ink);
	font-size: 2.2rem;
	font-weight: 600;
}

.rk_region {
	padding: 6rem 2rem;
	border-top: 1px solid var(--klasa-border);
	border-bottom: 1px solid var(--klasa-border);
}

.rk_region__wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(28rem, 0.8fr);
	gap: 4rem;
	align-items: center;
}

.home .diagonal-border::before,
.home .diagonal-border::after,
.rh_footer.diagonal-border::before,
.rh_section--props_padding.diagonal-border::after,
.rh_section--featured.diagonal-border::before,
.rh_section--featured.diagonal-border::after,
.rh_section__testimonial.diagonal-border::before,
.rh_section__testimonial.diagonal-border::after,
.rh_section__cta.diagonal-border::after,
.rh_section__agents.diagonal-border::before,
.rh_section__agents.diagonal-border::after,
.rh_section__features.diagonal-border::before,
.rh_section__features.diagonal-border::after,
.rh_section__partners.diagonal-border::before,
.rh_section__partners.diagonal-border::after {
	display: none !important;
	border-width: 0 !important;
}

.diagonal-border.section-margin-top {
	margin-top: 0 !important;
}

.rk_footer {
	position: relative;
	padding: 0 2rem;
	background:
		linear-gradient(135deg, rgba(197, 150, 45, 0.12), rgba(197, 150, 45, 0) 35%),
		#1d1c1a;
	color: #fff;
}

.rk_footer::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 38%),
		radial-gradient(circle at 80% 12%, rgba(197, 150, 45, 0.16), transparent 28%);
}

.rk_footer__cta,
.rk_footer__wrap {
	position: relative;
	z-index: 1;
	max-width: 118rem;
	margin: 0 auto;
}

.rk_footer__cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 3rem;
	align-items: center;
	padding: 4rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.rk_footer__cta span {
	display: block;
	margin-bottom: 0.8rem;
	color: var(--rk-gold-light);
	font-size: 1.3rem;
	font-weight: 800;
	text-transform: uppercase;
}

.rk_footer__cta h2 {
	max-width: 72rem;
	margin: 0;
	color: #fff;
	font-size: clamp(2.8rem, 3vw, 4.4rem);
	line-height: 1.12;
	font-weight: 650;
	letter-spacing: 0;
}

.rk_footer__cta_actions {
	display: flex;
	gap: 1.2rem;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.rk_footer__cta_actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 4.8rem;
	padding: 1.4rem 2rem;
	border-radius: 4px;
	border: 1px solid rgba(197, 150, 45, 0.55);
	color: #fff;
	font-size: 1.5rem;
	font-weight: 800;
}

.rk_footer__cta_actions a:first-child {
	background: var(--rk-gold);
	border-color: var(--rk-gold);
}

.rk_footer__wrap {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.7fr) minmax(25rem, 0.9fr);
	gap: 6rem;
	align-items: start;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.rk_footer__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 11rem;
	height: 11rem;
	margin-bottom: 2rem;
	padding: 1rem;
	border-radius: 6px;
	border: 1px solid rgba(197, 150, 45, 0.45);
	background: rgba(255, 255, 255, 0.94);
}

.rk_footer__logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rk_footer h3 {
	margin: 0 0 1.8rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
}

.rk_footer__brand p,
.rk_footer__contact p {
	max-width: 46rem;
	color: rgba(255, 255, 255, 0.68);
	font-size: 1.5rem;
	line-height: 1.8;
}

.rk_footer__region {
	display: inline-flex;
	margin-top: 1rem;
	padding: 0.8rem 1rem;
	border: 1px solid rgba(197, 150, 45, 0.32);
	border-radius: 4px;
	color: var(--rk-gold-light);
	font-size: 1.3rem;
	font-weight: 800;
}

.rk_footer__nav a,
.rk_footer__contact a {
	display: block;
	margin-bottom: 1rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.5rem;
	transition: color 160ms ease;
}

.rk_footer__nav a:hover,
.rk_footer__contact a:hover,
.rk_footer__phone {
	color: var(--rk-gold-light);
}

.rk_footer__phone {
	font-size: 2rem !important;
	font-weight: 800;
}

.rk_footer__bottom {
	position: relative;
	z-index: 1;
	max-width: 118rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	padding: 2rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.58);
	font-size: 1.4rem;
}

@media (max-width: 900px) {
	.rk_home_hero.rh_banner,
	.rk_home_hero.rh_banner__default {
		min-height: 54rem;
		padding: 13rem 2rem 9rem;
	}

	.rk_home_hero h1 {
		font-size: 4rem;
	}

	.rk_home_hero__content > p:not(.rk_home_hero__eyebrow) {
		font-size: 1.7rem;
	}

	.home .rk_home_hero + .rh_prop_search,
	.page-template-home .rk_home_hero + .rh_prop_search {
		margin-top: -4rem;
	}

	.rk_home_intro__wrap,
	.rk_region__wrap,
	.rk_footer__cta,
	.rk_footer__wrap {
		grid-template-columns: 1fr;
	}

	.rk_footer__cta_actions {
		justify-content: flex-start;
	}

	.rk_service_grid__wrap {
		grid-template-columns: 1fr;
	}

	.rk_footer__bottom {
		display: block;
	}

	.rk_footer__bottom span {
		display: block;
		margin-bottom: 0.8rem;
	}
}
