/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */


:root {
	/*---- MASTER VALUES ----*/

	--master-font-size: 	 100px;
	--master-line-height: 	 1em;
	--master-letter-spacing: 0em;
	--master-section-pad: 	 10px;

	/*---- FRAME SIZES ----*/

	--frame-max-l: 1500px;
	--frame-max-m: 1300px;
	--frame-max-s: 1000px;
	--frame-pad:   320px;
	--frame-width: calc(100% - (var(--frame-pad) / 2));

	/*---- SPACING ----*/

	--column-gap: 10px;
	--row-gap: 10px;

	/*---- FONTS ----*/

	--font-main: 	 "quatro-slab", var(--font-default);
	--font-body:	 "Readex Pro", var(--font-default);
	--font-default:  sans-serif;
	--font-fa: 		 FontAwesome;
	--font-fa-sharp: "Font Awesome 6 Sharp";

	/*---- FONT SIZING ----*/

	--size-1:  clamp(10px, 0.13rem, 13px);
	--size-2:  clamp(14px, 0.16rem, 16px);
	--size-3:  clamp(16px, 0.18rem, 18px);
	--size-4:  clamp(18px, 0.22rem, 22px);
	--size-5:  clamp(22px, 0.26rem, 26px);
	--size-6:  clamp(24px, 0.30rem, 30px);
	--size-7:  clamp(22px, 0.34rem, 34px);
	--size-8:  clamp(26px, 0.36rem, 36px);
	--size-9:  clamp(26px, 0.42rem, 42px);
	--size-10: clamp(30px, 0.46rem, 46px);
	--size-11: clamp(30px, 0.50rem, 50px);
	--size-12: clamp(34px, 0.54rem, 54px);
	--size-13: clamp(34px, 0.58rem, 58px);
	--size-14: clamp(34px, 0.62rem, 62px);
	--size-15: clamp(34px, 0.66rem, 66px);
	--size-16: clamp(34px, 0.70rem, 70px);

    --size-h1: var(--size-16);
    --size-h2: var(--size-9);
    --size-h3: var(--size-3);
    --size-h4: var(--size-4);
    --size-h5: var(--size-5);
    --size-h6: var(--size-3);

	/*---- PADDING ----*/

	--pad-1:25px;
	--pad-2:50px;
	--pad-3:75px;
	--pad-4:100px;
	--pad-5:125px;
	--pad-6:150px;
	--pad-7:175px;
	--pad-8:200px;


	/*---- COLOURS ----*/

	--colour-primary: 	  #304137;
	--colour-secondary:   #B8905B;
	--colour-white: 	  #FFF;
	--colour-black: 	  #000;
	--colour-background: #F8EDDB;
	--colour-grey: #A2A2A2;;
	--colour-text:  #222;

	/*---- TRANSITIONS ----*/

	--transition: 	all 0.3s cubic-bezier(0,0,0.1,0.9);;
	--transition-fast: all 0.15s cubic-bezier(0,0,0.1,0.9);
	--transition-hover:   	all 0.1s ease-in-out 0s;
}

/*---- UNIVERSAL - FONT SIZE ADJUSTMENT ----*/

@media screen and (max-width:1600px) { :root { --master-font-size: 90px; }}
@media screen and (max-width:1400px) { :root { --master-font-size: 80px; }}
@media screen and (max-width:1200px) { :root { --master-font-size: 70px; }}
@media screen and (max-width:1000px) { :root { --master-font-size: 60px; }}
@media screen and (max-width:800px)  { :root { --master-font-size: 50px; }}
@media screen and (max-width:600px)  { :root { --master-font-size: 40px; }}
@media screen and (max-width:400px)  { :root { --master-font-size: 30px; }}


/*---- DEFAULT - TEXT FORMATTING CSS ----*/

/* Text - Headers */
/* -------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 	var(--font-main);
	text-transform: none;
	padding-bottom: 0px;
}
h1, .h1 {
	font-weight: 	400;
	color: 			var(--colour-text);
	letter-spacing: 0.019em;
	margin-bottom: 30px;
}
h2, .h2 {
	font-weight: 	400;
	color: 			var(--colour-text);
	letter-spacing: 0.015em;
	margin-bottom: 30px;
}
h3, .h3 {
	font-weight: 	400;
	color: 			var(--colour-text);
	letter-spacing: 3.6px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-family: var(--font-body);
}
h4, .h4 {
	font-weight: 	400;
	color: 			var(--colour-text);
	letter-spacing: 0.015em;
	margin-bottom: 30px;
}
h5, .h5 {
	font-weight: 	400;
	color: 			var(--colour-text);
	letter-spacing: 0.015em;
	margin-bottom: 30px;
}
h6, .h6 {
	font-weight: 	400;
	color: 			var(--colour-text);
	letter-spacing: 0.15em;
	margin-bottom: 20px;
	font-family: var(--font-body);
	text-transform: uppercase;
}

h1, .h1 { font-size: var(--size-h1); line-height: calc(var(--master-line-height) * 1.2); }
h2, .h2 { font-size: var(--size-h2);  line-height: calc(var(--master-line-height) * 1.2); }
h3, .h3 { font-size: var(--size-h3);  line-height: calc(var(--master-line-height) * 1.5); }
h4, .h4 { font-size: var(--size-h4);  line-height: calc(var(--master-line-height) * 1.2); }
h5, .h5 { font-size: var(--size-h5);  line-height: calc(var(--master-line-height) * 1.2); }
h6, .h6 { font-size: var(--size-h6);  line-height: calc(var(--master-line-height) * 1.2); }


/*---- Text - Inline Tags ----*/

strong, b {
	font-weight: 900;
}
strong, span, em, a, i, b, strike {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}
p span, p , li, .footer .foot-menu > li a, label {
	font-weight: 300;
	color: inherit;
	font-family: var(--font-body);
	letter-spacing: 0px;
	line-height: calc(var(--master-line-height) * 1.7);
	font-size: 16px;
}
a {
	transition: var(--transition);
}
a:hover {
	color: var(--colour-white);
	transition: var(--transition);
}

hr {
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.15);
	margin: 20px 0;
}

.font-large p,
.font-large p span {
	font-size: clamp(20px, 0.30rem ,26px);
	line-height: calc(var(--master-line-height) * 1.7);
}


/*---- Text - Lists ----*/

li { list-style-position: inside; }

/*---- Ordered Lists ----*/

.et_pb_section ol {
	counter-reset: list-counter;
	padding-left: 30px;
}
.et_pb_section ol li {
	counter-increment: list-counter;
	list-style: none;
}
.et_pb_section ol li::before {
	content: counter(list-counter)".";
	margin: 0px 15px 0px -30px;
	min-width: 10px;
	display: inline-flex;
	font-weight: 500;
}

/*---- Text Size Overrides ----*/
.et_pb_column_1_3 h1,
.et_pb_column_1_4 h1,
.et_pb_column_1_5 h1,
.et_pb_column_1_6 h1,
.et_pb_column_2_5 h1 {
	font-size: var(--size-h1);
}
.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2,
.et_pb_column_2_5 h2 {
	font-size: var(--size-h2);
}
.et_pb_column_1_3 h3,
.et_pb_column_1_4 h3,
.et_pb_column_1_5 h3,
.et_pb_column_1_6 h3,
.et_pb_column_2_5 h3 {
	font-size: var(--size-h3);
}
.et_pb_column_1_3 h4,
.et_pb_column_1_4 h4,
.et_pb_column_1_5 h4,
.et_pb_column_1_6 h4,
.et_pb_column_2_5 h4 {
	font-size: var(--size-h4);
}
.et_pb_column_1_3 h5,
.et_pb_column_1_4 h5,
.et_pb_column_1_5 h5,
.et_pb_column_1_6 h5,
.et_pb_column_2_5 h5 {
	font-size: var(--size-h5);
}
.et_pb_column_1_3 h6,
.et_pb_column_1_4 h6,
.et_pb_column_1_5 h6,
.et_pb_column_1_6 h6,
.et_pb_column_2_5 h6 {
	font-size: var(--size-h6);
}

/*---- DEFAULT - DOCUMENT STRUCTURE CSS ----*/

html {
	font-size: 		var(--master-font-size);
	line-height: 	var(--master-line-height);
	letter-spacing: var(--master-letter-spacing);
	font-family: 	var(--font-main);
}
html body.frame-full-width .body .frame { padding: 0px; }
body, html, .et_pb_section 				{ background-color: var(--colour-background); }
html *::selection 						{ background-color: var(--colour-primary); color: var(--colour-white); }

body {
	color: var(--colour-text);
}

@media screen and (max-width:1600px) { :root { --frame-pad: 160px; } }
@media screen and (max-width:1400px) { }
@media screen and (max-width:1200px) { :root { --frame-pad: 140px; } }
@media screen and (max-width:1000px) { }
@media screen and (max-width:800px)  { }
@media screen and (max-width:600px)  { :root{ --frame-pad: 120px; } }
@media screen and (max-width:400px)  { }

/*---- DEFAULT - POST BUILDER STRUCTURE CSS ----*/

.et_pb_section .et_pb_module {
	margin: 0px;
	margin-bottom: 0px !important;
}
.et_pb_section .et_pb_row {
	display: 	flex;
	flex-wrap: 	nowrap;
	row-gap: 	clamp(30px, calc(var(--row-gap) * 6), 60px);
	column-gap: clamp(30px, calc(var(--column-gap) * 6), 60px);
	max-width:  var(--frame-max-l);
	width: 		var(--frame-width);
}
.et_pb_section .et_pb_column {
	display: 		flex;
	flex-direction: column;
	max-width: 		unset;
	column-gap: 	clamp(30px, calc(var(--column-gap) * 4), 40px);
	margin: 		0px !important;
	width:			100%;
	float:			none;
}
.et_pb_row::after {
	display: none;
}

.et_pb_section .et_pb_row {
	padding-top: 0px;
	padding-bottom: 0px;
}
.et_pb_section:has(.et_pb_row:nth-child(2)) .et_pb_row:first-child {
	padding-bottom: 20px;
}
.et_pb_section .et_pb_column.et_pb_column_1_6  	{ flex: 1 1 12%; }
.et_pb_section .et_pb_column.et_pb_column_1_5  	{ flex: 1 1 15%; }
.et_pb_section .et_pb_column.et_pb_column_1_4  	{ flex: 1 1 25%; }
.et_pb_section .et_pb_column.et_pb_column_1_3   { flex: 1 1 33%; }
.et_pb_section .et_pb_column.et_pb_column_1_2   { flex: 1 1 45%; }

@media screen and (max-width:1600px){}
@media screen and (max-width:1400px){
	.et_pb_section .et_pb_row:has(.et_pb_column.et_pb_column_1_4, .et_pb_column.et_pb_column_1_5, .et_pb_column.et_pb_column_1_6) { flex-wrap: wrap; }
	.et_pb_section .et_pb_column.et_pb_column_1_4 { flex: 1 1 45%; }
	.et_pb_section .et_pb_column.et_pb_column_1_5 { flex: 1 1 25%; }
	.et_pb_section .et_pb_column.et_pb_column_1_6 { flex: 1 1 25%; }
}
@media screen and (max-width:1200px){}
@media screen and (max-width:1000px){
	:root { --row-gap: 8px; --column-gap: 8px; }

	.et_pb_section .et_pb_row:has(.et_pb_column.et_pb_column_1_2) { flex-wrap: wrap; }
	.et_pb_section .et_pb_column.et_pb_column_1_2 { flex: 1 1 100%; }
	.et_pb_section .et_pb_column.et_pb_column_1_5 { flex: 1 1 45%; }
	.et_pb_section .et_pb_column.et_pb_column_1_6 { flex: 1 1 45%; }
}
@media screen and (max-width:800px) {
	.et_pb_section .et_pb_column.et_pb_column_1_4 { flex: 1 1 100%; }
	.et_pb_section .et_pb_column {
		row-gap: 	clamp(30px, calc(var(--row-gap) * 6), 60px);
	}
}
@media screen and (max-width:600px) {
	:root { --row-gap: 4px; --column-gap: 4px; }

	.et_pb_section .et_pb_column.et_pb_column_1_5 { flex: 1 1 100%; }
	.et_pb_section .et_pb_column.et_pb_column_1_6 { flex: 1 1 100%; }
}
@media screen and (max-width:400px) {}

/*---- DEFAULT - SECTION CSS ----*/

.et_pb_section.colour-1 { background-color: var(--colour-primary); 	}
.et_pb_section.colour-2 { background-color: var(--colour-secondary); }
.et_pb_section.colour-white { background-color: var(--colour-white); }
.et_pb_section.colour-black { background-color: var(--colour-black); }


#main-content .et_pb_section { padding: clamp(60px, calc(var(--master-section-pad) * 15), 150px); }
#main-content .et_pb_section.section-pad-0 { padding: clamp(0px,  calc(var(--master-section-pad) * 0), 0px);    }
#main-content .et_pb_section.section-pad-1 { padding: clamp(60px, calc(var(--master-section-pad) * 4), 40px);   }
#main-content .et_pb_section.section-pad-2 { padding: clamp(60px, calc(var(--master-section-pad) * 6), 60px);   }
#main-content .et_pb_section.section-pad-3 { padding: clamp(60px, calc(var(--master-section-pad) * 8), 80px);   }
#main-content .et_pb_section.section-pad-4 { padding: clamp(60px, calc(var(--master-section-pad) * 10), 100px); }
#main-content .et_pb_section.section-pad-5 { padding: clamp(60px, calc(var(--master-section-pad) * 12), 120px); }
#main-content .et_pb_section.section-pad-6 { padding: clamp(60px, calc(var(--master-section-pad) * 18), 180px); }


#main-content .et_pb_section.pad-top-none, #main-content .et_pb_section.pt-0 { padding-top: 0px; }
#main-content .et_pb_section.pad-bot-none, #main-content .et_pb_section.pb-0 { padding-bottom: 0px; }

#main-content .et_pb_section { padding-left: 0px !important; padding-right: 0px !important; }

body .et_pb_section:where(.colour-1, .colour-2, .overlay-1, .overlay-2, .overlay-3) .et_pb_text *,
body .et_pb_section:where(.colour-1, .colour-2, .colour-black, .overlay-1, .overlay-2, .overlay-3) .et_pb_module_heading { color: var(--colour-white); }
body .et_pb_section:where(.overlay-1, .overlay-2, .overlay-3) .et_pb_image_wrap {
	position: relative;
	z-index: 1;
}
body .et_pb_section:where(.overlay-1, .overlay-2, .overlay-3) .et_pb_image_wrap::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: var(--colour-black);
	opacity: 0.5;
	z-index: 1;
}

@media screen and (max-width: 1400px) { :root { --master-section-pad: 8px; } }
@media screen and (max-width: 1000px) { :root { --master-section-pad: 6px; } }
@media screen and (max-width: 600px)  { :root { --master-section-pad: 4px; } }

/*---- DEFAULT - BUTTON CSS ----*/

body .et_pb_section button.et_pb_button,
body .et_pb_section a.et_pb_button,
.news-index article.et_pb_post .post-content a.more-link  {
    position: relative;
    padding: 18px 30px !important;
    background: none !important;
    border: none !important;
	width: fit-content;
    z-index: 2;
	opacity: 1;

    display: flex;
	align-items: center;
	justify-content: center;
    column-gap: 0px;

	font-weight: 500;
	font-size: 16px;
	font-family: var(--font-main);
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0.02em;
	white-space: nowrap;
	color: var(--colour-background);
	line-height: 1 !important;

	transition: var(--transition);
}
body .et_pb_section button.et_pb_button span,
body .et_pb_section a.et_pb_button span {
	font-weight: 500;
}

body .et_pb_section button.et_pb_button:hover,
body .et_pb_section a.et_pb_button:hover,
.news-index article.et_pb_post .post-content a.more-link:hover  {
	color: var(--colour-primary);
}

