/*
 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: 1600px;
	--frame-max-m: 1200px;
	--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: 	 "pf-marlet-display", var(--font-default);
	--font-body:	 "montserrat", var(--font-default);
	--font-default:  "sans-serif";
	--font-fa: 		 "Font Awesome 6 Pro";
	--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.20rem, 20px);
	--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.40rem, 40px);
	--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-11);
    --size-h2: var(--size-9);
    --size-h3: var(--size-4);
    --size-h4: var(--size-4);
    --size-h5: var(--size-4);
    --size-h6: var(--size-4);

	/*---- 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: 	  #023D5B;
	--colour-secondary:   #075D89;
	--colour-white: 	  #FFF;
	--colour-black: 	  #000;
	--colour-background: #FFFAF1;
	--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-slow: 	all 0.6s 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: uppercase;
}
h1, .h1 {
	font-weight: 	700;
	color: 			var(--colour-primary);
	letter-spacing: 0.015em;
	margin-bottom: 20px;
}
h2, .h2 {
	font-weight: 	500;
	color: 			var(--colour-primary);
	letter-spacing: 0.015em;
	margin-bottom: 20px;
}
h3, .h3 {
	font-weight: 	500;
	color: 			var(--colour-primary);
	letter-spacing: 0.015em;
	margin-bottom: 20px;
	font-family: var(--font-body);
	text-transform: none;
}
h4, .h4 {
	font-weight: 	600;
	color: 			var(--colour-primary);
	letter-spacing: 0.015em;
	margin-bottom: 20px;
}
h5, .h5 {
	font-weight: 	500;
	color: 			var(--colour-primary);
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: 20px;
	font-family: var(--font-body);
}
h6, .h6 {
	font-weight: 	400;
	color: 			var(--colour-primary);
	text-transform: none;
	letter-spacing: 0.015em;
	margin-bottom: 20px;
	font-style: italic;
	font-family: var(--font-body);
}

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.4); }


/*---- 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: 400;
	color: inherit;
	font-family: var(--font-body);
	letter-spacing: 0px;
	line-height: calc(var(--master-line-height) * 1.7);
	font-size: 15px;
}
a {
	transition: var(--transition);
}
a:hover {
	color: var(--colour-primary);
	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_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 { padding-top: 0px; }
#main-content .et_pb_section.pad-bot-none { 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;
}
.et_pb_section .et_pb_row.size-m{
	max-width: var(--frame-max-m);
}
@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{
    position: relative;
    padding: 15px 25px !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: 600;
	font-size: 13px;
	font-family: var(--font-body);
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.005em;
	white-space: nowrap;
	color: var(--colour-white);
	line-height: calc(var(--master-line-height) * 1.6) !important;

	transition: var(--transition);
}

body .et_pb_section .et_pb_button span {
	font-size: 13px;
}

body .et_pb_section button.et_pb_button:hover,
body .et_pb_section a.et_pb_button:hover {
	color: var(--colour-primary);
}

body .et_pb_section button.et_pb_button::before,
body .et_pb_section a.et_pb_button::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;
}
body .et_pb_section button.et_pb_button:hover::before,
body .et_pb_section a.et_pb_button: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: 500;
	font-size: var(--size-1);
	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);
}

/* White BTN */
body .et_pb_section button.et_pb_button.btn-white,
body .et_pb_section a.et_pb_button.btn-white {
    color: var(--colour-primary);
}
body .et_pb_section button.et_pb_button.btn-white::before,
body .et_pb_section a.et_pb_button.btn-white::before {
    background-color: var(--colour-white);
}

/* Dark Underline */
body .et_pb_section a.et_pb_button.btn-dark-underline {
	color: var(--colour-primary);
	text-transform: none;
	letter-spacing: 0.0015em;
	font-size: 14px;
}
body .et_pb_section a.et_pb_button.btn-dark-underline::before {
	height: 2px;
	top: auto;
	bottom: 0;
}

/* White Underline */
body .et_pb_section a.et_pb_button.btn-white-underline {
	color: var(--colour-white);
	text-transform: none;
	letter-spacing: 0.0015em;
	font-size: 14px;
}
body .et_pb_section a.et_pb_button.btn-white-underline::before {
	height: 2px;
	top: auto;
	bottom: 0;
	background-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:600px) {}
@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_close .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: .22rem;
	font-weight: 600;
	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: '\2b';
	font-family: var(--font-fa) !important;
    right: 0px;
    font-size: 25px;
    color: var(--colour-secondary);
}
.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
	content: '\f068';
	display: block;
	visibility: visible;
    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;
	}
	.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_item h5 {
	    font-size: 18px;
	}
}

