/* DGF Glass public shell and final presentation layer. */

:root {
	--dgf-shell: 1180px;
	--dgf-header-bg: #ffffff;
	--dgf-footer-bg: #222c49;
	--dgf-footer-deep: #19223a;
	--dgf-accent: #d8c28f;
	--dgf-accent-strong: #c6a866;
	--dgf-text: #202a46;
	--dgf-copy: #5f687a;
	--dgf-soft: #f5f5f2;
	--dgf-border: #dfe3e9;
	--dgf-ease: 180ms ease;
}

.dgf-icon {
	display: inline-flex;
	flex: 0 0 auto;
	height: 1em;
	line-height: 0;
	vertical-align: -0.12em;
	width: 1em;
}

.dgf-icon svg {
	display: block;
	fill: none;
	height: 100%;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 100%;
}

html {
	scroll-padding-top: 104px;
}

body.dgf-public-site {
	background: #fff;
	color: var(--dgf-copy);
}

.dgf-public-site .themesflat-boxed {
	overflow: visible !important;
}

body.dgf-menu-open {
	overflow: hidden;
}

.dgf-shell {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: var(--dgf-shell);
	padding-inline: 24px;
	width: 100%;
}

.dgf-skip-link {
	background: #fff;
	color: var(--dgf-text);
	font-size: 14px;
	font-weight: 600;
	left: 16px;
	padding: 10px 16px;
	position: fixed;
	top: -80px;
	z-index: 10001;
}

.dgf-skip-link:focus {
	top: 12px;
}

/* Header */

.dgf-site-header {
	background: var(--dgf-header-bg);
	border-bottom: 1px solid rgba(32, 42, 70, 0.1);
	box-shadow: 0 10px 32px rgba(30, 41, 66, 0.055);
	position: sticky;
	top: 0;
	z-index: 9999;
}

.admin-bar .dgf-site-header {
	top: 32px;
}

.dgf-utility-bar {
	background: var(--dgf-footer-deep);
	color: rgba(255, 255, 255, 0.72);
	height: 30px;
overflow: hidden;
	transition: height var(--dgf-ease), opacity var(--dgf-ease);
}

.dgf-site-header.is-scrolled .dgf-utility-bar {
	height: 0;
	opacity: 0;
}

.dgf-utility-inner {
	align-items: center;
	display: flex;
	height: 30px;
	justify-content: space-between;
}

.dgf-utility-inner p {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.09em;
	margin: 0;
	text-transform: uppercase;
}

.dgf-utility-links {
	align-items: center;
	display: flex;
	gap: 24px;
}

.dgf-utility-links a {
	color: rgba(255, 255, 255, 0.82);
	font-size: 12px;
	line-height: 1;
}

.dgf-utility-links a:hover {
	color: var(--dgf-accent);
}

.dgf-primary-bar {
	background: rgba(255, 255, 255, 0.985);
}

.dgf-primary-inner {
	align-items: center;
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr) 230px;
	min-height: 76px;
}

.dgf-brand {
	align-items: center;
	display: inline-flex;
	gap: 13px;
	justify-self: start;
	text-decoration: none;
}

.dgf-brand-mark {
	align-items: center;
	background: #303a59;
	box-shadow: 0 8px 22px rgba(32, 42, 70, 0.16);
	display: inline-flex;
	height: 56px;
	justify-content: center;
	overflow: hidden;
	width: 58px;
}

.dgf-brand-mark img {
	height: 50px;
	object-fit: contain;
	width: 53px;
}

.dgf-brand-name {
	color: #303a59;
	font-family: "Rajdhani", sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.13em;
	line-height: 1.05;
	white-space: nowrap;
}

.dgf-brand-name b {
	display: block;
	font: inherit;
}

.dgf-desktop-nav {
	align-self: stretch;
	display: flex;
	justify-content: center;
	min-width: 0;
}

.dgf-primary-menu,
.dgf-primary-menu ul,
.dgf-mobile-menu,
.dgf-mobile-menu ul,
.dgf-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dgf-primary-menu {
	align-items: stretch;
	display: flex;
	justify-content: center;
}

.dgf-primary-menu > li {
	align-items: stretch;
	display: flex;
	position: relative;
}

.dgf-primary-menu > li:last-child {
	display: none;
}

.dgf-primary-menu > li > a {
	align-items: center;
	color: var(--dgf-text);
	display: flex;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
}