body .et_pb_section button.et_pb_button::before,
body .et_pb_section a.et_pb_button::before,
.news-index article.et_pb_post .post-content a.more-link::before  {
    content: "";
    width: 100%;
    height: 100%;
	background-color: var(--colour-primary);
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 1;
    transition: var(--transition);
	margin-left: 0 !important;
	border-radius: 40px;
}
body .et_pb_section button.et_pb_button:hover::before,
body .et_pb_section a.et_pb_button:hover::before,
.news-index article.et_pb_post .post-content a.more-link:hover::before  {
    background-color: var(--colour-white) !important;
}

/**
 * Button Arrow
 * -------------
 * Enable comment text to add an chevron icon to the button.
 * The arrow is positioned after the button text.
**/
body .et_pb_section button.et_pb_button::after,
body .et_pb_section a.et_pb_button::after {
	display: none;
}

/* body .et_pb_section button.et_pb_button::after,
body .et_pb_section a.et_pb_button::after {
    content: "\f054";
    position: unset;
    opacity: 1;
    font-family: var(--font-fa) !important;
    color: inherit;
    font-size: 14px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    transition: var(--transition);
    z-index: 3;
}

body .et_pb_section button.et_pb_button:hover::after,
body .et_pb_section a.et_pb_button:hover::after {
	color: var(--colour-primary);
} */

.et_pb_button i, button i,
.et_pb_button span, button span,
.et_pb_button em, button em {
	font-weight: 300;
	/* font-size: 1.2em; */
	color: inherit;
}

/*----  BUTTON VARIANTS ----*/
body .et_pb_section button.et_pb_button.clear-btn,
body .et_pb_section a.et_pb_button.clear-btn {
    color: var(--colour-white);
}
body .et_pb_section button.et_pb_button.clear-btn::after,
body .et_pb_section a.et_pb_button.clear-btn::after {
    color: var(--colour-white);
}

/*---- SCROLL BUTTON ----*/
body .et_pb_section .et_pb_row:has(.scroll-btn),
body .et_pb_section .et_pb_column:has(.scroll-btn),
body .et_pb_section .et_pb_button_module_wrapper:has(.scroll-btn),
body .et_pb_section a.et_pb_button.scroll-btn {
	position: unset;
}
body .et_pb_section a.et_pb_button.scroll-btn {
	position: absolute;
	bottom: 30px;
	left: 50%;
	padding: 0px !important;
}
body .et_pb_section a.et_pb_button.scroll-btn::before {
	display: none;
}
body .et_pb_section a.et_pb_button.scroll-btn::after {
	content: '\f322';
	color: var(--colour-white);
	margin: 0;
	font-size: 18px;
}

@media screen and (max-width:1600px){}
@media screen and (max-width:1400px){}
@media screen and (max-width:1200px){}
@media screen and (max-width:1000px){}
@media screen and (max-width:800px) {}
@media screen and (max-width: 768px) {
	.dsm_button .et_pb_button_two {
		margin-top: 0px;
	}
}
@media screen and (max-width:600px) {
	body .et_pb_section button.et_pb_button,
	body .et_pb_section a.et_pb_button {
		width: 100%;
	}
	.dsm_button .et_pb_button_two {
		margin-top: 8px;
	}
}
@media screen and (max-width:400px) {}

/*---- DEFAULT - PB BLOCK CSS ----*/


/* Block - Image */
/* --------------- */
.et_pb_image .et_pb_image_wrap {
	width: 100%;
}

@media screen and (max-width: 1000px) {
body .et_pb_module .et_pb_image_wrap img {
		width: 100%;
	}
}
/* Block - Content */
/* --------------- */

.center.et_pb_text * {
	text-align: center;
}

#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul {
    padding: 0px;
    line-height: 26px;
}

.et_pb_section .et_pb_divider:before {
    border-top-color: var(--colour-grey);
}

/* Negative Margin */

.nm-200 {
	margin-top: -200px !important;
}

/* Block - FAQ */
/* -------------- */

.et_pb_row:has(.et_pb_toggle) .et_pb_column {
	row-gap: 0px;
}
.et_pb_row:has(.et_pb_toggle) .et_pb_module_heading {
	text-align: center;
}
.et_pb_accordion {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}
.et_pb_toggle_close,
.et_pb_toggle_open {
	transition: var(--transition);
    background-color: var(--colour-white);
	border-radius: 20px;
    padding: 30px;
}
.et_pb_toggle_title,
.et_pb_toggle_open .et_pb_toggle_title,
.et_pb_toggle_item h5 {
    color: var(--colour-black) !important;
	margin: 0px;
	font-feature-settings: var(--font-setting);
	font-family: var(--font-main);
	font-size: 23px !important;
	font-weight: 500;
	line-height: 30px;
	text-transform: none;
	letter-spacing: normal;
}
.et_pb_module.et_pb_toggle_item:not(:last-child) {
	border-bottom: 1px solid #2222222e;
}
.et_pb_toggle .et_pb_toggle_title:before {
	content: '\f078';
	font-family: var(--font-fa) !important;
	top: 0;
    right: 0px;
    font-size: 16px;
    color: var(--colour-white);
	font-weight: 300;
	display: flex !important;
	width: 40px;
	height: 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--colour-white);
	border-radius: 100%;
}
.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
	content: '\f077';
	display: block;
	visibility: visible;
    color: var(--colour-primary);
	border: 1px solid var(--colour-secondary);
	background-color: var(--colour-secondary);
}
.et_pb_toggle_close {
	background-color: var(--colour-light);
	outline: 1px solid var(--colour-light-grey);
}
.et_pb_toggle_close:hover {
	outline: 3px solid var(--colour-secondary);
	background-color: var(--colour-white);
}
.et_pb_toggle_open {
    box-shadow:
	0px 112px 31px 0px rgba(15, 0, 0, 0.00),
	0px 72px 29px 0px rgba(15, 0, 0, 0.02),
	0px 40px 24px 0px rgba(15, 0, 0, 0.04),
	0px 18px 18px 0px rgba(15, 0, 0, 0.06),
	0px 4px 10px 0px rgba(15, 0, 0, 0.08);
}
.et_pb_toggle_open h5.et_pb_toggle_title {
    color: var(--colour-secondary) !important;
}
.et_pb_column .et_pb_module.et_pb_toggle {
	margin: 0px;
}
.et_pb_toggle {
    border: 0px solid;
}
.et_pb_toggle_content {
	padding-top: 10px;
}


@media screen and (max-width: 800px) {
	.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_item h5 {
	    padding-right: 0 !important;
	}
	.et_pb_toggle .et_pb_toggle_title:before {
	    left: auto;
	    right: -50px;
	}
	.et_pb_toggle_close, .et_pb_toggle_open {
		padding-left: 0px;
	}
	#main-content .et_pb_toggle_title, .et_pb_toggle_item h5 {
	    font-size: 18px !important;
	}
}

@media screen and (max-width: 600px) {
	.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_item h5 {
	    font-size: 16px;
	}
}



/* Block - Slider */
/* -------------- */

.et_pb_section .et_pb_module .swiper-button-prev,
.et_pb_section .et_pb_module .swiper-button-next {
	background-color: var(--colour-primary) !important;
	background-image: none !important;
	border-radius: 0px;
	transition: var(--transition);
}
.et_pb_section .et_pb_module .swiper-button-next:hover,
.et_pb_section .et_pb_module .swiper-button-prev:hover {
	background-color: var(--colour-white) !important;
	transition: var(--transition);
}
.et_pb_section .et_pb_module .swiper-button-next:hover i,
.et_pb_section .et_pb_module .swiper-button-prev:hover i {
	color: var(--colour-primary);
	transition: var(--transition);
}
.divi8-testi-icon-left, .divi8-testi-icon-right {
    font-size: var(--size-5) !important;
}


@media screen and (max-width:1600px){}
@media screen and (max-width:1400px){}
@media screen and (max-width:1200px){}
@media screen and (max-width:1000px){}
@media screen and (max-width:800px) {

}
@media screen and (max-width:600px) {}
@media screen and (max-width:400px) {

}

/*---- 404 ----*/
.section-404 .et_pb_text h1 {
    font-size: 2rem;
    line-height: 1em;
}
.section-404 .et_pb_button_module_wrapper,
.section-404 .et_pb_button_module_wrappers {
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
}
.section-404 .et_pb_text_inner{
	text-align: center;
	margin-bottom: 40px;
}
.section-404 .et_pb_text_inner h1 {
	margin-bottom: 10px;
}

/*---- DEFAULT - FORM CSS ----*/

body .et_pb_module label {
	font-size: var(--size-1);
	font-family: var(--font-main);
	color: var(--colour-secondary);
}
body .et_pb_module .et_pb_contact_field {
	border: 0px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	row-gap: 0px;
}
body .et_pb_module .et_pb_contact .et_pb_contact_field_half {
    width: 100%;
    float: none;
	max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
	margin: 0px;
}
body .et_pb_contact_form {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 25px;
	margin: 0px;
}
body .et_pb_contact_form.clearfix::before,
body .et_pb_contact_form.clearfix::after {
	display: none;
}
body .et_contact_bottom_container {
	max-width: 100%;
	flex: 0 0 100%;
    width: 100%;
	float: none;
	justify-content: flex-end;
}
body .et_pb_module input {
	padding: 0px;
}
body .et_pb_module .et_pb_contact :where(input, textarea, select) {
	padding: 15px;
	border-radius: 0px;
	border: 0px;
	border-bottom: 1px solid var(--colour-alternate-3);
	font-family: var(--font-body);
	font-size: var(--size-2);
	font-weight: 300;
	outline: unset;
	appearance: none;
}
body .et_pb_module .et_pb_contact :where(input, textarea, select)::placeholder {
	color: var(--colour-secondary);
}
body .et_pb_module .et_pb_contact :where(input, textarea, select):hover,
body .et_pb_module .et_pb_contact :where(input, textarea, select):focus {
	border-color: var(--colour-primary);
}
body .et_pb_module .et_pb_contact textarea {
	min-height: 150px;
}
body .et_pb_module .et_pb_contact .et_pb_contact_field:has(textarea) {
	max-width: 100%;
	flex: 0 0 100%;
}
body .et_pb_contact_submit {
    position: relative;
    transition: var(--transition);
    color: var(--colour-primary);
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1.2em;
    font-weight: 500;
    padding: 15px 25px !important;
    background: none !important;
    border: none !important;
    z-index: 3;
	margin: 0px;
}


@media screen and (max-width:1600px) { }
@media screen and (max-width:1400px) { }
@media screen and (max-width:1200px) { }
@media screen and (max-width:1000px) { }
@media screen and (max-width:800px) { }


/* Default CSS END */


/*---- HEADER ----*/

header {
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
	/* position: absolute;
	background-color: transparent; */
}
header .et_pb_section {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: transparent;
}
header .et_pb_section .et_pb_row {
    max-width: 100%;
	width: 100%;
	padding: 40px 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
	justify-content: space-between;
	column-gap: 0;
}
header .et_pb_row .et_pb_column_1_4 {
	flex: auto 1 1;
	width: auto;
	max-width: unset;
}
header .et_pb_row .et_pb_column_1_2 {
	flex: auto 0 0;
	width: auto;
	max-width: unset;
}
header .et_pb_row .et_pb_column_1_4:first-child {
	justify-content: flex-end;
	align-items: end;
}
header .et_pb_section .menu-item {
	display: flex;
	align-items: center;
}
header .et_section_regular {
    display: flex;
	align-items: center;
	padding: 0px;
	max-width: 100%;
	width: 100%;
}
header .et_pb_section .et_pb_icon_wrap .et-pb-icon {
    font-size: 20px !important;
    color: var(--colour-secondary) !important;
    font-weight: 300 !important;
    padding: 10px;
    transition: var(--transition);
}
header .et-pb-icon:hover {
    background-color: var(--colour-white);
    color: var(--colour-primary) !important;
    transition: var(--transition);
    padding-top: 12px;
}
header img {
    min-width: 210px;
	max-width: 210px;
    object-fit: contain;
}
header .et_pb_column:has(.et_pb_button_module_wrapper),
header .et_pb_column:has(.et_pb_icon) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
}
header .et_pb_section .et_pb_button_module_wrapper.et_pb_module,
header .et_pb_section .et_pb_icon.et_pb_module {
    margin-bottom: 0px;
}
header .et_pb_section .et_pb_module {
    background-color: transparent;
}
header .et_pb_section .et_pb_module.et_pb_menu {
	display: flex;
	align-items: center;
}
header .et_pb_menu .et-menu {
    margin-left: 0px;
    margin-right: 0px;
}
header .et-menu a {
    display: flex;
    justify-content: center;
	font-size: 15px;
    font-weight: 400;
    color: var(--colour-black);
    font-family: var(--font-body);
    border: none;
    position: relative;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: var(--transition);
}
header .et_pb_menu .et-menu>li {
    padding-left: 20px;
    padding-right: 20px;
}
header .et_pb_column:has(img) {
	flex: 1 1 !important;
}
header .et_pb_column:has(img) .et_pb_image_wrap {
	display: flex;
	justify-content: center;
}

/* Header Transparent */
header:has(.header-transparent) {
	position: absolute;
}
header:has(.header-transparent) .et-menu a {
	color: var(--colour-background);
}
header .et-menu a:hover,
header:has(.header-transparent) .et-menu a:hover {
	color: var(--colour-secondary);
	opacity: 1;
}

header .mobile-menu {
	display: none !important;
}

/*Header Responsive Override*/
@media screen and (max-width:1600px) {

}
@media screen and (max-width:1400px) {
	header .et_pb_section .et_pb_row:has(.et_pb_column.et_pb_column_1_4) {
		flex-wrap: unset;
	}
	header .et_pb_menu .et-menu>li {
		padding-left: 15px;
		padding-right: 15px;
	}
	header .et-menu a {
		font-size: 13px;
	}
	header img {
		min-width: 150px;
		max-width: 150px;
	}
	header .et_pb_menu .et-menu>li {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width:1300px) {
	header .et_pb_section .et_pb_row:has(img) {
		flex: 1 1;
	}
	header .et_pb_section .et_pb_row {
		padding: 0px;
	}
	header .et_pb_section {
		flex-direction: column;
		padding-top: 20px;
	}
	header .et_pb_section .mobile-menu .et_pb_module.et_pb_menu {
		justify-content: center;
	}
	header .mobile-menu {
		display: block !important;
	}
	header .et_pb_row:has(img) .et_pb_column:has(.et_pb_menu) {
		display: none;
	}
}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1100px) {

}
@media screen and (max-width:1000px) {
	header .et_pb_section {
        flex-direction: row;
        padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
    }
	header .et_pb_section .et_pb_row {
		position: unset;
	}
	header .et_pb_column:has(img) .et_pb_image_wrap {
		display: flex;
		justify-content: flex-start;
	}
	header .et_pb_section .et_pb_column:has(.et_pb_menu) {
		align-items: flex-end;
	}
	header .mobile-menu {
		display: block !important;
	}
	header .et_pb_row:has(img) .et_pb_column:has(.et_pb_menu) {
		display: none;
	}
	header .et_pb_section .et_pb_column.et_pb_column_1_2:has(img) {
		z-index: 10;
	}
	header .et_pb_section .et_pb_row:has(.et_pb_column.et_pb_column_1_2) {
		flex-wrap: nowrap;
	}
	header .et_pb_section .et_pb_row:has(img) {
		z-index: 4 !important
	}
	header .menu-item a:hover {
	    text-decoration: none;
	    background: none !important;
	    color: var(--colour-secondary);
	    transition: var(--transition);
	}
	header .menu-item {
		width: 100%;
		border-top: 1px solid rgba(242, 247, 249, 0.1);
		padding: 0px 40px;
	}
	header .et_pb_menu .et_pb_menu__menu {
		display: none;
	}
	header .et_pb_menu .et_mobile_nav_menu {
		display: flex;
	}
	header .et_pb_section .et_pb_column:has(.et_pb_menu) {
		order: unset;
		flex: 1 1 45%;
		justify-content: flex-end;
		position: unset;
	}
	header .et_pb_section .et_pb_module,
	header .et_pb_menu_inner_container {
		position: unset;
	}
	header .et_pb_section .et_pb_column.et_pb_column_1_3:has(.et_pb_button) {
		display: none;
	}

	header .et_pb_section .et_pb_menu .et_mobile_menu {
		display: none;
		position: absolute;
		top: 0;
		left: 0 !important;
		right: 0 !important;
		bottom: 0;
		width: 100% !important;
		overflow-y: scroll;
		border-radius: 0;
		background-color: var(--colour-primary) !important;
		backdrop-filter: unset;
		border: none !important;
		min-height: 100vh;
		padding: 180px 0px 119px !important;
		left: 0 !important;
		clip: unset !important;
		transition: var(--transition);
		pointer-events: none;
		opacity: 0;
		z-index: 1;
	}

	header .mobile_nav.opened .et_mobile_menu {
		pointer-events: all;
		opacity: 1;
		transition: var(--transition);
	}

}
@media screen and (max-width:1000px) {}
@media screen and (min-width:1001px) {}
@media screen and (max-width:1200px) and (min-width:1000px) {}
@media screen and (max-width:700px){
	.header-contact {
		display: none;
	}
	header .et_pb_section .et_pb_column:has(.et_pb_menu) {
		justify-content: flex-end;
	}
	header .et_pb_section .et_pb_column.et_pb_column_1_2:has(img) {
        flex: 1 1;
		justify-content: flex-start;
	}
}
@media screen and (max-width:600px) {
	header img {
	    min-width: 150px;
	    max-width: 150px;
	    object-fit: contain;
	}
	header .et_pb_section .et_pb_row {
        flex-wrap: nowrap;
    }
}
@media screen and (max-width:450px) {}

