/**
 * ZHUUZH CRM Form V1
 */

.zg-crm-template {
	--zg-blue: #123b78;
	--zg-blue-dark: #092653;
	--zg-blue-light: #eaf1fa;
	--zg-gold: #b9944a;
	--zg-ink: #172033;
	--zg-muted: #667085;
	--zg-line: #dbe3ee;
	--zg-surface: #f6f8fb;
	--zg-white: #ffffff;
	background: #ffffff !important;
}

.zg-crm-template #content,
.zg-crm-template .site-content,
.zg-crm-template #primary {
	margin: 0 !important;
	padding: 0 !important;
}

.zg-crm-template .site-content > .ast-container {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.zg-crm-template footer#colophon {
	display: none !important;
}

.zg-crm-page,
.zg-crm-page *,
.zg-crm-page *::before,
.zg-crm-page *::after {
	box-sizing: border-box;
}

.zg-crm-page {
	direction: rtl;
	color: var(--zg-ink);
}

.zg-container {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

/* Header */

.zg-crm-template .ast-primary-header-bar {
	border-bottom: 1px solid rgba(18, 59, 120, 0.10);
	background: #ffffff;
	box-shadow: 0 8px 30px rgba(9, 38, 83, 0.05);
}

.zg-crm-template .site-primary-header-wrap {
	width: min(1380px, calc(100% - 40px));
	max-width: none;
	margin-inline: auto;
	padding-inline: 0;
}

.zg-crm-template .site-primary-header-wrap .ast-builder-grid-row {
	min-height: 92px;
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: 34px;
}

.zg-crm-template .custom-logo {
	width: auto;
	max-width: 96px;
	max-height: 76px;
	object-fit: contain;
}

.zg-crm-template #ast-hf-menu-1 {
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	gap: 2px;
	flex-wrap: nowrap;
}

.zg-crm-template #ast-hf-menu-1 > .menu-item > .menu-link {
	display: flex;
	height: 92px;
	align-items: center;
	padding: 0 12px;
	color: #24324a;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.zg-crm-template #menu-item-26086 {
	margin-right: auto;
}

.zg-crm-template #menu-item-26086 > a.menu-link {
	display: flex !important;
	min-width: 150px;
	height: 48px !important;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	padding: 0 20px !important;
	border-radius: 11px;
	background: var(--zg-blue) !important;
	color: #ffffff !important;
	box-shadow: 0 9px 22px rgba(18, 59, 120, 0.20);
}

/* Breadcrumb */

.zg-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 24px 0;
	gap: 10px;
	color: var(--zg-muted);
	font-size: 13px;
}

.zg-breadcrumb a {
	color: var(--zg-blue);
	text-decoration: none;
}

.zg-breadcrumb span[aria-hidden="true"] {
	color: #aab3c2;
}

/* Hero */