@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-2);
	font-family: var(--font-bpdy);
	text-transform: none;
	color: var(--colour-white);
}
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;
	background-color: var(--colour-white);
	/** Enable for transparent header **/
	/* 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% !important;
    width: 100% !important;
    padding: 30px 0px 0px !important;
    margin: 0 auto;
	row-gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
} 
header .et_pb_section .menu-item {
	display: flex;
	align-items: center;
	margin: 0px !important
}
header .et_pb_section .et_pb_column {
	flex-direction: row;
	justify-content: center;
}
header .et_pb_section .et_pb_column.et_pb_column_1_3:has(img),
header .et_pb_section .et_pb_column.et_pb_column_1_3:has(.et_pb_button) {
	flex: 1 1 5%;
}
header .et_pb_section .et_pb_column:has(.et_pb_menu) {
    width: 100% !important;
	justify-content: center;
	background-color: var(--colour-primary);
}
header .et_section_regular {
    display: flex;
	align-items: center;
	padding: 0px !important;
	max-width: 100%;
	width: 100%;
}
header .et_pb_image  {
	margin-left: auto !important;
	margin-right: auto !important;
}
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: 230px;
	max-width: 230px;
    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;
	background-color: transparent !important;
}
header .et_pb_menu .et-menu {
    margin-left: 0px;
    margin-right: 0px;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
	margin-top: 0px;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
	padding: 0px;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 20px;
}
header .et-menu a {
    display: flex;
    justify-content: center;
	padding: 20px 35px !important;
	font-size: 17px;
    font-weight: 600;
    color: var(--colour-white) !important;
    font-family: var(--font-body);
    border: none;
    position: relative;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: var(--transition);
}
header .et-menu a:hover {
	background-color: var(--colour-secondary);
}
/*Header Responsive Override*/
@media screen and (max-width:1600px) {

}
@media screen and (max-width:1500px) {

}
@media screen and (max-width:1300px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1100px) {

}
@media screen and (max-width:1000px) {
	header .et_pb_section .et_pb_row {
		flex-direction: row;
		padding: 30px !important;
	}
	header .et_pb_section .et_pb_image {
		margin-left: 0px !important;
	}
	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 .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;
		justify-content: flex-end;
		position: unset !important; 
	}
	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;
	}
	.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu,
	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: 135px 0px 119px !important;
		left: 0 !important;
		clip: unset !important;
		transition: var(--transition);
		pointer-events: none;
		opacity: 0;
		z-index: 1;
	}
	.et-db #et-boc .et-l .mobile_nav.opened .et_mobile_menu,
	header .mobile_nav.opened .et_mobile_menu {
		pointer-events: all;
		opacity: 1;
		transition: var(--transition);
	}/*
	.et-db #et-boc .et-l .mobile_menu_bar::before {
		display: none;
	}*/
}
@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 {
	background: var(--colour-primary);
	position: relative;
	overflow: hidden;
}
footer::before {
	position: absolute;
	content: "";
	bottom: 0;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-image: url("/wp-admin/images/custom/footer-bg-icon.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 90%;
	max-width: 1200px;
	opacity: 0.05;
	pointer-events: none;
}
footer .et_pb_section {
	padding: 100px 0;
	background: var(--colour-primary) !important;
}
footer .et_pb_row {
	padding: 0;
	max-width: 1450px !important;
	color: var(--colour-white);
}
footer .et_pb_row .et_pb_column {
	flex-direction: row;
	flex-wrap: wrap;
	column-gap:0;
	row-gap:0;
}
.et_pb_section .et_pb_row:has(iframe) {
	column-gap: 100px;
}
footer .et_pb_row:has(iframe) .et_pb_column {
	column-gap: 100px;
}
footer .et_pb_row:has(iframe) .et_pb_column:first-child {
	flex: 40% 1 1;
}
footer .et_pb_row:has(iframe) .et_pb_column:last-child {
	flex: 60% 1 1;
}

footer .et_pb_section .et_pb_image {
	width: 100%;
	padding-bottom: 35px;
	margin-bottom: 35px !important;
	border-bottom: 2px solid var(--colour-white);
}
footer .et_pb_image img {
	max-width: 260px;
}

footer .dsm_menu,
footer .et_pb_text {
	flex: 1 1;
}
footer .dsm_menu ul li {
	list-style: none;
	line-height: 1.5em;
	font-size: 14px;
	margin: 0 0 9px !important;
}
footer .dsm_menu ul li:last-child {
	margin: 0 !important;
}
footer .dsm_menu ul li a:hover {
	color: var(--colour-tertiary);
}
footer .dsm_menu ul li ul.sub-menu {
	padding-left: 0 !important;
}
footer .dsm_menu .dsm-menu-title {
	padding-bottom: 0 !important;
}

footer .dsm_menu h4,
footer .et_pb_text h4 {
	font-size: var(--size-4);
	color: var(--colour-tertiary);
}

footer .et_pb_text p {
	color: var(--colour-tertiary);
	line-height: 1.5em;
	font-size: 14px;
}
footer .et_pb_text a {
	font-size: 14px;
}
footer .et_pb_text p a,
footer .et_pb_text p i,
footer .et_pb_text p em {
	font-style: normal;
	color: var(--colour-white);
}
footer .et_pb_text p a {
	/*text-decoration: underline;*/
	display: block;
}
footer .et_pb_text p a:hover {
	color: var(--colour-tertiary);
}


footer .dsm_embed_google_map,
footer .dsm_embed_google_map .et_pb_module_inner {
	width: 100%;
	height: 100%;
}
footer .dsm_embed_google_map .et_pb_module_inner iframe {
	height: 100%;
	width: 100%;
	vertical-align: top;
	filter: grayscale(1) contrast(1.2);
}

footer .social-media-link{
	flex: 1 1 100%;
	padding: 18.5px 28px;
	margin-top: 30px !important;
	text-transform: uppercase;
}
footer .social-media-link a{
	letter-spacing: 2%;
	font-weight: 600;
	transition: var(--transition);
}
footer .social-media-link a:hover{
	transform: translateX(10px);
	text-decoration: underline;
}
footer .social-media-link a i{
	padding-left: 16px;
}
/*Footer Copy*/
.footer-copy {
	padding-top: 120px;
	text-align: center !important;
}
footer .footer-copy.et_pb_text p,
footer .footer-copy.et_pb_text p a {
	color: var(--colour-tertiary);
	text-decoration: none;
}
footer .footer-copy.et_pb_text p a:hover {
	color: var(--colour-white);
}

@media screen and (max-width:1200px) {
	footer .et_pb_section {
		padding: 80px 0;
	}
	.footer-copy {
  		padding-top: 100px;
	}
}
@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_row {
		flex-wrap: wrap !important;
	}
	footer .dsm_embed_google_map .et_pb_module_inner iframe {
		min-height: 300px;
	}
	footer .et_pb_row:has(iframe) .et_pb_column:last-child{
		row-gap: 40px;
	}
	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;
	}
}
@media screen and (max-width:700px) {
	footer .et_pb_image img {
		max-width: 220px;
	}
	.footer-copy {
		padding-top: 60px;
	}
	footer .et_pb_section {
		padding: 60px 0;
	}
}
@media screen and (max-width:600px) {
	footer .et_pb_image {
		text-align: center;
	}
	footer .et_pb_image img {
		max-width: 200px;
	}
}



