/* ME__
*/


:root {
	--brand-p1: rgb(0, 21, 34);
	--brand-p1-opacity-light: rgba(0, 21, 34, 0.2);
	--brand-p1-opacity-mid: rgba(0, 21, 34, 0.5);
	--brand-p1-opacity-dark: rgba(0, 21, 34, 0.8);
	--brand-p2: rgb(144, 146, 148);
	--brand-p2-mid: rgba(154, 156, 158, 0.5);
	--brand-p2-light: rgba(154, 156, 158, 0.2);
	--brand-s1: rgb(0, 159, 219);
	--brand-s2: rgb(216, 27, 32);
	--brand-white-opacity-light: rgba(241, 241, 242, 0.2);
	--brand-white-opacity-mid: rgba(241, 241, 242, 0.5);
	--brand-white-opacity-dark: rgba(241, 241, 242, 0.8);
	--brand-white: rgb(244, 244, 245);
}

body {
    margin: 0 !important; /* reset to stop extra space apearing after footer */
}

.edit-link {
    display: none !important;
}


/* TYPOGRAPHY */
h1 {
	color: var(--brand-p1);
	text-transform: uppercase;
	font-size: 2.5rem;
	font-weight: 700;
    line-height: 110%;
	letter-spacing: 1px;
}
h2 {
	color: var(--brand-p1);
	font-size: 2.2rem;
	font-weight: 100;
	line-height: 110%;
	letter-spacing: 0.5px;
	margin: 0 0 0 0;
    font-family: 'Cormorant Garamond', serif;

}
h3 {
	color: var(--brand-p2);
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 130%;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}
h4 {
	color: var(--brand-p1);
	letter-spacing: 0.75px;
}
h5 {
	color: var(--brand-p2);
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.75px;
	margin: 100px 0 30px 0;
}

h6 {
    font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: var(--brand-p2);
	line-height: 120%;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
p {
	color: var(--brand-p1);
	font-weight: 100;
	letter-spacing: 0.5px;
}
a  {
	color: var(--brand-p1);
	text-decoration: none;
}
a:hover {
	color: var(--brand-p2);
}
h1 span {
	color: var(--brand-p1);
	text-transform: uppercase;
	font-size: 2.5rem;
	font-weight: 700;
    line-height: 110%;
	letter-spacing: 1px;
}
h2 span {
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
	font-weight: 300;
	color: var(--brand-p2);
	text-transform: uppercase;
}
h3 span {
    font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: var(--brand-p2);
	line-height: 0.5rem;
	text-transform: uppercase;
}
p span {
	font-weight: 500;
	color: var(--brand-p2);
}
.section-no-bullets span {
	font-size: 1rem;
	font-weight: 800;
	color: var(--brand-p1);
}

@media screen and (max-width: 1200px) {
	h2 {
		font-size: 2rem;
	}
	h2 span {
		font-size: 0.8rem;
	}
	h6 {
		font-size: 1rem;
		margin: 30px 0 0 0;
	}
}
@media screen and (max-width: 800px) {
	h2 {
		font-size: 1.5rem;
	}
	h2 span {
		font-size: 0.7rem;
	}
	h3 {
		font-size: 1rem;
	}
	h6 {
		font-size: 1rem;
		margin: 0;
	}
	p {
		font-size: 0.9rem;
	}
}

/* BACKGROUND EFFECT */
/* ALL Pages Repeat Pattern*/
.background-all,
.background-vision {
	position: relative;
    width: 100%;
    height: auto;
	background-image: url('');
	isolation: isolate;
}
/* Site Background Overlay*/
.site::after {
	content: '';
	position: absolute;	
    background-color: var(--brand-white);
    inset: 0; /* sets left right top bottom to 0 */
	z-index: -1;
}


/* HEADER - Flex Box */
.head-container {
	position: fixed;
	display: flex;
    width: 100%;
}

/* HEADER - Flex Box - Logo */
/* make nav dissapear on mouse scroll - added java script */
#header-logo {
	position: fixed;
	top: 0;
    background-color: transparent;
	width: 100%;
	height: 110px;
	transition: top 0.8s;
}
#header-logo img {
	margin: 25px 0 0 30px;
	max-width: 200px;
}

/* HEADER - URL Button Link */
.header-button-wrapper {
    position: fixed;
    top: 27px;          /* align with burger menu */
    right: 75px;        /* space from right edge */
    z-index: 3;
    transition: transform 0.3s ease; /* smooth slide */
}

.header-button,
.header-button:link,
.header-button:visited,
.header-button:active,
.header-button:focus {
    display: inline-block;
    padding: 6px 14px;
    color: var(--brand-p2);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.08rem;
    width: 150px;
    text-align: center;
    background-color: transparent; /* ensure no WP overrides */
    border: none;                  /* in case WP themes add */
    outline: none; /* remove browser outline */
    transition: background-color 0.5s ease, color 0.5s ease;
}

.header-button:hover {
    color: var(--brand-white);
    background-color: var(--brand-p2); /* slightly darker/lighter on hover */
}



