@font-face {
	font-family: "socialico";
	src: url("fonts/Socialico/Socialico.eot");
	src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"),
		url("fonts/Socialico/Socialico.woff2") format("woff2"),
		url("fonts/Socialico/Socialico.woff") format("woff"),
		url("fonts/Socialico/Socialico.ttf") format("truetype"),
		url("fonts/Socialico/Socialico.svg") format("svg");
}

@font-face {
	font-family: "Poppins";
	src: url("../styles/fonts/poppins/Poppins-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url("../styles/fonts/poppins/Poppins-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url("../styles/fonts/poppins/Poppins-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url("../styles/fonts/poppins/Poppins-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url("../styles/fonts/poppins/Poppins-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("../styles/fonts/edmontonFonts/Montserrat-VariableFont_wght.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
}

@font-face {
	font-family: "Days One";
	src: url("../styles/fonts/edmontonFonts/DaysOne-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Formula";
	src: url("../styles/fonts/edmontonFonts/Formula1Display-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Playfair";
	src: url("../styles/fonts/edmontonFonts/PlayfairDisplay-VariableFont_wght.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
}


@font-face {
	font-family: "Syne";
	src: url("../styles/fonts/edmontonFonts/Syne-VariableFont_wght.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
}

@font-face {
	font-family: "Pantherdam";
	src: url("../styles/fonts/edmontonFonts/PantherdamSignature.woff2") format("woff2");
	font-weight: 400;
}

@font-face {
	font-family: "Myriad Pro";
	src: url("../styles/fonts/edmontonFonts/MYRIADPRO-REGULAR.woff2") format("woff2");
	font-weight: 400;
}

li {
	list-style: none;
}

.myriad {
	font-family: "Myriad Pro";
}

.pantherdam {
	font-family: "Pantherdam";
}

.syne {
	font-family: "Syne";
}

.playfair {
	font-family: "Playfair";
}

.formula {
	font-family: "Formula";
}

.days-one {
	font-family: "Days One";
}

.montserrat {
	font-family: "Montserrat";
}

.poppins {
	font-family: "Poppins";
}

.barlow {
	font-family: "Barlow";
}

.thin {
	font-weight: 100;
}

.extra-light {
	font-weight: 200;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.semi-bold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.extra-bold {
	font-weight: 800;
}

.black {
	font-weight: 900;
}


.italic {
	font-style: italic;
}

.text-white {
	color: #FFF;
}

.text-black {
	color: #111;
}

/* .text-gold {
	background: linear-gradient(180deg, #E3C470 0%, #C49D4E 50%, #8E5C19 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: 0 2px 2px rgba(142, 92, 25, 0.3);
} */

.text-default-gold {
	color: #B2924D;
}

.text-gold {
	background: linear-gradient(180deg, #E3C470 0%, #C49D4E 50%, #8E5C19 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.btn-gold {
	position: relative;
	max-width: 300px;
	width: 100%;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border-radius: 2px;
	background: linear-gradient(329deg, #B2924D 0%, #BE9649 100%);
	overflow: hidden;
	isolation: isolate;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	transition: box-shadow 0.4s ease, background 0.4s ease;
	box-shadow: 0 4px 12px rgba(178, 146, 77, 0.25);
}

.btn-gold-inner {
	position: relative;
	z-index: 2;
	font-family: "Days One";
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	transition: transform 0.3s ease;
}

/* Shimmer sweep */
.btn-gold::before {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(120deg,
			transparent 0%,
			rgba(255, 255, 255, 0.35) 50%,
			transparent 100%);
	transform: skewX(-20deg);
	transition: left 0.75s ease;
	z-index: 1;
	pointer-events: none;
}

/* Glow ring */
.btn-gold::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 2px;
	box-shadow: 0 0 0 0 rgba(212, 172, 94, 0.6);
	transition: box-shadow 0.4s ease;
	z-index: 0;
	pointer-events: none;
}

.btn-gold:hover {
	background: linear-gradient(329deg, #C4A25A 0%, #D4AC5E 100%);
	box-shadow: 0 10px 24px rgba(190, 150, 73, 0.45);
}

.btn-gold:hover .btn-gold-inner {
	transform: translateY(-2px);
}

.btn-gold:hover::before {
	left: 125%;
}

.btn-gold:hover::after {
	box-shadow: 0 0 18px 4px rgba(212, 172, 94, 0.5);
}

.btn-gold:active .btn-gold-inner {
	transform: translateY(0);
}

.btn-gold,
.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active,
.btn-gold:visited {
	color: #fff;
}

a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}

span {
	display: inline-block;
}

html {
	scroll-behavior: smooth;
}

img {
	-webkit-user-drag: none;
	/* Chrome, Safari */
	user-select: none;
	/* Prevents selecting the image */
}

body::-webkit-scrollbar {
	display: none;
	/* Hides the scrollbar */
}


*,
*::after,
*::before {
	box-sizing: border-box;
}

.suspension-contain {
	max-height: 980px;
	overflow: hidden;
	position: relative;
}

html.suspended {
	background: rgba(0, 0, 0, 0.6);
}

body {
	max-width: 100%;
	min-width: 1800px;
	margin: 0 auto;
	/* text-align: center;
	font-family: Arial; */
}

@media screen and (max-width: 1800px) {
	body {
		zoom: 80% !important;
	}
}

@media screen and (max-width: 1440px) {
	body {
		zoom: 70% !important;
	}
}

@media screen and (max-width: 1280px) {
	body {
		zoom: 50% !important;
	}
}

/* @media screen and (max-width: 1024px) {
	body {
		zoom: 50% !important;
	}
} */

@media screen and (max-width: 768px){
		body {
		zoom: 30% !important;
	}
}

a,
span,
p,
h1 {
	background-color: rgba(0, 0, 0, 0.005);
}


a {
	color: inherit;
	text-decoration: none
}

/* a:hover {
	text-decoration: none;
	color: inherit;
} */

h1,
h2,
h3,
h4,
h5 {
	padding: 0;
	margin: 0;
}

.row {
	max-width: 1200px;
	margin: 0 auto
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
	font-size: 14px;
	padding: 5px 10px;
	position: fixed;
	display: block !important;
	transform: none !important;
	bottom: 0 !important;
	left: 20px !important;
}

/*call to action*/
.destroy-on-load,
.cta {
	display: none;
}

/*contact form messages*/
form .messages p {
	display: none;
	font-family: Arial !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}

form .loading {
	display: none;
}

form .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

form .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

form .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

form [type="submit"] {
	margin: 20px auto
}

/*contact form*/
.ctc-form {
	margin: 0 auto;
	text-align: center;
}

.ctc-form input[type="text"],
.ctc-form textarea {
	font-family: Arial;
	font-size: 16px;
	color: #000;
	height: 45px;
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px 10px;
	box-sizing: border-box;
	margin: 0 auto 8px
}

.ctc-form textarea {
	height: 120px;
	padding-top: 10px;
}

.ctc-form button {
	display: block;
}

.ctc-form .recap {
	display: inline-block;
}

.ctc-form .g-recaptcha div {
	margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
	display: none;
}

/*gallery*/
#content .gallery-container {
	text-align: center;
}

#content .gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .gallery li {
	display: inline-block;
}

#content .thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: .42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
	transform: scale(1.02);
}

#content .page_navigation {
	display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #0275d8;
	display: inline-block;
	line-height: 1.25;
	margin-left: -1px;
	padding: 0.5rem 0.75rem;
	position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
	background-color: #eceeef;
	border-color: #ddd;
	color: #014c8c;
	text-decoration: none;
}


/*header*/
#header {
	background: #B3CDE0;
	/* padding: 40px 0 */
}

#header nav a#pull {
	display: none
}

#header nav ul {
	margin: 0;
	padding: 0
}

#header nav ul li {
	display: inline-block;
	vertical-align: middle;
}


#header nav ul li a {
	transition: background 0.3s ease, color 0.3s ease;
}