/*----- MOBILE DROPDOWN -----*/
@media screen and (max-width:1000px) {
	/*.et-db #et-boc .et-l .mobile_menu_bar{
		display: unset;
	}*/
	.et-db #et-boc .et-l .et_pb_menu__wrap .mobile_menu_bar,
	.et_pb_menu .mobile_nav .mobile_menu_bar {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		transform: none;
		margin-bottom: -4px;
		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-primary);
	}
	.et_pb_menu .mobile_nav .mobile_menu_bar::after {
		background-color: var(--colour-primary);
		box-shadow: 0px 22px 0 var(--colour-primary);
	}

	.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);
	}
}

/*---- INPUT / FORM ----*/
form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  background-color: VAR(--colour-primary);
  font-size: 16px;
}

label {
  margin-bottom: 10px;
  color: var(--colour-grey);
  font-size: 16px;
  text-transform: uppercase;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 0px solid;
  border-bottom: 1px solid var(--colour-white) !important;
  border-radius: 5px;
  font-size: 14px;
  color: #fff !important;
  background-color: transparent !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

/* 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(0px);
}

/* 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;
}
body .et_pb_section button.et_pb_button.wpcf7-submit {
	color: var(--colour-primary);
	display: flex;
}
body .et_pb_section button.et_pb_button.wpcf7-submit::before {
	background-color: var(--colour-white);
}
@media (max-width: 600px) {
  form {
    padding: 20px;
  }

  button[type="submit"],
  input[type="submit"] {
    width: 100%;
  }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	background-color: #ffb900;
}

/*---- SECTION - BANNER ----*/
.section-banner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100vh;
    padding: 0 !important;
	overflow: hidden;
	z-index: 1;
}
.section-banner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(2, 61, 91, 0.00) 46.99%, rgba(2, 61, 91, 0.70) 87.09%);
	z-index: 3;
}
.section-banner.home {
	min-height: 78vh;
}
.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;
	max-width: 1500px;
	z-index: 4;
}
.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 h5 {
	margin: 0px;
}
.section-banner .et_pb_text_inner * {
	color: var(--colour-white);
}
.section-banner .et_pb_text_inner {
	max-width: 735px;
}
.section-banner .et_pb_image {
	height: 100%;
}
.section-banner .et_pb_image_wrap {
	position: relative;
	z-index: 1;
	height: 100%;
}
.section-banner .et_pb_image_wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--colour-black);
	opacity: 0.2;
	z-index: 2;
}
.section-banner img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.section-banner .et_pb_button_module_wrapper {
	margin-top: 50px;
}
/** Alt Banner **/
.section-banner-alt {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 43vh;
	padding: 0 !important;
	background-color: var(--colour-background);
	overflow: hidden;
	z-index: 1;
}
.section-banner-alt::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(2, 61, 91, 0.80) 0%, rgba(2, 61, 91, 0.80) 100%), linear-gradient(0deg, rgba(2, 61, 91, 0.80) 0%, rgba(2, 61, 91, 0.80) 100%);
	opacity: 0.7;
	z-index: 3;
}
.section-banner-alt .et_pb_text {
	max-width: 730px;
	margin: 0 auto;
	text-align: center;
}
.section-banner-alt .et_pb_text h1,
.section-banner-alt .et_pb_text p {
	color: var(--colour-white);
}
.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: 0;
    right: 0;
    width: 100%;
}
.section-banner-alt .et_pb_row:has(.et_pb_text) {
	z-index: 4;
}
.section-banner-alt .et_pb_image_wrap {
	position: relative;
	z-index: 1;
}
.section-banner-alt .et_pb_image {
	height: 100%;
}
.section-banner-alt .et_pb_image_wrap {
	height: 100%;
}
/* .section-banner-alt .et_pb_image_wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--colour-black);
	opacity: 0.3;
	z-index: 2;
} */
.section-banner-alt img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-height: 43vh;
    object-position: center;
}
.section-banner-alt .et_pb_button_module_wrappers {
	display: flex;
	justify-content: center;
	max-width: 730px;
	margin: 50px auto 0;
	display: flex;
	column-gap: 10px;
}
body #page-container .et_pb_section .dsm_button_0 .et_pb_button_two.et_pb_button {
    margin-left: 14px !important;
}
body .section-banner-alt.et_pb_section a.et_pb_button {
	color: var(--colour-primary);
}
body .section-banner-alt.et_pb_section a.et_pb_button::before {
	background-color: var(--colour-white);
}

@media screen and (max-width:800px) {
	.section-banner {
		min-height: 70vh;
	}
	.section-banner .et_pb_button_module_wrapper {
		margin-top: 20px;
	}
	.section-banner-alt .et_pb_button_module_wrappers {
		margin-top: 10px;
	}
}
@media screen and (max-width:600px) {
	.section-banner-alt .et_pb_button_module_wrappers {
		flex-direction: column;
	}
	body .section-banner-alt.et_pb_section a.et_pb_button {
		width: 100%;
	}
	body #page-container .section-banner-alt.et_pb_section .dsm_button_0 .et_pb_button_two.et_pb_button {
    	margin-left: 0px !important;
	}
	.section-banner-alt img{
		max-height: unset;
	}
}





/*---- PLANT ARCHIVE ----*/

/* Plant Archive Header */
.plant-archive-header {
	margin-bottom: 40px;
	background-color: transparent;
}

.plant-archive-title {
	text-align: center;
	margin-bottom: 0;
}

/* Plant Filters */
.plant-filters {
	background: transparent;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 40px;
	max-width: 100%;
}

.filter-row {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
}

.filter-item {
	flex: 1 1 auto;
	min-width: 200px;
}

.filter-search {
	flex: 1 1 100%;
    display: flex;
    gap: 0px;
}