.font-large p,
.font-large p span {
	font-size: clamp(20px, 0.30rem ,26px);
	line-height: calc(var(--master-line-height) * 1.7);
}


/*---- FOOTER ----*/
footer .et_pb_section {

}
footer {
	position: relative;
	overflow: hidden;
}
footer .et_builder_inner_content {
	z-index: unset;
}
footer li,
footer li a,
footer li a span,
footer a,
footer p,
footer p span {
	font-size: 14px;
}
footer .et_pb_section {
	padding: 100px 0 80px;
}
footer .et_pb_row {
	padding: 0;
	max-width: var(--frame-max-m) !important;
	color: var(--colour-primary);
}
footer .et_pb_row .et_pb_column {
	flex-direction: row;
	flex-wrap: wrap;
	column-gap:0;
	row-gap:0;
}
footer .et_pb_column:has(.fa-brands) img {
	margin-bottom: 20px;
	color: var(--colour-black);
}
footer .et_pb_column:has(.fa-brands) i:hover {
	color: var(--colour-secondary);
	transition: var(--transition);
}
footer .et_pb_column:has(.fa-brands) .et_pb_image_wrap  {
	display: flex;
	justify-content: center;
}
footer .et_pb_column:has(.fa-brands) .et_pb_text_inner {
	display: flex;
	justify-content: center;
	column-gap: 20px;
}
footer .et_pb_column:has(.fa-brands) a:has(i) {
	color: var(--colour-black);
}
footer .et_pb_column:has(.fa-brands) i {
	font-size: 25px;
	transition: var(--transition);
}
footer .map a {
	color: var(--colour-white);
}
footer .map a:hover {
	color: var(--colour-white) !important;
}
/*Footer Menu / Elements*/
footer .et_pb_image {
	width: 100%;
}
footer .et_pb_image img {
	max-width: 250px;
	min-width: 250px;
	margin-bottom: 40px;
}
footer .footer-menus {
	padding: 50px 0 100px;
}
footer .dsm_menu {
	display: flex;
}
footer .et_pb_column_3_5 {
	padding-top: 40px;
}
footer .dsm_menu,
footer .et_pb_text {
	flex: 33% 1 1;
}
footer .dsm_menu ul li {
	font-size: 16px;
	list-style: none;
	line-height: 1.5em;
	margin: 0 0 8px !important;
}
footer .dsm_menu ul li:last-child {
	margin: 0 !important;
}
footer .dsm_menu ul li a:hover {
	color: var(--colour-primary);
}
footer .dsm_menu ul li ul.sub-menu {
	padding-left: 0 !important;
}
footer .dsm_menu .dsm-menu-title {
	padding-bottom: 0 !important;
}

footer .footer-menus.et_pb_row {
	row-gap: clamp(30px, calc(var(--row-gap) * 6), 60px);
  	column-gap: clamp(30px, calc(var(--column-gap) * 6), 60px);
}
footer .footer-menus .et_pb_column {
	max-width: 300px;  
}

footer .footer-menus .dsm_menu h4,
footer .footer-menus .et_pb_text h4 {
	color: var(--colour-white);
	font-weight: 600;
}

footer .footer-menus .et_pb_column:last-child {
	margin-left: auto !important;
}
footer .footer-menus .et_pb_text {
	text-align: right;
}
footer .footer-menus .et_pb_text p {
	line-height: 1.5em;
}

footer .et_pb_text p {
	font-size: 14px;
}
footer .et_pb_text p a,
footer .et_pb_text p i,
footer .et_pb_text p em {
	font-style: normal;
}
footer .et_pb_text p a {
	text-decoration: underline;
}
footer .et_pb_text p a:hover {
	color: var(--colour-primary);
}

footer .dsm_embed_google_map {
	width: 100%;
}
footer .dsm_embed_google_map iframe {
	border-radius: 40px;
}
footer .et_pb_column.et_pb_column_1_2:has(.contact-info) {
	flex: 1 1 35%; 
}
footer .et_pb_column.et_pb_column_1_2:has(.contact-info) a,
footer .et_pb_column.et_pb_column_1_2:has(.contact-info) p {
	font-weight: 400;
	padding-bottom: 8px;
}
footer .et_pb_column:has(.contact-info) .et_pb_module:has(strong) {
	flex: 1 1 30%;
}
footer .dsm-menu-title,
footer h4 {
	font-size: 18px;
	font-weight: 500;
}
footer .et_pb_column:has(.contact-info) {
	column-gap: 40px;
}
footer .et_pb_column:has(.contact-info) .et_pb_module {
	flex: 1 1;
}
/*Social*/
footer .social-links {
	display: flex;
	align-items: center;
	column-gap: 20px;
	justify-content: flex-end;
	padding-top: 20px;
}
footer .social-links a {
	position: relative;
	color: var(--colour-primary);
	font-size: .25rem;
	line-height: 1;
}
footer .social-links a:not(.et_pb_button) i {
	color: var(--colour-secondary);
	width: 53px;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}
footer .social-links a:hover i {
	color: var(--colour-secondary);
}
footer .social-links a:hover {
	text-decoration: none;
}
footer .social-links a:not(.et_pb_button):hover::before {
    background-color: transparent !important;
    border: 3px solid var(--colour-white);
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
}
footer .social-links a:not(.et_pb_button)::before {
	content: "";
    position: absolute;
    display: block !important;
    opacity: 1;
    z-index: -1;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 35px;
    border: 0px solid;
    background-color: var(--colour-primary);
    transition: var(--transition-fast);
}
/*Footer Copy*/
.footer-copy {
	text-align: center !important;
}
.footer-copy a b {
    font-weight: 800;
	text-decoration: underline !important;
}
footer .footer-copy.et_pb_text p,
footer .footer-copy.et_pb_text p a {
	color: var(--colour-white);
	text-decoration: none;
	font-size: 14px;
	text-align: right;
}
footer .footer-copy.et_pb_text p a:hover {
	color: var(--colour-primary);
}

footer .contact-info p a {
	text-decoration: underline;
}
footer .contact-info .white-btn i {
	margin-right: 0;
	margin-left: 10px;
	position: relative;
    top: 0px;
}
footer .contact-info i {
	margin-right: 5px;
}
footer .menu-item a {
	color: var(--colour-black);
	text-decoration: none;
	font-weight: 400;
}
.bottom-footer {
	margin-top: 60px;
}
.bottom-footer .et_pb_column:first-child .et_pb_text_inner {
	display: flex;
	column-gap: 40px;
	font-family: var(--font-body);
	font-weight: 300;
}
.bottom-footer .et_pb_column:last-child {
	align-items: flex-end;
}

footer .et_pb_button.btn-none {
	display: none !important;
}

footer .et_pb_section .et_pb_column.et_pb_column_1_2:has(img) {
	flex: 1 1;
	transform: translateY(-70px);
}
footer .et_pb_section .map {
	margin-top: 40px;
	max-width: 1500px !important;
}
footer .map .et_pb_text:has(h3) {
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding: 30px;
	border-radius: 2px;
	background-color: var(--colour-secondary);
	max-width: 340px;
}
footer .map .et_pb_text p {
	color: var(--colour-background);
}
footer .map .et_pb_text h3 {
	color: var(--colour-white);
	font-family: var(--font-main);
	letter-spacing: 0.035em;
	text-transform: none;
	margin-bottom: 12px;
}
footer .map .et_pb_text:has(iframe) {
	overflow: hidden;
	height: 400px;
}
footer .map .et_pb_text:has(iframe) .et_pb_text_inner {
	position: relative;
	top: -120px;
	bottom: -120px;
	height: calc(100% + (120px * 2));
}
footer .map iframe {
	width: 100%;
	height: 100%;
}
footer .footer-copy .et_pb_text_inner {
	display: flex;
	justify-content: flex-end;
}
footer .bottom-footer p,
footer .bottom-footer a,
footer .bottom-footer .et_pb_text_inner {
	color: var(--colour-secondary) !important;
}
@media screen and (max-width:1200px) {
	footer .et_pb_section {
		padding: 80px 0;
	}
	.footer-copy {
  		padding-top: 0px;
	}
}
@media screen and (max-width:1000px) {
	footer .et_pb_column:has(.contact-info) .et_pb_module {
		flex: 1 1 45%;
	}
	footer .et_pb_column.et_pb_column_1_2:has(.contact-info) {
		row-gap: 40px;
	}
}
@media screen and (max-width:980px) {
	footer .et_pb_section .et_pb_row {
		flex-wrap: nowrap !important;
	}
	footer .et_pb_column_0_tb_footer {
		column-gap: 30px !important;
		row-gap: 40px !important;
	}
	footer .dsm_menu,
	footer .et_pb_text {
		flex: calc(50% - 30px) 1 1;
	}
	footer .et_pb_image {
		padding-bottom: 0px;
	}
}
@media screen and (max-width:900px) {
	footer .et_pb_section .et_pb_column.et_pb_column_1_2:has(img) {
		transform: translateY(0);
	}
	footer .et_pb_section .et_pb_row {
        flex-direction: column-reverse;
    }
	footer .et_pb_column.et_pb_column_1_2:has(.contact-info) {
		flex-direction: column;
		align-items: center;
	}
	footer .dsm_menu .dsm-menu-title,
	footer .dsm-menu-title, footer h4,
	footer .et_pb_text p {
		text-align: center;
	}
	footer .dsm_menu ul li {
		text-align: center;
	}
	footer .logo-word {
		display: none;
	}
	footer .et_pb_section .et_pb_row {
		flex-wrap: wrap !important;
	}
	footer .et_pb_section .et_pb_row.bottom-footer {
		flex-wrap: nowrap !important;
		flex-direction: row !important;
	}
	footer .dsm_embed_google_map .et_pb_module_inner iframe {
		min-height: 300px;
	}
	footer .et_pb_row .et_pb_column_0_tb_footer {
		max-width: 500px;
	}
}
@media screen and (max-width:700px) {
	footer::before {
		display: none;
	}
	footer .et_pb_image img {
		max-width: 220px;
	}
	.footer-copy {
		padding-top: 0px;
	}
	footer .et_pb_section {
		padding: 60px 0;
	}
	footer .dsm_menu,
	footer .et_pb_text {
		flex: 100% 1 1;
	}
	footer .et_pb_section .et_pb_row {
		justify-content: center;
	}
	footer .et_pb_row .et_pb_column {
		row-gap: 40px;
	}
	footer .et_pb_row .et_pb_column .et_pb_text_inner {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	footer .map .et_pb_text h3 {
		text-align: center;
	}
	footer .et_pb_row .et_pb_column .et_pb_text_inner:has(i) {
		flex-direction: row;
	}
	footer .dsm_menu {
		justify-content: center;
		order: 1;
	}
	footer .social-links a.et_pb_button {
		display: none;
	}
	footer .et_pb_button.btn-none {
		display: block !important;
		/* margin-top: 20px; */
	}
	footer .dsm_menu ul li,
	footer .dsm_menu .dsm-menu-title,
	footer .et_pb_text p {
		text-align: center;
	}
	footer .et_pb_image .et_pb_image_wrap {
		display: flex;
		justify-content: center;
	}
	footer .et_pb_image img {
		max-width: 150px;
		min-width: 150px;
		margin-bottom: 0px;
	}
	footer .bottom-footer {
		margin-top: 40px;
	}
	footer .footer-copy.et_pb_text p{
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	footer .et_pb_column:has(.contact-info) .et_pb_module {
		flex: 1 1 100%;
	}
	footer .social-links {
		row-gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
		margin-top: 40px;
	}
	
}
@media screen and (max-width:600px) {
	footer .map .et_pb_text:has(h3) {
		padding: 25px;
		max-width: 100%;
		right: 20px;
	}
	footer .menus {
		order: -1;
	}
	footer .et_pb_section .et_pb_row.bottom-footer {
		flex-direction: column !important;
		align-items: center;
		row-gap: 10px;
	}
}
@media screen and (max-width:400px) {
	footer .et_pb_image {
		text-align: center;
	}
	/* footer .et_pb_image img {
		max-width: 200px;
	} */
	footer .dsm_menu,
	footer .et_pb_text {
		flex: 100% 1 1;
		text-align: center !important;
	}
	footer .dsm_menu h4,
	footer .dsm_menu ul li {
		text-align: center;
	}
}



/*----- MOBILE DROPDOWN -----*/
@media screen and (max-width:1000px) {

	.et_pb_menu .mobile_nav .mobile_menu_bar {
		height: 40px;
	}

	.et_pb_menu .mobile_nav .mobile_menu_bar {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		transform: none;
		margin-bottom: -2px;
		z-index: 10;
	}

	header .et_pb_section .et_pb_column.et_pb_column_1_3:has(img) {
		z-index: 10;
	}

	.et_pb_menu .mobile_nav .mobile_menu_bar:before {
		z-index: 9999;
		font-size: 50px;
		color: var(--colour-primary);
		padding: 0 !important;
		display: flex;
		cursor: pointer;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		height: 30px;
	}

	.et_pb_menu .mobile_nav .mobile_menu_bar::before,
	.et_pb_menu .mobile_nav .mobile_menu_bar::after {
		content: "";
		width: 45px;
		height: 4px;
		top: 0px;
		position: relative;
		background-color: var(--colour-text);
		transition: all 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0.3s, transform 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0s, background-color 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0s;
	}
	.et_pb_menu .mobile_nav .mobile_menu_bar::before,
	.et_pb_menu .mobile_nav .mobile_menu_bar::after {
		background-color: var(--colour-secondary);
	}
	.et_pb_menu .mobile_nav .mobile_menu_bar::after {
		background-color: var(--colour-secondary);
		box-shadow: 0px 22px 0 var(--colour-secondary);
	}

	.et_pb_menu .mobile_nav .mobile_menu_bar::after {
		top: -15px;
		width: 45px;
	}

	.header-overlay:not(.header-floating-dark) .header .col.logo-wrap .mobile-menu-trigger i.fa-bars::before,
	.header-overlay:not(.header-floating-dark) .header .col.logo-wrap .mobile-menu-trigger i.fa-bars::after {
		background-color: var(--colour-white);
	}

	.header-overlay:not(.header-floating-dark) .header .col.logo-wrap .mobile-menu-trigger:not(.open) i.fa-bars::after {
		box-shadow: 0px 22px 0 var(--colour-white);
		background-color: var(--colour-white);
	}

	.et_pb_menu .mobile_nav.opened .mobile_menu_bar::before {
		top: 2px;
		width: 35px;
		background-color: var(--colour-white);
		transform: rotate(45deg);
		transition: all 0.2s cubic-bezier(0, 0, 0.1, 0.9), transform 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0.3s, background-color 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0s;
	}

	.et_pb_menu .mobile_nav.opened .mobile_menu_bar::after {
		top: -2px;
		width: 35px;
		background-color: var(--colour-white);
		box-shadow: 0 0px 0 var(--colour-white);
		transform: rotate(-45deg);
		transition: all 0.2s cubic-bezier(0, 0, 0.1, 0.9), transform 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0.3s, background-color 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0s;
	}
	header .et_pb_section .menu-item a {
		color: var(--colour-white);
		text-decoration: none;
		padding: 15px 0 !important;
		font-size: 20px;
		line-height: 1.2em;
		font-family: var(--font-main);
		width: 100%;
		position: relative;
	}
	header .et_pb_section .menu-item a::after {
		content: "\f054";
		font-weight: 500;
		font-size: 0.6em;
		font-family: var(--font-fa);
		color: var(--colour-secondary);
		position: absolute;
		line-height: 0;
		top: 55%;
		right: 0;
	}
}

/*---- INPUT / FORM ----*/
#main-content form {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 32px;
	background-color: #fff;
	font-size: 16px;
}
#main-content .section-contact form {
	padding: 80px;
}
p:has(input) {
	padding-bottom: 0;
}
label {
	margin-bottom: 0px;
	color: var(--colour-grey);
	font-size: 16px;
	text-transform: uppercase;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid var(--colour-white);
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  background-color: var(--colour-white);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
  margin-bottom: 0px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: var(--colour-primary);
  outline: none;
  box-shadow: 0 0 5px var(--colour-primary);
}

