/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
	font-display: swap;
	font-family: "CormorantGaramond";
	font-style: normal;
	font-weight: 100 900;
	src: url("https://docungtrongoi.vn/wp-content/fonts/CormorantGaramond-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Ganh";
	font-style: normal;
	font-weight: 400;
	size-adjust: 121%;
	src: url("https://docungtrongoi.vn/wp-content/fonts/Ganh/Ganh%20Type-Regular.otf") format("opentype");
}

:root {
	--dtg-emerald: #062d24;
	--dtg-emerald-2: #0b3b2e;
	--dtg-gold: #c99b3d;
	--dtg-gold-2: #f0d18a;
	--dtg-ivory: #f8f2e7;
	--dtg-paper: #fffaf1;
	--dtg-ink: #1f1d18;
	--dtg-muted: #6f665a;
	--dtg-line: rgba(111, 86, 37, 0.18);
	--dtg-footer-bg: url("https://docungtrongoi.vn/wp-content/uploads/2026/06/backgroup-foter.webp");
	--dtg-font-body: "Ganh", serif;
	--dtg-font-body-size: 1.2rem;
	--dtg-font-display: "CormorantGaramond", serif;
}

html,
body,
button,
input,
select,
textarea {
	font-family: var(--dtg-font-body) !important;
}