#header nav ul li.active-menu a,
#header nav ul li a:hover {
	background: linear-gradient(180deg, #E3C470 0%, #C49D4E 50%, #8E5C19 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	transition: background 0.3s ease, color 0.3s ease;
}


#footer .silver img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px
}


/*inner pages*/
.inner #content {
	min-height: 400px;
	padding: 40px 0
}

/*privacy policy*/
.inPrivacyBox {
	max-width: 850px;
	margin: 0 auto;
}

.inPrivacyBox p {
	text-align: justify !important;
}


/** Responsive
-------------------------------------------------------*/

/*
@media screen and (max-width: 1024px){
	body {min-width: 320px}
	.row {width: 95%}
}

@media screen and (max-width: 800px){
	#header {padding: 0}
	#header .row {width: 100%}
	#header nav {display:block; height: auto; }
  	#header nav ul { width: 100%; display: none; height: auto;border-bottom:5px solid #000; padding: 0 15px;}
  	#header nav ul li { width: 100%;position: relative; }
  	#header nav ul li a { display: block; float:none; padding: 10px 0;}
  	#header nav a {text-align: left; width: 100%;}
	#header nav a strong {position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
	#header nav a#pull {display: block; color: #fff; background-color: #000; height: 30px;padding: 10px 0; width: 100%; position: relative;}
	#header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
	
	.cta{background: #035B96  url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #013f9a ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;}
}*/
#header {
	width: 100%;
	background: url("../images/edmontonAssets/headerBG.png") no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	display: flex;
	flex-direction: column;
	padding-right: 27px;
	padding-bottom: 73px;
}