.zg-crm-hero {
	padding-bottom: 60px;
	border-bottom: 1px solid var(--zg-line);
	background:
		radial-gradient(circle at 12% 20%, rgba(185, 148, 74, 0.10), transparent 27%),
		linear-gradient(135deg, #ffffff 0%, #f3f7fc 100%);
}

.zg-crm-hero__content {
	max-width: 850px;
	padding-top: 25px;
}

.zg-crm-code {
	display: inline-flex;
	margin-bottom: 17px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(185, 148, 74, 0.14);
	color: #8b671d;
	font-size: 12px;
	font-weight: 800;
	direction: ltr;
}

.zg-crm-hero h1 {
	margin: 0 0 18px;
	color: var(--zg-blue-dark);
	font-size: clamp(38px, 5vw, 58px);
	font-weight: 800;
	line-height: 1.45;
}

.zg-crm-hero__content > p {
	max-width: 720px;
	margin: 0 0 25px;
	color: var(--zg-muted);
	font-size: 17px;
	line-height: 2;
}

.zg-crm-security {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.zg-crm-security span {
	position: relative;
	display: inline-flex;
	min-height: 37px;
	align-items: center;
	padding: 7px 34px 7px 12px;
	border: 1px solid var(--zg-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.75);
	color: var(--zg-muted);
	font-size: 12px;
}

.zg-crm-security span::before {
	position: absolute;
	right: 12px;
	width: 15px;
	height: 15px;
	background: var(--zg-gold);
	content: "";

	-webkit-mask: url("../icons/icons/ui-check.svg") center / contain no-repeat;
	mask: url("../icons/icons/ui-check.svg") center / contain no-repeat;
}

/* Form layout */

.zg-crm-section {
	padding: 75px 0 105px;
	background: var(--zg-surface);
}

.zg-crm-layout {
	width: 100%;
	max-width: 1180px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
	gap: 24px;
}

.zg-crm-form-card {
	min-height: 900px;
	overflow: hidden;
	padding: 12px;
	border: 1px solid var(--zg-line);
	border-radius: 19px;
	background: #ffffff;
	box-shadow: 0 20px 60px rgba(9, 38, 83, 0.08);
}

.zg-crm-iframe {
	display: block;
	width: 100%;
	height: 900px;
	min-height: 900px;
	border: 0;
	border-radius: 13px;
	background: #f4f6fa;
}

.zg-crm-sidebar {
	position: static;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.zg-crm-direct-link {
	grid-column: 1 / -1;
}

.zg-crm-help,
.zg-crm-privacy {
	padding: 24px;
	border: 1px solid var(--zg-line);
	border-radius: 15px;
	background: #ffffff;
}

.zg-crm-help > strong,
.zg-crm-privacy > strong {
	display: block;
	margin-bottom: 14px;
	color: var(--zg-blue-dark);
	font-size: 16px;
}

.zg-crm-help ul {
	margin: 0;
	padding-right: 20px;
	color: var(--zg-muted);
	font-size: 13px;
	line-height: 1.9;
}

.zg-crm-help li {
	margin-bottom: 8px;
}

.zg-crm-direct-link {
	display: flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 11px;
	background: var(--zg-blue);
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	text-decoration: none !important;
}

.zg-crm-direct-link:hover {
	background: var(--zg-blue-dark);
}

.zg-crm-privacy p {
	margin-bottom: 13px;
	color: var(--zg-muted);
	font-size: 12px;
	line-height: 1.85;
}

.zg-crm-privacy a {
	color: var(--zg-blue);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.zg-crm-error {
	padding: 55px 25px;
	text-align: center;
}

.zg-crm-error strong {
	display: block;
	margin-bottom: 10px;
	color: #a02929;
	font-size: 20px;
}

.zg-crm-error p {
	color: var(--zg-muted);
}

.zg-crm-help {
	grid-column: 1;
	grid-row: 1;
}

.zg-crm-privacy {
	grid-column: 2;
	grid-row: 1;
}

.zg-crm-direct-link {
	grid-column: 1 / -1;
	grid-row: 2;
}

/* Responsive */

@media (max-width: 1000px) {
	.zg-crm-layout {
		grid-template-columns: 1fr;
	}

	.zg-crm-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		order: -1;
	}

	.zg-crm-direct-link {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {
	.zg-crm-help,
	.zg-crm-privacy,
	.zg-crm-direct-link {
		grid-column: auto;
		grid-row: auto;
	}
	.zg-container {
		width: min(100% - 28px, 1180px);
	}

	.zg-crm-hero {
		padding-bottom: 45px;
	}

	.zg-crm-hero h1 {
		font-size: 34px;
	}

	.zg-crm-section {
		padding: 45px 0 70px;
	}

	.zg-crm-sidebar {
		grid-template-columns: 1fr;
	}

	.zg-crm-form-card {
		padding: 5px;
		border-radius: 13px;
	}

	.zg-crm-iframe {
		min-height: 1100px;
		border-radius: 9px;
	}

	.zg-crm-security {
		flex-direction: column;
	}

	.zg-crm-security span {
		width: 100%;
	}
}


/* Antique evaluation form — page 26135 */
body.page-id-26135 .zg-crm-form-card {
    min-height: 1200px;
}

body.page-id-26135 .zg-crm-iframe {
    height: 1200px;
    min-height: 1200px;
}

 (max-width: 700px) {
    body.page-id-26135 .zg-crm-form-card {
        min-height: 1850px;
    }

    body.page-id-26135 .zg-crm-iframe {
        height: 1850px;
        min-height: 1850px;
    }
}

/* ZG CONTACT CONTENT V1 */
.zg-crm-page-content {
    padding: 70px 0 15px;
    background: #fff;
}

.zg-crm-page-content__inner {
    max-width: 1180px;
    margin-inline: auto;
}

.zg-contact-intro {
    max-width: 850px;
    margin: 0 auto 36px;
    text-align: center;
}

.zg-contact-intro > span,
.zg-contact-form-heading > span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--zg-gold);
    font-weight: 800;
}

.zg-contact-intro h2,
.zg-contact-form-heading h2 {
    margin: 0 0 14px;
    color: var(--zg-blue);
    font-size: clamp(28px, 4vw, 42px);
}

.zg-contact-intro p,
.zg-contact-form-heading p {
    margin: 0;
    color: #5c708c;
    font-size: 17px;
    line-height: 2;
}

.zg-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.zg-contact-card {
    position: relative;
    min-height: 280px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid #d8e3f0;
    border-radius: 16px;
    background: #f8fbff;
}

.zg-contact-card:nth-child(even) {
    background: #fffaf1;
}

.zg-contact-card > span {
    position: absolute;
    top: 18px;
    left: 20px;
    color: #dce6f2;
    font-size: 30px;
    font-weight: 900;
}

.zg-contact-card h3 {
    margin: 15px 0 14px;
    color: var(--zg-blue);
    font-size: 22px;
}

.zg-contact-card p,
.zg-contact-card li {
    color: #536983;
    line-height: 1.9;
}

.zg-contact-card ul {
    margin: 15px 0 0;
    padding-right: 20px;
}

.zg-contact-card li::marker {
    color: var(--zg-gold);
}

.zg-contact-card--gold {
    border-color: #e7c983;
    background: #fff8e9;
}

.zg-contact-before {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 35px 0;
    padding: 26px 30px;
    border-right: 4px solid var(--zg-gold);
    border-radius: 14px;
    background: #f2f7fd;
}

.zg-contact-before strong {
    color: var(--zg-blue);
    font-size: 20px;
}

.zg-contact-before p {
    margin: 7px 0 0;
    color: #5a6e87;
}

.zg-contact-before__links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.zg-contact-before__links a {
    padding: 9px 14px;
    border: 1px solid #cfdaea;
    border-radius: 9px;
    color: var(--zg-blue);
    font-weight: 700;
    text-decoration: none;
    background: #fff;
}

.zg-contact-before__links a:hover {
    color: #fff;
    border-color: var(--zg-gold);
    background: var(--zg-gold);
}

.zg-contact-form-heading {
    max-width: 780px;
    margin: 55px auto 10px;
    text-align: center;
}

@media (max-width: 900px) {
    .zg-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zg-contact-before {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .zg-crm-page-content {
        padding-top: 45px;
    }

    .zg-contact-grid {
        grid-template-columns: 1fr;
    }

    .zg-contact-card {
        min-height: auto;
    }
}

/* ZG ORIGINAL CONTACT CONTENT */
.zg-crm-page-content {
    padding: 65px 0 5px;
    background: #fff;
}

.zg-crm-page-content__inner {
    max-width: 1120px;
    margin-inline: auto;
}

.zg-crm-page-content__inner > h2:first-child {
    margin: 0 0 14px;
    color: var(--zg-blue);
    font-size: clamp(30px, 4vw, 44px);
    text-align: center;
}

.zg-crm-page-content__inner > h2:first-child + p,
.zg-crm-page-content__inner > h2:first-child + p + p {
    max-width: 850px;
    margin-inline: auto;
    color: #586e89;
    font-size: 17px;
    line-height: 2;
    text-align: center;
}

.zg-crm-page-content__inner > h1 {
    margin: 42px 0 0;
    padding: 26px 30px 15px;
    border: 1px solid #d8e3ef;
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    color: var(--zg-blue);
    font-size: clamp(24px, 3vw, 32px);
    background: #f5f9fe;
}

.zg-crm-page-content__inner > h1:nth-of-type(even) {
    background: #fff9ee;
}

.zg-crm-page-content__inner > h1 + h2,
.zg-crm-page-content__inner > h1 + p,
.zg-crm-page-content__inner > h1 + h2 + p,
.zg-crm-page-content__inner > h1 + p + h3,
.zg-crm-page-content__inner > h1 + h2 + p + h3 {
    margin-top: 0;
}

.zg-crm-page-content__inner > h1 ~ h2,
.zg-crm-page-content__inner > h1 ~ h3,
.zg-crm-page-content__inner > h1 ~ p,
.zg-crm-page-content__inner > h1 ~ ul {
    padding-inline: 30px;
}

.zg-crm-page-content__inner h2,
.zg-crm-page-content__inner h3 {
    color: #173f73;
}

.zg-crm-page-content__inner p,
.zg-crm-page-content__inner li {
    color: #526984;
    line-height: 2;
}

.zg-crm-page-content__inner li {
    margin-bottom: 6px;
}

.zg-crm-page-content__inner li::marker {
    color: var(--zg-gold);
}

.zg-crm-page-content__inner hr {
    margin: 0;
    border: 0;
    border-top: 1px solid #dce5ef;
}

.zg-contact-form-heading {
    margin: 55px 0 0;
    padding: 32px;
    border-right: 4px solid var(--zg-gold);
    border-radius: 15px;
    text-align: center;
    background: #f2f7fd;
}

.zg-contact-form-heading span {
    color: var(--zg-gold);
    font-weight: 800;
}

.zg-contact-form-heading h2 {
    margin: 8px 0 10px;
    color: var(--zg-blue);
    font-size: clamp(26px, 3vw, 36px);
}

.zg-contact-form-heading p {
    max-width: 720px;
    margin: auto;
}

@media (max-width: 650px) {
    .zg-crm-page-content {
        padding-top: 42px;
    }

    .zg-crm-page-content__inner > h1,
    .zg-crm-page-content__inner > h1 ~ h2,
    .zg-crm-page-content__inner > h1 ~ h3,
    .zg-crm-page-content__inner > h1 ~ p,
    .zg-crm-page-content__inner > h1 ~ ul {
        padding-inline: 20px;
    }
}

/* Unified CRM header alignment */

body.zg-crm-template .site-header-primary-section-right,
body.zg-crm-template .ast-builder-layout-element[data-section="section-hb-logo"] {
    display: flex !important;
    justify-content: flex-end !important;
    order: 1;
}

body.zg-crm-template .site-header-primary-section-center {
    display: flex !important;
    min-width: 0;
    justify-content: center !important;
    order: 2;
}

body.zg-crm-template .site-header-primary-section-left {
    display: flex !important;
    justify-content: flex-start !important;
    order: 3;
}

body.zg-crm-template .site-primary-header-wrap .ast-builder-grid-row {
    width: min(100% - 40px, 1380px) !important;
    max-width: 1380px !important;
    margin-inline: auto !important;
    grid-template-columns:
        minmax(110px, auto)
        minmax(0, 1fr)
        minmax(145px, auto) !important;
    direction: rtl;
}

body.zg-crm-template .site-branding,
body.zg-crm-template .site-logo-img,
body.zg-crm-template .custom-logo-link {
    margin-right: 0 !important;
    margin-left: auto !important;
}

body.zg-crm-template .custom-logo {
    display: block;
    width: auto !important;
    max-width: 96px !important;
    max-height: 96px !important;
}

/* Wider and more balanced CRM content */

body.zg-crm-template .zg-container {
    width: min(100% - 40px, 1280px) !important;
    max-width: 1280px !important;
}

body.zg-crm-template .zg-crm-hero__content {
    max-width: 880px;
}

body.zg-crm-template .zg-crm-section {
    padding-top: 55px;
}

@media (max-width: 920px) {
    body.zg-crm-template .site-primary-header-wrap .ast-builder-grid-row {
        width: min(100% - 28px, 1380px) !important;
        grid-template-columns: auto minmax(0, 1fr) !important;
    }

    body.zg-crm-template .site-header-primary-section-center {
        justify-content: flex-start !important;
    }
}

/* Remove incorrect CRM header ordering */

body.zg-crm-template .site-header-primary-section-left,
body.zg-crm-template .site-header-primary-section-center,
body.zg-crm-template .site-header-primary-section-right {
    order: initial !important;
}

/* Final concise Contact V1 */
body.page-id-26211 .zg-crm-page-content {
    padding: 58px 0 0;
}

body.page-id-26211 .zg-crm-page-content__inner {
    max-width: 1120px;
}

.zg-contact-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 34px 0 20px;
}

.zg-contact-detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 7px 20px;
    padding: 23px 25px;
    border: 1px solid #d6e1ee;
    border-radius: 15px;
    background: #f6f9fd;
}

.zg-contact-detail:nth-child(2n) {
    background: #fff9ee;
}

.zg-contact-detail > span {
    color: #60738b;
    font-size: 14px;
}

.zg-contact-detail > strong {
    grid-column: 1;
    color: var(--zg-blue);
    font-size: 18px;
}

.zg-contact-detail > a {
    grid-column: 2;
    grid-row: 1 / span 2;
    padding: 9px 13px;
    border: 1px solid #cad8e8;
    border-radius: 9px;
    color: var(--zg-blue);
    font-weight: 700;
    text-decoration: none;
    background: #fff;
}

.zg-contact-detail > a:hover {
    color: #fff;
    border-color: var(--zg-gold);
    background: var(--zg-gold);
}

.zg-contact-grid--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 16px;
}

.zg-contact-grid--compact .zg-contact-card {
    min-height: 205px;
}

.zg-contact-office,
.zg-contact-social {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
    align-items: center;
    gap: 30px;
    margin-top: 20px;
    padding: 27px 30px;
    border: 1px solid #d6e1ee;
    border-radius: 15px;
    background: #f5f9fe;
}

.zg-contact-office span,
.zg-contact-social span {
    color: var(--zg-gold);
    font-weight: 800;
}

.zg-contact-office h3 {
    margin: 7px 0 0;
    color: var(--zg-blue);
    font-size: 21px;
}

.zg-contact-hours {
    padding-right: 25px;
    border-right: 1px solid #d5dfeb;
}

.zg-contact-hours strong {
    color: var(--zg-blue);
}

.zg-contact-hours p {
    margin: 5px 0 0;
}

.zg-contact-social {
    grid-template-columns: minmax(260px, .6fr) minmax(0, 1.4fr);
    background: #fff9ee;
}

.zg-contact-social p {
    margin: 6px 0 0;
}

.zg-contact-social__links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.zg-contact-social__links a {
    padding: 9px 14px;
    border: 1px solid #d7c699;
    border-radius: 9px;
    color: var(--zg-blue);
    font-weight: 700;
    text-decoration: none;
    background: #fff;
}

.zg-contact-social__links a:hover {
    color: #fff;
    border-color: var(--zg-blue);
    background: var(--zg-blue);
}

body.page-id-26211 .zg-contact-before {
    margin-top: 20px;
}

body.page-id-26211 .zg-contact-form-heading {
    width: 100%;
    max-width: none;
    margin: 28px 0 0;
}

body.page-id-26211 .zg-crm-section {
    padding-top: 22px;
}

@media (max-width: 760px) {
    .zg-contact-details,
    .zg-contact-grid--compact,
    .zg-contact-office,
    .zg-contact-social {
        grid-template-columns: 1fr;
    }

    .zg-contact-detail {
        grid-template-columns: 1fr;
    }

    .zg-contact-detail > a {
        grid-column: 1;
        grid-row: auto;
        justify-self: start;
    }

    .zg-contact-hours {
        padding: 18px 0 0;
        border-top: 1px solid #d5dfeb;
        border-right: 0;
    }
}

/* Minimal Contact Page V1 */
body.page-id-26211 .zg-crm-hero {
    min-height: 0;
    padding-top: 54px;
    padding-bottom: 52px;
}

body.page-id-26211 .zg-crm-hero .zg-container {
    display: block;
}

body.page-id-26211 .zg-crm-hero__content {
    max-width: 850px;
    margin-inline: auto;
    text-align: center;
}

body.page-id-26211 .zg-crm-security {
    justify-content: center;
}

body.page-id-26211 .zg-crm-page-content {
    padding: 42px 0 0;
}

body.page-id-26211 .zg-crm-page-content__inner {
    max-width: 980px;
}

.zg-contact-minimal__header {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}

.zg-contact-minimal__header > span,
.zg-contact-form-heading--minimal > span {
    color: var(--zg-gold);
    font-weight: 800;
}

.zg-contact-minimal__header h2 {
    margin: 7px 0 8px;
    color: var(--zg-blue);
    font-size: clamp(27px, 3vw, 36px);
}

.zg-contact-minimal__header p {
    margin: 0;
    color: #5c7089;
    line-height: 1.9;
}

.zg-contact-lines {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #d8e2ed;
    border-bottom: 1px solid #d8e2ed;
}

.zg-contact-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: 0;
    padding: 19px 20px;
    border-bottom: 1px solid #e1e8f0;
}