.dgf-primary-menu > li.menu-item-has-children > a::after {
	background-color: currentColor;
	color: var(--dgf-accent-strong);
	content: "";
	height: 14px;
	margin-left: 6px;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 14px;
}

.dgf-primary-menu > li > a::before {
	background: var(--dgf-accent-strong);
	bottom: 0;
	content: "";
	height: 3px;
	left: 15px;
	position: absolute;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform var(--dgf-ease);
	width: calc(100% - 30px);
}

.dgf-primary-menu > li:hover > a,
.dgf-primary-menu > li:focus-within > a,
.dgf-primary-menu > .current-menu-item > a,
.dgf-primary-menu > .current-menu-ancestor > a {
	color: var(--dgf-accent-strong);
}

.dgf-primary-menu > li:hover > a::before,
.dgf-primary-menu > li:focus-within > a::before,
.dgf-primary-menu > .current-menu-item > a::before,
.dgf-primary-menu > .current-menu-ancestor > a::before {
	transform: scaleX(1);
	transform-origin: left;
}

.dgf-primary-menu .sub-menu {
	background: #fff;
	border: 1px solid var(--dgf-border);
	border-top: 3px solid var(--dgf-accent);
	box-shadow: 0 24px 70px rgba(25, 34, 56, 0.18);
	left: 0;
	min-width: 310px;
	opacity: 0;
	padding: 10px 0;
	pointer-events: none;
	position: absolute;
	top: calc(100% - 1px);
	transform: translateY(8px);
	transition: opacity var(--dgf-ease), transform var(--dgf-ease);
	visibility: hidden;
	z-index: 20;
}

.dgf-primary-menu > li:nth-last-child(2) .sub-menu {
	left: auto;
	right: 0;
}

.dgf-primary-menu li:hover > .sub-menu,
.dgf-primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.dgf-primary-menu .sub-menu a {
	color: var(--dgf-text);
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	padding: 11px 20px;
	text-decoration: none;
}

.dgf-primary-menu .sub-menu a:hover,
.dgf-primary-menu .sub-menu a:focus-visible {
	background: var(--dgf-soft);
	color: var(--dgf-accent-strong);
}

.dgf-header-actions {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-self: end;
}

/* TranslatePress stays available in the header without covering content. */
#trp-floater-ls {
	display: none !important;
}

.dgf-header-language {
	flex: 0 0 44px;
	height: 40px;
	position: relative;
	width: 44px;
	z-index: 30;
}

.dgf-header-language .trp_language_switcher_shortcode,
.dgf-header-language .trp-language-switcher {
	height: 40px !important;
	margin: 0 !important;
	width: 44px !important;
}

.dgf-header-language .trp-language-switcher > div {
	background: #fff !important;
	border: 1px solid var(--dgf-border) !important;
	border-radius: 0 !important;
	box-sizing: border-box !important;
	padding: 0 !important;
	width: 44px !important;
}

.dgf-header-language .trp-ls-shortcode-current-language > a {
	align-items: center !important;
	color: var(--dgf-text) !important;
	display: flex !important;
	font-size: 0 !important;
	font-weight: 700 !important;
	height: 38px !important;
	justify-content: center !important;
	letter-spacing: 0.08em !important;
	line-height: 1 !important;
	padding: 0 !important;
	text-decoration: none !important;
	width: 42px !important;
}

.dgf-header-language .trp-ls-shortcode-current-language > a::after {
	content: "PL";
	font-size: 10px;
}

.translatepress-en_US .dgf-header-language .trp-ls-shortcode-current-language > a::after {
	content: "EN";
}

.translatepress-cs_CZ .dgf-header-language .trp-ls-shortcode-current-language > a::after {
	content: "CS";
}

.translatepress-de_DE .dgf-header-language .trp-ls-shortcode-current-language > a::after {
	content: "DE";
}

.translatepress-es_ES .dgf-header-language .trp-ls-shortcode-current-language > a::after {
	content: "ES";
}

.translatepress-it_IT .dgf-header-language .trp-ls-shortcode-current-language > a::after {
	content: "IT";
}

.dgf-header-language .trp-language-switcher img {
	display: none !important;
}

.dgf-header-language .trp-ls-shortcode-language {
	border-top: 3px solid var(--dgf-accent) !important;
	box-shadow: 0 18px 42px rgba(25, 34, 56, 0.18) !important;
	left: auto !important;
	min-width: 138px !important;
	position: absolute !important;
	right: 0 !important;
	top: 39px !important;
	width: 138px !important;
}