#header .row {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 200px;
}

#header .row .rowTop {
	width: 100%;
	background: url("../images/edmontonAssets/headerTopTexture.png") no-repeat;
	background-size: cover;
	background-position: top center;
	display: flex;
	justify-content: space-between;
	height: 73px;
	background-color: #FFF;
	border-radius: 50px;
	position: absolute;
	top: -27px;
	border: solid 2px #D6D6D6;
	padding-left: 27px;
	padding-right: 27px;
	align-items: flex-end;
	padding-bottom: 10px;

	box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.45);
}

#header p {
	margin: 0;
}

#header .row .rowTop .mailCont {
	max-width: 400px;
	width: 100%;
	display: flex;
	align-items: center;
	height: 25px;
}

#header .row .rowTop .phoneCont {
	max-width: 218px;
	width: 100%;
	display: flex;
	align-items: center;
	height: 25px;
}

#header .row .rowTop .mailCont img,
#header .row .rowTop .phoneCont img {
	width: 14px;
	height: 13px;
	align-self: center;
}


#header .row .rowTop .mailCont .days-one,
#header .row .rowTop .phoneCont .days-one {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.20em;
	padding-left: 2px;
}

#header .row .rowTop .mailCont p a {
	font-size: 15px;
	line-height: 1.20em;
}

#header .row .rowTop .phoneCont p a {
	letter-spacing: 0.050em;
	line-height: 1.20em;
	font-size: 16px;
}

#header .row .divider {
	padding-top: 55px;
}

#header .rowBottom {
	max-width: 1222px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	background: url("../images/edmontonAssets/headerTexture.png") no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #FFF;
	border-radius: 30px;
	position: relative;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 20px;
	box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.45);

}

#header .rowBottom .leftSection {
	max-width: 950px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

#header .rowBottom .leftSection .nav-container {
	/* max-width: 650px; */
	width: 100%;
}

#header .rowBottom .leftSection nav {
	width: 100%;
	height: 64px;
	display: flex;

}

#header .rowBottom .leftSection nav ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5px;

}

#header .rowBottom .leftSection nav ul li {
	color: #000;
	font-family: "Days One";
	font-size: 11px;
	letter-spacing: 0.027em;
	line-height: 1.20em;
	/* width: 100%;
	display: flex;
	align-items: center; */

}

#header .rowBottom .leftSection nav ul li a {
	width: max-content;
	text-align: center;
	margin: 0 auto;
}

#header .rowBottom .leftSection .days-one {
	font-size: 12px;
	line-height: 30px;
	font-weight: 400;
}


#header .socialLinks {
	display: flex;
	flex-direction: column;
	max-width: 36px;
	width: 100%;
	align-self: flex-end;
	height: 195px;
	position: relative;
	justify-content: space-between;

}

#header .slider {
	max-width: 1350px;
	margin: 0 auto;
	padding-top: 27px;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 20px;
	position: relative;
	display: flex;
	margin-top: 145px;
	border: solid 2px #d6d6d6;
	z-index: 1;

}

#header .slider .descriptionContent {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#header .slider .descriptionContent>span:first-child {
	color: #000;
	line-height: 1.40em;
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	font-size: 25px;
	text-align: center;
}


#header .slider .descriptionContent>p:nth-child(2) {
	font-size: 15px;
	line-height: 2.0em;
	color: #555;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

#header .slider .descriptionContent a {
	font-size: 12px;
	line-height: 30px;
}

#header .slider .sliderBTN {
	width: max-content;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: absolute;
	top: 50px;
	right: -27px;
}

#header .slider .sliderBTN .left,
#header .slider .sliderBTN .right {
	width: 62px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 50px;
	color: #000;
	font-family: "Myriad Pro";
	background-color: #fff;
	padding-bottom: 6px;
	cursor: pointer;
}

#header .slider .sliderBTN .right span {
	display: inline-block;
	transform: scaleX(-1);
}

#header .slider .sliderBTN .left span,
#header .slider .sliderBTN .right span {
	transition: background 0.3s ease, color 0.3s ease;
}