.zg-contact-line:nth-child(odd) {
    border-left: 1px solid #e1e8f0;
}

.zg-contact-line:nth-last-child(-n+2) {
    border-bottom: 0;
}

.zg-contact-line span {
    color: #64778d;
}

.zg-contact-line a {
    color: var(--zg-blue);
    font-weight: 800;
    text-decoration: none;
}

.zg-contact-line a:hover {
    color: var(--zg-gold);
}

.zg-contact-meta {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 35px;
    padding: 28px 20px;
    border-bottom: 1px solid #d8e2ed;
}

.zg-contact-meta > div + div {
    padding-right: 35px;
    border-right: 1px solid #d8e2ed;
}

.zg-contact-meta span,
.zg-contact-social-minimal > span {
    color: var(--zg-blue);
    font-weight: 800;
}

.zg-contact-meta p {
    margin: 7px 0 0;
    color: #586d86;
}

.zg-contact-social-minimal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 23px 20px;
    border-bottom: 1px solid #d8e2ed;
}

.zg-contact-social-minimal nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.zg-contact-social-minimal a {
    color: #536a84;
    font-weight: 700;
    text-decoration: none;
}

.zg-contact-social-minimal a:hover {
    color: var(--zg-gold);
}

.zg-contact-help-minimal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    padding: 23px 20px;
}