input[disabled],
textarea[disabled] {
  background-color: #e9e9e9;
  border-color: #ddd;
  color: #aaa;
  cursor: not-allowed;
}

textarea {
  min-height: 120px;
  resize: vertical;
  background-color: var(--colour-white);
}

button[type="submit"],
input[type="submit"] {
  width: 100%;
  padding: 15px 25px !important;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: var(--colour-primary);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: var(--transition);
  text-transform: uppercase;
}

button[type="submit"]:hover,
input[type="submit"]:hover {
  background-color: #ff6600;
  transform: translateY(-2px);
}

/* Validation Styles */
input:valid,
textarea:valid {
  border-color: #28a745;
}

input:invalid,
textarea:invalid {
  border-color: #dc3545;
}

/* Helper Text for Inputs */
input:required::after,
textarea:required::after {
  content: "*";
  color: #dc3545;
  margin-left: 5px;
}

/* Success Message */
input:valid + .valid-feedback,
textarea:valid + .valid-feedback {
  display: block;
  color: #28a745;
  font-size: 16px;
}

/* Error Message */
input:invalid + .invalid-feedback,
textarea:invalid + .invalid-feedback {
  display: block;
  color: #dc3545;
  font-size: 16px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  margin-bottom: 5px;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 10px;
}

select {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 2px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

select:focus {
  border-color: var(--colour-primary);
  outline: none;
}

@media (max-width: 600px) {
  form {
    padding: 20px;
  }

  button[type="submit"],
  input[type="submit"] {
    width: 100%;
  }
}

/*---- Bullet List ----*/
ul.bullet-list > li {
	list-style: none;
	padding-left: 25px;
	margin-bottom: 10px;
	position: relative;
}
ul.bullet-list > li::before {
	content: "\f138";
	font-weight: 900;
	font-family: var(--font-fa-sharp);
	color: var(--colour-secondary);
	position: absolute;
	left: 0;
}


/*---- SECTION - BANNER ----*/
.section-banner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 80vh;
    padding: 0 !important;
    background-color: var(--colour-background);
	overflow: hidden;
}
#main-content .et_pb_section.section-banner {
    padding-top: clamp(120px, calc(var(--master-section-pad) * 31), 310px) !important;
}
.section-banner.home {
	min-height: 78vh;
}
.section-banner .et_pb_row:has(h1){
	width: calc(100% - (600px) / 2);
	max-width: 100%;
}
.section-banner .et_pb_row:has(img) {
    padding: 0px;
    max-width: 100%;
    width: 100%;
	height: 100%;
    overflow: hidden;
}
.section-banner .et_pb_row:has(.et_pb_image) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.section-banner .et_pb_row:has(.et_pb_heading),
.section-banner .et_pb_row:has(h1) {
    display: flex;
    justify-content: center;
	padding: 100px 0px;
}
.section-banner .et_pb_row:has(.et_pb_heading) .et_pb_text_inner,
.section-banner .et_pb_row:has(.et_pb_heading) .et_pb_module_heading,
.section-banner .et_pb_row h1,
.section-banner .et_pb_row p {
    color: var(--colour-white);
}
.section-banner .et_pb_row .et_pb_text p {
	max-width: 560px;
	font-weight: 300;
	color: var(--colour-background);
	font-size: clamp(16px, 0.20rem, 20px);
}
.section-banner .et_pb_row .et_pb_text h1 {
	max-width: 900px;
}
.section-banner .et_pb_row h5 {
	margin: 0px;
}
.section-banner .et_pb_text_inner * {
	color: var(--colour-white);
}
.section-banner .et_pb_image_wrap {
	position: relative;
	z-index: 1;
}
.section-banner .et_pb_image_wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(182deg, rgba(0, 0, 0, 0.00) 21.71%, rgba(0, 0, 0, 0.30) 91.71%), linear-gradient(0deg, rgba(0, 0, 0, 0.00) 67.23%, rgba(0, 0, 0, 0.60) 100%);
	opacity: 1;
	z-index: 2;
}
.section-banner img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: right;
    max-height: 100vh;
}
.section-banner .dsm_button {
	margin-top: 60px;
}
.section-banner .dsm_button .et_pb_button_module_wrappers {
	display: flex;
	column-gap: 10px;
	align-items: center;
}
body #page-container .et_pb_section.section-banner .dsm_button_0 .et_pb_button_two.et_pb_button {
    margin-left: 0px !important;
}
@media screen and (max-width:1600px) {
	.section-banner .et_pb_image_wrap,
	.section-banner .et_pb_image,
	.section-banner .et_pb_image img,
	.section-banner .et_pb_column:has(img) {
		height: 100%;
		max-height: unset;
	}
	#main-content .et_pb_section.section-banner {
		padding-top: clamp(120px, calc(var(--master-section-pad) * 29), 290px) !important;
	} 

}
@media screen and (max-width:767px) {
	.section-banner img {
		object-position: center;
	}
}
@media screen and (max-width:600px) {
	.section-banner .dsm_button .et_pb_button_module_wrappers {
		flex-direction: column;
	}
}


/*---- SECTION - BANNER ----*/
.section-banner-alt {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 80vh;
    padding: 0 !important;
    background-color: var(--colour-primary);
	overflow: hidden;
}
.section-banner-alt h1 {
	font-size: var(--size-14);
	color: var(--colour-background) !important;
}
.section-banner-alt::before {
	content: '';
	background: linear-gradient(to bottom, rgba(10, 10, 10, 0.4) 0%, rgba(10, 10, 10, 0) 100%);
    /* background: 
	linear-gradient(270deg, rgba(48, 65, 55, 0) 9%, #304137 67%), 
	linear-gradient(0deg, rgba(0, 0, 0, 0.00) 67.23%, rgba(0, 0, 0, 0.30) 100%);	 */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 230px;
}
#main-content .et_pb_section.section-banner-alt {
    padding-top: clamp(180px, calc(var(--master-section-pad) * 31), 310px) !important;
	padding-bottom: clamp(60px, calc(var(--master-section-pad) * 15), 150px) !important;
}
.section-banner-alt .et_pb_row:has(img) {
    padding: 0px;
    max-width: 100%;
    width: 100%;
	height: 100%;
    overflow: hidden;
}
.section-banner-alt .et_pb_row:has(.et_pb_image) {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
	max-width: 70%;
}
.section-banner-alt .et_pb_image,
.section-banner-alt .et_pb_image_wrap,
.section-banner-alt .et_pb_image_wrap img {
	height: 100%;
}
.section-banner-alt .et_pb_image_wrap img {
	object-fit: cover;
}
.section-banner-alt .et_pb_image_wrap {
	position: relative;
	z-index: 1;
}
.section-banner-alt .et_pb_image_wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 
	linear-gradient(to right, var(--colour-primary) 0%, transparent 50%), 
	linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%);
	/* background: 
	linear-gradient(182deg, rgba(0, 0, 0, 0.00) 21.71%, rgba(0, 0, 0, 0.30) 91.71%), 
	linear-gradient(0deg, rgba(0, 0, 0, 0.00) 67.23%, rgba(0, 0, 0, 0.20) 100%); */
	opacity: 1;
	z-index: 2;
}
.section-banner-alt img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: right;
    max-height: 100vh;
}


.section-banner-alt .et_pb_row:has(.et_pb_heading),
.section-banner-alt .et_pb_row:has(h1) {
    display: flex;
    justify-content: center;
	z-index: 3;
	max-width: 1600px;
}
.section-banner-alt .et_pb_row:has(.et_pb_heading) .et_pb_text_inner,
.section-banner-alt .et_pb_row:has(.et_pb_heading) .et_pb_module_heading,
.section-banner-alt .et_pb_row h1,
.section-banner-alt .et_pb_row p {
    color: var(--colour-white);
}
.section-banner-alt .et_pb_row .et_pb_text p {
	max-width: 700px;
	font-weight: 300;
	color: var(--colour-background);
	font-size: clamp(16px, 0.20rem, 20px);
}
.section-banner-alt .et_pb_row .et_pb_text h1 {
	max-width: 900px;
}
.section-banner-alt .et_pb_row h5 {
	margin: 0px;
}
.section-banner-alt .et_pb_text_inner * {
	color: var(--colour-white);
}

.section-banner-alt .dsm_button {
	margin-top: 60px;
}
.section-banner-alt .dsm_button .et_pb_button_module_wrappers {
	display: flex;
	column-gap: 10px;
	align-items: center;
}
body #page-container .et_pb_section.section-banner-alt .dsm_button_0 .et_pb_button_two.et_pb_button {
    margin-left: 0px !important;
}
body .section-banner-alt.et_pb_section a.et_pb_button {
    color: var(--colour-primary);
    font-weight: 500;
}
body .section-banner-alt.et_pb_section a.et_pb_button::before {
	background-color: var(--colour-background);
}

.section-banner-alt.et_pb_section:has(.et_pb_row:nth-child(2)) .et_pb_row:first-child {
	padding-bottom: 0px;
}
@media screen and (max-width:1600px) {
	.section-banner .et_pb_row:has(h1){
		width: calc(100% - (400px) / 2);
	}
	.section-banner-alt .et_pb_image_wrap,
	.section-banner-alt .et_pb_image,
	.section-banner-alt .et_pb_image img,,
	.section-banner-alt .et_pb_column:has(img) {
		height: 100%;
		max-height: unset;
	}

}
@media screen and (max-width:1300px){
	.section-banner-alt .et_pb_row:has(.et_pb_image) {
		max-width: 100%;
	}
	.section-banner-alt .et_pb_image_wrap::before {
		background: 
		linear-gradient(to bottom, rgba(48, 65, 55, 0.8) 0%, rgba(48, 65, 55, 0.2) 100%), 
		linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%),
		linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%);
	}
	#main-content .et_pb_section.section-banner-alt {
		padding-bottom: clamp(50px, calc(var(--master-section-pad) * 10), 100px) !important;
	}
}
@media screen and (max-width:1000px){
	.section-banner .et_pb_row:has(h1){
		width: calc(100% - (var(--frame-pad)) / 2);
	}
}
@media screen and (max-width:800px) {
	.section-banner-alt img {
		object-position: center;
	}
}
@media screen and (max-width:600px) {
	.section-banner-alt .dsm_button .et_pb_button_module_wrappers {
		flex-direction: column;
	}
}

/** Section Image Text **/
.section-image-text-extended.flower-top-left::before {
    content: '';
    background-image: url("/wp-content/uploads/2026/04/flowers-half.svg");
    background-repeat: no-repeat;
	background-size: contain;
    background-position: right;
    width: 170px;
    height: 400px;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 3;
	pointer-events: none;
}
.section-image-text-extended.flower-right::before {
    content: '';
    background-image: url('/wp-content/uploads/2026/04/flowers-full-new.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 400px;
    height: 100%;
    position: absolute;
    right: 0;
    top: -120px;
    z-index: 1;
	pointer-events: none;
}
@media screen and (max-width:1600px) {
	.section-image-text-extended.flower-top-left::before {
		background-size: auto 100%;
		background-position: left;
		width: 150px;
		height: 300px;
		top: 50px;
	}
	.section-image-text-extended.flower-right::before {
		background-size: auto 100%;
		background-position: left;
		width: 240px;
		height: 360px;
		top: 20px;
	}
}
@media screen and (max-width:1300px) {
	.section-image-text-extended.flower-top-left::before {
		background-size: auto 100%;
		background-position: left;
		width: 120px;
		height: 220px;
		top: 50px;
	}
	.section-image-text-extended.flower-right::before {
		width: 200px;
		height: 320px;
		top: 20px;
		opacity: 0.3;
	}
}
@media screen and (max-width:1000px) {
	.section-image-text-extended.flower-top-left::before {
		width: 100px;
		height: 220px;
		position: absolute;
		z-index: 1;
		opacity: 0.3;
	}
}

.section-image-text-extended.left .et_pb_row .et_pb_column:has(img) .et_pb_image {
	margin-left: calc((var(--frame-pad) + 30px) * -1);
}
.section-image-text-extended img {
	/* max-height: 560px; */
	object-fit: cover;
	width: 100%;
}
.section-image-text-extended .et_pb_text {
	padding: 100px;
}
.section-image-text-extended .et_pb_row {
	column-gap: 0px;
	max-width: 1500px;
}
.section-image-text-extended p:has(strong) {
    font-size: 22px;
    color: var(--colour-secondary);
    font-family: var(--font-main);
    font-weight: 400;
    line-height: 1.4;
}
.section-image-text-extended p strong {
	font-weight: 400;
}
.section-image-text-extended .et_pb_image {
    height: 100%;
}
.section-image-text-extended .et_pb_image_wrap {
    position: relative;
    height: 100%;
}
.section-image-text-extended .et_pb_image_wrap img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width:1300px) {
	.section-image-text-extended .et_pb_text {
		padding: 40px;
	}
}
@media screen and (max-width:1000px){
	.section-image-text-extended.flower-top-left::before {
		z-index: 1;
	}
	.section-image-text-extended .et_pb_image_wrap img {
		position: unset;
	}
	.section-image-text-extended.left .et_pb_row .et_pb_column:has(img) .et_pb_image {
		margin-left: 0;
	}
	.section-image-text-extended .et_pb_text {
		padding: 0px 40px;
	}
	.section-image-text-extended .et_pb_column:has(img) {
		order: 1;
	}
}
@media screen and (max-width:1000px){
	.section-image-text-extended .et_pb_text {
		padding: 0px 0px;
	}
	.section-image-text-extended img {
		max-height: 300px;
		max-width: unset;
		min-height: 300px;
		min-width: unset;
		object-fit: cover;
	}
}