#header .slider .sliderBTN .left:hover span,
#header .slider .sliderBTN .right:hover span {
	background: linear-gradient(180deg, #E3C470 0%, #C49D4E 50%, #8E5C19 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	transition: background 0.3s ease, color 0.3s ease;
}

#header .pageCont {
	max-width: 1920px;
	width: 100%;
	position: absolute;
	right: 9px;
	bottom: 4%;
	display: flex;
	justify-content: flex-end;
	z-index: 0;
}

#header .page {

	/* -32px / 1350px ≈ -2.4% is a rough guide; recalc against your actual slider height if bottom is height-relative */
}

#header .page p {
	display: flex;
	flex-direction: column;
	max-width: 47px;
	width: 100%;
	color: #FFF;
	line-height: 1.20em;
}

#header .page p span:first-child {
	font-size: 35.96px;
}

#header .page p span:last-child {
	font-size: 17.98px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
}

#welcomeSection {
	width: 100%;
	background: url("../images/edmontonAssets/welcomeBG.png") no-repeat;
	background-size: cover;
	background-position: top center;
	background-color: #FFF;
}

#welcomeSection .row {
	max-width: 1884px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	padding-left: 80px;
	padding-top: 100px;
	padding-bottom: 90px;
}

#welcomeSection .row .innerRow {
	max-width: 680px;
	width: 100%;
}

#welcomeSection .row .innerRow .text {
	max-width: 515px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#welcomeSection .row .innerRow .text .line {
	max-width: 185px;
	width: 100%;
	height: 1px;
	background-color: #B2924D;
	letter-spacing: 0.020em;
	line-height: 1.20em;
}


#welcomeSection .row .innerRow .text span:last-child {
	font-size: 120px;
	color: transparent;
	-webkit-text-stroke: 1px #C49D4E;
	display: inline-block;
	letter-spacing: 0.020em;
	line-height: 1.20em;
}

#welcomeSection .row .innerRow .descriptions {
	width: 100%;
}

#welcomeSection .row .innerRow .descriptions p {
	margin: 0;
}

#welcomeSection .row .innerRow .descriptions p:first-child {
	font-size: 75px;
	letter-spacing: -0.030em;
	line-height: 1.20em;
	color: #000;
}

#welcomeSection .row .innerRow .descriptions p:last-child {
	font-size: 16px;
	color: #666;
	line-height: 2.50em;
	padding-bottom: 15px;
}

#welcomeSection .row .innerRow .BTN {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 662px;
}

#welcomeSection .row .innerRow .BTN .btn {
	background: url("../images/edmontonAssets/texttureBTN.png")no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	max-width: 324px;
	width: 100%;
	height: 71px;
	display: flex;
	align-items: center;
	font-family: "Playfair";
	font-weight: 900;
	font-size: 25px;
	background-color: #000;
	line-height: 1.20em;
	border-radius: 10px;
	box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.45);
	border: solid 1px #D6D6D6;
	padding-left: 22px;

	overflow: hidden;
	isolation: isolate;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

#welcomeSection .row .innerRow .BTN .btn .btn-inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: transform 0.3s ease;
}

/* Shimmer sweep */
#welcomeSection .row .innerRow .BTN .btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(120deg,
			transparent 0%,
			rgba(255, 255, 255, 0.35) 50%,
			transparent 100%);
	transform: skewX(-20deg);
	transition: left 0.75s ease;
	z-index: 1;
	pointer-events: none;
}

/* Glow ring */
#welcomeSection .row .innerRow .BTN .btn::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 5px;
	box-shadow: 0 0 0 0 rgba(214, 178, 94, 0.5);
	transition: box-shadow 0.4s ease;
	z-index: 0;
	pointer-events: none;
}

#welcomeSection .row .innerRow .BTN .btn:hover {
	background-color: #111;
	border-color: #D6B25E;
	box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.45), 0 0 20px rgba(214, 178, 94, 0.3);
}

#welcomeSection .row .innerRow .BTN .btn:hover .btn-inner {
	transform: translateY(-2px);
}

#welcomeSection .row .innerRow .BTN .btn:hover::before {
	left: 125%;
}

#welcomeSection .row .innerRow .BTN .btn:hover::after {
	box-shadow: 0 0 18px 4px rgba(214, 178, 94, 0.35);
}

#welcomeSection .row .innerRow .BTN .btn:active .btn-inner {
	transform: translateY(0);
}

#welcomeSection .row .innerRow .BTN .btn img {
	width: 44px;
	height: 38px;
}

#welcomeSection .row .innerRow .BTN .btn-gold {
	margin: 0;
}