/* HEADER - Flex Box - Navigation */
#site-navigation ul {
	justify-content: flex-end;
	margin: 20px 30px;
    gap: 20px;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9em;
	font-weight: 500;
}
@media screen and (max-width: 600px) {
    .head-container {
        flex-direction: column;
		align-items: center;
    }
    #site-navigation ul {
		display: none;
    }
	.header-button-wrapper {
		top: 65px;          /* align with burger menu */
		right: 0;        /* space from right edge (adjust as needed) */
	}
	.header-button {
		padding: 6px 8px;
		font-size: 0.7rem;
		font-weight: 400;
		line-height: 130%;
		width: 80px;
	}

}

/* BURGER MENU - Styles */
/* Analog Switch */
#analog-switch {
	display: block;
	position: fixed;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 2;
}
#analog-switch img {
	max-width: 40px;
}
/* Underscores default toggle menu */
.menu-toggle {
	display: none;
}


/* Menu Overlay */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color:  var(--brand-p1-opacity-dark);
	display: none;
	z-index: 1;
}
.menu-overlay ul {
    list-style-type: none;
	text-transform: uppercase;
    margin: 150px 0 40px 50px;
}
.menu-overlay ul li {
    margin-bottom: 15px;
}
.menu-overlay ul li a {
    color: var(--brand-white);
    text-decoration: none;
    font-size: 1.2rem;
}
.menu-overlay ul li a:hover {
    color: var(--brand-p2-light);
}
.menu-overlay .current_page_item a {
    color: var(--brand-p2);
}
@media screen and (max-width: 800px) {
	.menu-overlay ul {
		margin: 100px 0 40px 30px;
	}
}
@media screen and (max-width: 800px) and (orientation: landscape) {
	.menu-overlay ul {
		margin: 75px 0 40px 30px;
	}
}

/* SMARTSLIDER - PAGE.php + header-slider.php */
.pods-smartslider-container,
.pods-smartslider-container .smart-slider,
.pods-smartslider-container .n2-ss-slide-background,
.pods-smartslider-container .n2-ss-slide {
	height: 100vh;
	width: 100vw;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}
.pods-smartslider-container .n2-ss-slide-background {
	background-size: cover;
	background-position: center;
}
.scroll-to-anchor {
    display: block;
    width: 50px; /* Set your desired width here */
    height: 40px; /* Set height or use aspect ratio */
	background: url(data:image/png;base64,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) no-repeat center center;
    background-size: contain;
    position: absolute; /* Position it absolutely within the parent */
    bottom: 80px; /* Adjust top positioning as needed */
    left: 50%; /* Center horizontally */
    transform: translate(-50%); /* Center both horizontally and vertically */
    z-index: 20; /* Ensure it has a high z-index */
    cursor: pointer; /* Change cursor to pointer */
	transition: opacity 0.3s ease; /* Smooth transition for hover effect */
	opacity: 0.8;
}


.scroll-to-anchor:hover {
    opacity: 0.2;
}
html {
    scroll-behavior: smooth;
}
/* Position entry header text over the slider */
.entry-header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* fill the slider area */
  display: flex;
  flex-direction: column;
  text-align: left;
  z-index: 2;
}
.entry-header-image h1 {
	font-size: 1.8em;
	font-weight: 700;
	margin: 10% 8% 0 8%;
	color: var(--brand-white);
}
.entry-header-image p {
	font-size: 1.6em;
	font-weight: 300;
	letter-spacing: 0.8px;
	margin: 20px 50% 0 8%;
	color: var(--brand-white);
}
@media screen and (max-width: 1200px) {
	.entry-header-image h1 {
		font-size: 1.6em;
		margin: 170px 40% 0 70px;

	}
	.entry-header-image p {
		font-size: 1.4em;
		margin: 20px 40% 0 70px;
	}
}
@media screen and (max-width: 800px) {
	.entry-header-image h1 {
		margin: 140px 25% 0 30px;
	}
	.entry-header-image p {
		font-size: 1em;
		font-weight: 400;
		margin: 20px 25% 0 30px;
	}
}
@media screen and (max-width: 800px) and (orientation: landscape) {
	.pods-smartslider-container,
	.pods-smartslider-container .smart-slider,
	.pods-smartslider-container .n2-ss-slide-background,
	.pods-smartslider-container .n2-ss-slide {
		height: 110vh;
	}
	.entry-header-image h1 {
		margin: 160px 25% 0 30px;
	}
	.entry-header-image p {
		font-size: 1em;
		font-weight: 400;
		margin: 20px 25% 0 30px;
	}
}

/* Original Slide Image Overlay - keep for reference
.pods-smartslider-container::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom, 
        var(--brand-p1) 0%, 
        var(--brand-p1-opacity-light) 20%, 
        transparent 60%
    ), var(--brand-p1-opacity-light);
    background-blend-mode: multiply;
    z-index: 1;
}*/

/* Hide the overlay temporarily 
.pods-smartslider-container::after {
    display: none;
}*/



/* ALL SITE - Flex-Box Container */
#page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
/* ALL PAGES navigation absolute - Flex Items */
#masthead.mast-header {
	position: absolute;
	flex-grow: 1;
	height: 150px;
    z-index: 10;
}
/* Alternative Vision Front Page Masthead relative positioning - Flex Items */
#masthead {
	flex-grow: 1;
	height: 150px;
}
#content {
	flex-grow: 1;
	margin: 0 0 50px 0;
}
#content-center {
	flex-grow: 3;
	margin: 0 0;
}
#colophon {
	margin-top: auto;
}
@media screen and (max-width: 600px) {
	#colophon {
		margin-top: 50px;
	}
}