/** Section Image Couble **/
.section-image-double.flower-right::before {
    content: '';
    background-image: url("/wp-content/uploads/2026/04/flowers-full-new.svg");
    background-repeat: no-repeat;
	background-size: contain;
    background-position: right;
    width: 400px;
    height: 100%;
    position: absolute;
    right: 0;
    top: -120px;
    z-index: 3;
	pointer-events: none;
}
@media screen and (max-width:1600px) {
	.section-image-double.flower-right::before {
		background-size: auto 100%;
		background-position: left;
		width: 200px;
		height: 300px;
		right: 0;
		top: -120px;
	}
}
@media screen and (max-width:1300px) {
	.section-image-double.flower-right::before {
		background-size: auto 100%;
		background-position: left;
		width: 120px;
		height: 250px;
		right: 0;
		top: -60px;
	}
}
@media screen and (max-width:1000px) {
	.section-image-double.flower-right::before {
		width: 100px;
		z-index: 3;
		top: -30px;
		opacity: 0.3;
	}
}

.section-image-double img {
	max-height: 340px;
	max-width: 330px;
	min-height: 340px;
	min-width: 330px;
	object-fit: cover;
}
.section-image-double.sdi-profiles img {
	max-height: unset;
	min-height: unset;
	object-fit: cover;
	aspect-ratio: 5/6;
}
.section-image-double.sdi-profiles .et_pb_column:has(.et_pb_image) {
	flex-wrap: nowrap;
	flex-direction: row;
}
.section-image-double .et_pb_text {
	padding: 100px;
}
.section-image-double .et_pb_row {
	column-gap: 0px;
	max-width: 1500px;
}
.section-image-double .et_pb_column:has(img) {
	flex-direction: row;
	column-gap: 0px;
}
@media screen and (max-width:1300px) {
	.section-image-double .et_pb_text {
		padding: 40px;
	}
}
@media screen and (max-width:1000px){
	.section-image-double img {
		max-height: 300px;
		max-width: unset;
		min-height: 300px;
		min-width: unset;
		object-fit: cover;
	}
	.section-image-double .et_pb_image {
		flex: 1 1 45%;
	}
	.section-image-double .et_pb_text {
		padding: 60px 40px 0px;
	}
}
@media screen and (max-width:1000px){
	.section-image-double .et_pb_text {
		padding: 40px 0px 0px;
	}
	.section-image-double .et_pb_column:has(img) {
		flex-direction: column;
		row-gap: 0px;
	}
}
@media screen and (max-width:380px){
	.section-image-double.sdi-profiles .et_pb_column:has(.et_pb_image) {
		flex-wrap: wrap;
		flex-direction: column;
	}
}