.dgf-header-language .trp-ls-shortcode-language > a {
	color: var(--dgf-text) !important;
	display: block !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	padding: 10px 13px !important;
	text-decoration: none !important;
}

.dgf-header-language .trp-ls-shortcode-language > a:hover,
.dgf-header-language .trp-ls-shortcode-language > a:focus-visible {
	background: var(--dgf-soft) !important;
	color: var(--dgf-accent-strong) !important;
}

.dgf-header-cta,
.dgf-button {
	align-items: center;
	display: inline-flex;
	font-size: 12px;
	font-weight: 600;
	gap: 12px;
	justify-content: center;
	letter-spacing: 0.035em;
	min-height: 48px;
	padding: 0 19px;
	text-decoration: none;
}

.dgf-header-cta {
	background: #303a59;
	border: 1px solid #303a59;
	color: #fff;
	min-width: 166px;
	white-space: nowrap;
}

.dgf-header-cta:hover {
	background: var(--dgf-accent);
	border-color: var(--dgf-accent);
	color: var(--dgf-text);
}

.dgf-header-cta svg,
.dgf-button svg {
	flex: 0 0 auto;
	transition: transform var(--dgf-ease);
}

.dgf-header-cta:hover svg,
.dgf-button:hover svg {
	transform: translateX(3px);
}

.dgf-menu-toggle {
	align-items: center;
	background: transparent !important;
	border: 0;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--dgf-text) !important;
	display: none;
	flex-direction: column;
	height: 48px;
	justify-content: center;
	padding: 0;
	width: 48px;
}

.dgf-menu-toggle:hover,
.dgf-menu-toggle:focus {
	background: var(--dgf-soft) !important;
}

.dgf-menu-toggle > span:not(.screen-reader-text) {
	background: var(--dgf-text);
	display: block;
	height: 2px;
	margin: 3px 0;
	transition: transform var(--dgf-ease), opacity var(--dgf-ease);
	width: 24px;
}

.dgf-menu-toggle[aria-expanded="true"] > span:nth-of-type(2) {
	transform: translateY(8px) rotate(45deg);
}

.dgf-menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
	opacity: 0;
}

.dgf-menu-toggle[aria-expanded="true"] > span:nth-of-type(4) {
	transform: translateY(-8px) rotate(-45deg);
}

.dgf-mobile-panel {
	background: #fff;
	border-top: 1px solid var(--dgf-border);
	box-shadow: 0 28px 60px rgba(25, 34, 56, 0.18);
	left: 0;
	max-height: calc(100vh - 72px);
	overflow: auto;
	position: absolute;
	top: 100%;
	width: 100%;
}

.dgf-mobile-panel[hidden] {
	display: none;
}

.dgf-mobile-nav {
	padding-block: 18px 28px;
}

.dgf-mobile-menu > li {
	border-bottom: 1px solid var(--dgf-border);
	position: relative;
}

.dgf-mobile-menu > li > a {
	color: var(--dgf-text);
	display: block;
	font-family: "Rajdhani", sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	padding: 15px 54px 15px 0;
}

.dgf-submenu-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--dgf-text);
	display: flex;
	font-size: 24px;
	height: 52px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
}

.dgf-submenu-toggle .dgf-icon {
	display: block;
	transition: transform var(--dgf-ease);
}

.dgf-submenu-toggle[aria-expanded="true"] .dgf-icon {
	transform: rotate(45deg);
}

.dgf-mobile-menu .sub-menu {
	border-left: 2px solid var(--dgf-accent);
	margin: 0 0 16px 3px;
	padding-left: 18px;
}

.dgf-mobile-menu .sub-menu[hidden] {
	display: none;
}

.dgf-mobile-menu .sub-menu a {
	color: var(--dgf-copy);
	display: block;
	font-size: 14px;
	line-height: 1.45;
	padding: 9px 0;
}

.dgf-mobile-menu > li:last-child > a {
	background: var(--dgf-text);
	color: #fff;
	margin-top: 18px;
	padding: 15px 20px;
	text-align: center;
}

.dgf-mobile-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin-top: 22px;
}

.dgf-mobile-contact a {
	color: var(--dgf-text);
	font-size: 13px;
	font-weight: 500;
}

/* Shared content refinements */

.page-title {
	min-height: 222px !important;
	padding: 48px 0 !important;
}

.page-title .page-title-heading {
	font-size: clamp(2.45rem, 4vw, 3.35rem) !important;
	line-height: 1.02 !important;
}

.page-title .breadcrumbs {
	margin-top: 14px;
}