/* PAGES MAIN SECTION - Containers */
/* ALIGN LEFT - Column Flex-Box Container */
#main.left-column{
    display: flex;
	flex-direction: column;
	height: auto;
	margin-top: 0;

}
/* ALIGN CENTER - Center Flex-Box Container */
#main.central-column {
	flex-grow: 10;
	text-align: center;
	margin: 0;

}
@media screen and (max-width: 800px) {
	#main.central-column {
		flex-direction: column;
	}
}
/*  OTHER - Row Flex-Box Container */
#main.left-row {
    display: flex;
    flex-wrap: wrap;
}

/*_______STYLING_____________________*/

/* NAVIGATION STYLE - Main Menu */
.nav-menu li a {
	color: var(--brand-p2);
}
.nav-menu li a:hover {
	color: var(--brand-p2-light);
}
.nav-menu .current_page_item a {
	color: var(--brand-p1-opacity-light);
}

/* _____PAGEs CONTENT POSITIONING & STYLE ______*/

/* FRONT-PAGE - Content */
/* Logo */ 
.front-logo {
	width: 50px;
	margin: 2% 0 0 90%;
}


/* ALL PAGES - About Us - Generic Content */
.text-container {
	margin: 0 10% 0 10%;
	text-align: left;
}
/* Remove extra margin from the first element inside text-container */
.text-container > *:first-child {
    margin-top: 0;
}
.text-container p { /* same size as quote on products */
	font-size: 1.4rem;
	font-weight: 200;
	color: var(--brand-p1);
	line-height: 2rem;
	letter-spacing: 1px;
}
.text-container h1 {
	color: var(--brand-p1);
	text-transform: uppercase;
	font-size: 5.5rem;
	font-weight: 700;
    line-height: 95%;
	letter-spacing: 1px;
	margin-bottom: 70px;
	width: 80%;
}
.section-spacer {
	height: 150px;
	width: 100%;
}
.section-spacer-small {
	height: 20px;
	width: 100%;
}
.section-border {
	border-top: 10px solid var(--brand-p1);
}

@media screen and (max-width: 1200px) {
	.text-container {
		margin: 60px 5% 40px 5%;
	}
	.text-container h1 {
		font-size: 5rem;
		width: 90%;
	}
	.text-container p {
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	.section-spacer {
		height: 25px;
		width: 100%;
	}
	.section-spacer-small {
		height: 0;
	}
}
@media screen and (max-width: 800px) {
	.text-container {
		margin: 40px 5% 20px 5%;
	}
	.text-container h1 {
		font-size: 3.5rem;
		letter-spacing: 0.75px;
		margin-bottom: 40px;
	}
	.text-container p {
		font-size: 1rem;
		line-height: 1.6rem;
		letter-spacing: 0.75px;
	}
	.section-spacer {
		height: 0px;
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.text-container {
		margin: 60px 5% 0 5%;
	}
	.text-container h1 {
		font-size: 2.5rem;
		width: 100%;
	}
}

/*
.section-wealth {
    width: 80%;
}*/


.bullets-container {
  column-count: 2;
  column-gap: 4rem;           /* Space between columns */
  margin-top: 0rem;
}
.bullets-container-single {
  column-count: 1;
  column-gap: 4rem;           /* Space between columns */
  margin-top: 0rem;
}
.section-bullets {
  position: relative;
  padding-left: 2.2rem;
  break-inside: avoid;        /* Prevent breaking a bullet across columns */
  margin-bottom: 1.5rem;      /* Space between bullets */
  box-sizing: border-box;
  font-size: 1.1rem;
  line-height: 1.4;
  width: 90%;
}
.section-no-bullets {
  position: relative;
  padding-left: 0rem;
  break-inside: avoid;        /* Prevent breaking a bullet across columns */
  margin-bottom: 1.5rem;      /* Space between bullets */
  box-sizing: border-box;
  font-size: 1.1rem;
  line-height: 1.4;
  width: 90%;
}
.section-bullets::before {
	content: '•';
	position: absolute;
	left: 0;
	top: 0; /* Adjusts relative to font size and text baseline */
	transform: translateY(-22%); /* Centers bullet vertically */  color: var(--brand-p2);
	font-size: 2.3rem;
	line-height: 1em;
}

@media screen and (max-width: 1200px) {
	.section-bullets,
	.section-no-bullets {
		width: 100%;
		font-size: 1rem;
	}
}
@media screen and (max-width: 600px) {
	.bullets-container {
		column-count: 1;
	}
  	.section-bullets,
	.section-no-bullets {
		font-size: 0.9rem;
	}
	.section-bullets::before {
		line-height: 0.75em;
	}
	.section-bullets {
		width: 90%;
		}
		.section-no-bullets {
		width: 90%;
	}
}


.page-intro p {
	color: var(--brand-p2);
	font-size: 1.8rem;
	line-height: 2.5rem;
	font-weight: 200;
	letter-spacing: 1px;
	margin: 100px 20% 70px 0;
	width: 80%;

}
.page-intro h2 {
	color: var(--brand-p1-opacity-light);
	font-size: 2.3rem;
	margin: -100px 0 150px 0;
}
.pod-page-intro p {
	color: var(--brand-p2);
	font-size: 1.8rem;
	line-height: 2.5rem;
	font-weight: 200;
	letter-spacing: 1px;
	margin: 0 20% 70px 0;
	width: 80%;
}
@media screen and (max-width: 1200px) {
	.page-intro p {
		font-size: 1.6rem;
		line-height: 2.2rem;
		margin: 50px 20% 50px 0;
	}
}
@media screen and (max-width: 800px) {
	.page-intro p {
		font-size: 1.4rem;
		line-height: 1.9rem;
		margin: 50px 0 40px 0;
	}
	.page-intro h2 {
		font-size: 1.6rem;
		line-height: 2.4rem;
		margin: 0px 0 150px 0;
	}
	.pod-page-intro p {
	font-size: 1.4rem;
	line-height: 1.9rem;
	margin: 50px 20% 70px 0;
	}
}
@media screen and (max-width: 600px) {
	.page-intro p {
		font-size: 1.2rem;
		line-height: 1.7rem;
		width: 95%;
	}
	.pod-page-intro p {
		font-size: 1.2rem;
		line-height: 1.7rem;
		margin: 30px 20% 30px 0;
		width: 95%;
}
}


/* ABOUT PAGE - Two trading posts in two columns */
.trading-columns {
  display: flex;
  gap: 16%;           /* space between columns */
  justify-content: flex-start;  /* align items left */
  margin-top: 2rem;
  width: 100%;         /* full width container */
}
.trading-column {
  flex: 1 1 52%;       /* grow, shrink, basis */
  min-width: 260px;    /* prevent columns from getting too narrow */
}

@media screen and (max-width: 1200px) {
	.trading-columns {	
		gap: 8%;           /* space between columns */
	}
}
@media screen and (max-width: 600px) {
	.trading-columns {
		flex-direction: column;   /* prevent wrapping onto new lines */
	}
	.trading-column {
		margin-top: 80px;
}
}


/*____PODs CONTENT POSITIONING AND STYLING_____*/
/*ABOUT US - TRADING - PODs Content */
#what-we-do {
    display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.pod-trades-summary {
	align-content: flex-start;
	margin: 30px 0 0 0;
}
.pod-trades-summary:hover {
	opacity: 0.3;
	transition: 3ms;
}
#what-we-do .trade-photo {
	max-width: 200px;
	max-height: 150px;
	object-fit: cover; /* Scale image to cover entire container */
    object-position: center center;
	border-top: 4px solid var(--brand-p2);
}
.trade-name-summary h2 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 110%;
	text-transform: uppercase;
	color: var(--brand-p1);
}
/*.pod-content {
	margin: 30px 0 30px 0;
}*/