.zg-contact-help-minimal p {
    margin: 0 auto 0 0;
    color: #64778d;
}

.zg-contact-help-minimal a {
    color: var(--zg-blue);
    font-weight: 700;
    text-decoration: none;
}

.zg-contact-help-minimal a:hover {
    color: var(--zg-gold);
}

body.page-id-26211 .zg-contact-form-heading--minimal {
    width: 100%;
    max-width: 980px;
    margin: 18px auto 0;
    padding: 26px 20px 10px;
    border: 0;
    border-top: 1px solid #d8e2ed;
    border-radius: 0;
    background: transparent;
}

body.page-id-26211 .zg-contact-form-heading--minimal h2 {
    margin: 6px 0;
    font-size: clamp(25px, 3vw, 34px);
}

body.page-id-26211 .zg-crm-section {
    padding-top: 16px;
    background: #fff;
}

body.page-id-26211 .zg-crm-form-card {
    padding: 10px;
    border: 1px solid #dde5ee;
    box-shadow: none;
    background: #fff;
}

@media (max-width: 720px) {
    body.page-id-26211 .zg-crm-hero {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .zg-contact-lines,
    .zg-contact-meta {
        grid-template-columns: 1fr;
    }

    .zg-contact-line {
        border-left: 0 !important;
        border-bottom: 1px solid #e1e8f0 !important;
    }

    .zg-contact-line:last-child {
        border-bottom: 0 !important;
    }

    .zg-contact-meta > div + div {
        padding: 20px 0 0;
        border-top: 1px solid #d8e2ed;
        border-right: 0;
    }

    .zg-contact-social-minimal {
        align-items: flex-start;
        flex-direction: column;
    }

    .zg-contact-help-minimal p {
        width: 100%;
        margin: 0;
    }
}

/* Minimal Contact Page V1 */
body.page-id-26211 .zg-crm-hero {
    min-height: 0;
    padding-top: 54px;
    padding-bottom: 52px;
}

body.page-id-26211 .zg-crm-hero .zg-container {
    display: block;
}

body.page-id-26211 .zg-crm-hero__content {
    max-width: 850px;
    margin-inline: auto;
    text-align: center;
}

body.page-id-26211 .zg-crm-security {
    justify-content: center;
}

body.page-id-26211 .zg-crm-page-content {
    padding: 42px 0 0;
}

body.page-id-26211 .zg-crm-page-content__inner {
    max-width: 980px;
}

.zg-contact-minimal__header {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}

.zg-contact-minimal__header > span,
.zg-contact-form-heading--minimal > span {
    color: var(--zg-gold);
    font-weight: 800;
}

.zg-contact-minimal__header h2 {
    margin: 7px 0 8px;
    color: var(--zg-blue);
    font-size: clamp(27px, 3vw, 36px);
}

.zg-contact-minimal__header p {
    margin: 0;
    color: #5c7089;
    line-height: 1.9;
}

.zg-contact-lines {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #d8e2ed;
    border-bottom: 1px solid #d8e2ed;
}

.zg-contact-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: 0;
    padding: 19px 20px;
    border-bottom: 1px solid #e1e8f0;
}