#welcomeSection .row .BTN .topPad {
	padding-top: 10px;
	width: 100%;
}

#servicesSection {
	width: 100%;
	background: url("../images/edmontonAssets/servicesBG.png") no-repeat;
	background-size: cover;
	background-position: bottom center;
}

#servicesSection .row {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding-top: 120px;
	padding-bottom: 85px;
}

#servicesSection .row .top {
	width: 100%;
}

#servicesSection .row .top .text .line {
	max-width: 185px;
	width: 100%;
	height: 1px;
	background-color: #B2924D;
	letter-spacing: 0.020em;
	line-height: 1.20em;
}

#servicesSection .row .top .text {
	max-width: 580px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#servicesSection .row .top .text span {
	font-size: 80px;
	color: transparent;
	-webkit-text-stroke: 1px #C49D4E;
	display: inline-block;
	letter-spacing: 0.020em;
	line-height: 1.20em;
}

#servicesSection .row .top .servicesBTN {
	max-width: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#servicesSection .row .top .servicesBTN .playfair {
	font-size: 33px;
	letter-spacing: -0.020em;
	line-height: 1.55em;
	max-width: 970px;
	width: 100%;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.65);
	margin: 0;
}

#servicesSection .row .top .servicesBTN .BTN {
	max-width: 300px;
	width: 100%;
	display: flex;
	align-items: flex-end;

}


#servicesSection .row .mid {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
	padding-bottom: 50px;

}

#servicesSection .row .mid .deco {
	background: #FFF;
	border-radius: 20px;
	max-width: 460px;
	width: 100%;
	overflow: hidden;
}

#servicesSection .row .mid .birthday .bdayIMG {
	width: 100%;
	background: url("../images/edmontonAssets/birthday.png") no-repeat;
	background-size: cover;
	background-position: center;
	height: 332px;
}

#servicesSection .row .mid .birthday .bdayText,
#servicesSection .row .mid .engagement .engagementText,
#servicesSection .row .mid .wedding .weddingText {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 25px;
}

#servicesSection .row .mid .birthday .bdayText span {
	font-size: 46px;
	letter-spacing: -0.040em;
	line-height: 1.25em;
	text-align: center;
	color: #444;
}

#servicesSection .row .mid .birthday .bdayText a {
	font-size: 14px;
	color: #B2863B;
	line-height: 1.20em;
	width: 100%;
	text-align: center;
	text-decoration: underline;
	text-decoration-color: #B2863B;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	padding-top: 5px;
	/* small gap between text and line */
}

#servicesSection .row .mid .engagement .engagementText span {
	font-size: 46px;
	letter-spacing: -0.040em;
	line-height: 1.25em;
	text-align: center;
	color: #444;
}

#servicesSection .row .mid .engagement .engagementText a {
	font-size: 14px;
	color: #B2863B;
	line-height: 1.20em;
	width: 100%;
	text-align: center;
	text-decoration: underline;
	text-decoration-color: #B2863B;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	padding-top: 5px;
	/* small gap between text and line */
}

#servicesSection .row .mid .wedding .weddingText span {
	font-size: 46px;
	letter-spacing: -0.040em;
	line-height: 1.25em;
	text-align: center;
	color: #444;
}

#servicesSection .row .mid .wedding .weddingText a {
	font-size: 14px;
	color: #B2863B;
	line-height: 1.20em;
	width: 100%;
	text-align: center;
	text-decoration: underline;
	text-decoration-color: #B2863B;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	padding-top: 5px;
	/* small gap between text and line */
}



#servicesSection .row .mid .engagement .engagementIMG {
	width: 100%;
	background: url("../images/edmontonAssets/decoration.png") no-repeat;
	background-size: cover;
	background-position: center;
	height: 332px;
}

#servicesSection .row .mid .wedding .weddingIMG {
	width: 100%;
	background: url("../images/edmontonAssets/weddingDeco.png") no-repeat;
	background-size: cover;
	background-position: center;
	height: 332px;
}


#servicesSection .row .bottom {
	max-width: 1365px;
	margin: 0 auto;
	width: 100%;
	display: flex;
}

#servicesSection .row .bottom .left {
	max-width: 108px;
	display: flex;
}

#servicesSection .row .bottom .left p {
	margin: 0;
}

#servicesSection .row .bottom .left p span:first-child {
	font-size: 65px;
	color: #B2924C;
	line-height: 1.20em;
}

#servicesSection .row .bottom .left p span:last-child {
	font-size: 16px;
	color: #fff;
	line-height: 1.20em;
	position: relative;
	left: -10px;
}