@media screen and (max-width: 600px) {
	#what-we-do {
		flex-direction: column;
	}
	#what-we-do .trade-photo {
		max-width: 100%;
		max-height: 100%;
	}
	.trade-name-summary h2 {
		font-size: 1.2rem;
	}
}

/*TRADING - PODs Content */
.pod-trades {
	margin: 150px 0 100px 0;
}
.trade-photo {
	width: 100vw;
	max-height: 90vh;
	object-fit: cover; /* Scale image to cover entire container */
    object-position: bottom center;
	border-top: 8px solid var(--brand-p2);
}
.trade-photo-wealth {
	width: 250px;
	border: 8px solid var(--brand-s1);
}
.trade-photo-entre {
	width: 250px;
	border: 8px solid var(--brand-s2);
}

.trade-name::before {
	content: '';
    position: absolute;
    transform: translateY(0%); /* Adjust the centering */
    display: block;
    width: 50px;
    height: 50px;
    background: url('') no-repeat center center;
    background-size: contain;
}
.product-quote p {
	font-size: 1.3rem;
	font-weight: 500;
	color: var(--brand-p1);
	line-height: 2.2rem;
	letter-spacing: 1px;
	margin: 80px 5% 0 5%;
}
.product-quote p::before {
	content: '"';
	display: inline;
	font-size: 2.5rem;
	font-weight: 500;
	color: var(--brand-p2);
}
.product-quote p::after {
	content: '"';
	display: inline;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1rem;
	vertical-align: sub;
	color: var(--brand-p2);
}
.pod-trade-content br {
	display: block;
	content: "";
	margin-bottom: 15px;
}
.trade-products {
	margin: -20px 15% 0 15%;
}
.trade-products ul {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 110%;
	text-transform: uppercase;
	list-style: none;
	text-align: center;
	padding-left: 0;
	margin-left: 0;
}
.trade-products li {
	font-family: 'Robot';
	background-color: var(--brand-p2-light);
	padding: 10px 0;
	margin-bottom: 20px;
}

/*  Trade Product Detail */
.wealth h2 {
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	margin: -40px 0 30px 0;
	color: var(--brand-s1);
}
.entre h2 {
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	margin: -40px 0 30px 0;
	color: var(--brand-s2);
}
.pod-products {
	display: flex;
	margin: 0 0 30px 0;
}
.photo-wrap-product {
	align-content: flex-start;
	flex-shrink: 0; /* Prevents the wrapper from shrinking */
    margin: 0 60px 0 0;
    width: 220px;
}
.product-photo {
	width: 100%;
    height: auto;
}
.pod-products-2column {
	width: 100%;
	}
.pod-products-2column .pod-product-item-team h3 {
	margin: 0 0 10px 0;
}
.pod-products-2column p {
	margin: 5px 0 0 0;
}