.zg-contact-line:nth-child(odd) {
    border-left: 1px solid #e1e8f0;
}

.zg-contact-line:nth-last-child(-n+2) {
    border-bottom: 0;
}

.zg-contact-line span {
    color: #64778d;
}

.zg-contact-line a {
    color: var(--zg-blue);
    font-weight: 800;
    text-decoration: none;
}

.zg-contact-line a:hover {
    color: var(--zg-gold);
}

.zg-contact-meta {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 35px;
    padding: 28px 20px;
    border-bottom: 1px solid #d8e2ed;
}

.zg-contact-meta > div + div {
    padding-right: 35px;
    border-right: 1px solid #d8e2ed;
}

.zg-contact-meta span,
.zg-contact-social-minimal > span {
    color: var(--zg-blue);
    font-weight: 800;
}

.zg-contact-meta p {
    margin: 7px 0 0;
    color: #586d86;
}

.zg-contact-social-minimal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 23px 20px;
    border-bottom: 1px solid #d8e2ed;
}

.zg-contact-social-minimal nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.zg-contact-social-minimal a {
    color: #536a84;
    font-weight: 700;
    text-decoration: none;
}

.zg-contact-social-minimal a:hover {
    color: var(--zg-gold);
}

.zg-contact-help-minimal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    padding: 23px 20px;
}