.elementor-section.elementor-section-boxed > .elementor-container,
.container {
	max-width: var(--dgf-shell);
}

.tf-heading-section .before-title,
.dgf-eyebrow {
	color: var(--dgf-accent-strong);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.4;
	text-transform: uppercase;
}

.tf-heading-section .heading {
	font-size: clamp(2.15rem, 3.6vw, 3rem);
	line-height: 1.05;
}

.elementor-button,
.themesflat-button,
.wpcf7 input[type="submit"] {
	border-radius: 0 !important;
	min-height: 50px;
}

.tf-services-wrap .services-post,
.wrap-services-post .services-post,
.elementor-post__card {
	border-radius: 0 !important;
	box-shadow: 0 18px 55px rgba(25, 34, 56, 0.12) !important;
}

.home .elementor-element-ec76a7c,
.home .elementor-element-692093c,
.home .elementor-element-530ef36,
.home .elementor-element-d9cf1a1,
.home .elementor-element-36164e3 {
	padding-bottom: clamp(78px, 7vw, 104px) !important;
	padding-top: clamp(78px, 7vw, 104px) !important;
}

.home .elementor-element-d9cf1a1 .elementor-post__card,
.home .tf-services-wrap .services-post {
	transition: box-shadow var(--dgf-ease), transform var(--dgf-ease);
}

.home .elementor-element-d9cf1a1 .elementor-post__card:hover,
.home .tf-services-wrap .services-post:hover {
	box-shadow: 0 26px 70px rgba(25, 34, 56, 0.2) !important;
	transform: translateY(-5px);
}

.wpcf7 form {
	width: 100%;
}

.single-post .elementor-widget-text-editor > .elementor-widget-container {
	margin-inline: auto;
	max-width: 900px;
}

.single-post .elementor-widget-text-editor h2 {
	font-size: clamp(1.8rem, 3vw, 2.25rem);
	line-height: 1.1;
	margin: 0 0 16px;
}

.single-post .elementor-widget-text-editor h3 {
	font-size: clamp(1.45rem, 2.4vw, 1.8rem);
	line-height: 1.15;
	margin: 34px 0 12px;
}

.single-post .elementor-widget-text-editor p {
	line-height: 1.85;
}

/* Project CTA */

.dgf-project-cta {
	background: var(--dgf-accent);
	color: var(--dgf-text);
	position: relative;
}

.dgf-project-cta::before {
	background: var(--dgf-footer-bg);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: max(24px, calc((100vw - var(--dgf-shell)) / 2));
}

.dgf-project-cta-inner {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 220px;
	padding-block: 42px;
}

.dgf-project-cta .dgf-eyebrow {
	color: rgba(32, 42, 70, 0.68);
	margin: 0 0 12px;
}

.dgf-project-cta h2 {
	color: var(--dgf-text);
	font-size: clamp(2rem, 3.5vw, 3rem);
	line-height: 1.02;
	margin: 0;
	max-width: 760px;
}

.dgf-button-light {
	background: #fff;
	border: 1px solid #fff;
	color: var(--dgf-text);
	min-height: 54px;
	padding-inline: 24px;
}

.dgf-button-light:hover {
	background: var(--dgf-text);
	border-color: var(--dgf-text);
	color: #fff;
}

/* Shared enquiry block for product and editorial subpages */

.dgf-inline-enquiry {
	background: #f4f4f1;
	color: var(--dgf-copy);
	padding-block: clamp(78px, 8vw, 116px);
}

.dgf-inline-enquiry,
.dgf-inline-enquiry * {
	box-sizing: border-box;
}

.dgf-inline-enquiry__grid {
	align-items: start;
	display: grid;
	gap: clamp(58px, 9vw, 132px);
	grid-template-columns: minmax(320px, 0.78fr) minmax(440px, 1fr);
}

.dgf-inline-enquiry h2 {
	color: var(--dgf-text);
	font-family: "Rajdhani", Arial, sans-serif;
	font-size: clamp(2.4rem, 4.2vw, 3.85rem);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.02;
	margin: 0 0 24px;
}

.dgf-inline-enquiry__intro > p:not(.dgf-eyebrow) {
	font-size: 15px;
	line-height: 1.75;
	margin: 0 0 30px;
}

.dgf-inline-enquiry address {
	color: var(--dgf-text);
	font-size: 14px;
	font-style: normal;
	line-height: 1.7;
	margin-bottom: 19px;
}