/*  Trade Sub Category */
.trade-listed-details h5 {
	color: var(--brand-p2);
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.75px;
	margin-bottom: -50px;
}
.trade-listed-details p {
	color: var(--brand-p1);
	font-weight: 500;
	font-size: 1.2rem;
}
.trade-listed-details br {
	display: block;
	content: "";
	margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
	.photo-wrap-product {
		width: 200px;
	}
	.trade-photo-wealth {
		width: 200px;
		border: 6px solid var(--brand-s1);
	}
	.trade-photo-entre {
		width: 200px;
		border: 6px solid var(--brand-s2);
	}
}
@media screen and (max-width: 800px) {
	.pod-trades {
		margin: 110px 0 80px 0;
	}
	.photo-wrap-product {
		width: 160px;
	}
	.trade-photo {
		max-height: 50vh;
	}
	.trade-photo-wealth {
		width: 160px;
		border: 6px solid var(--brand-s1);
	}
	.trade-photo-entre {
		width: 160px;
		border: 6px solid var(--brand-s2);
	}
	.product-photo {
		width: 100%;
	}
	.trade-name h1 {
		font-size: 2rem;
		margin: 60px 0 40px 0;
		position: relative;
	}
	.trade-name::before {
		transform: translateY(-5%); /* Adjust the centering */
		width: 40px;
		height: 40px;
	}
	.trade-products {
		margin: -20px 0 0 0;
	}
	.trade-products ul {
		font-size: 1.1rem;
	}
	.product-quote p {
		font-size: 1.1rem;
		line-height: 1.8rem;
		margin: 30px 5% 0 5%;
	}
	.product-quote p::before {
		font-size: 2.3rem;
	}
	.product-quote p::after {
		font-size: 2.3rem;
	}
	.wealth h2 {
		margin: -20px 0 30px 0;
	}
	.entre h2 {
		margin: -20px 0 30px 0;
	}
}
@media screen and (max-width: 600px) {
	.pod-products {
		flex-direction: column;
		width: 90%;
		margin: 60px 0 80px 0;
		border-bottom: 0px solid var(--brand-p2);
	}
	.product-photo {
		width: 80%;
	}
	.pod-products-2column {
		width: 70%;
	}
	.photo-wrap-product {
		margin: 0 0 0 0;
		width: 80%;
		align-self: flex-end;
		flex-shrink: 0; /* Prevents the wrapper from shrinking */
	}
	.pod-trades {
		margin: 60px 0 80px 0;
	}
	.product-quote p {
		font-size: 1rem;
		line-height: 1.5rem;
		margin: 15px 5% 0 5%;
	}
	.product-quote p::before {
		font-size: 2.1rem;
	}
	.product-quote p::after {
		font-size: 2.1rem;
	}
}


/* TEAM - PODs Content */
/* Flex Box and Items */
.pod-contacts {
	display: flex;
	align-items: flex-start; /* ensure children align at top */
	margin: 150px 0 100px 0;
}
/* Photo wrapper to keep image in proportional height */
.photo-wrap-contact {
	align-self: flex-start;
	flex-shrink: 0; /* Prevents the wrapper from shrinking */
    margin: 0 60px 0 0;
    width: 220px;
}
.contact-photo {
	width: 90%;
    height: auto;
}
/* Fix the content alignment */
.pod-content {
    align-self: flex-start;   /* force it to top */
    padding: 40px 150px 0 0;
	margin: 0;
}
/* 
.pod-contact-content {
    padding: 0 35px 0 0;
} */
.pod-product-item-wealth,
.pod-product-item-entre,
.pod-product-item-team  {
	padding: 0 0 10px 0;
}
.pod-product-item-wealth  {
	border-bottom: 2px solid var(--brand-s1);
}
.pod-product-item-entre  {
	border-bottom: 2px solid var(--brand-s2);
}
.pod-product-item-team  {
	border-bottom: 2px solid var(--brand-p2);
}
.pod-product-item-wealth h3,
.pod-product-item-entre h3,
.pod-product-item-team h3 {
	font-family: 'Cormorant Garamond', serif;
	text-transform: none;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 3rem;
	color: var(--brand-p1);
	margin: 0 0 0 0;
}
.pod-content p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300;
}
.pod-product-end-line p {
    font-size: 1.4rem;
	line-height: 130%;

	letter-spacing: 1px;
	color: var(--brand-p2);
	margin: 20px 0 0 0;
}
@media screen and (max-width: 1200px) {
	.pod-product-item-wealth h3,
	.pod-product-item-entre h3,
	.pod-product-item-team h3 {
		font-size: 2.2rem;
		line-height: 2.7rem;
	}
	.pod-product-end-line p {
    	font-size: 1.3rem;
	}
	.pod-content {
    	padding: 30px 70px 0 0;
	}
}
@media screen and (max-width: 800px) {
	.pod-product-item-wealth h3,
	.pod-product-item-entre h3,
	.pod-product-item-team h3 {
		font-size: 2.2rem;
		line-height: 2.7rem;
	}
	.pod-product-end-line p {
    	font-size: 1.4rem;
	}
	.pod-content p {
		font-size: 0.9rem;
		line-height: 1.4rem;
	}
	.pod-content {
    	padding: 30px 0 0 0;
	}
}