.zg-contact-help-minimal p {
    margin: 0 auto 0 0;
    color: #64778d;
}

.zg-contact-help-minimal a {
    color: var(--zg-blue);
    font-weight: 700;
    text-decoration: none;
}

.zg-contact-help-minimal a:hover {
    color: var(--zg-gold);
}

body.page-id-26211 .zg-contact-form-heading--minimal {
    width: 100%;
    max-width: 980px;
    margin: 18px auto 0;
    padding: 26px 20px 10px;
    border: 0;
    border-top: 1px solid #d8e2ed;
    border-radius: 0;
    background: transparent;
}

body.page-id-26211 .zg-contact-form-heading--minimal h2 {
    margin: 6px 0;
    font-size: clamp(25px, 3vw, 34px);
}

body.page-id-26211 .zg-crm-section {
    padding-top: 16px;
    background: #fff;
}

body.page-id-26211 .zg-crm-form-card {
    padding: 10px;
    border: 1px solid #dde5ee;
    box-shadow: none;
    background: #fff;
}

@media (max-width: 720px) {
    body.page-id-26211 .zg-crm-hero {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .zg-contact-lines,
    .zg-contact-meta {
        grid-template-columns: 1fr;
    }

    .zg-contact-line {
        border-left: 0 !important;
        border-bottom: 1px solid #e1e8f0 !important;
    }

    .zg-contact-line:last-child {
        border-bottom: 0 !important;
    }

    .zg-contact-meta > div + div {
        padding: 20px 0 0;
        border-top: 1px solid #d8e2ed;
        border-right: 0;
    }

    .zg-contact-social-minimal {
        align-items: flex-start;
        flex-direction: column;
    }

    .zg-contact-help-minimal p {
        width: 100%;
        margin: 0;
    }
}

/* Minimal Contact Page V1 */
body.page-id-26211 .zg-crm-hero {
    min-height: 0;
    padding-top: 54px;
    padding-bottom: 52px;
}

body.page-id-26211 .zg-crm-hero .zg-container {
    display: block;
}

body.page-id-26211 .zg-crm-hero__content {
    max-width: 850px;
    margin-inline: auto;
    text-align: center;
}

body.page-id-26211 .zg-crm-security {
    justify-content: center;
}

body.page-id-26211 .zg-crm-page-content {
    padding: 42px 0 0;
}

body.page-id-26211 .zg-crm-page-content__inner {
    max-width: 980px;
}

.zg-contact-minimal__header {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}

.zg-contact-minimal__header > span,
.zg-contact-form-heading--minimal > span {
    color: var(--zg-gold);
    font-weight: 800;
}

.zg-contact-minimal__header h2 {
    margin: 7px 0 8px;
    color: var(--zg-blue);
    font-size: clamp(27px, 3vw, 36px);
}

.zg-contact-minimal__header p {
    margin: 0;
    color: #5c7089;
    line-height: 1.9;
}

.zg-contact-lines {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #d8e2ed;
    border-bottom: 1px solid #d8e2ed;
}

.zg-contact-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: 0;
    padding: 19px 20px;
    border-bottom: 1px solid #e1e8f0;
}