.filter-search-input {
	flex: 1;
	padding: 12px 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
	font-family: var(--font-body);
}

.filter-search-btn {
	padding: 12px 30px;
	background: var(--colour-primary);
	color: var(--colour-white);
	border: none;
	border-radius: 5px;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.15em;
	cursor: pointer;
	transition: var(--transition);
	text-transform: uppercase;
}

.filter-search-btn:hover {
	background: var(--colour-secondary);
}

.filter-checkbox label {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	color: var(--colour-text);
	text-transform: none;
}

.filter-checkbox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin: 0;
}

.filter-select {
	width: 100%;
	padding: 12px 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: var(--colour-white);
	font-size: 14px;
	font-family: var(--font-body);
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23222' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 15px center;
	padding-right: 40px;
}

.filter-select:focus {
	outline: none;
	border-color: var(--colour-primary);
}

/* Plant Grid */
.plant-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 30px;
	margin-bottom: 60px;
}

.plant-card {
	background: transparent;
	overflow: hidden;
	transition: var(--transition);
	display: flex;
	flex-direction: column;
}

/* .plant-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
} */

.plant-card-image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4/3;
	background: var(--colour-background);
}

.plant-card-image a {
	display: block;
	height: 100%;
}

.plant-thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--transition);
}

.plant-card:hover .plant-thumbnail {
	transform: scale(1.05);
}

.plant-thumbnail-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--colour-background);
}

.plant-thumbnail-placeholder i {
	font-size: 80px;
	color: var(--colour-grey);
	opacity: 0.3;
}

/* Plant Badges */
.plant-badges {
	position: absolute;
	bottom: 15px;
	left: 15px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	z-index: 2;
}

.plant-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 12px;
	background: var(--colour-background);
	backdrop-filter: blur(10px);
	border-radius: 0px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--colour-text);
}

.badge-new {
	color: var(--colour-primary);
}

.badge-new svg {
	width: 12px;
	height: 12px;
}

.badge-shade svg {
	width: 14px;
	height: 14px;
}

.badge-shade[data-shade*="full-sun"] {
	color: #ff9500;
}

.badge-shade[data-shade*="partial"] {
	color: #34c759;
}

.badge-shade[data-shade*="shade"] {
	color: #5856d6;
}

/* Plant Card Content */
.plant-card-content {
	padding: 25px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.plant-card-title {
	margin: 0 0 15px;
	font-size: var(--size-h3);
	font-weight: 500;
	letter-spacing: 0.005em;
	line-height: 1.3;
	color: var(--colour-primary);
}

.plant-card-title a {
	color: var(--colour-primary);
	text-decoration: none;
	transition: var(--transition);
}

.plant-card-title a:hover {
	color: var(--colour-primary);
}

.plant-card-excerpt {
	font-family: var(--font-body);
	color: var(--colour-grey);
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
	flex: 1;
}

.plant-card-link {
    display: inline-flex;
    padding: 18px 28px;
    border-bottom: 2px solid var(--colour-primary);
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--colour-primary);
    font-size: 13px;
    font-weight: 600;
    font-family: var(--font-body);
    letter-spacing: 0.005em;
    text-decoration: none;
    text-transform: uppercase;
    transition: var(--transition);
    align-self: flex-start;
}

.plant-card-link:hover {
	color: var(--colour-secondary);
	gap: 12px;
}

.plant-card-link .arrow {
	transition: var(--transition);
}

/* No Results Message */
.no-plants-found {
	text-align: center;
	padding: 60px 20px;
	background: var(--colour-white);
	border-radius: 10px;
}

.no-plants-found p {
	font-size: var(--size-3);
	color: var(--colour-grey);
}

/* Pagination */
.plant-pagination {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	padding-bottom: clamp(60px, calc(var(--master-section-pad) * 10), 100px);
}

.plant-pagination .page-numbers {
	display: inline-flex;
	gap: 0px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.plant-pagination .page-numbers li {
	list-style: none;
	border: 2px solid var(--colour-primary);
    margin-left: -2px;
}

.plant-pagination a,
.plant-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 65px;
	height: 45px;
	padding: 0 15px;
	background: transparent;
	color: var(--colour-text);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-decoration: none;
	transition: var(--transition);
	text-transform: uppercase;
}

.plant-pagination a:hover {
	background: var(--colour-primary);
	color: var(--colour-white);
}

.plant-pagination .current {
	background: var(--colour-primary);
	color: var(--colour-white);
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
	.plant-grid {
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
		gap: 25px;
	}
}

@media screen and (max-width: 800px) {
	.filter-row {
		flex-direction: column;
	}

	.filter-item,
	.filter-search {
		width: 100%;
		min-width: 100%;
	}

	.plant-grid {
		grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
		gap: 20px;
	}

	.plant-filters {
		padding: 20px;
	}
}

@media screen and (max-width: 600px) {
	.plant-grid {
		grid-template-columns: 1fr;
	}

	.plant-card-content {
		padding: 20px;
	}

	.plant-archive-header {
		margin-bottom: 30px;
	}

	.filter-search {
		flex-direction: column;
	}

	.filter-search-btn {
		width: 100%;
	}
}



/** Double Image Text **/
.section-double-image-text .et_pb_row {
    column-gap: 100px;
	max-width: 1250px;
}
.section-double-image-text.small .et_pb_row {
    column-gap: 80px;
	max-width: 1000px;
}
.section-double-image-text .et_pb_column:not(:has(.et_pb_image), .et_pb_column_4_4) {
    padding: 100px 0px;
    margin: auto 0;
}
.section-double-image-text .et_pb_column:has(.et_pb_image) {
    flex-direction: row;
    column-gap: 10px;
}
.section-double-image-text .et_pb_column .et_pb_image {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0;
}
.section-double-image-text .et_pb_column .et_pb_image:first-child {
	padding-top: 100px;
}
.section-double-image-text .et_pb_column .et_pb_image:last-child {
	padding-bottom: 100px;
}
.section-double-image-text .et_pb_image_wrap {
    height: 100%;
}
.section-double-image-text .et_pb_image_wrap img {
    height: 100%;
    object-fit: cover;
}
.section-double-image-text .et_pb_text h6 {
	margin-bottom: 0px;
}