body,
input:not([type="button"]):not([type="reset"]):not([type="submit"]),
select,
textarea {
	font-size: var(--dtg-font-body-size);
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.nav > li > a,
.dtg-nav a,
.button,
.dtg-btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
label,
legend,
th {
	font-family: var(--dtg-font-display) !important;
	font-style: normal;
	letter-spacing: 0;
}

body.page-template-template-luxury-home .header-wrapper,
body.page-template-template-luxury-home #header,
body.page-template-template-luxury-home .footer-wrapper {
	display: none;
}

body.page-template-template-luxury-home {
	background: var(--dtg-ivory);
}

.dtg-luxury-home {
	background:
		radial-gradient(circle at 8% 34%, rgba(201, 155, 61, 0.08), transparent 24rem),
		linear-gradient(180deg, var(--dtg-ivory), #fff8ed 48%, var(--dtg-ivory));
	color: var(--dtg-ink);
	font-family: var(--dtg-font-body);
	letter-spacing: 0;
	overflow: hidden;
}

.dtg-luxury-home * {
	box-sizing: border-box;
}

.dtg-luxury-home a {
	text-decoration: none;
}

.dtg-theme-options-header a {
	text-decoration: none;
}

.dtg-luxury-home img {
	display: block;
	max-width: 100%;
}

.dtg-luxury-home h1,
.dtg-luxury-home h2,
.dtg-luxury-home h3 {
	color: inherit;
	font-family: var(--dtg-font-display);
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
}

.dtg-luxury-home p {
	margin: 0;
}

.dtg-svg,
.dtg-icon {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
	line-height: 0;
}

.dtg-svg svg,
.dtg-icon {
	fill: none;
	height: 1em;
	overflow: visible;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
	width: 1em;
}

.dtg-svg svg path,
.dtg-svg svg circle,
.dtg-icon path,
.dtg-icon circle {
	vector-effect: non-scaling-stroke;
}

.dtg-shell {
	margin: 0 auto;
	max-width: 1220px;
	padding: 0 24px;
	width: 100%;
}

.dtg-site-head {
	background: rgba(5, 35, 28, 0.98);
	border-bottom: 1px solid rgba(201, 155, 61, 0.45);
	color: #fff;
	position: relative;
	z-index: 5;
}

.dtg-topbar {
	background: #05231c;
	border-bottom: 1px solid rgba(201, 155, 61, 0.35);
	color: var(--dtg-gold-2);
	font-size: 12px;
	font-weight: 700;
}

.dtg-topbar__inner {
	align-items: center;
	display: flex;
	gap: 34px;
	min-height: 30px;
}

.dtg-topbar__inner > span {
	align-items: center;
	display: inline-flex;
	gap: 6px;
}

.dtg-topbar .dtg-svg {
	color: var(--dtg-gold);
	font-size: 15px;
}

.dtg-socials {
	display: flex;
	gap: 10px;
	margin-left: auto;
}

.dtg-socials a {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(201, 155, 61, 0.25);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.dtg-socials .dtg-svg {
	font-size: 13px;
}

.dtg-navbar {
	background: rgba(6, 45, 36, 0.96);
}

.dtg-navbar__inner {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: 250px 1fr auto;
	min-height: 72px;
}

.dtg-brand img {
	background: var(--dtg-paper);
	border-radius: 2px;
	height: 52px;
	object-fit: cover;
	object-position: center;
	padding: 0;
	width: 235px;
}

.dtg-nav {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: center;
}

.dtg-nav a {
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.dtg-nav a:hover {
	color: var(--dtg-gold-2);
}

.dtg-nav-actions {
	align-items: center;
	display: flex;
	gap: 12px;
}

.dtg-hotline {
	align-items: center;
	border: 1px solid var(--dtg-gold);
	border-radius: 5px;
	color: var(--dtg-gold-2);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	padding: 12px 16px;
}

.dtg-btn {
	align-items: center;
	border-radius: 5px;
	display: inline-flex;
	font-size: 12px;
	gap: 8px;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.03em;
	min-height: 46px;
	padding: 0 22px;
	text-transform: uppercase;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
	white-space: nowrap;
}

.dtg-btn:hover {
	box-shadow: 0 12px 28px rgba(72, 47, 10, 0.16);
	transform: translateY(-2px);
}

.dtg-btn--gold {
	background: linear-gradient(135deg, #f3d58f, var(--dtg-gold));
	color: #102a22;
}

.dtg-btn--ghost {
	background: rgba(6, 45, 36, 0.5);
	border: 1px solid rgba(240, 209, 138, 0.72);
	color: #fff;
}

.dtg-btn--line {
	border: 1px solid rgba(201, 155, 61, 0.65);
	color: var(--dtg-emerald);
	margin-top: auto;
}

.dtg-btn--dark {
	background: var(--dtg-emerald);
	color: #fff;
}

.dtg-hero {
	background:
		linear-gradient(90deg, rgba(3, 31, 24, 0.99) 0%, rgba(6, 45, 36, 0.96) 34%, rgba(6, 45, 36, 0.42) 58%, rgba(6, 45, 36, 0.04) 100%),
		var(--dtg-emerald);
	color: #fff;
	min-height: 440px;
	overflow: hidden;
	position: relative;
}

.dtg-hero::after {
	background: linear-gradient(100deg, var(--dtg-gold), rgba(240, 209, 138, 0));
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
}

.dtg-hero__image {
	background-position: center right;
	background-size: cover;
	bottom: 0;
	left: 39%;
	position: absolute;
	right: 0;
	top: 0;
}

.dtg-hero__image::after {
	background: linear-gradient(90deg, var(--dtg-emerald) 0%, rgba(6, 45, 36, 0.58) 22%, rgba(6, 45, 36, 0) 52%);
	content: "";
	inset: 0;
	position: absolute;
}

.dtg-hero__content {
	padding-bottom: 34px;
	padding-top: 32px;
	position: relative;
	z-index: 1;
}

.dtg-eyebrow {
	color: var(--dtg-gold-2);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dtg-hero h1 {
	color: #fff7e7;
	font-size: clamp(54px, 5.2vw, 74px);
	font-weight: 700;
	line-height: 0.96;
	margin-top: 8px;
	max-width: 680px;
	text-transform: uppercase;
}

.dtg-hero__title-line {
	display: block;
	white-space: nowrap;
}

.dtg-hero__title-gold {
	color: var(--dtg-gold-2);
}

.dtg-hero__lead {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	line-height: 1.7;
	margin-top: 16px;
	max-width: 520px;
}

.dtg-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 28px;
}

.dtg-actions--center {
	justify-content: center;
}

.dtg-hero__proof {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 28px;
	max-width: 650px;
}

.dtg-hero__proof > br {
	display: none;
}

.dtg-hero__proof span {
	align-items: center;
	color: rgba(255, 255, 255, 0.82);
	display: grid;
	font-size: 11px;
	gap: 2px 10px;
	grid-template-columns: 40px 1fr;
	min-width: 0;
}

.dtg-hero__proof .dtg-icon {
	color: var(--dtg-gold-2);
	grid-row: span 2;
	height: 36px;
	width: 36px;
}

.dtg-hero__proof strong {
	color: #fff;
	font-size: 25px;
	line-height: 1;
}

.dtg-trust {
	background: rgba(255, 250, 241, 0.94);
}

.dtg-trust__grid {
	border: 1px solid var(--dtg-line);
	border-radius: 5px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	transform: translateY(-1px);
}

.dtg-trust__grid div {
	align-items: center;
	border-left: 1px solid var(--dtg-line);
	display: grid;
	gap: 4px 12px;
	grid-template-columns: 32px auto;
	padding: 23px 30px;
}

.dtg-trust__grid div:first-child {
	border-left: 0;
}

.dtg-trust__grid span {
	color: var(--dtg-gold);
	font-size: 30px;
	grid-row: span 2;
}

.dtg-trust strong {
	color: var(--dtg-ink);
	font-size: 20px;
}

.dtg-trust small {
	color: var(--dtg-muted);
	font-size: 11px;
}

.dtg-section {
	padding: 38px 0;
}

.dtg-section__head {
	margin: 0 auto 24px;
	max-width: 720px;
	text-align: center;
}

.dtg-section__head h2 {
	color: var(--dtg-ink);
	font-size: 31px;
	font-weight: 700;
	text-transform: uppercase;
}

.dtg-section__head p {
	color: var(--dtg-muted);
	font-size: 14px;
	margin-top: 8px;
}

.dtg-service-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(6, 1fr);
}

.dtg-service-card {
	background: var(--dtg-emerald);
	border-radius: 6px;
	box-shadow: 0 10px 28px rgba(17, 24, 18, 0.11);
	color: #fff;
	overflow: hidden;
}

.dtg-service-card img {
	aspect-ratio: 1.18 / 1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.dtg-service-card__body {
	background: linear-gradient(180deg, #073529, #052b22);
	min-height: 134px;
	padding: 18px 14px 16px;
	text-align: center;
}

.dtg-service-card__body > span {
	align-items: center;
	border: 1px solid var(--dtg-gold);
	border-radius: 999px;
	color: var(--dtg-gold-2);
	display: inline-flex;
	height: 34px;
	justify-content: center;
	margin-top: -38px;
	position: relative;
	width: 34px;
}

.dtg-service-card__body .dtg-icon {
	height: 19px;
	width: 19px;
}

.dtg-service-card h3 {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	margin-top: 8px;
	min-height: 38px;
	text-transform: uppercase;
}

.dtg-service-card p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
	line-height: 1.45;
	margin-top: 6px;
}

.dtg-service-card a {
	color: var(--dtg-gold-2);
	display: inline-block;
	font-size: 10px;
	font-weight: 800;
	margin-top: 14px;
	text-transform: uppercase;
}

.dtg-center {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.dtg-split {
	display: grid;
	grid-template-columns: 1fr 1.05fr 1.95fr;
}

.dtg-split__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.dtg-split__why {
	background:
		linear-gradient(rgba(6, 45, 36, 0.94), rgba(6, 45, 36, 0.94)),
		var(--dtg-emerald);
	color: #fff;
	padding: 38px 42px;
}

.dtg-split__why h2,
.dtg-split__process h2 {
	font-size: 29px;
	font-weight: 700;
	text-transform: uppercase;
}

.dtg-split__why ul {
	display: grid;
	gap: 14px;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

.dtg-split__why li {
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	line-height: 1.45;
	padding-left: 32px;
	position: relative;
}

.dtg-split__why li::before {
	background: var(--dtg-gold-2);
	content: "";
	height: 18px;
	left: 0;
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3.5c1.5 3.9 4 6.4 7.9 7.9-3.9 1.5-6.4 4-7.9 7.9-1.5-3.9-4-6.4-7.9-7.9 3.9-1.5 6.4-4 7.9-7.9Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 7.8v7.2M8.4 11.4h7.2' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3.5c1.5 3.9 4 6.4 7.9 7.9-3.9 1.5-6.4 4-7.9 7.9-1.5-3.9-4-6.4-7.9-7.9 3.9-1.5 6.4-4 7.9-7.9Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 7.8v7.2M8.4 11.4h7.2' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
	position: absolute;
	top: 1px;
	width: 18px;
}

.dtg-split__why strong {
	color: #fff;
	display: block;
	font-size: 13px;
}

.dtg-split__process {
	background: rgba(255, 250, 241, 0.95);
	padding: 38px 46px;
}

.dtg-process__grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 36px;
	text-align: center;
}

.dtg-process__icon {
	align-items: center;
	background: var(--dtg-emerald);
	border: 3px solid var(--dtg-gold);
	border-radius: 999px;
	color: var(--dtg-gold-2);
	display: inline-flex;
	font-size: 24px;
	height: 78px;
	justify-content: center;
	width: 78px;
}

.dtg-process__icon .dtg-icon {
	height: 34px;
	width: 34px;
}

.dtg-process__grid strong {
	color: var(--dtg-ink);
	display: block;
	font-family: var(--dtg-font-body);
	font-size: 29px;
	margin-top: 15px;
}

.dtg-process__grid h3 {
	font-family: var(--dtg-font-display);
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
}

.dtg-process__grid p {
	color: var(--dtg-muted);
	font-size: 12px;
	line-height: 1.5;
	margin-top: 8px;
}

.dtg-pricing {
	background: linear-gradient(180deg, #fff8ed, #f8f2e7);
}

.dtg-price-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 auto;
	max-width: 980px;
}

.dtg-price-card {
	background: #fffaf2;
	border: 1px solid rgba(201, 155, 61, 0.34);
	border-radius: 6px;
	box-shadow: 0 12px 28px rgba(87, 60, 24, 0.08);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.dtg-price-card.is-featured {
	box-shadow: 0 16px 36px rgba(201, 155, 61, 0.26);
	outline: 2px solid rgba(201, 155, 61, 0.48);
}

.dtg-price-card header {
	background: var(--dtg-emerald);
	color: #fff;
	min-height: 68px;
	padding: 15px 16px 8px;
	text-align: center;
}

.dtg-price-card h3 {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
}

.dtg-price-card header p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
}

.dtg-price-card img {
	aspect-ratio: 1.86 / 1;
	object-fit: cover;
	width: 100%;
}

.dtg-price-card > strong,
.dtg-price-card > p:first-of-type > strong {
	color: var(--dtg-ink);
	display: block;
	font-size: 23px;
	padding: 14px 18px 4px;
	text-align: center !important;
	width: 100%;
}

.dtg-price-card ul {
	display: grid;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 8px 28px 20px;
}

.dtg-price-card li {
	color: #2d2a24;
	font-size: 12px;
	padding-left: 18px;
	position: relative;
}

.dtg-price-card li::before {
	background: var(--dtg-emerald);
	content: "";
	height: 13px;
	left: 0;
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9.3 7 13 15 4.5' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9.3 7 13 15 4.5' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	position: absolute;
	top: 2px;
	width: 13px;
}

.dtg-price-card .dtg-btn {
	background: linear-gradient(135deg, #fffaf0 0%, #f6e4b8 52%, #e5bb61 100%);
	border: 1px solid rgba(180, 127, 36, 0.72);
	box-shadow:
		0 9px 18px rgba(95, 63, 18, 0.14),
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		inset 0 -1px 0 rgba(135, 89, 18, 0.15);
	color: var(--dtg-emerald);
	margin: auto 16px 16px;
	min-height: 38px;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.dtg-price-card .dtg-btn:hover {
	box-shadow:
		0 12px 24px rgba(95, 63, 18, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.94);
	color: #021f19;
	transform: translateY(-2px);
}

.dtg-price-card.is-featured .dtg-btn {
	background: linear-gradient(135deg, #f9e7b5 0%, #e5b852 55%, #c9912f 100%);
	box-shadow:
		0 11px 24px rgba(162, 108, 25, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.dtg-luxury-home .dtg-note {
	color: var(--dtg-muted);
	font-size: 14px;
	line-height: 1.5;
	margin: 36px 0 0;
	text-align: center;
}

.dtg-logo-strip {
	padding: 18px 0;
}

.dtg-logo-wall {
	align-items: center;
	background: rgba(255, 250, 241, 0.9);
	border: 1px solid var(--dtg-line);
	border-radius: 999px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	min-height: 70px;
	padding: 0 28px;
	text-align: center;
}

.dtg-logo-wall span {
	color: rgba(126, 86, 27, 0.78);
	font-family: var(--dtg-font-body);
	font-size: 22px;
	font-weight: 700;
}

.dtg-reviews {
	padding: 28px 0 42px;
}

.dtg-review-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, 1fr);
}

.dtg-review-grid article {
	background: rgba(255, 250, 241, 0.86);
	border: 1px solid var(--dtg-line);
	border-radius: 8px;
	padding: 24px 26px;
}

.dtg-stars {
	color: var(--dtg-gold);
	letter-spacing: 0.12em;
}

.dtg-review-grid p {
	color: var(--dtg-muted);
	font-size: 13px;
	line-height: 1.65;
	margin-top: 10px;
}

.dtg-reviewer {
	display: grid;
	gap: 1px 12px;
	grid-template-columns: 38px 1fr;
	margin-top: 16px;
}

.dtg-reviewer span {
	background: linear-gradient(135deg, #d5d1c5, #837668);
	border-radius: 999px;
	grid-row: span 2;
	height: 38px;
	width: 38px;
}

.dtg-reviewer strong {
	color: var(--dtg-ink);
	font-size: 13px;
}

.dtg-reviewer small {
	color: var(--dtg-muted);
	font-size: 11px;
}

.dtg-knowledge {
	background: rgba(255, 250, 241, 0.78);
	border-top: 1px solid var(--dtg-line);
	position: relative;
}

.dtg-article-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}

.dtg-article-grid article {
	background: #fffaf2;
	border: 1px solid var(--dtg-line);
	border-radius: 7px;
	overflow: hidden;
}

.dtg-article-grid img {
	aspect-ratio: 1.78 / 1;
	object-fit: cover;
	width: 100%;
}

.dtg-article-grid article div {
	padding: 14px 16px 16px;
}

.dtg-article-grid span {
	background: var(--dtg-emerald);
	border-radius: 2px;
	color: var(--dtg-gold-2);
	display: inline-block;
	font-size: 10px;
	font-weight: 900;
	padding: 4px 9px;
	text-transform: uppercase;
}

.dtg-article-grid h3 {
	font-family: var(--dtg-font-display);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	margin-top: 8px;
}

.dtg-article-grid a {
	color: var(--dtg-emerald);
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	margin-top: 8px;
}

.dtg-faq {
	background: linear-gradient(180deg, rgba(255, 250, 241, 0.82), rgba(248, 242, 231, 0.96));
	border-top: 1px solid var(--dtg-line);
}

.dtg-faq-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	max-width: 980px;
}

.dtg-faq-grid details {
	background: #fffaf2;
	border: 1px solid var(--dtg-line);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(87, 60, 24, 0.06);
	padding: 18px 20px;
}

.dtg-faq-grid summary {
	color: var(--dtg-emerald);
	cursor: pointer;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
}

.dtg-faq-grid p {
	color: var(--dtg-muted);
	font-size: 13px;
	line-height: 1.7;
	margin-top: 12px;
}

.dtg-final-cta {
	background:
		linear-gradient(rgba(6, 45, 36, 0.18), rgba(6, 45, 36, 0.28)),
		var(--dtg-footer-bg) center top / cover no-repeat,
		var(--dtg-emerald);
	border-bottom: 1px solid rgba(201, 155, 61, 0.42);
	border-top: 1px solid rgba(201, 155, 61, 0.42);
	color: #fff;
	padding: 42px 0;
	text-align: center;
}

.dtg-final-cta h2 {
	color: var(--dtg-gold-2);
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
}

.dtg-final-cta p {
	color: rgba(255, 255, 255, 0.82);
	margin-top: 8px;
}

.dtg-footer {
	background:
		linear-gradient(rgba(5, 35, 28, 0.16), rgba(5, 35, 28, 0.34)),
		var(--dtg-footer-bg) center bottom / cover no-repeat,
		#05231c;
	color: rgba(255, 255, 255, 0.76);
	padding-top: 28px;
}

.dtg-footer__grid {
	display: grid;
	gap: 36px;
	grid-template-columns: 1.35fr repeat(4, 1fr);
}

.dtg-footer img {
	background: var(--dtg-paper);
	border-radius: 2px;
	height: 52px;
	object-fit: cover;
	object-position: center;
	width: 230px;
}

.dtg-footer p,
.dtg-footer a {
	color: rgba(255, 255, 255, 0.75);
	font-size: 12px;
	line-height: 1.75;
}

.dtg-footer h3 {
	color: var(--dtg-gold-2);
	font-family: var(--dtg-font-display);
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.dtg-footer a {
	display: block;
}

.dtg-footer .dtg-socials {
	justify-content: flex-start;
	margin: 15px 0 0;
}

.dtg-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.56);
	font-size: 12px;
	margin-top: 26px;
	padding: 12px 24px;
	text-align: center;
}

.dtg-floating-cta {
	bottom: 18px;
	display: none;
	gap: 10px;
	left: 18px;
	position: fixed;
	right: 18px;
	z-index: 99;
}

.dtg-floating-cta a {
	align-items: center;
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(4, 24, 19, 0.22);
	display: inline-flex;
	flex: 1;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	min-height: 46px;
	text-transform: uppercase;
}

.dtg-floating-cta a::before {
	background: currentColor;
	content: "";
	height: 17px;
	margin-right: 8px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 17px;
}

.dtg-floating-cta a:first-child::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.4 3.5 5.1 5.8c-.7.7-.9 1.7-.5 2.6 2.1 5.1 6 9 11 11 .9.4 1.9.2 2.6-.5l2.3-2.3-4.1-4.1-2 2c-2.2-1-3.9-2.7-4.9-4.9l2-2-4.1-4.1Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5 4.5c2.2.7 3.3 1.8 4 4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.4 3.5 5.1 5.8c-.7.7-.9 1.7-.5 2.6 2.1 5.1 6 9 11 11 .9.4 1.9.2 2.6-.5l2.3-2.3-4.1-4.1-2 2c-2.2-1-3.9-2.7-4.9-4.9l2-2-4.1-4.1Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5 4.5c2.2.7 3.3 1.8 4 4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.dtg-floating-cta a:last-child::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5.5h12a3 3 0 0 1 3 3v5.6a3 3 0 0 1-3 3h-5.2L8.2 20v-2.9H6a3 3 0 0 1-3-3V8.5a3 3 0 0 1 3-3Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M8 9h5l-5 5h5M15.5 10.2v3.6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5.5h12a3 3 0 0 1 3 3v5.6a3 3 0 0 1-3 3h-5.2L8.2 20v-2.9H6a3 3 0 0 1-3-3V8.5a3 3 0 0 1 3-3Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M8 9h5l-5 5h5M15.5 10.2v3.6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.dtg-floating-cta a:first-child {
	background: linear-gradient(135deg, #f3d58f, var(--dtg-gold));
	color: #102a22;
}

.dtg-floating-cta a:last-child {
	background: var(--dtg-emerald);
	border: 1px solid var(--dtg-gold);
	color: #fff;
}

@media only screen and (max-width: 1100px) {
	.dtg-navbar__inner {
		grid-template-columns: 1fr;
		padding-bottom: 18px;
		padding-top: 14px;
	}

	.dtg-brand,
	.dtg-nav,
	.dtg-nav-actions {
		justify-content: center;
	}

	.dtg-service-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.dtg-split {
		grid-template-columns: 1fr;
	}

	.dtg-split__image {
		max-height: 360px;
		overflow: hidden;
	}

	.dtg-price-grid,
	.dtg-article-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.dtg-faq-grid {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 48em) {
	.dtg-shell {
		padding: 0 18px;
	}

	.dtg-topbar__inner {
		gap: 10px;
		justify-content: center;
		text-align: center;
	}

	.dtg-topbar__inner span:nth-child(2),
	.dtg-topbar__inner span:nth-child(3),
	.dtg-topbar .dtg-socials,
	.dtg-nav {
		display: none;
	}

	.dtg-navbar__inner {
		gap: 12px;
		min-height: auto;
	}

	.dtg-brand img {
		margin: 0 auto;
		width: 190px;
	}

	.dtg-nav-actions {
		flex-direction: column;
	}

	.dtg-hotline,
	.dtg-nav-actions .dtg-btn {
		text-align: center;
		width: 100%;
	}

	.dtg-hero {
		min-height: 620px;
	}

	.dtg-hero__image {
		inset: 248px 0 0;
		left: 0;
	}

	.dtg-hero__image::after {
		background: linear-gradient(180deg, var(--dtg-emerald) 0%, rgba(6, 45, 36, 0.4) 36%, rgba(6, 45, 36, 0) 100%);
	}

	.dtg-hero__content {
		padding-top: 42px;
	}

	.dtg-hero h1 {
		font-size: 50px;
	}

	.dtg-hero__title-line {
		white-space: normal;
	}

	.dtg-hero__lead {
		font-size: 15px;
	}

	.dtg-hero__proof,
	.dtg-trust__grid,
	.dtg-service-grid,
	.dtg-price-grid,
	.dtg-logo-wall,
	.dtg-review-grid,
	.dtg-article-grid,
	.dtg-faq-grid,
	.dtg-footer__grid {
		grid-template-columns: 1fr;
	}

	.dtg-hero__proof {
		gap: 12px;
	}

	.dtg-hero__proof span {
		grid-template-columns: 34px 1fr;
	}

	.dtg-hero__proof .dtg-icon {
		height: 30px;
		width: 30px;
	}

	.dtg-trust__grid div {
		border-left: 0;
		border-top: 1px solid var(--dtg-line);
	}

	.dtg-trust__grid div:first-child {
		border-top: 0;
	}

	.dtg-section {
		padding: 34px 0;
	}

	.dtg-service-grid {
		gap: 16px;
	}

	.dtg-split__why,
	.dtg-split__process {
		padding: 34px 22px;
	}

	.dtg-process__grid {
		grid-template-columns: 1fr;
	}

	.dtg-logo-wall {
		border-radius: 8px;
		gap: 18px;
		padding: 24px;
	}

	.dtg-actions .dtg-btn {
		width: 100%;
	}

	.dtg-floating-cta {
		display: flex;
	}

	body.page-template-template-luxury-home {
		padding-bottom: 74px;
	}
}