.zg-contact-line:nth-child(odd) {
    border-left: 1px solid #e1e8f0;
}

.zg-contact-line:nth-last-child(-n+2) {
    border-bottom: 0;
}

.zg-contact-line span {
    color: #64778d;
}

.zg-contact-line a {
    color: var(--zg-blue);
    font-weight: 800;
    text-decoration: none;
}

.zg-contact-line a:hover {
    color: var(--zg-gold);
}

.zg-contact-meta {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 35px;
    padding: 28px 20px;
    border-bottom: 1px solid #d8e2ed;
}

.zg-contact-meta > div + div {
    padding-right: 35px;
    border-right: 1px solid #d8e2ed;
}

.zg-contact-meta span,
.zg-contact-social-minimal > span {
    color: var(--zg-blue);
    font-weight: 800;
}

.zg-contact-meta p {
    margin: 7px 0 0;
    color: #586d86;
}

.zg-contact-social-minimal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 23px 20px;
    border-bottom: 1px solid #d8e2ed;
}

.zg-contact-social-minimal nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.zg-contact-social-minimal a {
    color: #536a84;
    font-weight: 700;
    text-decoration: none;
}

.zg-contact-social-minimal a:hover {
    color: var(--zg-gold);
}

.zg-contact-help-minimal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    padding: 23px 20px;
}