.section-double-image-text .et_pb_button_module_wrapper {
	margin-top: 60px;
}

.section-double-image-text .et_pb_row:has(.et_pb_column:first-child .et_pb_text h2) .et_pb_column .et_pb_image:first-child {
	padding-top: 0;
	padding-bottom: 100px;
}
.section-double-image-text .et_pb_row:has(.et_pb_column:first-child .et_pb_text h2) .et_pb_column .et_pb_image:last-child {
	padding-top: 100px;
	padding-bottom: 0;
}

@media screen and (max-width:1400px) {
	.section-double-image-text .et_pb_row:has(.et_pb_column:first-child .et_pb_text h2) .et_pb_column .et_pb_image:first-child {
		padding-top: 0;
		padding-bottom: 0;
	}
	.section-double-image-text .et_pb_row:has(.et_pb_column:first-child .et_pb_text h2) .et_pb_column .et_pb_image:last-child {
		padding-top: 0;
		padding-bottom: 0;
	}
	.section-double-image-text .et_pb_column:has(.et_pb_image) {
		flex-direction: column;
		row-gap: 10px;
	}
	.section-double-image-text .et_pb_column .et_pb_image {
		flex: 0 0 50%;
		max-width: 100%;
	}
}
@media screen and (max-width:1200px){
	.section-double-image-text .et_pb_row {
		column-gap: 60px;
	}
}
@media screen and (max-width:1200px){
	.section-double-image-text .et_pb_button_module_wrapper {
		margin-top: 20px;
	}
	.section-double-image-text .et_pb_column .et_pb_image:first-child {
		padding-top: 0px;
	}
	.section-double-image-text .et_pb_column .et_pb_image:last-child {
		padding-bottom: 0px;
	}
	.section-double-image-text .et_pb_row {
		flex-direction: column;
	}
	.section-double-image-text .et_pb_column:has(.et_pb_image) {
		order: 1;
	}
	.section-double-image-text .et_pb_column:not(:has(.et_pb_image), .et_pb_column_4_4) {
		padding: 0;
	}
	.section-double-image-text:has(.title) .et_pb_row:has(h2) {
		margin-bottom: 0px;
	}
}
@media screen and (max-width:1000px){
	.section-double-image-text .title {
		margin-top: 40px;
	}
	.section-double-image-text h3 {
		margin-bottom: 20px;
	}
}
@media screen and (max-width:1200px){
	.section-double-image-text .et_pb_column .et_pb_image img {
		max-height: 600px;
		width: 100%;
	}
}
@media screen and (max-width:1000px){
	.section-double-image-text .et_pb_row {
		row-gap: 60px;
	}
	.section-double-image-text .et_pb_column .et_pb_image img {
		max-height: 500px;
	}
}
@media screen and (max-width:600px){
	.section-double-image-text .et_pb_column .et_pb_image img {
		max-height: 350px;
		min-height: 350px;
	}
	.section-double-image-text .et_pb_text.far {
		align-items: flex-start;
		flex-direction: column;
		row-gap: 10px;
	}
	.section-double-image-text .et_pb_text.far .et_pb_text_inner {
		padding-left: 0;
		margin-left: 0;
		border-left: 0px solid;
	}
	.section-double-image-text .et_pb_column:has(.title) .et_pb_text.far .et_pb_text_inner {
		margin-left: 0;
	}
}


/* Section CTA */
#main-content .et_pb_section.section-cta {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.section-cta .et_pb_row {
	width: 100%;
	max-width: 100%;
	padding: 0px;
}
.section-cta .et_pb_row .et_pb_column {
	max-width: 1000px;
	padding: 80px 150px 80px 250px;
	background: linear-gradient(0deg, rgba(2, 61, 91, 0.80) 0%, rgba(2, 61, 91, 0.80) 100%), rgba(2, 61, 91, 0.30);
}
.section-cta .et_pb_text * {
	color: var(--colour-white);
}
.section-cta .et_pb_button_module_wrappers {
	display: flex;
	margin-top: 50px;
}
@media screen and (max-width:800px) {
	.section-cta .et_pb_row .et_pb_column {
		padding: 60px;
	}
	.section-cta .et_pb_button_module_wrappers {
		margin-top: 20px;
	}
}
@media screen and (max-width:500px) {
	.section-cta .et_pb_button_module_wrappers {
		flex-direction: column;
	}
	.section-cta .et_pb_button_module_wrappers .et_pb_button {
		width: 100% !important;
	}
	body #page-container .section-cta.et_pb_section .dsm_button_0 .et_pb_button_two.et_pb_button {
		margin-left: 0px !important;
	}
}
/* Section Collection */
.section-collection .et_pb_row {
	max-width: 1400px;
}
.section-collection .et_pb_row_4col {
	column-gap: 5px;
}
.section-collection .et_pb_row_4col .et_pb_text {
	padding: 20px 15px;
	max-width: 250px;
}
.section-collection .et_pb_column.et_pb_column_1_4 .et_pb_text {
	max-width: 100%;
}