#servicesSection .row .bottom .center {
	display: flex;
	align-items: flex-end;
	padding-bottom: 10px;
}

#servicesSection .row .bottom .right {
	max-width: 130px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 5px;
	position: relative;
	bottom: -15px;
	padding-left: 10px;
}

#servicesSection .row .bottom .right .arrow-left,
#servicesSection .row .bottom .right .arrow-right {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #fff;
	font-size: 13px;
	margin-top: 20px;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.005);
}

#servicesSection .row .bottom .right .arrow-left:hover,
#servicesSection .row .bottom .right .arrow-right:hover {
	cursor: pointer;
	border: solid 1px #BE9649;
	color: #BE9649;
}


#gallerySection {
	width: 100%;
	background: url("../images/edmontonAssets/galleryBG.png") no-repeat;
	background-size: cover;
	background-position: top center;
}


#gallerySection .row {
	max-width: 1260px;
	margin: 0 auto;
	padding-top: 80px;
}

#gallerySection .row .top {
	width: 100%;
	padding-bottom: 45px;
}

#gallerySection .row .top .fancyFont {
	display: flex;
	align-items: center;
	max-width: 1152px;
	margin: 0 auto;
	gap: 10px;
	padding-left: 65px;


}

#gallerySection .row .top .line {
	max-width: 185px;
	width: 100%;
	height: 1px;
	background-color: #B2924D;
	opacity: 0.5;
}

#gallerySection .row .top .pantherdam {
	font-size: 90px;
	color: transparent;
	-webkit-text-stroke: 1px #C49D4E;
}

#gallerySection .row .top p {
	font-size: 40px;
	letter-spacing: -0.040em;
	max-width: 1152px;
	text-align: center;
	margin: 0 auto;
	line-height: 60px;
}

#gallerySection .row .mid {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-left: 15px;
	padding-right: 15px;
}


#gallerySection .row .mid .left,
#gallerySection .row .mid .right {
	max-width: 585px;
	width: 100%;

}

#gallerySection .row .mid .left .gallCont {
	max-width: 585px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 45px;
	padding-bottom: 30px;
}

.gall {
	max-width: 583px;
	width: 100%;
	height: 585px;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
	border-radius: 10px;

}


#gallerySection .row .mid .gall1 {
	background: url("../images/edmontonAssets/gall1.png") no-repeat;
	background-size: cover;
	background-position: center;

}

#gallerySection .row .mid .gall2 {
	background: url("../images/edmontonAssets/gall3.png") no-repeat;
	background-size: cover;
	background-position: center;
}

#gallerySection .row .mid .gall3 {
	background: url("../images/edmontonAssets/gall2.png") no-repeat;
	background-size: cover;
	background-position: bottom center;

}

#gallerySection .row .mid .gall4 {
	background: url("../images/edmontonAssets/gall4.png") no-repeat;
	background-size: cover;
	background-position: center;
}


#gallerySection .row .mid .right {
	padding-top: 60px;
}

#gallerySection .row .mid .right .gallCont {
	max-width: 585px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 45px;
}

#gallerySection .row .bottom {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

#gallerySection .row .bottom .text span:first-child {
	font-size: 85px;
	letter-spacing: -0.020em;
	line-height: 1.28em;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

#gallerySection .row .bottom .text span:last-child {
	font-size: 28px;
	color: #464646;
	letter-spacing: 0.014em;
	line-height: 1.20em;
	width: 100%;
	text-align: center;
	padding-bottom: 22px;
	padding-top: 10px;
}

#gallerySection .row .bottom .adsCont {
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#gallerySection .row .bottom .adsCont .ads {
	max-width: 274px;
	width: 100%;
	border-radius: 30px;
	border: solid 1px #D6D6D6;
	box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.45);
	background: #FFF;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	height: 144px;
}

#gallerySection .row .bottom .adsCont p {
	margin: 0;
}

#gallerySection .numb {
	font-family: "Playfair";
	font-size: 50px;
	line-height: 1.20em;
	color: #000;
}

#gallerySection .description {
	font-family: "Playfair";
	font-weight: 400;
	font-size: 21px;
	line-height: 1.50em;
	color: #000;
	max-width: 205px;
	margin: 0 auto;
	padding-bottom: 10px;
}




#gallerySection .row .phone {
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 80px;

}

#gallerySection .row .phone .phoneCont {
	max-width: 80px;
	width: 100%;
	height: 78px;
	margin: 0 auto;
	border: solid 4px #B2924D;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

#gallerySection .row .phone .poppins {
	font-size: 16px;
	color: #000;
	line-height: 1;
	width: 100%;
	text-align: center;
	padding-top: 15px;
}