/*  Member Sub Category */
.contact-listed-details h3 {
    font-weight: 500;
    font-size: 1.1rem;
	text-transform: uppercase;
	margin: 0 0 -40px 0;
}
.contact-listed-details {
	color: var(--brand-p1);
}
@media screen and (max-width: 1200px) {
	.photo-wrap-contact {
		width: 200px;
	}
	.contact-photo {
	width: 100%;
    height: auto;
}

}
@media screen and (max-width: 800px) {
	.pod-contacts {
		margin: 110px 0 80px 0;
	}
	.photo-wrap-contact {
		width: 160px;
	}
}
@media screen and (max-width: 600px) {
	.pod-contacts {
		flex-direction: column;
		width: 90%;
		margin: 60px 0 80px 0;
		border-bottom: 0px solid var(--brand-p2);
	}
	.photo-wrap-contact {
		margin: 0 0 0 0;
		width: 60%;
		align-self: flex-end;
		flex-shrink: 0; /* Prevents the wrapper from shrinking */
	}
}


/* LOCATION - PODs Content */
.page-content-flex-wrap {
	display: flex;
    flex-wrap: wrap;
}
.pod-locations {
	margin: 50px 0 0 10%;
	padding: 30px 40px 20px 40px;
    flex-basis: calc(50% - 15%);
}
/*  Name */
.pod-locations h2 {
	font-weight: 300;
	color: var(--brand-p2);
	margin: -10px 0 -10px 0;
}
/*  Contact */
.pod-locations a {
	font-weight: 100;
	color: var(--brand-p1);
}
.pod-locations a:hover {
	color: var(--brand-p2);
}
/*  Opening Times */
.pod-locations h3 {
    font-weight: 500;
    font-size: 1.1rem;
	margin: 0 0 0 0;
}
/*  Lcation Sub Category */
.location-listed-details h3 {
	color: var(--brand-p2);
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.75px;
	margin-bottom: -40px;
}
.location-list-item p {
	color: var(--brand-p1);
	font-weight: 300;
	font-size: 1rem;
}
@media screen and (max-width: 1200px) {
	.pod-locations {
        margin: 50px 0 0 5%;
        flex-basis: calc(50% - 7.5%);
	}
}
@media screen and (max-width: 800px) {
	.pod-locations {
        margin: 0 5% 20px 5%;
        flex-basis: 100%;
	}
}
@media screen and (max-width: 600px) {
    .page-content-flex-wrap {
        flex-direction: column;
    }
}


/* FOOTER ALL - Flexbox */
.site-footer {
    padding: 0 20px;
	height: 500px;
	background: url('') no-repeat center center;
    background-size: cover;
	display: flex;
	align-items: flex-end;
}
.site-info {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-grow: 1; /* Ensure it takes up the available space */
    align-items: flex-end; /* Align items to the bottom */
}
.footer-navigation {
	display: flex;
	flex-direction: column;
}
.footer-content-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-top: auto;
}
.footer-sidebar {
	display: flex;
	flex-direction: column;
	margin-top: auto;
}

/* footer items and links */
.site-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#site-navigation-footer {
	margin: 5px 0 0px 0;
}
#site-navigation-footer ul {
	display: flex;
	flex-direction: column;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    font-size: 0.8rem;
	list-style: none;
	padding: 0;
	margin: 0;
}
#colophon a { 
    color: var(--brand-p1);
	text-decoration: none;
}
#colophon a:hover {
	color: var(--brand-p2);
}
.social-icon {
    margin: 5px 0 10px 0;
    width: 15%;
	height: auto;
}
.logo-link {
	width: 150px;
	margin: 0 0 16px 0;
}
.built-by p {
    color: var(--brand-p1);
    font-size: 0.8rem;
	line-height: 110%;
	letter-spacing: -0.2px;
	font-weight: 400;
    margin: -20px 0 15px 0;
	text-align: left;
}

@media screen and (max-width: 600px) {
	.site-footer {
		height: 550px;
		padding: 0 10px 0 10px;
	}
	.site-info {
		display: flex;
        flex-direction: column;
		align-items: center;
	}
	.footer-content-right {
		order: 1;
	}
	.footer-content-left {
		order: 2;
	}
	.footer-navigation {
		order: 1;
	}
	.footer-sidebar {
		order: 2;
	}
	.built-by {
		order: 3;
	}
	#site-navigation-footer {
		margin: 0 0 0 0;
	}
	#site-navigation-footer ul {
		margin: 15px 0 15px 0;
		align-items: center;

	}
	.social-icon {
		margin: 0 40% 10px 40%;
		width: 20%;
	}
	.logo-link {
		margin: 30px 0 10px 0;
	}
	.built-by p {
		margin: 0 0 15px 0;
	text-align: center;
	}
}

/* ----- SMART SLIDER ------- */

/* Slider styling */
.slider-heading-block {
	background-color: var(--brand-p1-opacity-dark);
}


/* ----- WIDGETS ------- */

/* SIDEBAR - Submit and call Button */
.widget-area {
	display: inline-block;
	margin: 5px 20px 5px 0px;
}
.widget-button h4 {
	color: var(--brand-p1);
}
.widget-button {
	padding: 1px 0 1px 0;
	line-height: 0.3rem;
	min-width: 250px;
	text-decoration: none;
	text-align: center;
	background-color: var(--brand-p2-light);
}
.widget-button:hover {
	transition: ease-in 0.15s;
	background-color: var(--brand-p2-mid);
}
/* Buttons Layout*/
.widget-connect {
	text-align: left;
	margin: 0 10% 40px 0;
}
@media screen and (max-width: 600px) {
	.widget-connect {
        margin: 0 5% 0 5%;
		text-align: center;
	}
}