.section-collection .et_pb_column:has(h2) .et_pb_text {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}	
.section-collection .et_pb_column.et_pb_column_1_4 {
	transition: var(--transition-slow);
}
.section-collection .et_pb_column.et_pb_column_1_4:hover {
	flex: 1 1 50%;
	transition: var(--transition-slow);
}
.section-collection img {
	max-height: 400px;
	min-height: 400px;
	object-fit: cover;
}
.section-collection h3 {
	margin-bottom: 0px;
}
.section-collection .et_pb_button_module_wrapper  {
	display: flex;
	justify-content: center;
}
.section-collection .et_pb_button_module_wrapper:has(.btn-dark-underline) {
	width: 100%;
	display: unset;
}
.section-collection .et_pb_button_module_wrapper .btn-dark-underline {
	width: 100%;
}
.section-collection .et_pb_row_4col .et_pb_button_module_wrapper {
	opacity: 0;
	transition: var(--transition);
}
.section-collection .et_pb_column.et_pb_column_1_4:hover .et_pb_button_module_wrapper {
	opacity: 1;
	transition: var(--transition);
}
@media screen and (max-width:1200px) {
	.section-collection .et_pb_row_4col .et_pb_button_module_wrapper {
		opacity: 1;
	}
}
@media screen and (max-width:800px) {
	.section-collection .et_pb_column.et_pb_column_1_4{
		row-gap: 0;
	}
	.section-collection img {
		max-height: 200px;
		min-height: 200px;
	}
}
/* Section Articles */
.section-articles .et_pb_row {
	max-width: 1400px;
}
.section-articles .et_pb_row:has(h3) {
	column-gap: 5px;
}
.section-articles .et_pb_row:has(h3) .et_pb_text {
	padding: 20px 15px;
}
.section-articles .et_pb_column:has(h2) .et_pb_text {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.section-articles img {
	max-height: 250px;
	min-height: 250px;
	object-fit: cover;
}
.section-articles h3 {
	margin-bottom: 0px;
}
.section-articles .et_pb_button_module_wrapper {
	display: flex;
	justify-content: center;
}
.section-articles .et_pb_button_module_wrapper:has(.btn-dark-underline) {
	width: 100%;
	display: unset;
}
.section-articles .et_pb_button_module_wrapper .btn-dark-underline {
	width: 100%;
}
@media screen and (max-width:1000px) {
	.section-articles .et_pb_row:has(h3) {
		flex-wrap: wrap;
	}
	.section-articles .et_pb_row:has(h3) .et_pb_column {
		flex: 1 1 45%;
	}
}
@media screen and (max-width:600px) {
	.section-articles .et_pb_row:has(h3) .et_pb_column {
		flex: 1 1 100%;
	}
}


/* Section Newsletter */
.section-newsletter .et_pb_row {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
}
.section-newsletter form {
	background-color: transparent;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}
.section-newsletter form input {
	margin-bottom: 0px;
}
body .et_pb_section.section-newsletter form button::before {
	background-color: #FFFAF1 !important;
}
.section-newsletter form p:has(input) {
	width: 100%;
	max-width: 457px;
}
.section-newsletter form div.wpcf7-response-output{
	width: 100%;
}
.section-newsletter button {
	width: 100% !important;
	max-width: 150px;
}
.section-newsletter .wpcf7-spinner {
	display: none;
}
.section-newsletter input[type="email"] {
	background-color: var(--colour-white) !important;
	color: var(--colour-text) !important;
	border: 0px solid !important;
/*	margin-top: -1px;*/
}
/* Section Icons */
.section-icons .et_pb_row {
	max-width: 1000px;
}
.section-icons .et_pb_row.et_pb_row_4col {
	padding-top: 50px;
}
.section-icons .et_pb_row:has(h3) {
	max-width: 1200px;
	padding-bottom: 0;
}
.section-icons .et_pb_text {
	text-align: center;
}
.section-icons h3 {
	margin-bottom: 0px;
}
.section-icons i {
	font-size: var(--size-7);
	color: var(--colour-primary);
	opacity: 0.6;
}
/* Section Locations */
.section-locations h4 {
	font-family: var(--font-body);
	font-size: var(--size-6);
	text-transform: none;
	font-weight: 500;
	margin-bottom: 0px;
}
.section-locations .et_pb_row {
	max-width: 1200px;
}
.section-locations .et_pb_row.bottom-row,
.section-locations .et_pb_row:has(h4) {
	background-color: var(--colour-primary);
	padding: 25px 40px;
}
.section-locations .et_pb_row:has(h4) h4,
.section-locations .et_pb_row:has(h4) p,
.section-locations .et_pb_row.bottom-row p {
	color: var(--colour-white);
	text-align: center;
	font-style: italic;
}
.section-locations .et_pb_row:has(i) {
	padding: 30px 42px;
	background-color: var(--colour-white);
}
.section-locations p:has(i) {
	color: var(--colour-primary);
}
.section-locations .et_pb_row:has(i) p {
	padding-bottom: 5px;
}
.section-locations i {
	font-weight: 900;
}
.section-locations a:hover {
	text-decoration: underline;
}
@media screen and (max-width:1000px) {
	.section-locations .et_pb_row {
		flex-wrap: wrap !important;
		row-gap: 40px;
	}
	.section-locations .et_pb_column {
		flex: 1 1 50%;
	}
	.section-locations .et_pb_column:last-child {
		flex: 1 1 100%;
	}
}


/* Section Contact */
.section-contact .et_pb_row {
	max-width: 1300px;
	column-gap: 160px;
	position: relative;
	padding: 0px;
}
.section-contact .et_pb_row::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	background-color: var(--colour-primary);
	opacity: 0.15;
	transform: translateX(-50%);
	z-index: 1;
}
.section-contact h5 {
	margin-bottom: 0px;
	margin-top: 40px;
}
.section-contact .et_pb_text i {
	margin-right: 10px;
}
.section-contact a {
	font-weight: 500;
}
.w50 {
	display: flex;
	column-gap: 25px;
}
.w50 p {
	flex: 1 1 45%;
}
.dsm_contact_form_7 .wpcf7-form-control.wpcf7-textarea {
    height: 140px;
}
p:has(.wpcf7-form-control.wpcf7-submit) {
	display: flex;
	flex-direction: row-reverse;
}
.section-contact .wpcf7-validation-errors {
	color: var(--colour-white);
}
@media screen and (max-width:1000px) {
	.section-contact .et_pb_row::before {
		display: none;
	}
}