/* Section Icon List */
.section-icon-list {
	background-color: var(--colour-primary);
}
.section-icon-list.leaf-left::before {
	content: '';
    background-image: url('/wp-content/uploads/2026/04/Frame-2914-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 400px;
    height: 490px;
    position: absolute;
    left: -120px;
    top: -200px;
    z-index: 1;
	pointer-events: none;
}
.section-icon-list.leaf-right::before {
	content: '';
    background-image: url('/wp-content/uploads/2026/04/leaf-right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 370px;
    height: 570px;
    position: absolute;
    right: 0px;
    top: -160px;
    z-index: 1;
	pointer-events: none;
}
@media screen and (max-width:1800px) {
	.section-icon-list.leaf-right::before {
		background-size: auto 100%;
		background-position: left;
		width: 220px;
		height: 400px;
		right: 0px;
		top: -80px;
	}
	.section-icon-list.leaf-left::before {
		background-size: auto 100%;
		background-position: right;
		width: 200px;
		height: 400px;
		left: 0px;
		top: -80px;
	}
}
@media screen and (max-width:1600px) {
	.section-icon-list.leaf-left::before {
		width: 140px;
		height: 360px;
		top: -40px;
	}
}
@media screen and (max-width:1400px) {
	.section-icon-list.leaf-right::before {
		width: 120px;
		height: 320px;
		right: 0px;
		top: -40px;
	}
	.section-icon-list.leaf-left::before {
		width: 140px;
		height: 360px;
		top: -40px;
		opacity: 0.3;
	}
}
@media screen and (max-width:1200px) {
	.section-icon-list.leaf-right::before {
		width: 160px;
		height: 320px;
		right: 0px;
		top: 40px;
		opacity: 0.3;
	}
	.section-icon-list.leaf-left::before {
		width: 120px;
		height: 320px;
		top: -40px;
		opacity: 0.3;
	}
}

.section-icon-list .et_pb_row {
	max-width: 1300px;
	column-gap: 120px;
}
.section-icon-list .et_pb_column:has(img) .et_pb_text {
	text-align: center;
}
.section-icon-list .et_pb_column:first-child p {
	padding-bottom: 30px;
}
.section-icon-list .et_pb_text * {
	color: var(--colour-background);
}
.section-icon-list .et_pb_text.far::before {
	color: var(--colour-secondary);
	font-size: 50px;
	font-weight: 300;
}
.section-icon-list .et_pb_text.far {
	display: flex;
	column-gap: 50px;
}
.section-icon-list .et_pb_text h3 {
	margin-bottom: 20px;
}
.section-icon-list .et_pb_column:has(img) .et_pb_text p {
	max-width: 500px;
}
.section-icon-list .et_pb_column:has(.far) {
	row-gap: 60px;
	flex: 1 1 58%;
}
.section-icon-list .et_pb_column:has(img) {
	row-gap: 40px;
	align-items: center;
}
/* Alternate 2 */
.section-icon-list.alt p:has(strong) {
    font-size: 22px;
    color: var(--colour-secondary) !important;
    font-family: var(--font-main);
    font-weight: 400;
    line-height: 1.4;
}
.section-icon-list.alt p strong {
	font-weight: 400;
	color: var(--colour-secondary) !important;
}
.section-icon-list.alt .far::before {
	font-weight: 900;
}
/* Light Version */
.section-icon-list.light .et_pb_text * {
	color: var(--colour-text);
}
.section-icon-list.light {
	background-color: var(--colour-background);
}
@media screen and (max-width:1000px){
	.section-icon-list .et_pb_row {
		row-gap: 80px;
	}
	.section-icon-list .et_pb_text.far {
		display: flex;
		flex-direction: column;
		text-align: center;
		align-items: center;
		row-gap: 20px;
		column-gap: 0px;
		max-width: 600px;
		margin: 0 auto;
	}
}
@media screen and (max-width:800px){
	.section-icon-list.leaf-left::before {
		width: 300px;
		height: 400px;
		left: -120px;
		top: -50px;
	}
	
	.section-icon-list img {
		max-height: 70px;
	}
	.section-icon-list.dog img {
        max-height: 150px;
    }
	.section-icon-list.alt p:has(strong) {
		text-align: center;
	}
}

/* Section Image Full Width */
.section-image-full .et_pb_row {
	max-width: 100% !important;
	width: 100% !important;
}
.section-image-full img {
	max-height: 650px;
	object-fit: cover;
	width: 100%;
	object-position: center;
}

/* Section Testimonial BG */
.section-testimonial-bg {
	background: var(--colour-primary);
	min-height: 1080px;
	display: flex;
    flex-direction: column;
	background-position: bottom;
	background-size: cover !important;
}
.section-testimonial-bg .et_pb_row {
	max-width: 1300px;
}
.section-testimonial-bg .et_pb_row:has(.et_pb_button) {
	margin-top: auto;
	margin-bottom: 0;
}
.section-testimonial-bg .et_pb_row:has(.et_pb_button) h4 {
	color: var(--colour-white);
	font-weight: 500;
	font-size: 25px;
}
.section-testimonial-bg .et_pb_button_module_wrappers {
	display: flex;
    column-gap: 10px;
}
#main-content .section-testimonial-bg .swiper-pagination {
	display: flex !important;
	column-gap: 25px;
    justify-content: flex-start;
    margin-top: 50px;
}
.section-testimonial-bg .divi8_testimonial_carousel_lite_0 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
	margin: 0px;
	transform: scale(1) !important;
	opacity: 1 !important;
    background-color: transparent;
    border: 2px solid var(--colour-background);
	left: 0 !important;
}
.section-testimonial-bg .divi8_testimonial_carousel_lite_0 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--colour-background);
}
body #page-container .section-testimonial-bg.et_pb_section .dsm_button_1 .et_pb_button_two.et_pb_button {
    margin-left: 0px !important;
}
body .section-testimonial-bg.et_pb_section a.et_pb_button::before {
	background-color: var(--colour-white);
}
body .section-testimonial-bg.et_pb_section a.et_pb_button {
	color: var(--colour-primary);
	font-weight: 500;
}
body .section-testimonial-bg.et_pb_section a.et_pb_button:hover {
	color: var(--colour-white);
}
body .section-testimonial-bg.et_pb_section a.et_pb_button:hover::before {
	background-color: var(--colour-primary) !important;
}
.section-testimonial-bg::before {
	content: '';
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(16deg, rgba(48, 65, 55, 0.00) 48.88%, #304137 88.4%), linear-gradient(337deg, rgba(48, 65, 55, 0.00) 41.73%, #304137 76.22%);

    opacity: 1;
    z-index: 2;
}

@media screen and (min-width:1600px){
	.section-testimonial-bg {
		min-height: 950px;
	}
}
@media screen and (min-width:1000px) {
	.section-testimonial-bg .divi8_testimonial_carousel_lite::before {
		content: "\201C";
		font-size: 50px;
		font-weight: 600;
		color: var(--colour-background);
		font-family: var(--font-main);
		position: absolute;
		left: -25px;
		top: 30px;
	}
}
.section-testimonial-bg .swiper-container {
	max-width: 645px;
	margin-left: 0;
}
.section-testimonial-bg .carousel_content {
	background-color: transparent;
	display: flex;
	flex-direction: column;
}
.section-testimonial-bg .carousel_content img,
.section-testimonial-bg .carousel_content .social-media-container,
.section-testimonial-bg .swiper-navi-container,
.section-testimonial-bg .position_design {
	display: none;
}
.section-testimonial-bg .carousel_content p {
	font-size: 38px;
	color: var(--colour-background);
	font-family: var(--font-main);
	order: -1;
	line-height: 1.5;
	display: flex;
}
.section-testimonial-bg .carousel_content .name_design::before {
	content: '-';
	display: flex;
	font-size: 25px;
	margin-right: 10px;
}
.section-testimonial-bg .name_design {
	font-size: 22px;
	font-weight: 600;
	color: var(--colour-background);
	font-family: var(--font-main);
	margin-top: 25px;
	display: flex;
}
@media screen and (max-width:1000px) {
	.section-testimonial-bg {
		background-size: cover;
		background-repeat: no-repeat;
		min-height: 100%;
	}
	.section-testimonial-bg .et_pb_row:has(.et_pb_button) {
		margin-top: 140px;
	}
}
@media screen and (max-width:800px){
	.section-testimonial-bg .carousel_content p {
		font-size: 36px;
		line-height: 1.3;
	}
}
@media screen and (max-width:600px){
	.section-testimonial-bg {
		background-position: bottom right 25% !important;
	}
	.section-testimonial-bg .divi8_testimonial_carousel_lite {
		padding-top: 40px;
		border-top: 1px solid rgba(255,255,255,0.2);		
	}
}
@media screen and (max-width:600px){
	.section-testimonial-bg .carousel_content p {
		font-size: 26px;
		line-height: 1.2;
		padding-left: 0;
		padding-right: 0;
	}
	.section-testimonial-bg .name_design {
		font-size: 20px;
		padding-left: 0;
	}
	.section-testimonial-bg .et_pb_button_module_wrappers {
		flex-direction: column;
	}
}

/* Section Testimonial BG */
.section-background-text {
	background: var(--colour-primary);
	min-height: 915px;
	display: flex;
    flex-direction: column;
	background-position: center !important;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.section-background-text.dog::after {
    content: '';
    background-image: url(/wp-content/uploads/2026/04/a-4.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: 480px;
    height: 190px;
    position: absolute;
    right: 50%;
    bottom: -60px;
    z-index: 3;
    transform: translateX(42%);
}
.section-background-text::before {
	content: '';
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
background: linear-gradient(13deg, rgba(48, 65, 55, 0.00) 31.46%, #304137 89.38%), linear-gradient(343deg, rgba(48, 65, 55, 0.00) 27.44%, #304137 77.65%);
    opacity: 1;
    z-index: 2;
}
.section-background-text .et_pb_row {
	max-width: 1300px;
}
.section-background-text .et_pb_text {
	max-width: 730px;
	margin: 0 auto;
}
.section-background-text .et_pb_text * {
	color: var(--colour-background);
	text-align: center;
}
@media screen and (max-width:1600px){
	.section-background-text {
		min-height: 800px;
	}
}
@media screen and (max-width:1000px) {
	.section-testimonial-bg {
		background-size: cover;
		background-repeat: no-repeat;
		min-height: 100%;
	}
}
@media screen and (max-width:800px){
	.section-background-text.dog::after {
		max-width: 250px;
		width: 100%;
	}
}
@media screen and (max-width:600px){
}

/** Section Image Text  Larger Image **/
.section-image-text-large.dog::before {
    content: '';
    background-image: url('/wp-content/uploads/2026/04/a-4.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: 480px;
    height: 190px;
    position: absolute;
    right: 50%;
    bottom: 110px;
    z-index: 3;
    transform: translateX(42%);
	pointer-events: none;
}
.section-image-text-large.flower-top-left::before {
	content: '';
	background-image: url('/wp-content/uploads/2026/04/flowers-full-new.svg');
	background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 400px;
    height: 570px;
    position: absolute;
    left: -50px;
    top: -150px;
    z-index: 3;
	transform: scaleX(-1);
	pointer-events: none;
}
@media screen and (max-width:1300px) {
	.section-image-text-large.flower-top-left::before {
		background-size: auto 100%;
		background-position: left;
		width: 260px;
		height: 360px;
		left: 0px;
		top: -100px;
		transform: scaleX(-1);
	}
}
@media screen and (max-width:800px) {
	.section-image-text-large.flower-top-left::before{
		width: 120px;
		height: 300px;
		top: -40px;
	}
}

@media screen and (min-width:1300px) {
	.section-image-text-large .et_pb_column .et_pb_image:only-child {
		min-height: 380px;
	}
	.section-image-text-large .et_pb_row:has(.et_pb_image:only-child) .et_pb_column:has(.et_pb_text) {
		align-self: center;
	}
}
.section-image-text-large img {
	max-height: 490px;
	object-fit: cover;
}
.section-image-text-large .et_pb_row {
	column-gap: 100px;
	max-width: 1500px;
	align-items: center;
}
.section-image-text-large .et_pb_column.et_pb_column_1_2:has(img) {
	flex: 1 1 75%;
}
.section-image-text-large p strong {
	font-weight: 400;
}
/* Width 50% */
.section-image-text-large.w50 .et_pb_column.et_pb_column_1_2:has(img) {
	flex: 1 1 45%;
}
.section-image-text-large.w50 .et_pb_text  {
	padding: 100px;
}
.section-image-text-large.w50 .et_pb_row {
	column-gap: 0px;
}
.section-image-text-large.w50 .et_pb_row {
    align-items: unset;
}
.section-image-text-large p:has(strong) {
	font-size: 22px;
	color: var(--colour-secondary);
	font-family: var(--font-main);
	font-weight: 400;
	line-height: 1.5;
}
.section-image-text-large.w50 .et_pb_image_wrap img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section-image-text-large.w50 .et_pb_image_wrap {
    position: relative;
    height: 100%;
}
.section-image-text-large.w50 .et_pb_image {
    height: 100%;
}

@media screen and (max-width:1000px) {
	.section-image-text-large.w50 .et_pb_image_wrap img {
		position: unset;
	}
	.section-image-text-large.dog::before {
		width: 480px;
		height: 140px;
		top: 50%;
		transform: translateX(40%);
	}
	.section-image-text-large.w50 .et_pb_text {
		padding: 30px;
	}
	.reverse .et_pb_column:has(img) {
		order: -1;
	}
	.section-image-text-large.w50 .et_pb_row {
		row-gap: 0px;
	}
}
@media screen and (max-width:800px) {
	.section-image-text-large.dog::before {
        width: 480px;
        height: 140px;
        top: 380px;
        right: 0;
        transform: unset;
    }
	.section-image-text-large img {
		min-height: 400px;
		max-height: 400px;
	}
}
@media screen and (max-width:600px) {
	.section-image-text-large.dog::before {
        width: 300px;
        height: 100px;
        top: 230px;
    }
	.section-image-text-large img {
		min-height: 250px;
		max-height: 250px;
		object-fit: cover;
	}
}

/** Section CTA **/
.section-cta {
	background-color: var(--colour-primary);
}
.section-cta::before {
    content: '';
    background-image: url('/wp-content/uploads/2026/04/flowers-new.svg');
    background-repeat: no-repeat;
	background-position: right;
    width: 300px;
    height: 100%;
    position: absolute;
    right: 0;
    top: -100px;
    z-index: 2;
	pointer-events: none;
}
@media screen and (max-width:1600px) {
	.section-cta::before {
		background-size: auto 100%;
		background-position: left bottom;
		width: 200px;
		height: 90%;
		top: auto;
		bottom: 0px;
		opacity: 0.3;
	}
}
@media screen and (max-width:1000px) {
	.section-cta::before {
        width: 200px;
		max-height: 400px;
    }
}

.section-cta .et_pb_row {
	max-width: 1300px;
	align-items: center;
}
.section-cta .et_pb_text h2,
.section-cta .et_pb_text p {
	color: var(--colour-background)
}
.section-cta p strong {
	font-weight: 500;
}
.section-cta p:has(strong) {
	font-size: 22px;
	color: var(--colour-secondary) !important;
	font-family: var(--font-main);
	font-weight: 500;
	line-height: 1.4;
}
.section-cta .et_pb_column:has(.dsm_button) {
	flex: 1 1 65%;
}
body .section-cta.et_pb_section a.et_pb_button::before {
	background-color: var(--colour-background);
}body .section-cta.et_pb_section a.et_pb_button:hover {
	color: var(--colour-primary) !important;
}
body .section-cta.et_pb_section a.et_pb_button {
	color: var(--colour-primary);
	font-weight: 500;
}
body #page-container .et_pb_section.section-cta .dsm_button_1 .et_pb_button_two.et_pb_button {
    margin-left: 0px !important;
}
.section-cta .et_pb_button_module_wrappers {
	display: flex;
    column-gap: 10px;
}
body #page-container .section-cta.et_pb_section .dsm_button_3 .et_pb_button_two.et_pb_button {
	margin-left: 0px !important;
}

/** CTA - Banner **/
.section-cta.banner {
	background-color: var(--colour-background);
}
.section-cta.banner .et_pb_row {
	max-width: 1500px;
}
.section-cta.banner .et_pb_text h1,
.section-cta.banner .et_pb_text p {
	color: var(--colour-text)
}
body .section-cta.banner.et_pb_section a.et_pb_button::before {
	background-color: var(--colour-primary);
}
body .section-cta.banner.et_pb_section a.et_pb_button {
	color: var(--colour-background);
}
.section-cta.banner .et_pb_button_module_wrappers {
	margin-top: 30px;
}
.section-cta.banner .et_pb_text p:not(:first-child) {
	margin-top: 40px;
}
.section-cta.banner .et_pb_column:has(.dsm_button) {
    flex: 1 1 85%;
}
.section-cta.banner::before {
	display: none;
}
.section-cta.banner p strong {
    font-weight: 400;
}
.section-cta.banner .et_pb_text p:has(strong){
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 36px;
	letter-spacing: 0.22px;
}
@media screen and (max-width:1000px) {
	.section-cta .et_pb_row {
		flex-direction: column-reverse;
	}
}
@media screen and (max-width:1000px) {
	.section-cta .et_pb_row {
		flex-direction: column-reverse;
	}
	.section-cta.banner .et_pb_button_module_wrappers {
		margin-top: 0px;
	}
}
@media screen and (max-width:800px) {
	.section-cta.banner .et_pb_text p:has(strong){
		font-size: 17px;
		line-height: 28px;
	}
	.section-cta.banner .et_pb_text p:not(:first-child) {
		margin-top: 10px;
	}
}
@media screen and (max-width:600px){
	body #page-container .et_pb_section.section-cta .dsm_button_1 .et_pb_button_two.et_pb_button {
		margin-left: 0px !important;
	}
	.section-cta .et_pb_button_module_wrappers {
		flex-direction: column;
	}
}
.section-dog-text.large .et_pb_text {
	max-width: 880px;
}
.section-dog-text .et_pb_text {
	max-width: 730px;
	margin: 0 auto;
}
.section-dog-text.boarding .et_pb_text {
	max-width: 840px;
}
.section-dog-text .et_pb_image_wrap {
	display: flex !important;
	justify-content: center;
}
.section-dog-text h2,
.section-dog-text h4 {
	text-align: center;
}
.section-dog-text p:has(strong) {
    font-size: 22px;
    color: var(--colour-secondary);
    font-family: var(--font-main);
    font-weight: 400;
    line-height: 1.5;
	text-align: center;
}
.section-dog-text p strong {
	font-weight: 400;
}
.section-dog-text .et_pb_button_module_wrappers {
	display: flex;
	justify-content: center;
	column-gap: 10px;
}
.section-dog-text .et_pb_button_module_wrappers {
	margin-top: 30px;
}
body #page-container .section-dog-text.et_pb_section .dsm_button_1 .et_pb_button_two.et_pb_button {
    margin-left: 0px !important;
}
.section-dog-text a {
	text-decoration: underline;
	color: var(--colour-secondary);
}

@media screen and (max-width:800px) {
	.section-dog-text img {
		max-height: 70px;
	}
}
@media screen and (max-width:600px) {
	.section-dog-text .et_pb_button_module_wrappers {
		flex-direction: column;
	}
		.section-dog-text .et_pb_button_module_wrappers {
		margin-top: 0px;
	}
}
/* Section White Box */
.section-white-box .et_pb_row {
	justify-content: center;
}
.section-white-box .et_pb_column {
	padding: 30px;
	background-color: #FFF9EF;
	max-width: 900px;
	margin: 0 auto;
	flex-direction: row-reverse;
	column-gap: 30px;
}
.section-white-box .et_pb_column img {
	max-width: 95px;
	max-height: 70px;
	object-fit: contain;
}
.section-white-box a {
	text-decoration: underline;
	color: var(--colour-secondary);
}
a {
	text-decoration: underline;
	color: var(--colour-secondary);
}
@media screen and (max-width:800px) {
	.section-white-box .et_pb_column {
		flex-direction: column-reverse;
	}
}
/* Section Box Icons */
.section-box-icons {
	background-color: var(--colour-primary);
	max-width: 1500px;
	padding: 100px !important;
	margin: 0 auto clamp(60px, calc(var(--master-section-pad) * 15), 150px);
}
.section-box-icons .et_pb_row:has(.far){
	margin-top: 60px;
}
.section-box-icons .et_pb_row:nth-child(2){
	margin-top: 0px;
}
.section-box-icons .et_pb_row,
.section-box-icons .et_pb_column {
	padding: 0px !important;
}
.section-box-icons h2 {
	text-align: center;
	font-size: clamp(22px, 0.26rem, 28px);
	margin-bottom: 80px;
}
.section-box-icons .et_pb_text.far {
    display: flex;
    column-gap: 40px;
}
.section-box-icons .et_pb_text.far::before {
    color: var(--colour-secondary);
    font-size: 50px;
    font-weight: 300;
	width: 50px;
    height: 50px;
}
.section-box-icons .et_pb_text * {
    color: var(--colour-background);
}
@media screen and (max-width:1100px) {
	.section-box-icons .et_pb_row:has(.far) {
		flex-wrap: wrap;
	}
	.section-box-icons .et_pb_column.et_pb_column_1_3 {
		flex: 1 1 45%;
	}
}
@media screen and (max-width:800px) {
	.section-box-icons .et_pb_column.et_pb_column_1_3 {
		flex: 1 1 100%;
	}
	.section-box-icons .et_pb_text h3 {
		margin-bottom: 20px;
	}
	.section-box-icons .et_pb_text.far::before {
		font-size: 33px;
		width: 25px;
	}
}

/* Section Testimonial */
.section-testimonial .et_pb_row {
	max-width: 800px;
	margin: 0 auto;
}
.section-testimonial h2 {
	color: var(--colour-secondary);
}
.section-testimonial .et_pb_text * {
	text-align: center;
}
#main-content .section-testimonial .swiper-pagination {
	display: flex !important;
	column-gap: 25px;
    justify-content: center;
    margin-top: 50px;
	margin-left: 0;
	margin-right: 0;
}
.section-testimonial .divi8_testimonial_carousel_lite_0 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
	margin: 0px;
	transform: scale(1) !important;
	opacity: 1 !important;
    background-color: transparent;
    border: 2px solid var(--colour-text);
	left: 0 !important;
}
.section-testimonial .swiper-container {
	max-width: 645px;
}
.section-testimonial .carousel_content {
	background-color: transparent;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.section-testimonial .carousel_content img,
.section-testimonial .carousel_content .social-media-container,
.section-testimonial .swiper-navi-container,
.section-testimonial .position_design {
	display: none;
}
.section-testimonial .carousel_content p {
	font-size: 22px;
	color: var(--colour-text);
	font-family: var(--font-main);
	order: -1;
	line-height: 1.5;
	display: flex;
	text-align: center;
}
.section-testimonial .carousel_content .name_design::before {
	content: '-';
	display: flex;
	font-size: 25px;
	margin-right: 10px;
}
.section-testimonial .name_design {
	font-size: 22px;
	font-weight: 600;
	color: var(--colour-text);
	font-family: var(--font-main);
	margin-top: 25px;
	display: flex;
	text-align: center;
}
.section-testimonial .et_pb_button_module_wrappers  {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
@media screen and (max-width:1000px) {
}
@media screen and (max-width:800px){
	.section-testimonial .et_pb_text h2 {
		margin-bottom: 0px;
	}
	.section-testimonial .carousel_content p {
		font-size: 36px;
		line-height: 1.3;
	}
}
@media screen and (max-width:600px){
	.section-testimonial .carousel_content p {
        font-size: 19px;
        line-height: 1.5;
    }
	.section-testimonial .name_design {
		font-size: 20px;
	}
}

/* Section Text Icons */
.section-text-icons .et_pb_row {
	column-gap: 120px;
	max-width: 1500px;
}
.section-text-icons .et_pb_column.et_pb_column_1_2:has(h1) {
	flex: 1 1 36%;
}
.section-text-icons .et_pb_column.et_pb_column_1_2:has(.far) {
	row-gap: 45px;
	justify-content: center;
}
/* .section-text-icons .et_pb_column:has(.far) {
	flex: 1 1 35%;
} */
 .section-text-icons h1 {
	font-size: var(--size-14);
 }
.section-text-icons p:has(strong) {
    font-size: 22px;
    color: var(--colour-secondary);
    font-family: var(--font-main);
    font-weight: 400;
    line-height: 1.4;
}
.section-text-icons p strong {
    font-weight: 400;
}
.section-text-icons .et_pb_text.far {
	display: flex;
	column-gap: 40px;
}
.section-text-icons .et_pb_text.far::before {
	color: var(--colour-secondary);
	text-align: center;
	font-size: 40px;
	font-weight: 300;
	width: 50px;
}
.section-text-icons .dsm_button .et_pb_button_module_wrappers {
    display: flex;
    column-gap: 10px;
    align-items: center;
	margin-top: 60px;
}
body #page-container .et_pb_section.section-text-icons .dsm_button_0 .et_pb_button_two.et_pb_button {
    margin-left: 0px !important;
}
@media screen and (max-width:1400px){
	.section-text-icons p:has(strong) {
		font-size: 20px;
		line-height: 1.3;
	}
	.section-text-icons .et_pb_column.et_pb_column_1_2:has(.far) {
		row-gap: 15px;
	}
	.section-text-icons .et_pb_text.far::before {
		color: var(--colour-secondary);
		text-align: center;
		font-size: 30px;
		font-weight: 300;
	}
}
@media screen and (max-width:1000px){
	.section-text-icons .dsm_button .et_pb_button_module_wrappers {
		margin-top: 30px;
	}
	.section-text-icons .dsm_button .et_pb_button_two {
        margin-top: 0px !important;
    }
}
@media screen and (max-width:600px){
	.section-text-icons .dsm_button .et_pb_button_module_wrappers {
		flex-direction: column;
		row-gap: 10px;
	}
	.section-text-icons .dsm_button .et_pb_button_module_wrappers {
        margin-top: 0px;
    }
	.section-text-icons .et_pb_text.far {
		column-gap: 25px;
	}
	.section-text-icons p:has(strong) {
		font-size: 18px;
	}
	.section-text-icons .et_pb_text.far::before {
		font-size: 26px;
	}
}
/* Section Pricing */
#main-content .et_pb_section.section-pricing {
	padding: 100px !important;
	background-color: var(--colour-primary);
	margin: clamp(60px, calc(var(--master-section-pad) * 12), 120px) auto !important;
	max-width: 1500px;
}
/* .section-pricing::before {
	content: '';
	background-image: url('/wp-content/uploads/2026/04/flower-right.svg');
	background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 320px;
    height: 100%;
    position: absolute;
    right: 0;
    top: -120px;
    z-index: 3;
} */
 /* .section-pricing.leaf-right { 
	overflow: hidden;
 } */
/* .section-pricing.leaf-right::before {
    content: '';
    background-image: url(/wp-content/uploads/2026/04/leaf-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 400px;
    height: 570px;
    position: absolute;
    right: calc((var(--frame-pad)) * -1);
    top: -160px;
    z-index: 3;
} */
.section-pricing .et_pb_row:has(h3) {
	margin: 0px !important;
	max-width: 100%;
	width: 100%;
}
.section-pricing .et_pb_row:has(h3) .et_pb_text {
	max-width: 770px;
	margin: 0 auto;
}
.section-pricing .et_pb_row:has(img) {
	margin-top: 60px !important;
	column-gap: 50px;
	margin: 0px !important;
	max-width: 100%;
	width: 100%;
}
.section-pricing .et_pb_text h3 {
	font-size: var(--size-5);
	text-transform: none;
	letter-spacing: 0.28px;
	font-family: var(--font-main);
	color: var(--colour-background);
	text-align: center;
}
.section-pricing .et_pb_text h4 {
	margin-bottom: 15px;
}
.section-pricing .et_pb_text p,
.section-pricing .et_pb_text h4 {
	color: var(--colour-background);
	text-align: center;
}
.section-pricing .et_pb_text h5 {
	color: var(--colour-secondary);
	text-align: center;
	margin-bottom: 0px;
	font-size: 18px;
	letter-spacing: 3.6px;
}
.section-pricing .et_pb_image {
	z-index: 2;
}
.section-pricing .et_pb_image_wrap {
	display: flex !important;
	justify-content: center
}
.section-pricing .et_pb_column:has(img) {
	justify-content: flex-end;
}
.section-pricing .et_pb_column:has(img) .et_pb_text:has(h5) {
	padding: 50px;
	border: 1px solid var(--colour-secondary);
	transform: translateY(-30px);
}
@media screen and (max-width:1000px){
	.section-pricing .et_pb_column:has(img) .et_pb_text:has(h5) {
		padding: 35px;
		transform: translateY(-20px);
	}
}
@media screen and (max-width:900px){
	.section-pricing .et_pb_row:has(img) {
    	flex-wrap: wrap;
	}
}
@media screen and (max-width:800px){
	.section-pricing .et_pb_row:has(img) .et_pb_column.et_pb_column_1_3 {
    	flex: 1 1 100%;
		max-width: 100%;
		row-gap: 0px;
	}
	.section-pricing .et_pb_row:has(img) {
        row-gap: 25px;
    }
	#main-content .et_pb_section.section-pricing {
    	padding: 50px !important;
	}
}