.dgf-inline-enquiry__links {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.dgf-inline-enquiry__links a {
	color: var(--dgf-text);
	font-size: 14px;
	font-weight: 600;
}

.dgf-inline-enquiry__links a:hover {
	color: var(--dgf-accent-strong);
}

.dgf-inline-enquiry__form .wpcf7-form {
	display: grid;
	gap: 18px 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.dgf-inline-enquiry__form .wpcf7-form > p {
	margin: 0;
}

.dgf-inline-enquiry__form .wpcf7-form > p:nth-of-type(5),
.dgf-inline-enquiry__form .wpcf7-response-output,
.dgf-inline-enquiry__form .wpcf7-spinner {
	grid-column: 1 / -1;
}

.dgf-inline-enquiry__form label {
	color: var(--dgf-text);
	display: block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
}

.dgf-inline-enquiry__form .wpcf7-form-control-wrap {
	display: block;
	margin-top: 7px;
	width: 100%;
}

.dgf-inline-enquiry__form input[type="text"],
.dgf-inline-enquiry__form input[type="email"],
.dgf-inline-enquiry__form input[type="tel"],
.dgf-inline-enquiry__form textarea {
	background: #fff;
	border: 1px solid #d7dbe1;
	border-radius: 0;
	box-shadow: none;
	color: var(--dgf-text);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 14px;
	min-height: 50px;
	padding: 12px 14px;
	width: 100%;
}

.dgf-inline-enquiry__form textarea {
	min-height: 132px;
	resize: vertical;
}

.dgf-inline-enquiry__form input:focus,
.dgf-inline-enquiry__form textarea:focus {
	border-color: var(--dgf-accent-strong);
	outline: 2px solid rgba(198, 168, 102, 0.25);
	outline-offset: 1px;
}

.dgf-inline-enquiry__form input[type="submit"] {
	background: var(--dgf-text);
	border: 1px solid var(--dgf-text);
	color: #fff;
	cursor: pointer;
	font-family: "Rubik", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	min-width: 170px;
	padding: 15px 22px;
}

.dgf-inline-enquiry__form input[type="submit"]:hover {
	background: var(--dgf-accent);
	border-color: var(--dgf-accent);
	color: var(--dgf-text);
}

.dgf-inline-enquiry__form .wpcf7-not-valid-tip {
	font-size: 11px;
	line-height: 1.4;
	margin-top: 5px;
}

/* Footer */

.dgf-footer {
	background: var(--dgf-footer-bg);
	color: rgba(255, 255, 255, 0.68);
	padding-top: 76px;
}

.dgf-footer-grid {
	display: grid;
	gap: 56px;
	grid-template-columns: 1.6fr 1fr 1fr 1.15fr;
	padding-bottom: 66px;
}

.dgf-brand-footer .dgf-brand-name {
	color: #fff;
}

.dgf-footer-brand > p {
	font-size: 14px;
	line-height: 1.75;
	margin: 24px 0 20px;
	max-width: 340px;
}

.dgf-footer-social {
	color: var(--dgf-accent);
	font-size: 13px;
	font-weight: 600;
}

.dgf-footer-column h2 {
	color: #fff;
	font-family: "Rubik", sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin: 2px 0 22px;
	text-transform: uppercase;
}

.dgf-footer-column li + li {
	margin-top: 10px;
}

.dgf-footer-column a,
.dgf-footer-contact address,
.dgf-footer-contact p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	font-style: normal;
	line-height: 1.6;
}

.dgf-footer-column a:hover {
	color: var(--dgf-accent);
}

.dgf-footer-contact {
	display: flex;
	flex-direction: column;
}

.dgf-footer-contact address {
	margin-bottom: 14px;
}

.dgf-footer-contact p {
	font-size: 12px;
	margin-top: 14px;
}

.dgf-footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	justify-content: space-between;
	min-height: 72px;
}

.dgf-footer-bottom p,
.dgf-footer-bottom a {
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
	margin: 0;
}

.dgf-footer-bottom a:hover,
.dgf-footer-bottom p a {
	color: var(--dgf-accent);
}

.go-top {
	align-items: center;
	background: var(--dgf-footer-deep);
	border: 1px solid rgba(255, 255, 255, 0.16);
	bottom: 76px;
	color: #fff;
	display: none;
	height: 46px;
	justify-content: center;
	right: 18px;
	width: 46px;
}

.go-top.show {
	display: flex;
}