/** Pants Index **/
.post-type-archive-plant #main-content {
	background-color: #FFFAF1;
}
.post-type-archive-plant #main-content .container:before {
	display: none !important;
}
.post-type-archive-plant #left-area {
	padding: 0px !important;
	width: 100% !important;
}
.post-type-archive-plant .container {
	max-width: 1350px !important;
	width: 100% !important;
}


/** News Page **/
.post-template-default.single-post #main-content .et_pb_section {
	padding: 0px;
}
.post-template-default.single-post #main-content  .et_pb_row {
	background-color: var(--colour-white);
	padding: 0px;
}
.post-template-default.single-post #main-content .et_pb_post_content .et_pb_row {
	max-width: 100%;
	width: 100%;
	padding: 0px;
}

.post-template-default.single-post #main-content .et_pb_section.post-type-banner .et_pb_row {
	max-width: calc(100% - 40px);
	margin: 0 auto;
	width: 100%;
}


#main-content .et_pb_section.post-type-banner {
	max-height: 520px;
	position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 35vh;
    height: 100%;
    max-height: 520px;
    padding: 0 !important;
	background: var(--colour-primary);
    overflow: hidden;
}
#main-content .et_pb_section.post-type-banner .et_pb_row {
	padding: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
	background-color: transparent;
	margin: 0px;
}
#main-content .et_pb_section.post-type-banner img {
	max-height: 520px;
	object-fit: cover;
}

#main-content .et_pb_section.post-type-content {
	margin-bottom: 0;
}
#main-content .et_pb_section.post-type-content > .et_pb_row {
	margin-top: -140px;
	margin-bottom: 100px;
	z-index: 2;
}
#main-content .et_pb_section.post-type-content .et_pb_row {
	padding: 70px 100px;
	max-width: 1350px;
}
#main-content .et_pb_section.post-type-content .et_pb_title_featured_container img {
	max-height: 250px;
	object-fit: cover;
	object-position: center;
}

#main-content .et_pb_section.post-type-content h1,
#main-content .et_pb_section.post-type-content h2,
#main-content .et_pb_section.post-type-content h3,
#main-content .et_pb_section.post-type-content h4,
#main-content .et_pb_section.post-type-content h5 {
	margin-top: 25px;
}

.entry-title {
	margin-bottom: 20px;
	font-family: var(--font-body);
	text-transform: capitalize;
	font-weight: 500;
}
#main-content .et_pb_section.post-type-content h1{
	font-size: var(--size-h2) !important;
}
.post-template-default.single-post .wp-block-heading {
	font-family: var(--font-body);
	text-transform: none;
	font-weight: 500;
}
.et_pb_title_meta_container span {
	color: var(--colour-black);
	font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    padding: 7px 12px;
    background-color: var(--colour-primary);
    color: var(--colour-white);
    width: fit-content;
}
.et_pb_title_meta_container span::before {
	content: '\f017';
	font-family: var(--font-fa);
	color: var(--colour-grey);
	font-size: 11px;
	margin-right: 15px;
}

.post-template-default.single-post #main-content .post-news-button .et_pb_row {
	padding-top: 70px;
    background-color: var(--colour-background);
    max-width: 1000px;
    padding-bottom: 70px;
}
.post-template-default.single-post .et_pb_post_title  {
	margin-bottom: 50px !important;
}


.post-template-default.single-post .wp-block-gallery img {
	max-height: 400px;
	min-height: 400px;
	object-fit: cover;
}
.post-template-default.single-post .wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.post-template-default.single-post .wp-block-gallery figure {
	flex: 1 1 20%;
	max-width: 25%;
	width: 100%;
}
@media screen and (max-width: 800px) {
	#main-content .et_pb_section.post-type-content .et_pb_row {
	    padding: 40px 50px;
	}
	/* #main-content .et_pb_section.post-type-content > .et_pb_row {
	    margin-top: 0px;
	} */
	#main-content .et_pb_section.post-type-banner {
	    min-height: 35vh;
	}
}

@media screen and (max-width: 400px) {
	#main-content .et_pb_section.post-type-content .et_pb_post_title {
	    padding-bottom: 30px;
	    margin-bottom: 30px;
	}
	#main-content .et_pb_section.post-type-content .et_pb_row {
	    padding: 40px 30px;
	}
	#main-content .et_pb_section.post-type-banner {
	    min-height: 30vh;
	}
	.post-template-default.single-post #main-content .et_pb_section.post-type-banner .et_pb_row {
	    max-width: 100%;
	}
}

hr {
	border-top: 2px solid var(--colour-primary);
	opacity: 0.15;
}