/* SIDEBAR - POD company Details */
.widget-area p {
    color: var(--brand-p1);
	font-size: 0.7rem;
	margin: 0 5px 0 0px;
	font-weight: 300;
	text-align: left;
}
.widget-area p span {
	color: var(--brand-p1);
	font-weight: 500;
}
@media screen and (max-width: 600px) {
	.widget-area p {
		margin: 0 0 -25px 0;
		text-align: center;

	}
}

/*BENEFITS - PODs Content */
.benefits {
	margin: 150px 0 200px 0;
}
.benefit-blocks {
    padding: 0;
}
.benefit-blocks ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0;
    margin: 0 -20px 0 0;
    grid-auto-rows: 1fr; /* Make all rows equal height */
}
.benefit-blocks li {
    list-style: none;
    border: 2px solid var(--brand-p2-mid);
    text-transform: uppercase;
    padding: 20px;
    box-sizing: border-box;
	display: flex;              /* Make li a flex container */
    justify-content: center;    /* Center horizontally */
    align-items: center;        /* Center vertically */
    text-align: center;         /* Align text in the center */
}
.benefit-blocks li:hover {
	transition: ease-in 0.15s;
    background-color:  var(--brand-p2-mid);
	border: 2px solid var(--brand-p2-light);

}

/* Tablet: 2 per row */
@media (max-width: 800px) {
    .benefit-blocks ul {
        grid-template-columns: repeat(2, 1fr);
    }
	.benefits {
		margin: 0 0 200px 0;
	}
}
/* Mobile: 1 per row */
@media (max-width: 500px) {
	.benefit-blocks ul {
		grid-template-columns: 1fr; /* One column */
		justify-items: center;      /* Center items horizontally */	
	}
	.benefit-blocks li {
		width: 100%; /* Optional: or max-width: 100% for full width */
  	}
}


/* SIDEBAR - Company Charter*/
/*.block-list.widget_block {
	margin-left: -20px;
}
.block-list ul {
    list-style: none;
	margin-left: 0px;
}
.block-list li {
	position: relative;
	color: var(--brand-p1);
	font-weight: 300;
	font-size: 1rem;
	line-height: 150%;
	margin: 20px 0 20px 0;
}
/*
.block-list li::before {
	content: '';
	position: absolute;
	left: -1.5em;
    top: 0.5em; 
    width: 7px;
    height: 7px;
	background-color: var(--brand-p2);
}*/


@media screen and (max-width: 800px) {
	.block-list {
		margin-left: 0;
	}
	.block-list li {
		font-size: 0.8rem;
	}
}

/* PARALLAX SCROLL - Section*/
.parallax-section {
    margin: 0 0 0 0; /* normal spacing for image or image+text */
}
.parallax-section.parallax-text-only {
    margin: 0 0 0 0; /* text only spacing */
}
.parallax-section-noimage {
    margin-top: 0px;
}
.parallax-container {
	position: relative;
	height: 120vh;
	margin: 100px 0 0 0;
	/*background-attachment: fixed;*/
	background-size: cover;
	background-position: center top;

	border-top: 10px solid var(--brand-p1);
}
.parallax-container-small {
	position: relative;
	height: 80vh;
	margin: 100px 0;
	/*background-attachment: fixed;*/
	background-size: cover;
	background-position: center top;
	border-top: 10px solid var(--brand-p1);
}
.parallax-mobile-image {
    display: none;
    width: 100%;
    height: auto;
}
/* Use CSS variables to switch desktop / mobile background */
.parallax-has-image .parallax-container {
    background-image: var(--desktop-bg, none);
}
.parallax-image-only {
    text-align: center; /* center the image horizontally */
    margin: 0 0; /* optional spacing */
	border-top: 10px solid var(--brand-p1);
}

.parallax-image-only .image-wrapper img {
    max-width: 100%; /* ensure image scales on smaller screens */
    height: auto;
    display: inline-block;
}


/* Mobile background swap */
@media (max-width: 800px) {
	.parallax-section {
    	margin: 0 0 0 0;
}
    .parallax-has-image .parallax-container {
        background-image: var(--mobile-bg, var(--desktop-bg));
    }
	.parallax-container {
		height: 80vh;
		margin: 0 0;
	}
	.parallax-container-small {
		height: 60vh;
		margin: 0 0;
	}
}
@media (max-width: 800px) and (orientation: landscape) {
	.parallax-has-image .parallax-container {
        background-image: var(--desktop-bg);
    }
	.parallax-container {
		height: 120vh;
		margin: 0 0;
	}
	.parallax-container-small {
		height: 120vh;
		margin: 0 0;
	}
}


/* Parallax SIMPLE Text Styling */
.parallax-block h2 {
	position: absolute;
    bottom: 0; /* Stick to bottom of .parallax */
	left: 0;
    width: 100%;
	padding: 8px 20px;
	font-size: 1em;
	font-weight: 300;
	align-content: bottom;
	color: var(--brand-p1);
    text-align: center;
	/*background-color: var(--brand-p1-opacity-light);*/
}


/* Parallax ONTOP AS HIGHLIGHT Text Styling */
.parallax-block-rightalign {
    font-family: 'Cormorant Garamond', serif;
    text-align: right;      /* Push all inline content to the right */
}