.zg-contact-help-minimal p {
    margin: 0 auto 0 0;
    color: #64778d;
}

.zg-contact-help-minimal a {
    color: var(--zg-blue);
    font-weight: 700;
    text-decoration: none;
}

.zg-contact-help-minimal a:hover {
    color: var(--zg-gold);
}

body.page-id-26211 .zg-contact-form-heading--minimal {
    width: 100%;
    max-width: 980px;
    margin: 18px auto 0;
    padding: 26px 20px 10px;
    border: 0;
    border-top: 1px solid #d8e2ed;
    border-radius: 0;
    background: transparent;
}

body.page-id-26211 .zg-contact-form-heading--minimal h2 {
    margin: 6px 0;
    font-size: clamp(25px, 3vw, 34px);
}

body.page-id-26211 .zg-crm-section {
    padding-top: 16px;
    background: #fff;
}

body.page-id-26211 .zg-crm-form-card {
    padding: 10px;
    border: 1px solid #dde5ee;
    box-shadow: none;
    background: #fff;
}

@media (max-width: 720px) {
    body.page-id-26211 .zg-crm-hero {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .zg-contact-lines,
    .zg-contact-meta {
        grid-template-columns: 1fr;
    }

    .zg-contact-line {
        border-left: 0 !important;
        border-bottom: 1px solid #e1e8f0 !important;
    }

    .zg-contact-line:last-child {
        border-bottom: 0 !important;
    }

    .zg-contact-meta > div + div {
        padding: 20px 0 0;
        border-top: 1px solid #d8e2ed;
        border-right: 0;
    }

    .zg-contact-social-minimal {
        align-items: flex-start;
        flex-direction: column;
    }

    .zg-contact-help-minimal p {
        width: 100%;
        margin: 0;
    }
}