#gallerySection .row .phone a {
	font-size: 60px;
	letter-spacing: 0.050em;
	line-height: 1.20em;
	color: #B2924C;
	margin: 0 auto;
	width: 100%;
	display: inline-block;
	text-align: center;
}



#reviewSection {
	width: 100%;
	background: url("../images/edmontonAssets/reviewBG.png") no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 232px;
	padding-top: 50px;
}

#reviewSection .row {
	max-width: 1340px;
	margin: 0 auto;
}

#reviewSection .row .quote {
	display: flex;
	flex-direction: column;
}

#reviewSection .row .quote img {
	width: 71px;
	height: 63px;
	margin: 0 auto;
}

#reviewSection .row .quote p:nth-child(2) {
	font-size: 60px;
	line-height: 1.20;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}

#reviewSection .row .textTop {
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


#reviewSection .row .textTop .arrow-left,
#reviewSection .row .textTop .arrow-right {
	width: 34px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #000;
	font-size: 9px;
	margin-top: 20px;
}

#reviewSection .row .textTop p {
	max-width: 1090px;
	width: 100%;
	text-align: center;
	font-size: 27px;
	margin: 0;
	line-height: 1.80em;
	padding-top: 10px;
}

#reviewSection .row .textTop .arrow-left:hover,
#reviewSection .row .textTop .arrow-right:hover {
	cursor: pointer;
	border: solid 1px #BE9649;
	color: #BE9649;
}

#reviewSection .row .score {
	display: flex;
	max-width: 310px;
	margin: 0 auto;
	align-items: center;
	gap: 5px;
	padding-top: 10px;
	padding-bottom: 25px;
}

#reviewSection .row .score span {
	font-size: 30px;
	letter-spacing: -0.050em;
	line-height: 1.20
}


footer {
	width: 100%;
}

#footer {
	width: 100%;
	background: url("../images/edmontonAssets/footerBG.png") no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	background-color: #FFF;
}

#footer .topRow {
	width: 100%;
	position: relative;
}

#footer .top {
	width: 100%;
	position: absolute;
	top: -195px;
}

#footer .formRow h1 {
	font-size: 60px;

}

#footer .formRow>p {
	color: #333;
	line-height: 27px;
	letter-spacing: 0.010em;
}

#footer form {
	max-width: 1440px;
	margin: 0 auto;
	background: #FFF;
	border-radius: 20px;
	border: solid 1px #D6D6D6;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);

}

#footer form .formRow {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 60px;
}

#footer form .formRow .contact-form .name {
	display: flex;
	justify-content: space-between;
}

#footer .contact-form .name label {
	max-width: 388px;
	width: 100%;

}

#footer .contact-form .name input[type="text"] {
	height: 65px;
	border-radius: 20px;
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.26);
	background-color: #f3f3f3;
	margin-bottom: 15px;
	padding: 20px;
}

#footer .contact-form textarea {
	border-radius: 20px;
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.26);
	background-color: #f3f3f3;
	height: 212px;

	padding: 20px;
}

#footer .footer-btn {
	position: relative;
	max-width: 219px;
	width: 100%;
	height: 70px;
	font-size: 15px;
	letter-spacing: 0.036em;
	line-height: 1.20em;
	background: linear-gradient(180deg, #E3C470 0%, #C49D4E 50%, #8E5C19 100%);
	border-radius: 50px;
	border: none;
	box-shadow: inset 1px 1px 1px 1px rgba(142, 92, 25, 0.2);

	overflow: hidden;
	isolation: isolate;
	cursor: pointer;
	transition: background 0.4s ease, box-shadow 0.4s ease;
}

#footer .footer-btn span {
	position: relative;
	z-index: 2;
	display: inline-block;
	transition: transform 0.3s ease;
}

/* Shimmer sweep */
#footer .footer-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(120deg,
			transparent 0%,
			rgba(255, 255, 255, 0.4) 50%,
			transparent 100%);
	transform: skewX(-20deg);
	transition: left 0.75s ease;
	z-index: 1;
	pointer-events: none;
}

/* Glow ring */
#footer .footer-btn::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50px;
	box-shadow: 0 0 0 0 rgba(196, 157, 78, 0.6);
	transition: box-shadow 0.4s ease;
	z-index: 0;
	pointer-events: none;
}

#footer .footer-btn:hover {
	background: linear-gradient(180deg, #EDCE85 0%, #D4A957 50%, #A06B1F 100%);
	box-shadow: inset 1px 1px 1px 1px rgba(142, 92, 25, 0.2), 0 8px 20px rgba(142, 92, 25, 0.35);
}