/* Section Text Small */
.section-text-small .et_pb_row {
	max-width: 850px;
}
.section-text-small .et_pb_text h4 {
	text-align: center;
}
.section-text-small .et_pb_text ul {
	padding: 0px 50px 0px 50px;
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}
@media screen and (max-width:800px){
	.section-text-small .et_pb_text ul {
		padding: 0px;
	}
}
.wpcf7-form-control {
	display: flex;
	position: relative;
}
.wpcf7-form-control-wrap label:has(input[type=radio]) {
  display: grid;
  flex-direction: row;
  align-items: center;
  padding: 0px;
}
.wpcf7-form-control-wrap label input[type=radio] {
	width: 30px;
	height: 30px;
}

form .w50 {
	display: flex;
	column-gap: 15px;
}
form .w50 div {
	flex: 1 1 45%;
	max-width: 50%;
}
.owner-details {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}
form h3 {
	margin-bottom: 0px;
	color: var(--colour-secondary);
	font-weight: 400;
}
form div br {
	display: none;
 }
form label {
	color: var(--colour-text) !important;
	font-size: 14px;
	text-transform: none;
	font-family: var(--font-body) !important;
}
form div p {
	position: relative;
}
form div label {
	position: absolute;
    left: 15px;
	top: 10px;
}
.dog-details {
	margin-top: 55px;
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}
#main-content form input,
#main-content form textarea,
#main-content form select {
	padding: 13px 15px 0;
    min-height: 75px;
	font-size: 18px;
    color: var(--colour-text);
    font-family: var(--font-main);
	background-color: transparent;
    border: 1px solid #CAC4C1;
    box-shadow: unset !important;
}
#main-content form h5 {
	font-size: 14px;
	font-family: var(--font-body);
	margin-bottom: 8px;
	margin-top: 25px;
	border-bottom: 1px solid #CAC4C1;
	padding-bottom: 5px;
}
p:has(input[type=radio]) {
	border-bottom: 1px solid #CAC4C1;
}
p:has(input[type=radio]) label {
	display: flex;
	align-items: center;
	padding: 12px 10px;
	font-weight: 400;
	font-size: 14px;
}
p:has(input[type=radio]) .wpcf7-form-control-wrap {
	margin-left: auto;
	display: flex;
    flex-direction: column;
    align-items: end;
}
/* .wpcf7-form-control-wrap .wpcf7-list-item.first input[type=radio]:checked {
    accent-color: #C3E8AB;
}
.wpcf7-form-control-wrap .wpcf7-list-item.last input[type=radio]:checked {
    accent-color: #F3B69D;
} */
.wpcf7 input[type="radio"] {
  display: none;
}
label:has(input[type="radio"]) .wpcf7-list-item-label {
  width: 32px;
  height: 32px;
  border: 1px solid #bbb;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: transparent;
  transition: all 0.2s ease;
  font-size: 0px;
}
label:has(input[type="radio"]) .wpcf7-list-item {
	margin-left: 5px;
}
/* YES */
label:has(input[type="radio"]) .wpcf7-list-item.first .wpcf7-list-item-label::before {
  content: "\f00c";
  font-family: var(--font-fa);
  font-size: 18px;
  color: #000;
  opacity: 0.2;
}

/* NO */
label:has(input[type="radio"]) .wpcf7-list-item.last .wpcf7-list-item-label::before {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  opacity: 0.2;
}
label:has(input[type="radio"]) .wpcf7-list-item.last input:checked .wpcf7-list-item-label::before,
label:has(input[type="radio"]) .wpcf7-list-item.first input:checked .wpcf7-list-item-label::before {
	opacity: 1;
}
/* YES selected */
label:has(input[type="radio"]) .wpcf7-list-item.first input:checked + .wpcf7-list-item-label {
  background: #b7e1a1;
  border-color: #2e7d32;
}

/* NO selected */
label:has(input[type="radio"]) .wpcf7-list-item.last input:checked + .wpcf7-list-item-label {
  background: #f4b39a;
  border-color: #b23b2a;
}

.dsm_contact_form_7 .wpcf7-not-valid-tip {
	font-size: 12px;v
}
form p:has(textarea) {
	margin-top: 20px;
}
.dsm_contact_form_7 p:has(.wpcf7-spinner) {
	position: relative;
}
.dsm_contact_form_7 p .wpcf7-spinner {
	position: absolute;
	top: 15px;
}

.dsm_contact_form_7 form div.form-accept label {
	position: static !important;
	margin-top: 30px;
}
.dsm_contact_form_7 form div.form-accept label input {
	min-height: unset !important;
}
.dsm_contact_form_7 form div.form-accept .wpcf7-list-item {
	margin-left: 0;
}
.dsm_contact_form_7 form div.form-accept a:hover {
	color: var(--colour-primary);
}

.dsm_contact_form_7 .wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    color: var(--colour-white);
	margin-top: 55px;
	width: 240px;
}
.dsm_contact_form_7 p:has(.wpcf7-form-control.wpcf7-submit) {
	display: flex;
	justify-content: center;
}
.dsm_contact_form_7 .dsm-contact-form-7-select {
    position: relative;
    overflow: hidden;
}
.dsm_contact_form_7 .dsm-contact-form-7-select:after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #666 transparent transparent;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}
button[type="submit"]:hover, input[type="submit"]:hover {
    background-color: unset;
    transform: translateY(0px);
}
/* .section-contact {
	overflow: hidden;
} */
.section-contact.leaf-left::before {
    content: '';
    background-image: url(/wp-content/uploads/2026/04/Frame-2914-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 400px;
    height: 490px;
    position: absolute;
    left: -180px;
    top: -200px;
    z-index: 1;
	pointer-events: none;
}
@media screen and (max-width:1800px) {
	.section-contact.leaf-left::before {
		background-size: auto 100%;
		background-position: right;
		width: 200px;
		height: 400px;
		left: 0px;
		top: -80px;
		opacity: 0.6;
	}
}
@media screen and (max-width:1300px) {
	.section-contact.leaf-left::before {
		width: 180px;
		height: 360px;
		top: -80px;
		opacity: 0.3;
	}
}
@media screen and (max-width:1000px) {
	.section-contact.leaf-left::before {
		width: 120px;
		height: 300px;
		top: -20px;
		opacity: 0.3;
	}
}

.section-contact .et_pb_row {
	column-gap: 120px;
}
.section-contact .et_pb_column.et_pb_column_1_2:has(form) {
	flex: 1 1 60%;
}
.section-contact form h2 {
	margin-bottom: 55px;
	text-align: center;
	font-size: var(--size-8);
}
.section-contact form {
	position: relative;
}
.section-contact form::before {
	content: '';
	background-image: url('/wp-content/uploads/2026/04/a-9.svg');
	position: absolute;
	left: -82px;
	bottom: -26px;
	width: 222px;
	height: 110px;
}
/* .wpcf7-form-control-wrap {
	position: relative;
    top: -25px;
} */

.section-contact h1 {
	font-size: var(--size-14);
}
.section-contact .et_pb_text:has(h1) {
	margin-bottom: 45px !important;
}
.section-contact .et_pb_text:has(i) {
	margin-top: 20px !important;
}
.section-contact .et_pb_text:has(i) .et_pb_text_inner {
	font-size: 18px;
	font-family: var(--font-body);
	font-weight: 400;
}
.section-contact .et_pb_text:has(i) .et_pb_text_inner a:hover {
	color: var(--colour-primary);
}
.section-contact .et_pb_text:has(iframe) {
	margin-top: 60px !important;
	border: 1px solid var(--Black, #252323);
}
.section-contact iframe {
	min-height: 340px;
	max-height: 340px;
	width: 100%;
	height: 100%;
}
.section-contact p:has(iframe) {
	line-height: 0;
}
form .bring {
	margin-top: 55px;
}
form .bring .bring-box {
	padding: 20px;
	background-color: #FFF9EF;
	margin-top: 12px;
}
form .bring .bring-box p i {
	padding-top: 5px;
}
form .bring .bring-box p:has(i) {
	display: flex;
	column-gap: 12px;
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: 400;
}
form .bring .bring-box p:last-child {
	padding-left: 30px;
	opacity: 0.5;
	font-size: 13px;
}
.dsm_contact_form_7 .wpcf7-form-control.wpcf7-submit:hover::before {
	background-color: var(--colour-background) !important;
}
@media screen and (max-width:1400px){
	#main-content .section-contact form {
		padding: 50px;
	}
}	
@media screen and (max-width:1000px){
	.contact-map {
		display: none;
	}
	.section-contact .et_pb_row {
		row-gap: 60px;
	}
	.section-contact form::before {
		display: none;
	}
}
@media screen and (max-width:800px) {
	.dsm_contact_form_7 .dsm-contact-form-7-select:after {
		display: none;
	}
	#main-content form input, #main-content form textarea, #main-content form select {
		font-size: 16px;
	}
	form .w50 {
		display: flex;
		flex-direction: column;
		row-gap: 15px;
	}
	body .et_pb_module label {
		font-size: 14px;
	}
	form .bring .bring-box p:has(i) {
		flex-direction: column;
		row-gap: 15px;
	}
	form .bring .bring-box p:last-child {
		padding-left: 0px;
	}
	form .w50 div {
		flex: 1 1 100%;
		max-width: 100%;
	}
	.dsm_contact_form_7 .wpcf7-form-control.wpcf7-submit {
    	margin-top: 10px;
		width: 100%;
	}
	.wpcf7-spinner {
		margin: 20px auto 0px;
	}
	.dsm_contact_form_7 p:has(.wpcf7-form-control.wpcf7-submit) {
		flex-direction: column-reverse;
	}
	.section-contact .et_pb_column {
		row-gap: clamp(20px, calc(var(--row-gap) * 3), 30px);
	}
	.section-contact .et_pb_text:has(i) {
		margin-top: 0px !important;
	}
}
@media screen and (max-width:600px) {
	#main-content .section-contact form {
		padding: 28px;
	}
}


.section-faq.bg-transparent {
	background-color: var(--colour-background);
}
.section-faq {
	background-color: var(--colour-primary);
}
.section-faq.leaf-left::before {
    content: '';
    background-image: url(/wp-content/uploads/2026/04/Frame-2914-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 400px;
    height: 490px;
    position: absolute;
    left: -180px;
    top: -200px;
    z-index: 1;
	pointer-events: none;
}
@media screen and (max-width:1800px) {
	.section-faq.leaf-left::before {
		background-size: auto 100%;
		background-position: right;
		width: 200px;
		height: 400px;
		left: 0px;
		top: -80px;
		opacity: 0.6;
	}
}
@media screen and (max-width:1300px) {
	.section-faq.leaf-left::before {
		width: 180px;
		height: 360px;
		top: -80px;
		opacity: 0.3;
	}
}
@media screen and (max-width:1000px) {
	.section-faq.leaf-left::before {
		width: 120px;
		height: 300px;
		top: -20px;
		opacity: 0.3;
	}
}

.section-faq .et_pb_row {
	max-width: 1300px;
	column-gap: 100px;
}
.section-faq .et_pb_column:has(h2) {
	flex: 1 1 35%;
}
.section-faq .et_pb_column:has(.et_pb_toggle) {
	flex: 1 1 65%;
}
.section-faq .et_pb_text *,
.section-faq .et_pb_toggle_content p,
.section-faq .et_pb_toggle_close h5.et_pb_toggle_title {
	color: var(--colour-background) !important;
}
.section-faq.bg-transparent .et_pb_toggle_close h5.et_pb_toggle_title,
.section-faq.bg-transparent .et_pb_text *,
.section-faq.bg-transparent .et_pb_toggle_content p {
	color: var(--colour-text) !important;
}
.section-faq.bg-transparent .et_pb_text h1 {
	font-size: clamp(34px, 0.62rem, 60px);
}
.section-faq.bg-transparent .et_pb_text h3 {
	color: var(--colour-secondary) !important;
}
.section-faq .et_pb_column .et_pb_module.et_pb_toggle {
	background-color: transparent;
	box-shadow: unset;
	border-bottom: 1px solid #4B6054;
	border-radius: 0px;
	padding: 30px 0px;
}
.section-faq .et_pb_toggle_close:hover {
    outline: unset;
    background-color: unset;
}
.section-faq .et_pb_accordion {
	row-gap: 0px;
}
.section-faq .et_pb_toggle_content {
	padding-right: 60px;
}
.section-faq .et_pb_button_module_wrappers  {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}
.section-faq .et_pb_text h3 {
	margin-bottom: 0px;
}
.section-faq .et_pb_text:has(h3) {
	margin-top: 80px !important;
}
.section-faq .et_pb_text:has(h3):first-child {
	margin-top: 0px !important;
}
body .et_pb_section.section-faq a.et_pb_button::before {
	background-color: var(--colour-background);
}
body .et_pb_section.section-faq a.et_pb_button {
	color: var(--colour-primary);
}
.section-faq.bg-transparent .et_pb_toggle .et_pb_toggle_title:before {
	color: var(--colour-black);
	border: 1px solid var(--colour-black);
}
.section-faq.bg-transparent .et_pb_toggle_open h5.et_pb_toggle_title::before {
    border: 1px solid var(--colour-secondary);
	color: var(--colour-white);
}
.section-faq.bg-transparent .et_pb_button_module_wrappers {
    justify-content: flex-start;
}
body .et_pb_section.bg-transparent a.et_pb_button::before {
	background-color: var(--colour-primary);
}
body .et_pb_section.bg-transparent a.et_pb_button {
	color: var(--colour-background);	
}
body .et_pb_section.bg-transparent a.et_pb_button:hover {
	color: var(--colour-primary);
}
@media screen and (max-width:1000px) {
	.section-faq .et_pb_row {
		flex-direction: column;
		row-gap: 20px;
	}
	.section-faq.bg-transparent .et_pb_row {
        row-gap: 60px;
    }
	.section-faq h2 br {
		display: none;
	}
}
@media screen and (max-width: 800px) {
    .et_pb_toggle .et_pb_toggle_title:before {
        right: 0;
    }
	.section-faq .et_pb_toggle_close h5.et_pb_toggle_title  {
		padding-right: 50px !important;
	}

	.section-faq.bg-transparent .et_pb_toggle h5.et_pb_toggle_title::before {
		width: 30px;
  		height: 30px;
		top: 7px;
		font-size: 14px;
		font-weight: 300;
		padding-top: 4px;
		box-sizing: border-box;
	}
	.section-faq .et_pb_toggle_content {
		padding-right: 0;
	}
}
@media screen and (max-width: 600px){
	.section-faq.bg-transparent .et_pb_button_module_wrappers {
		flex-direction: column;
	}
	body #page-container .et_pb_section.section-faq .dsm_button_0 .et_pb_button_two.et_pb_button {
		margin-left: 0px !important;
	}
}