@media (max-width: 1199px) {
	.dgf-primary-inner {
		grid-template-columns: 240px minmax(0, 1fr) 240px;
	}

	.dgf-brand-name {
		display: none;
	}

	.dgf-primary-menu > li > a {
		font-size: 12px;
		padding-inline: 11px;
	}

	.dgf-primary-menu > li > a::before {
		left: 11px;
		width: calc(100% - 22px);
	}

	.dgf-header-cta {
		min-width: 154px;
	}
}

@media (max-width: 1024px) {
	#trp-floater-ls:not(:hover):not(:focus-within) {
		min-width: 48px !important;
		width: 48px !important;
	}

	#trp-floater-ls:not(:hover):not(:focus-within) #trp-floater-ls-current-language a {
		font-size: 0 !important;
		justify-content: center;
		padding-inline: 0 !important;
		width: 48px !important;
	}

	#trp-floater-ls:not(:hover):not(:focus-within) #trp-floater-ls-current-language img {
		margin: 0 !important;
	}

	html {
		scroll-padding-top: 72px;
	}

	.dgf-site-header {
		left: 0;
		position: fixed;
		right: 0;
		width: 100%;
	}

	.dgf-public-site .themesflat-boxed {
		padding-top: 72px;
	}

	.dgf-utility-bar,
	.dgf-site-header.is-scrolled .dgf-utility-bar {
		display: none;
	}

	.dgf-primary-inner {
		grid-template-columns: minmax(0, 1fr) auto;
		min-height: 72px;
	}

	.dgf-brand-mark {
		height: 52px;
		width: 54px;
	}

	.dgf-brand-mark img {
		height: 47px;
		width: 50px;
	}

	.dgf-brand-name {
		display: inline;
	}

	.dgf-desktop-nav,
	.dgf-header-cta {
		display: none;
	}

	.dgf-menu-toggle {
		display: flex;
	}

	.dgf-footer-grid {
		gap: 44px 34px;
		grid-template-columns: 1.4fr 1fr 1fr;
	}

	.dgf-footer-contact {
		grid-column: 2 / -1;
	}

	.dgf-inline-enquiry__grid {
		gap: 52px;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.admin-bar .dgf-site-header {
		top: 46px;
	}

	.dgf-shell {
		padding-inline: 20px;
	}

	.dgf-brand-name {
		font-size: 12px;
	}

	.page-title {
		min-height: 176px !important;
		padding: 34px 0 !important;
	}

	.page-title .page-title-heading {
		font-size: clamp(2rem, 10vw, 2.55rem) !important;
	}

	.page-title .breadcrumbs {
		margin-top: 10px;
	}

	.home .elementor-element-ec76a7c,
	.home .elementor-element-692093c,
	.home .elementor-element-530ef36,
	.home .elementor-element-d9cf1a1,
	.home .elementor-element-36164e3 {
		padding-bottom: 64px !important;
		padding-top: 64px !important;
	}

	.page-id-4633 .e-tab-title-text a {
		align-items: center;
		display: flex;
		justify-content: center;
		min-height: 44px;
		min-width: 44px;
	}

	.dgf-footer-column li + li {
		margin-top: 0;
	}

	.dgf-footer-column li a {
		align-items: center;
		display: inline-flex;
		min-height: 38px;
	}

	.dgf-project-cta::before {
		display: none;
	}

	.dgf-project-cta-inner {
		align-items: start;
		gap: 28px;
		grid-template-columns: 1fr;
		min-height: 0;
		padding-block: 56px;
	}

	.dgf-button-light {
		justify-self: start;
	}

	.dgf-inline-enquiry__form .wpcf7-form {
		grid-template-columns: 1fr;
	}

	.dgf-inline-enquiry__form .wpcf7-form > p:nth-of-type(5),
	.dgf-inline-enquiry__form .wpcf7-response-output,
	.dgf-inline-enquiry__form .wpcf7-spinner {
		grid-column: auto;
	}

	.dgf-footer {
		padding-top: 58px;
	}

	.dgf-footer-grid {
		gap: 42px 28px;
		grid-template-columns: 1fr 1fr;
		padding-bottom: 48px;
	}

	.dgf-footer-brand,
	.dgf-footer-contact {
		grid-column: 1 / -1;
	}

	.dgf-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		justify-content: center;
		min-height: 92px;
	}
}

@media (max-width: 430px) {
	.dgf-brand-name {
		display: none;
	}

	.dgf-footer-grid {
		grid-template-columns: 1fr;
	}

	.dgf-footer-brand,
	.dgf-footer-contact {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dgf-site-header *,
	.dgf-footer *,
	.dgf-project-cta * {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