#footer .footer-btn:hover span {
	transform: translateY(-2px);
}

#footer .footer-btn:hover::before {
	left: 125%;
}

#footer .footer-btn:hover::after {
	box-shadow: 0 0 16px 3px rgba(196, 157, 78, 0.5);
}

#footer .footer-btn:active span {
	transform: translateY(0);
}

#footer .contact-php-checkbox-container {
	font-size: 16px;
	font-family: "Montserrat";
	display: inline-block;
	padding: 10px;

}

#footer .topRow .bottom {
	width: 100%;
	padding-top: 645px;
}

#footer .bottom .logoCont {
	background-color: #FFF;
	max-width: 375px;
	margin: 0 auto;
	border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	display: flex;
	justify-content: center;
}

#footer .bottom .socialLinks {
	max-width: 232px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 20px;
}

#footer .bottom .phoneDetails,
#footer .bottom .emailDetails {
	max-width: 300px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 5px;
}

#footer .bottom .emailDetails {
	padding-top: 20px;
}

#footer .bottom .phoneDetails span,
#footer .bottom .emailDetails span {
	font-size: 18px;
	letter-spacing: 0.100em;
	line-height: 1.20em;
}

#footer .bottom .phoneDetails a,
#footer .bottom .emailDetails a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	transition: color 0.35s ease, letter-spacing 0.35s ease;
}

#footer .bottom .phoneDetails a,
#footer .bottom .emailDetails a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: inherit;
	transform: scale(1);
	transition: transform 0.35s ease, text-shadow 0.35s ease, color 0.35s ease;
}

#footer .bottom .phoneDetails a {
	font-size: 23px;
	letter-spacing: 0.050em;
	line-height: 1.20em;
	color: #fff;
}

#footer .bottom .emailDetails a {
	font-size: 18px;
	letter-spacing: -0.010em;
	line-height: 1.20em;
	padding-bottom: 10px;
	color: #fff;
}

#footer .bottom .phoneDetails a:hover,
#footer .bottom .emailDetails a:hover {
	color: #E3C470;
	transform: scale(1.04);
	text-shadow: 0 0 12px rgba(227, 196, 112, 0.5);
}

#footer .bottomRow {
	width: 100%;
	background-color: #000;

}

#footer .bottomRow .bottomInnerRow {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

#footer .bottomRow .bottomInnerRow nav ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 10px;
	margin: 0;
	padding-top: 10px;
}

#footer nav ul li a {
	font-size: 13px;
	letter-spacing: 0.118em;
	line-height: 1.20em;
	transition: background 0.3s ease, color 0.3s ease;
}

#footer nav ul li.active-menu a,
#footer nav ul li a:hover {
	background: linear-gradient(180deg, #E3C470 0%, #C49D4E 50%, #8E5C19 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	transition: background 0.3s ease, color 0.3s ease;
}

#footer .copy {
	text-align: center;
	margin: 0;
}

#footer .copy,
#footer .copy span,
#footer .copy span a {
	font-size: 13px;
	letter-spacing: -0.010em;
	line-height: 1.20em;

}

#footer .copy img {
	display: inline-block;
	vertical-align: middle;
	max-width: 40px
}



#inner .row form {
	max-width: 1000px;
	margin: 0 auto;
}

#inner .row .policy-button label {
	color: #000;
}

#inner .row .contact-form .name,
#inner .row .contact-form .email {
	display: flex;
	justify-content: space-between;
	gap: 10px;

}

#inner .row .contact-form .name input[type="text"],
#inner .row .contact-form .email input[type="text"] {
	max-width: 500px;
	width: 100%;
	border: solid 1px #000;
}


#inner .row .contact-form .name label,
#inner .row .contact-form .email label {
	max-width: 550px;
	width: 100%;
}

#inner .ctc-form textarea {
	max-width: 100%;
	width: 100%;
	border: solid 1px #000;
}

#inner .row {
	padding: 0 20px;
}

#inner .g-recaptcha {
	width: 100%;
}

#content .row h1 {
	text-align: center;
}

#inner~footer #footer form {
	display: none;
}

#inner~footer #footer .topRow .bottom {
	padding-top: 60px;
}

#inner .submitButton button {
	border: none;
}

#content .row span {
	width: 100%;
	text-align: center;
}

#content .row h1 {
	font-size: 45px;
}

#content .row span {
	font-size: 24px;
}

#inner .row .submitButton span {
	font-size: 12px;
}

#inner .row h1 {
	text-align: center;
	padding-top: 20px;
	font-size: 45px;
}