/** Section Testimonials 3 **/
.section-testimonials-3  {
	background-color: var(--colour-primary);
}
.section-testimonials-3.leaf-left::before {
    content: '';
    background-image: url('/wp-content/uploads/2026/04/Frame-2914-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 400px;
    height: 490px;
    position: absolute;
    left: -120px;
    top: -80px;
    z-index: 1;
	pointer-events: none;
}
@media screen and (max-width:1800px) {
	.section-testimonials-3.leaf-left::before {
		background-size: auto 100%;
		background-position: right;
		width: 220px;
		height: 400px;
		left: 0px;
		top: -60px;
	}
}
@media screen and (max-width:1800px) {
	.section-testimonials-3.leaf-left::before {
		width: 200px;
		height: 340px;
		left: 0px;
		top: 40px;
		opacity: 0.3;
	}
}

.section-testimonials-3 .et_pb_row {
	column-gap: 80px;
	max-width: 1300px;
}
.section-testimonials-3 .et_pb_text * {
	color: var(--colour-background);
}
.section-testimonials-3 p {
	font-style: italic;
	font-family: var(--font-main);
    font-weight: 300;
}
.section-testimonials-3 h4 {
	font-size: 20px;
	font-weight: 600;
	color: var(--colour-secondary) !important;
	margin-top: 20px;
}

/* BG Transparent **/
.section-testimonials-3.bg-transparent  {
	background-color: var(--colour-background);
}
.section-testimonials-3.bg-transparent .et_pb_text * {
	color: var(--colour-text);
}

@media screen and (max-width:1000px) {
	.section-testimonials-3 .et_pb_row {
		flex-wrap: wrap;
	}
	.section-testimonials-3 .et_pb_column.et_pb_column_1_3 {
		flex: 1 1 45%;
	}
}
@media screen and (max-width:800px) {
	.section-testimonials-3 h4 {
		margin-bottom: 0px;
	}
}
@media screen and (max-width:600px) {
	.section-testimonials-3 .et_pb_column.et_pb_column_1_3 {
		flex: 1 1 100%;
	}
}
/* Section Testimonial BG */
.section-single-testimonial {
	background: var(--colour-primary);
	min-height: 880px;
	display: flex;
    flex-direction: column;
	background-position: center;
	background-size: 100%;
	position: relative;
	z-index: 1;

}
.section-single-testimonial::after {
    content: '';
    background-image: url('/wp-content/uploads/2026/04/a-4.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: 430px;
    height: 190px;
    position: absolute;
    right: 50%;
    bottom: -60px;
    z-index: 3;
    transform: translateX(42%);
}
.section-single-testimonial::before {
	content: '';
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
background: linear-gradient(13deg, rgba(48, 65, 55, 0.00) 31.46%, #304137 89.38%), linear-gradient(343deg, rgba(48, 65, 55, 0.00) 27.44%, #304137 77.65%);
    opacity: 1;
    z-index: 2;
}
.section-single-testimonial .et_pb_row {
	max-width: 1300px;
	margin-top: 0px;
}
.section-single-testimonial .et_pb_text {
	max-width: 645px;
}
.section-single-testimonial .et_pb_text * {
	color: var(--colour-background);
}
.section-single-testimonial .et_pb_text p {
	font-size: 22px;
	font-style: italic;
	font-family: var(--font-main);
    font-weight: 300;
}
.section-single-testimonial .et_pb_text h4 {
	font-size: 20px;
    font-weight: 600;
    color: var(--colour-secondary) !important;
    margin-top: 20px;
}
@media screen and (max-width:1600px){
	.section-single-testimonial {
		min-height: 750px;
	}
}
@media screen and (max-width:1000px) {
	.section-single-testimonial {
		background-size: cover;
		background-repeat: no-repeat;
		min-height: 100%;
	}
}
@media screen and (max-width:800px){
	.section-single-testimonial::after {
		width: 270px;
		height: 155px;
	}
	.section-single-testimonial .et_pb_text p {
		font-size: 18px;
	}
}
@media screen and (max-width:600px){
}

/*---- NEWS & ARTICLES INDEX ----*/
.section-news-index::before {
    content: '';
    background-image: url(/wp-content/uploads/2026/04/Frame-2914-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 400px;
    height: 490px;
    position: absolute;
    left: -180px;
    top: -200px;
    z-index: 1;
	pointer-events: none;
}
@media screen and (max-width:1800px) {
	.section-news-index::before {
		background-size: auto 100%;
		background-position: right;
		width: 200px;
		height: 400px;
		left: 0px;
		top: -80px;
		opacity: 0.6;
	}
}
@media screen and (max-width:1300px) {
	.section-news-index::before {
		width: 180px;
		height: 360px;
		top: -80px;
		opacity: 0.3;
	}
}
@media screen and (max-width:1000px) {
	.section-news-index::before {
		width: 120px;
		height: 300px;
		top: -20px;
		opacity: 0.3;
	}
}

.section-news-index .et_pb_text h1,
.section-news-index .et_pb_text .h1 {
    font-size: clamp(34px, 0.62rem, 60px);
}
.section-news-index.et_pb_section .et_pb_column.et_pb_column_1_3:has(h1) {
	flex: 1 1 49%;
}
.news-index article.et_pb_post {
	display: flex;
	column-gap: 50px;
}
.news-index article.et_pb_post > a.entry-featured-image-url {
	margin: 0;
	/* flex: 45% 1 1; */
	/* min-height: 350px; */
}
.news-index article.et_pb_post > a.entry-featured-image-url img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	vertical-align: center;
	border-radius: 0px;
	max-width: 300px;
	min-height: 300px;
}
.news-index article.et_pb_post > a.entry-featured-image-url::before {
	content: '';
	position: absolute;
	border-radius: 20px;
	pointer-events: none;
	border: 3px solid transparent;
	transition: var(--transition);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.news-index article.et_pb_post > a.entry-featured-image-url:hover::before {
	border: 3px solid var(--colour-tertiary);
	border-radius: 28px;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
}
.section-news-index .et_pb_row {
	column-gap: 120px;
}
.news-index article.et_pb_post .content-wrapper {
	flex: 55% 1 1;
	/* padding: 40px 0; */
}
.news-index article.et_pb_post h2 {
	font-size: var(--size-5);
	line-height: 1.4em;
	font-feature-settings: var(--font-setting);
	font-weight: 500;
	margin-bottom: 15px;
}
.news-index article.et_pb_post h2 a:hover {
	color: var(--colour-primary);
}
article::before,
article::after {
	display: none !important;
}
.news-index article.et_pb_post .post-meta span {
	font-size: 12px;
}
.news-index article.et_pb_post .post-meta {
	margin: 0;
	position: absolute;
    left: 0;
    top: 0;
    padding: 8px 12px;
    background: rgba(248, 237, 219, 0.80);
    backdrop-filter: blur(5px);
    font-size: 12px;
    color: var(--colour-black);
    font-family: var(--font-body);
    font-weight: 400;
}
.news-index article.et_pb_post .post-meta::before {
	content: '\f017';
	font-family: var(--font-fa);
	font-size: 12px;
	font-weight: 400;
	margin-right: 5px;
}
.news-index article.et_pb_post .post-content {
	padding: 12px 0 0;
}
.news-index article.et_pb_post .post-content p {
	color: var(--colour-text);
	font-size: 0.17rem;
}
/* .news-index article.et_pb_post .content-wrapper .post-meta span.published {
	font-family: var(--font-main);
	font-feature-settings: var(--font-setting);
	font-weight: 500;
	color: var(--colour-secondary);
} */
.news-index article.et_pb_post .post-content a.more-link {
	display: table;
	text-transform: capitalize;
	margin-top: 25px;
	padding: 10px 18px !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}
@media screen and (max-width:1400px) {
	.section-news-index.et_pb_section .et_pb_row {
		row-gap: clamp(30px, calc(var(--row-gap) * 6), 60px);
  		column-gap: clamp(30px, calc(var(--column-gap) * 6), 60px);
	}
	.news-index article.et_pb_post .content-wrapper {
		padding: 25px 0;
	}
}
@media screen and (max-width:1100px) {
	.news-index article.et_pb_post .content-wrapper {
		padding: 10px 0;
	}
	.news-index article.et_pb_post > a.entry-featured-image-url img {
		max-height: 200px;
	}
	.news-index article.et_pb_post .post-content p {
		font-size: 13px;
		line-height: 1.3em;
	}
}
@media screen and (max-width:980px) {
	.section-news-index.et_pb_section .et_pb_row {
		flex-wrap: wrap !important;
	}
	.section-news-index .et_pb_row::before {
		width: 100%;
		height: 2px;
		min-width: unset;
		background: linear-gradient(to right, var(--colour-text) 25%, transparent 25%);
		background-size: 12px auto;
		background-repeat: repeat-x;
	}
	.section-news-index.et_pb_section .et_pb_row .et_pb_column {
		width: 100%;
		flex: 100% 1 1;
	}

	.section-news-index .et_pb_text .h2 br {
		display: none;
	}
	.section-news-index .et_pb_text h4 {
		margin: 0;
	}

	.news-index article.et_pb_post > a.entry-featured-image-url img {
		max-height: unset;
	}
}
@media screen and (max-width:980px) {
	.section-news-index.et_pb_section .et_pb_row {
		flex-wrap: wrap !important;
	}
	.section-news-index .et_pb_row::before {
		width: 100%;
		height: 2px;
		min-width: unset;
		background: linear-gradient(to right, var(--colour-text) 25%, transparent 25%);
		background-size: 12px auto;
		background-repeat: repeat-x;
	}
	.section-news-index.et_pb_section .et_pb_row .et_pb_column {
		width: 100%;
		flex: 100% 1 1;
	}

	.news-index article.et_pb_post > a.entry-featured-image-url img {
		max-height: unset;
	}
}
@media screen and (max-width:650px) {
	.section-news-index {
		padding: clamp(40px, calc(var(--master-section-pad) * 6), 60px) !important;
	}
	.section-news-index .et_pb_text h1, .section-news-index .et_pb_text .h1 {
		font-size: var(--size-12);
	}
	.news-index article.et_pb_post > a.entry-featured-image-url img {
		max-width: 100%;
	}

	.news-index article.et_pb_post {
		flex-wrap: wrap;
		row-gap: 25px;
	}
	.news-index article.et_pb_post > a.entry-featured-image-url,
	.news-index article.et_pb_post > .content-wrapper {
		width: 100%;
		flex: 100% 1 1;
	}
	.news-index article.et_pb_post > .content-wrapper {
		padding: 0 15px;
	}
	.news-index article.et_pb_post > a.entry-featured-image-url img {
		max-height: 250px;
	}
}
@media screen and (max-width:500px) {
	.news-index article.et_pb_post h2 {
		font-size: var(--size-4);
		line-height: 1.3em;
		margin-bottom: 5px;
	}
	.news-index article.et_pb_post .post-content a.more-link {
		margin-top: 15px;
	}
	.news-index article.et_pb_post > a.entry-featured-image-url {
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
    	flex: auto;
	}
}
@media screen and (max-width:400px) {
	.news-index article.et_pb_post > .content-wrapper {
		padding: 0px;
	}
	.news-index article.et_pb_post > a.entry-featured-image-url img {
		max-height: 200px;
	}
}


/*---- NEWS POST ----*/
#main-content .section-news-post {
	padding: clamp(30px, calc(var(--master-section-pad) * 10), 100px) 0;
	background-color: var(--colour-background);
}
.section-news-post > .news-post-head {
	position: relative;
	z-index: 2;
	padding: 0 0 80px;
	width: 100%;
	max-width: 1200px;
	column-gap: clamp(50px, calc(var(--column-gap) * 10), 100px);
	flex-direction: column-reverse;
	margin-bottom: 50px;
}
.section-news-post > .news-post-head .et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.section-news-post > .news-post-head .et_pb_column:last-child {
	padding-bottom: 0px;
	padding-left: 100px;
    padding-right: 100px;
}
.section-news-post .news-post-head .news-post-image .et_pb_title_container {
	display: none;
}
.section-news-post .news-post-head .news-post-image .et_pb_post_title,
.section-news-post .news-post-head .news-post-image .et_pb_title_featured_container,
.section-news-post .news-post-head .news-post-image .et_pb_image_wrap {
	height: 100%;
}
.section-news-post .news-post-head .et_pb_title_featured_container .et_pb_image_wrap {
	position: unset;
	overflow: hidden;
	min-height: 530px;
	max-height: 530px;
}
.section-news-post .news-post-head .et_pb_title_featured_container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.section-news-post .et_builder_inner_content {
	row-gap: clamp(30px, calc(var(--row-gap) * 4), 40px);
}
.section-news-post .et_builder_inner_content > .et_pb_section {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.dsm-social-share-button-inner-wrapper {
	border-radius: 100%;
	border: 1px solid var(--colour-primary);
	background-color: transparent !important;
}
.dsm_social_share_buttons_0_tb_body .dsm-social-share-button-inner-wrapper .dsm-social-share-button-icon {
	color: var(--colour-black);
}
.section-colour-bg .et_pb_column:has(.dsm-social-share-button-icon){
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	border-top: 1px solid #DACEBC;
	padding-top: 50px;
	margin-top: 100px;
}
.section-news-post .news-post-head h1.entry-title {
	font-size: var(--size-9);
  	line-height: calc(var(--master-line-height) * 1.2);
	margin-bottom: 20px;
}
.section-news-post .news-post-head p.et_pb_title_meta_container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 10px;
}
.section-news-post .news-post-head p.et_pb_title_meta_container span.published {
	color: var(--colour-secondary);
}
.section-news-post .news-post-head p.et_pb_title_meta_container span.published::before {
    content: '\f017';
    font-family: var(--font-fa);
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
}
/* .section-news-post .news-post-head p.et_pb_title_meta_container span.published::before {
    content: '\f007';
    font-family: var(--font-fa);
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
} */

.section-news-post > .news-post-body {
    max-width: 1200px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}
.section-news-post .et_pb_post_content .wp-block-image img {
	margin: 20px 0;
	max-height: 600px;
	object-fit: cover;
}
.section-news-post .et_pb_post_content .wp-block-heading {
	margin-top: 40px;
}

@media screen and (max-width:1500px) {
	.section-news-post > .news-post-head {
		column-gap:clamp(30px, calc(var(--column-gap) * 6), 60px);
		padding: 0 0 50px;
	}
	.section-news-post .news-post-head h1.entry-title {
		font-size: var(--size-13);
	  	line-height: calc(var(--master-line-height) * 1);
		margin-bottom: 15px;
	}
	.section-news-post .news-post-head .et_pb_title_featured_container .et_pb_image_wrap {
		min-height: 350px;
	}
}
@media screen and (max-width:980px) {
	#main-content .section-news-post {
		padding-top: 0;
	}
	.section-news-post > .news-post-head {
		row-gap: clamp(30px, calc(var(--column-gap) * 6), 60px);
		justify-content: center;
	}
	.section-news-post .news-post-head .et_pb_title_featured_container .et_pb_image_wrap {
		border-radius: 0;
		min-height: calc(150px + 15vw);
	}
	/* .section-news-post > .news-post-head .et_pb_column:last-child {
		padding: 0;
		max-width: var(--frame-max-m);
		width: var(--frame-width);
		flex: var(--frame-width) 0 0;
	} */
}
@media screen and (max-width:800px){
	.section-news-post > .news-post-body {
		padding-left: 50px;
		padding-right: 50px;
	}
	.section-news-post > .news-post-head .et_pb_column:last-child {
		padding-left: 50px;
		padding-right: 50px;
	}
	.section-colour-bg .et_pb_column:has(.dsm-social-share-button-icon) {
		flex-direction: column;
		align-items: center;
	}
}
@media screen and (max-width:600px) {
	.section-news-post > .news-post-head {
		row-gap: clamp(40px, calc(var(--column-gap) * 5), 50px);
		padding: 0 0 30px;
	}
	.section-news-post .news-post-head h1.entry-title {
		font-size: var(--size-10);
	  	line-height: 1.15em;
		margin-bottom: 15px;
	}
}
@media screen and (max-width:500px) {
	.section-news-post .news-post-head h1.entry-title {
		font-size: var(--size-8);
	}
}