.parallax-text-topright {
    display: inline-block;  /* Shrink to text content width */
	position: relative;
	margin: 100px 100px 50px 0;
	padding-right: 20px;     /* spacing between text and vertical line */
}

.parallax-wealth h2,
.parallax-entre h2,
.parallax-team h2 {
    width: 280px;             /* Restrict width */
    text-align: right;      /* Align text inside to the right */
    color: var(--brand-p1);
    font-size: 1.4rem;
	line-height: 130%;
    font-weight: 300;
	margin: 0;               /* reset default h2 margins */
	letter-spacing: 0.5px;
}
@media screen and (max-width: 1200px) {
	.parallax-text-topright {
		margin: 100px 70px 50px 0;
	}
}
@media screen and (max-width: 800px) {
	.parallax-text-topright {
		margin: 100px 30px 50px 0;
	}
}
/* Add a span for the vertical bar in your HTML wrapper */
.parallax-wealth,
.parallax-entre,
.parallax-team {
    position: relative; /* anchor pseudo-elements */
}
.parallax-wealth .bar,
.parallax-entre .bar,
.parallax-team .bar {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;   /* full height */
    width: 4px;
}

/* Horizontal ticks */
.parallax-wealth::before,
.parallax-wealth::after,
.parallax-entre::before,
.parallax-entre::after,
.parallax-team::before,
.parallax-team::after {
    content: '';
    position: absolute;
    right: 0;
    width: 10px;
    height: 4px;
}
/* Verticle ticks */
.parallax-wealth .bar { background: var(--brand-s1); }
.parallax-entre .bar { background: var(--brand-s2); }
.parallax-team  .bar { background: var(--brand-p2); }


/* Top ticks */
.parallax-wealth::before { top: 0; background: var(--brand-s1); }
.parallax-entre::before { top: 0; background: var(--brand-s2); }
.parallax-team::before  { top: 0; background: var(--brand-p2); }

/* Bottom ticks */
.parallax-wealth::after { bottom: 0; background: var(--brand-s1); }
.parallax-entre::after  { bottom: 0; background: var(--brand-s2); }
.parallax-team::after   { bottom: 0; background: var(--brand-p2); }


/* HIGHLIGHT BLOCK OUTSIDE OF IMAGE */
.highlight-block {
    font-family: 'Cormorant Garamond', serif;
    position: relative;
    text-align: right;
    margin: 100px 10px 100px 0;
}

.highlight-wealth,
.highlight-entre,
.highlight-team {
    display: inline-block;
    position: relative;   /* anchor for bar + ticks */
    padding-right: 20px;
}

/* Text styling */
.highlight-wealth h2,
.highlight-entre h2,
.highlight-team h2 {
    width: 280px;
    text-align: right;
    color: var(--brand-p1);
    font-size: 1.4rem;
    line-height: 130%;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin: 0;
}

/* Vertical bar */
.highlight-wealth .bar,
.highlight-entre .bar,
.highlight-team .bar {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;   /* full height */
    width: 4px;
}

/* Horizontal ticks */
.highlight-wealth::before,
.highlight-wealth::after,
.highlight-entre::before,
.highlight-entre::after,
.highlight-team::before,
.highlight-team::after {
    content: '';
    position: absolute;
    right: 0;
    width: 10px;
    height: 4px;
}

/* Assign colors to vertical bars */
.highlight-wealth .bar { background: var(--brand-s1); }
.highlight-entre .bar  { background: var(--brand-s2); }
.highlight-team  .bar  { background: var(--brand-p2); }

/* Top ticks */
.highlight-wealth::before { top: 0;    background: var(--brand-s1); }
.highlight-entre::before  { top: 0;    background: var(--brand-s2); }
.highlight-team::before   { top: 0;    background: var(--brand-p2); }

/* Bottom ticks */
.highlight-wealth::after { bottom: 0; background: var(--brand-s1); }
.highlight-entre::after  { bottom: 0; background: var(--brand-s2); }
.highlight-team::after   { bottom: 0; background: var(--brand-p2); }


.end-statement {
	width: 60%;
}
.end-statement p {
	color: var(--brand-p2);
	background-color: var(--brand-p1);
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 3.2rem;
	padding: 0.3em 0.9em; /* controls vertical gap + side padding */

	/* Make background repeat per line */
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone; /* Safari */
}


@media screen and (max-width: 1200px) {
	.end-statement {
		width: 80%;
	}
}
@media screen and (max-width: 800px) {
	.end-statement {
		width: 90%;
	}
	.end-statement p {
		font-size: 1rem;
		line-height: 2rem;

	}
}

/* CALL TO ACTION */
	.call-to-action h2 {
	text-align: center;
	color: var(--brand-p1);
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 100px 85px 0 85px;
	text-transform: uppercase;
	    font-family: 'Roboto', sans-serif;

}
@media screen and (max-width: 800px) {
	.call-to-action h2 {
		font-size: 1rem;
		margin: 50px 20px 0 20px;
	}
}

/* SUB SECTION */
.sub-section h2 {
	text-align: left;
	color: var(--brand-p1);
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 100px 0 50px 0;

}
@media screen and (max-width: 800px) {
.sub-section h2 {
		font-size: 1.3rem;
		margin: 100px 0 50px 0;
		text-align: center;
	}
}