/** Single Product **/
.single-plant #left-area {
	padding-right: 0;
	width: 100%;
}
.single-plant #main-content .container:before {
	display: none;
}
.single-plant .container {
    width: 100%;
    max-width: 100%;
    margin: auto;
    position: relative;
	padding-top: 0px !important;
}
.plant-single-gallery .swiper-wrapper .swiper-slide {
	height: unset;
}
.plant-single-gallery .swiper-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} 
.plant-breadcrumbs {
	padding: 15px;
	background-color: #EFEFEF;
	/* max-width: 1600px; */
	padding-left: calc(var(--frame-pad) / 2);
	padding-right: calc(var(--frame-pad) / 2);
	margin: 0 auto;
	font-size: 14px;
	color: var(--colour-primary);
	font-family: var(--font-body);
	display: flex;
    column-gap: 20px;
}
.plant-single-wrapper {
	padding: clamp(60px, calc(var(--master-section-pad) * 8), 80px);
	padding-top: 50px;
	padding-left: 0;
	padding-right: 0;
	display: flex;
    max-width: 1450px;
    margin: 0 auto;
	column-gap: 80px;
	padding-top: 50px;
	border-bottom: 2px solid rgb(2, 61, 91, 0.15);
}
.plant-single-gallery,
.plant-single-details {
	flex: 1 1 45%;
    max-width: 50%;
}
.plant-single-details {
	padding: 40px 0px;
}
.plant-single-title {
	font-family: var(--font-body);
	font-size: var(--size-9);
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: none;
}
.plant-specs {
	display: flex;
    column-gap: 25px;
	font-family: var(--font-body);
	margin-top: 50px;
	margin-bottom: 30px;
}
.plant-specs .spec-label {
	font-weight: 600;
	color: var(--colour-primary);
}
.plant-gallery-main {
	width: 100%;
    height: 100%;
}
.plant-single-gallery .swiper-wrapper img {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.plant-gallery-main .swiper-button-next, .plant-gallery-main .swiper-button-prev {
    width: 60px;
    height: 60px;
	background-image: unset;
}
.plant-gallery-main .swiper-button-next:after, 
.plant-gallery-main .swiper-button-prev:after {
	font-size: 14px;
}
.plant-gallery-main .swiper-button-next {
	background-color: var(--colour-primary);
	bottom: 20px;
    right: 20px;
    top: auto;
}
.plant-gallery-main .swiper-button-next:after {
	color: var(--colour-white);
}
.plant-gallery-main .swiper-button-prev {
	background-color: var(--colour-white);
	top: auto;
    bottom: 20px;
    right: 80px;
    left: auto;
}
.plant-gallery-main .swiper-button-prev:after {
	color: var(--colour-primary);
}
/* Related Plants */
.related-plants-section {
	max-width: 1450px;
    margin: 0 auto;
	padding: clamp(60px, calc(var(--master-section-pad) * 8), 80px);
	padding-left: 0px;
	padding-right: 0px;
}
.related-plants-grid {
	display: flex;
	column-gap: 35px;
}
.related-plants-grid .plant-card {
	flex: 1 1 30%;
	max-width: 33.3%;
}
.browse-more-plants {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.filter-search input[type="text"] {
	background-color: var(--colour-white) !important;
	flex: 1 1 90%;
	margin-bottom: 0;
	border: 1px solid rgba(2, 61, 91, 0.15) !important;
	border-radius: 0;
	color: var(--colour-primary) !important;
}
.filter-search-btn {
	flex: 1 1;
	font-size: 13px;
	font-weight: 600;
	border-radius: 0px !important;
}
.plant-cta-buttons {
	display: flex;
	column-gap: 15px;
}
body .et_pb_section .plant-cta-buttons a:last-child {
	color: var(--colour-primary);
}
body .et_pb_section .plant-cta-buttons a:last-child::before {
	border: 1px solid var(--colour-primary);
	background-color: transparent;
}

.section-news .et_pb_ajax_pagination_container {
	display: flex;
}
.section-news article {
	flex: 1 1 30%;
	max-width: 33%;
}
.section-news .entry-title {
    font-size: var(--size-h3);
}
body .section-news a.more-link {
    color: var(--colour-primary);
    text-transform: capitalize;
    letter-spacing: 0.0015em;
    font-size: 14px;
	position: relative;
    padding: 15px 25px !important;
    background: none !important;
    border: none !important;
    width: 100%;
    z-index: 2;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0px;
    font-weight: 600;
    font-family: var(--font-body);
    text-decoration: none;
    white-space: nowrap;
    line-height: calc(var(--master-line-height) * 1.6) !important;
    transition: var(--transition);
	margin-top: 20px;
}
body .section-news a.more-link::before {
	content: "";
    top: auto;
    bottom: 0;
    width: 100%;
	height: 2px;
    background-color: var(--colour-primary);
    display: flex;
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 1;
    transition: var(--transition);
    margin-left: 0 !important;
}
.section-news .post-content-inner p {
	color: var(--colour-black);
}

@media screen and (max-width:1000px) {
	.section-news article {
		flex: 1 1 45%;
		max-width: 50%;
	}
}
@media screen and (max-width:600px) {
	.section-news article {
		flex: 1 1 100%;
		max-width: 100%;
	}
}
.post-breadcrumbs .dsm_breadcrumbs_item_cat{
	display: none;
}
.post-breadcrumbs .dsm_breadcrumbs li.dsm_breadcrumbs_item{
	margin-top: 15px;
	margin-bottom: 15px !important;
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 2%;
	text-transform: uppercase;
	color: var(--colour-primary);
}
.post-breadcrumbs .dsm_breadcrumbs_item:not(:last-child)::after{
	content: "/";
	font-family: var(--font-body);
	padding-left: 15px;
	padding-right: 5px;
}
.section-post-breadcrumb .et_pb_row {
	background-color: #efefef !important;
}
body .et_pb_section a.et_pb_button.icon-right{
	flex-direction: row-reverse;
}
body .et_pb_section a.et_pb_button.icon-right::after {
	margin-left: 0;
	margin-right: 15px;
	content: "\f060";
}

/* CONTACT PAGE FORM */
.contact-form h2,.contact-form p{
	color: var(--colour-background);	
}
body .contact-form form{
	flex-wrap: wrap;
}
body .contact-form p:has(label){
	position: relative;	
}
body .contact-form p span{
/*	position: absolute;	
	left: 0;*/
	position: relative;
	width: 100%;
	margin-top: -10px;
}
body .contact-form form input{
	padding: 10px !important;
}
body .et_pb_section .contact-form form button::after{
	display: none;
}
body .contact-form form button i{
	padding-left: 20px;	
}
#rlm-map{
	height: 100% !important;
}

/*HOME PAGE - SECTION - LOCATION */
@media screen and (max-width:800px) {
	.rlm-container{
		column-gap: 50px;
	}
	.rlm-locations-list{
		max-height: 50vh;
		overflow: scroll;
		padding: 0;
	}
	.rlm-location-finder{
		width: 100%;
		overflow: hidden;
	}
	.rlm-location-item{
		word-break: break-word;
	}
	.rlm-location-btn{
		background-color: var(--colour-secondary);
	}
}