/*
Theme Name: TCWD Framework 2025
Description: A minimalistic WordPress theme for custom designed sites.
Version: 1.0
Author: Greg Provians
Author URI: www.tropicalcoastwebdesign.com.au
*/

/******************************* LOAD FONTS *******************************/

@font-face {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-style: normal;
	src:url("fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
	font-family: Poppins-SemiBold;
	font-weight: 400;
	font-style: normal;
	src:url("fonts/Poppins/Poppins-SemiBold.ttf");
}

@font-face {
	font-family: Poppins-Bold;
	font-weight: 400;
	font-style: normal;
	src:url("fonts/Poppins/Poppins-Bold.ttf");
}

body {
    font-family: Poppins-Regular, Arial, sans-serif;
    margin: 0;
    padding: 0;
	font-size: 20px;
}

html {

	/* Apply border-box across the entire page. */
	box-sizing: border-box;
	font-family: var(--global--font-secondary);
	line-height: var(--global--line-height-body);
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */

*,
*::before,
*::after {
	box-sizing: inherit;
}

/******************************* HEADING STYLES *******************************/

h1 {
	font-family: Poppins-SemiBold, Helvetica, Arial, "sans-serif";
	font-size: 2em;
	line-height: 1.2em;
	margin: 0 0 24px 0;
	color: #001040;	
}

h1.hide-title {
	font-family: Montserrat-SemiBold, Arial, "sans-serif";
	font-weight: normal;
	font-size: .1em;
	line-height: .1em;
	color: #fff;
	padding: 0px;
	margin-bottom: 0px;
	width: 100%;
}

h2 {
	font-family: Poppins-Bold, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 1.8em;
	line-height: 1.2em;
	color: #000;
	margin: 0 0 24px 0;
}

h2 span{
	font-family: Poppins-Regular, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 20px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #19ACE3;
	margin: 0 0 5px 0;
	display: block;
}

h4 {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	margin-bottom: 15px;
	color: #19ACE3;
	line-height: 1.2em;
	font-weight: normal;
}

h5 {
	font-family: Poppins-Regular, Helvetica, Arial, "sans-serif";
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 0 24px 0;
	color: #001040;	
}

/* HEADER - FEATURED IMAGE BACKGROUND
-------------------------------------------------------------------------------*/


.header-wrap {
  text-align: left;
	width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
	min-height: 400px;
	display: flex;
flex-direction: column;
justify-content: center;
	margin-bottom: 100px;
}

.header-wrap-contents {
	width: 100%;
	max-width: 1400px;
	text-align: center;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0 30px;
}

.header-wrap h1.entry-title {
	color: #fff;
}


/******************************* GENERAL STYLING *******************************/

ul, ol {
	margin: 0 0 24px;
	line-height: 1.714285714;
	padding: 0;
}

ul {
	list-style: disc outside;
}

ol {
	list-style: decimal outside;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

#content li {
	margin: 0 0 0 24px;
	font-size: .8em;
	color: #444;
}

#content li li{
	font-size: 1em;
}

table td {
    
}

td, th {
	padding: 5px;
}

figure {
    margin: 0;
    padding: 0;
}

#content a:link, #content a:visited {
	color: #444;
	text-decoration: none;
}

#content a:hover {
	color: #00465E;
	text-decoration: underline;
}

/* TEXT ELEMENTS - Alignment -------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 12px auto;
}

/******************************* GUTENBERG *******************************/

.alignfull {
margin-left : calc( -100vw / 2 + 100% / 2 );
margin-right : calc( -100vw / 2 + 100% / 2 );
max-width : 100vw;
}

.alignwide {
margin-left : calc( -80vw / 2 + 100% / 2 );
margin-right : calc( -80vw / 2 + 100% / 2 );
max-width : 80vw;
}

.aligncenter {
	max-width: 1400px;
	margin: 0 auto;
}

.wp-block-image.alignfull, .wp-block-image.alignwide {
    max-width: none;
}

/******************************* HEADER *******************************/

#header {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #00465E;
	background-image:url("../../../3waters-images/header-bg.gif");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	border-bottom: 5px solid #19ACE3;
}

#header-main-contents {
	width: 100%;
	height: 160px;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

#header-main-logo {
	float: left;
	position: absolute;
	top: 24px;
	left: 30px;
	width: 346px;
	height: auto;
}

#header-phone {
	float: right;
	position: absolute;
	top: 26px;
	right: 30px;
	width: 50%;
	height: auto;
	text-align: right;
}

#header-main-menu {
	float: right;
	position: absolute;
	bottom: 30px;
	right: 10px;
	width: 50%;
	height: 46px;
	color: #000;
}

/******************************* MENU STYLING *******************************/

	#cssmenu,
	#cssmenu ul,
	#cssmenu li,
	#cssmenu a {
		border: none;
		margin: 0;
		padding: 0;
		line-height: 1;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

	#cssmenu {
		display: block;
		padding: 0;
		margin: 0;
		width: auto;
		border-color: #080808;
	}

/*--- MENU - List Styles ---*/

	#cssmenu,
	#cssmenu > ul > li > ul > li a:hover {

	}

#cssmenu > ul {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

#cssmenu > ul > li {
	position: relative;
	display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}


/*--- Individual Button Styles Go Here ---*/

	#cssmenu > ul > li > a {
		outline: none;
		display: block;
		position: relative;
		padding: 22px 20px 16px;
		text-align: center;
		text-decoration: none;
		font-weight: normal;
		text-transform: uppercase;
		font-size: .8em;
		font-family: Poppins-SemiBold;
		color: #FFFFFF;
	}

	#cssmenu li:first-child a {
		border-left: 0 none;
	}

/*--- Individual Button HOVER Styles Go Here ---*/

	#cssmenu > ul > li > a:hover {
		color: #19ACE3;
	}

	#cssmenu ul li.has-sub:hover > a:after {
		top: 0;
		bottom: 0;
	}

/*--- Sub Menu Dropdown Arrow ---*/

	#cssmenu > ul > li.has-sub {
		padding-right: 10px;  /*--- Extra room for arrow ---*/
	}

	#cssmenu > ul > li.has-sub > a:before {
		content: '';
		position: absolute;
		top: 26px;
		right: 3px;
		border: 5px solid transparent;
		border-top: 5px solid;
	}

/*--- Main Navigation Item with Drop Down Menu Underneath ---*/

	#cssmenu ul li.has-sub:hover > a {
		color: #19ACE3;
		top: 0px;
		z-index: 999;
	}

	#cssmenu ul li.has-sub:hover > ul,
	#cssmenu ul li.has-sub:hover > div {
		display: block;
	}

/*--- Drop Down Sub Menu Position & Width ---*/

	#cssmenu ul li > ul,
	#cssmenu ul li > div {
		display: none;
		position: absolute;
		top: 54px;
		left: 0px;
		padding: 0;
		z-index: 999;
	}

	#cssmenu ul li > ul {
		min-width: 200px;

	}

	#cssmenu li ul li a { 
		width: auto; white-space: nowrap;
	}

	#cssmenu ul li > ul li {
		list-style: inside none;
		padding: 0;
		margin: 0;
		position: relative;
	}

/*--- Drop Down Menu Items Styling ---*/

	#cssmenu ul li > ul li a {
		outline: none;
		display:block;
		position: relative;
		margin: 0;
		padding: 20px 20px 18px;
		text-transform: uppercase;
		font-size: .8em;
		font-family: inherit;
		color: #FFFFFF;
		text-decoration: none;
		text-align: left;
		background-color: #19ACE3;
	}

#cssmenu ul li > ul li:first-child a {
	border-top-right-radius: 15px;
}

#cssmenu ul li > ul li:last-child a {
	border-bottom-left-radius: 15px;
}

/*--- Drop Down Menu Items HOVER effect ---*/

	#cssmenu ul ul a:hover {
		color: #ffff00;
		background-color: #1388B6; /*--- Hover colour of dropdown menu items ---*/
	}

/*--- Sub-Sub Menu Dropdown Arrow ---*/

	#cssmenu > ul > li.has-sub {
		padding-right: 10px;  /*--- Extra room for arrow ---*/
	}

	#cssmenu ul li > ul li.has-sub > a:before {
		content: '';
		position: absolute;
		top: 23px;
		right: 5px;
		border: 5px solid transparent;
		border-left: 5px solid;
	}

	#cssmenu ul ul ul li a {
		outline: none;
		display:block;
		position: relative;
		margin: 0;
		padding: 20px 25px 18px;
		text-transform: uppercase;
		color: #fff;
		text-decoration: none;
		text-align: left;
		border-bottom: 1px dashed #266F41 !important;
		background-color: #001555; 
	}

	#cssmenu ul ul ul li:last-child a {
		border-bottom: none !important;
	}

	#cssmenu ul li > ul li > ul {
		display: none;
		position: absolute;
		top: 0px;
		left: 216px;
		padding: 0;
		z-index: 999;
		border-left: 10px solid rgba(0,0,0,0.00);
		background-color: rgba(0,0,0,0.00);
	}


/* MOBILE MENU - Styles ---------------------*/

/* Hide the mobile menu checkbox */
.mobile-menu-toggle {
    display: none;
}

/* Style the mobile menu toggle button */

.toggle-menu {
    display: block;
    cursor: pointer;
    z-index: 999999; /* Ensure toggle button appears above content */
    position: absolute;
    top: 0px;
    left: 0px;
	color: #fff;
	padding: 12px 18px;
	font-size: 1.4em;
}

/* Style the mobile menu */

.mobile-menu {
    display: none;
    position: absolute;
    top: 70px; /* Adjust as needed */
    left: 20px; /* Adjust as needed */
    background-color: #FFF;
    padding: 0 20px 0;
    z-index: 999999; /* Ensure mobile menu appears above content */
    animation-duration: 0.3s; /* Duration of the animation */
    animation-fill-mode: both; /* Retains the final state of the animation */
	width: 80%;
	max-width: 300px;
	font-size: .8em;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);	
	border: 2px solid #11B3F1;
}

/* Define the animation for sliding */

@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Show the menu when the checkbox is checked */

.mobile-menu-toggle:checked + .toggle-menu + .mobile-menu {
    display: block;
    animation-name: slideIn; /* Use slideIn animation when menu is opened */
}

/* Hide the menu when unchecked */

.mobile-menu-toggle:not(:checked) + .toggle-menu + .mobile-menu {
    animation-name: slideOut; /* Use slideOut animation when menu is closed */
}

/* Additional styling for the mobile menu */

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0;
}

.mobile-menu li {
	margin: 0 0 0 0;
	color: #444;
	font-family: Poppins-Regular, Helvetica, Arial, "sans-serif";
    padding: 10px 10px 8px 20px;
	border-bottom: 1px solid #ccc;
}

.mobile-menu li:last-child {
	margin: 0 0 0 0;
	color: #444;
	font-family: Poppins-Regular, Helvetica, Arial, "sans-serif";
    padding: 10px 10px 8px 20px;
	border-bottom: 0px solid #ccc;
}

.mobile-menu li a {
    text-decoration: none;
    color: #444;
}

.mobile-menu li a:hover {
    color: #016BB5;
	font-weight: bold;
}

.mobile-menu li.menu-item-has-children > ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mobile-menu li.menu-item-has-children > ul.submenu-open {
    max-height: 1000px;
}

/* Closing button style */

.close-menu {
    position: absolute;
    top: 5px;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
    color: #016BB5;
}

/* Parent items with sub-menus */
.mobile-menu li.menu-item-has-children > a {
    position: relative; /* Allow the arrow to be positioned absolutely */
    padding-right: 20px; /* Space for the arrow */
}

/* Arrow indicator styling */
.mobile-menu li.menu-item-has-children > a::after {
    content: '\2304'; /* Unicode character for down arrow */
    position: absolute;
    right: 0px; /* Position it to the right */
    top: 7px;
    transform: translateY(-50%); /* Center the arrow vertically */
    font-size: 0.8em;
    color: #444; /* Arrow color */
}

/* Sub-menu styling */
.mobile-menu ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    z-index: 9999;
    width: 100%;
}

.mobile-menu ul.sub-menu.submenu-open {
    max-height: 1000px; /* or however tall your submenu might be */
}



/* Define the animation for expanding sub-menu */
@keyframes expandDown {
    from {
        max-height: 0;
        opacity: 0;
    }
    to {
        max-height: 500px; /* Set a max-height large enough to fit your content */
        opacity: 1;
    }
}

@keyframes collapseUp {
    from {
        max-height: 500px;
        opacity: 1;
    }
    to {
        max-height: 0;
        opacity: 0;
    }
}

/* Show sub-menu on hover */
.mobile-menu li:hover > ul.sub-menu {
    display: block;
    animation-name: expandDown; /* Use expandDown animation when sub-menu is opened */
}


.mobile-menu li ul li {
	border-bottom: 0px solid #ccc;
	font-size: .9em;
}

/* FOOTER MENU - Styles ---------------------*/

	#footer #cssmenu,
	#footer #cssmenu ul,
	#footer #cssmenu li,
	#footer #cssmenu a {
		border: none;
		margin: 0;
		padding: 0;
		box-sizing: content-box;
		list-style: none;
		text-transform: none;
		text-align: left;
		vertical-align: middle;
		background-color: rgba(0,0,0,0.00);
		display: list-item;
		font-family: Poppins-Regular;
	}

	#footer #cssmenu a {
		font-size: .75em;
			line-height: 2em;
	}

	#footer #cssmenu {
		height: auto;
		display: block;
		padding: 0;
		margin: 0;
		width: auto;
		border-color: #080808;
	}

/*--- MENU - List Styles ---*/

	#cssmenu,
	#cssmenu > ul > li > ul > li a:hover {

	}

#footer #cssmenu > ul {
    display: block;
    align-items: baseline;
    justify-content: center;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
	
}

#footer #cssmenu > ul > li {
	position: relative;
	display: inline-block;
    flex: none; /* Default */
    list-style-type: none;
	width: 48%;
}

/******************************* SLIDESHOW *******************************/

#slideshow-image {
	width: 100%;
	height: auto;
}


/******************************* MAIN BODY *******************************/

/* CONTENT / BODY
-------------------------------------------------------------------------------*/

#wrapper {
	width: 100%;
	height: auto;
	margin: 0px auto;
	background-color: #FFF;
	display: block;
	overflow: hidden;
	}

	#main {
		width: 100%;
		height: auto;
		position: relative;
	}

		#content {
			box-sizing: border-box;
			padding: 0 30px 100px;
			width: 100%;
			max-width: 1400px;
			margin: 0 auto;
		}

	#content p {
		font-size: .8em;
		margin: 0 0 24px 0;
		color: #444;
}

/******************************* FOOTER *******************************/

#footer {
	width: 100%;
	height: auto;
	padding: 60px 30px 80px;
	background-color: #00465E;
}

#footer h5 {
	color: #fff;
	margin-bottom: 13px;
	font-weight: normal;
}

#footer p {
	font-size: .75em;
	line-height: 2em;
}

#footer-contents {
	width: 100%;
	max-width: 1340px;
	height: auto;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

#footer-left {
	width: 32%;
	height: auto;
	float: left;
	margin-right: 5%;
	line-height: 36px;
	vertical-align: middle;
}

#footer-left img{
	line-height: 36px;
	vertical-align: middle;
	margin-right: 15px;
}

#footer-left p {
	margin: 40px 0 0 94px;;
}

#footer-center {
	width: 32%;
	height: auto;
	float: left;
	margin-top: 76px;
	pointer-events: none;
}

#footer-right {
	width: 26%;
	height: auto;
	float: right;
	margin-top: 76px;
}

#footer-right img {
	margin: 5px 20px 0 0;
}

/******************************* COPYRIGHT / LOGIN / T&Cs *******************************/

#notice_footer {
	width: 100%;
	height: auto;
	min-height: 60px;
	background-color: #19ACE3;
	display: block;
	overflow: hidden;
}

#notice_footer a:link, #notice_footer a:visited{
	color: #00465E;
	text-decoration: none;
}

#notice_footer a:hover {
	color: #FFFFFF !important;
	text-decoration:underline;
}

#notice_footer_content {
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	padding: 10px 30px;
	color: #00465E;
	text-align: center;
	vertical-align: middle;
	line-height: 24px; 
	font-size: 14px;
	overflow: hidden;
	clear: both;
}

#notice_footer_mobile {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 auto;
	color: #00465E;
	text-align: center;
	vertical-align: middle;
	line-height: 26px; 
	font-size: 12px;
	display: block;
	overflow: hidden;
	padding: 10px 30px;
}

#notice_footer_left {
	width: 45%;
	max-width: 560px;
	height: auto;
	float: left;
	text-align: left;
	vertical-align: middle;
}

#notice_footer_right {
	width: 45%;
	max-width: 560px;
	height: auto;
	float: right;
	text-align: right;
	vertical-align: middle;
}

/******************************* CONTACT FORM 7 STYLES *******************************/

.wpcf7-form{
	border: none;
	padding:0;
	-webkit-border-radius: 10px;   
    border-radius: 10px;
	width: 100%;
	margin-bottom:21px;
}

.email_terms {
	font-size:13px !important;
	color: #444 !important;
}
	

#two-column{
	width: 100%;
}

#two-column input::placeholder{
	color: #999;
	font-family: Poppins-Regular;
}

#two-column #left{
	width: 48%;
	float: left;
}

#two-column #left p {
    line-height: 25px !important;
}

#two-column #right{
	width: 48%;
	float: right;
}
#two-column p{
margin: 0px !important;
}

#two-column input[type="text"]{
	border:none;
	border:1px solid #19ACE3;
	font-size : .9em;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom:15px;
	width: 100%;
	background-color: #E2F4FC;
}

#two-column .tcwd-as-wrap input[type="text"] {
    margin-bottom: 10px;
}

#two-column input[type="email"]{
	border:none;
	border:1px solid #19ACE3;
	font-size: .9em;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom:15px;
	width: 100%;
	background-color: #E2F4FC;
}

.cta-area #two-column textarea {
	margin-bottom: 7px;
}

#two-column textarea {
    position: relative;
    padding: 10px 15px;
    border:1px solid #19ACE3;
    border-radius: 5px;
	width: 100%;
	margin-bottom: 15px;
	font-size: .9em;
	font-family: Poppins-Regular;
	background-color: #E2F4FC;
}

#two-column textarea::placeholder {
    color: #999;
}


#two-column select {
    border: 1px solid #19ACE3;
    border-radius: 5px;
    padding: 8px 15px 8px 10px;
    margin-bottom: 15px;
    width: 100%;
    color: #999; /* Initial color for placeholder */
    font-size: .9em;
	font-family: Poppins-Regular;
	background-color: #E2F4FC;
}

/* Ensure the placeholder option stays gray */
#two-column select option[value=""] {
    color: #999 !important;
}

/* Change the color when a valid option is selected */
#two-column select:valid {
    color: #333;
}

.wpcf7 select[name="select-an-option"] { color:#aaa; font-size: .9em;}

.wpcf7 select[name="select-an-option"] option { color:#000 !important; font-size: .9em; }


#two-column input[type="submit"]{
	padding:11px 25px 9px;
	background-color: #19ACE3;
	border: 1px solid #19ACE3;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	float:right;
	border-radius: 5px;
	margin:5px 0px 0px 0px;
}

#two-column input[type="text"]:focus, #two-column textarea:focus, #two-column input[type="email"]:focus{
	background: #F1F1F1;
}

#two-column input[type="submit"]:hover{
	background: #148CBA;
	border-color: #148CBA;
	color: #fff;
}

#content .wpcf7-not-valid-tip {
    font-size: .8em;
	margin-bottom: 10px;
	margin-top: -15px;
	text-align: right;
}

#content .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ff0000;
}

#content .wpcf7 form .wpcf7-response-output {
    padding: 0.5em 1em;
    border: 2px solid #008C00;
	font-size: .8em;
	margin: 40px 0px 10px;
}

/******************************* SMART PHONES  UNDER 800 PIXELS *******************************/

@media (max-width: 799px) {
	
h2 {
    font-size: 1.5em;
    line-height: 1.2em;
}
	
#header-main-menu {
    display: none;
}
	
#header-main-contents {
    height: auto;
    overflow: hidden;
	clear: both;
	padding: 30px 10px 50px;
}
	
#header-main-logo {
    float: none;
    position: relative;
    top: 30px;
    left: initial;
    width: 100%;
	text-align: center;
}

#header-main-logo img{
    width: 90%;
	height: auto;
}
	
#header-phone {
    top: 15px;
    right: 18px;
    width: 100%;
}
	
#header-phone img {
    max-width: 180px;
    height: auto;
}
	
#footer {
    padding: 80px 20px;
}
	
#footer p {
    font-size: .7em;
    line-height: 2em;
	margin-left: 0;
}
	
#footer-left, #footer-center, #footer-right {
    width: 100%;
    margin-right: 0;
	float: none;
	margin-bottom: 50px;
	text-align: center;
}

#footer-left {
	text-align: center;
}	
	
#footer-left img{
	width: 90%;
	height: auto;
	margin: auto 0;
}
	
#footer-left p img{
	display: none;
}
	
#footer #cssmenu > ul > li > a {
    font-size: .7em;
}
	
#footer #cssmenu > ul > li {
    width: 100%;
	text-align: center;
}
	
#footer #cssmenu > ul > li a {
    width: 100%;
	text-align: center;
}
	
#footer-right img {
    margin: 5px 10px 0 10px;
}
	
#notice_footer_content {
    display: none;
}
	
#smallgoogle {
    text-align: left;
    padding: 0 0px 10px;
}
	
#notice_footer_left, #notice_footer_right {
    width: 100%;
    max-width: none;
    float: none;
    text-align: center;
}
	
div#n2-ss-2 .n2-font-e6998f744ba0f60193bfb91e98bc6528-paragraph {
    font-size: 160% !important;
}
	
div#n2-ss-2 .n2-font-85b43bd59dec87c3db5d043f5b603e1e-paragraph {
    font-size: 100% !important;
}
	
/* Target just these cards - change .service-box to your wrapper if needed */
.service-box .wp-block-image {
  width: 100%;
  aspect-ratio: 16 / 9;          /* pick the shape you want */
  margin: 0 0 12px;              /* optional - tidy spacing */
  overflow: hidden;              /* crop overflow */
}

.service-box .wp-block-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;             /* fill width, keep proportion, crop if needed */
}

#content .why-choose li {
    margin: 0 0 0 0 !important;
    font-size: .8em !important;
}
	
#content .why-choose h4 {
    line-height: 1.2em;
}
	
#content .why-choose p {
    margin: 0 0 0 0;
    font-size: .8em !important;
}

	.tcwd-as-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* aligns all elements to the right */
  text-align: right;
}

.tcwd-as-q {
  display: flex;
  align-items: center;
  justify-content: flex-end; /* pushes span + input to the right */
  gap: 8px; /* space between question and input */
}
	
#two-column #left {
    width:100%;
    float: none;
}
	
#two-column #right {
    width: 100%;
    float: none;
}


}

/******************************* TABLETS BETWEEN 800 & 1200 PIXELS *******************************/

@media screen and (min-width: 800px) and (max-width: 1199px) { 

h2 {
    font-family: Poppins-Bold, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 1.5em;
    line-height: 1.2em;
    color: #000;
    margin: 0 0 20px 0;
}
	
.why-choose h4 {
    line-height: 1.2em;
	font-size: 19px;
}
	
#content .why-choose p {;
    font-size: .8em !important;
}
	
#header-contact-contents-left {
    display: none;
}
	
#header-main-menu {
    display: none;
}
	
#full-width-menu {
    display: none;
}
	
#header-main-contents {
    padding: 40px 30px 20px;
	height: auto;
}
	
#header-main-address {
    float: none;
    position: relative;
    right: initial;
	top: initial;
    width: 100%;
    text-align: center;
}
	
#header-main-logo {
    float: none;
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
	text-align: center;
}
	
#header-phone {
    float: right;
    position: absolute;
    top: 12px;
    right: 18px;
    width: 50%;
    height: auto;
    text-align: right;
}
	
#header-phone img {
    max-width: 180px;
	height: auto;
}

	
#footer-left p {
    margin: 36px 0 0 40px;
}
	
#footer-left {
    width: 47%;
    margin-right: 3%;
}
	
#footer-center {
    width: 47%;
    float: right;
}
	
#footer-right {
    width: 100%;
    float: none;
	padding-top: 60px;
	overflow: hidden;
	clear: both;
	text-align: center;
}
	
#footer-right img {
    margin: 5px 10px 0 10px;
}
	
#notice_footer_content {
    display: none;
}
	
	
  .blue-strip .wp-block-kadence-column:nth-child(3)::after {
    border-right: none !important;
  }
	
#content .service-box p {
    padding: 0 15px !important;
}
	
}

	/******************************* TESTIMONIALS *******************************/

/* Grid behaviour fix: maintain spacing inside flex grid */
.strong-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;   /* prevent space-around squashing margins */
  align-content: flex-start;
  row-gap: 60px;                 /* adds 60px vertical spacing between rows */
  column-gap: 30px;              /* optional horizontal gap */
	margin-top: 40px;
}

/* Individual testimonial card */
.strong-grid .wpmtst-testimonial {
  margin-bottom: 60px !important;          /* fallback for older browsers */
  padding: 25px 30px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); /* soft glow shadow */
  transition: box-shadow 0.3s ease;
}

/* Optional subtle hover lift */
.strong-grid .wpmtst-testimonial:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}

/* Top row layout */
.wpmtst-testimonial-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

/* Left block: name over company */
.wpmtst-testimonial-content .testimonial-textblock {
  order: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.wpmtst-testimonial-content .testimonial-name {
  font-weight: 700;
  font-size: 1.05em;
  margin: 0 0 2px 0;
}
.wpmtst-testimonial-content .testimonial-company {
  font-size: .7em;
  color: #666;
  margin: 0;
}

/* Right block: image */
.wpmtst-testimonial-content .wpmtst-testimonial-image {
  order: 2;
  margin-left: auto;
  text-align: right;
  float: none !important;
}
.wpmtst-testimonial-content .wpmtst-testimonial-image img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

/* Full-width paragraph below */
#content .wpmtst-testimonial-content p {
  order: 3;
  flex-basis: 100%;
  margin-top: 10px;
  text-align: left;
	font-size: .7em;
}

/* Remove legacy clearers */
.wpmtst-testimonial-content .maybe-clear {
  display: none;
}

/* 1 column on very small screens */
@media (max-width: 700px) {
  .strong-grid .wpmtst-testimonial {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    float: none !important;
  }
}

/* Exactly 2 columns between 480–935 px */
@media (min-width: 701px) and (max-width: 935px) {
  .strong-grid {
    justify-content: flex-start;     /* no space-around */
    column-gap: 30px;                 /* keep your 30 px horizontal gap */
    row-gap: 0px;                    /* keep your 60 px vertical gap */
  }
  .strong-grid .wpmtst-testimonial {
    flex: 0 1 calc(50% - 15px) !important;  /* 2 cols accounting for 30 px gap */
    max-width: calc(50% - 15px) !important;
    box-sizing: border-box;
    float: none !important;                 /* kill any legacy floats */
    margin-bottom: 60px;                    /* fallback for older Safari */
  }
}

.strong-rating {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
	margin-top: 40px;
}
/* Make sure stars are visible */
.wpmtst-testimonial .strong-rating,
.wpmtst-testimonial .wpmtst-testimonial-rating,
.wpmtst-testimonial .wpmtst-rating,
.wpmtst-testimonial .wpmtst-testimonial-field.testimonial-rating {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center;
  line-height: 1;
}

/* Optional: spacing if stars sit with name/company */
.testimonial-textblock .strong-rating,
.testimonial-textblock .wpmtst-testimonial-rating {
  margin-top: 4px;
}


/******************************* DESKTOPS AND NOTEBOOKS OVER 1200 PIXELS *******************************/

@media (min-width: 1200px) {
	
.toggle-menu, .mobile-menu {
        display: none;
}
	
#notice_footer_mobile {
    display: none;
}

}




/* 1) Set this to your actual horizontal gutter between columns */
.blue-strip { --divider-gap: 30px; } /* e.g. 20px, 30px, etc. */

/* 2) Draw the divider halfway into the gap */
.blue-strip .wp-block-kadence-column {
  position: relative; /* anchor the pseudo element */
}

.blue-strip .wp-block-kadence-column:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(calc(var(--divider-gap) / 2));
  width: 0;
  border-right: 1px solid #55C2EC;
  pointer-events: none;
}

.blue-strip .wp-block-image img {
    margin-top: 30px;
}

/* Optional - hide dividers when columns stack on mobile */
@media (max-width: 767px) {
  .blue-strip .wp-block-kadence-column::after { display: none; }
}

#content .blue-strip p{
	font-family: Poppins-SemiBold !important;
	color: #00465E !important;
	font-size: .8em !important;
	margin-top: 20px !important;
}

/******************************* CUSTOM PAGE CSS *******************************/

.call-now .wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    box-shadow: none;
    text-decoration: none;
    padding: 10px 40px 8px;
    font-size: .8em;
	border-radius: 10px;
}

.service-box h4 {
	color: #fff;
	margin: 30px 20px 15px 20px;
}

#content .service-box p {
	color: #fff;
	font-size: .7em;
	margin: 0 0 20px 0 !important;
	padding: 0 20px;
}

.service-box .wp-block-button__link {
    padding: 8px 40px 6px;
    font-size: .7em;
	font-weight: bold;
	margin-bottom: 30px;
}

.service-box .wp-block-image {
	background-color: #fff;
}

.service-box .kt-inside-inner-col {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-box .kt-inside-inner-col > .wp-block-buttons {
  margin-top: auto; /* pushes it to the bottom */
}

.why-choose h2 {
	margin-bottom: 20px;
}

.why-choose ul {
  list-style: none; /* Remove default bullets */
  padding-left: 0; /* Optional - removes default padding */
	margin: 30px 0 30px 0;
}

.why-choose ul li {
  background: url('https://tcwdstaging.com.au/3waters/wp-content/uploads/2025/10/tick.png') no-repeat left center;
  background-size: 54px 39px; /* Match your image size */
padding: 10px 0 10px 74px; /* top padding = 10px below image */
  margin: 0 0 15px 0 !important; /* Optional spacing between list items */
	color: #fff;
}

.why-choose h4 {
	color: #fff;
	line-height: 1em;
	margin: 0 0 5px 0;
}

#content .why-choose p {
	margin: 0 0 0 0;
	font-size: .7em;
}

h2.spaced-header {
	margin-bottom: 50px;
}

/******************************* TESTIMONIALS *******************************/

/* Grid behaviour fix: maintain spacing inside flex grid */
.strong-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;   /* prevent space-around squashing margins */
  align-content: flex-start;
  row-gap: 60px;                 /* adds 60px vertical spacing between rows */
  column-gap: 30px;              /* optional horizontal gap */
	margin-top: 40px;
}

/* Individual testimonial card */
.strong-grid .wpmtst-testimonial {
  margin-bottom: 60px !important;          /* fallback for older browsers */
  padding: 25px 30px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); /* soft glow shadow */
  transition: box-shadow 0.3s ease;
}

/* Optional subtle hover lift */
.strong-grid .wpmtst-testimonial:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}

/* Top row layout */
.wpmtst-testimonial-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

/* Left block: name over company */
.wpmtst-testimonial-content .testimonial-textblock {
  order: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.wpmtst-testimonial-content .testimonial-name {
  font-weight: 700;
  font-size: 1.05em;
  margin: 0 0 2px 0;
}
.wpmtst-testimonial-content .testimonial-company {
  font-size: .7em;
  color: #666;
  margin: 0;
}

/* Right block: image */
.wpmtst-testimonial-content .wpmtst-testimonial-image {
  order: 2;
  margin-left: auto;
  text-align: right;
  float: none !important;
}
.wpmtst-testimonial-content .wpmtst-testimonial-image img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

/* Full-width paragraph below */
#content .wpmtst-testimonial-content p {
  order: 3;
  flex-basis: 100%;
  margin-top: 10px;
  text-align: left;
	font-size: .7em;
}

/* Remove legacy clearers */
.wpmtst-testimonial-content .maybe-clear {
  display: none;
}

/* 1 column on very small screens */
@media (max-width: 700px) {
  .strong-grid .wpmtst-testimonial {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    float: none !important;
  }
}

/* Exactly 2 columns between 480–935 px */
@media (min-width: 701px) and (max-width: 935px) {
  .strong-grid {
    justify-content: flex-start;     /* no space-around */
    column-gap: 30px;                 /* keep your 30 px horizontal gap */
    row-gap: 0px;                    /* keep your 60 px vertical gap */
  }
  .strong-grid .wpmtst-testimonial {
    flex: 0 1 calc(50% - 15px) !important;  /* 2 cols accounting for 30 px gap */
    max-width: calc(50% - 15px) !important;
    box-sizing: border-box;
    float: none !important;                 /* kill any legacy floats */
    margin-bottom: 60px;                    /* fallback for older Safari */
  }
}

.strong-rating {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
	margin-top: 40px;
}
/* Make sure stars are visible */
.wpmtst-testimonial .strong-rating,
.wpmtst-testimonial .wpmtst-testimonial-rating,
.wpmtst-testimonial .wpmtst-rating,
.wpmtst-testimonial .wpmtst-testimonial-field.testimonial-rating {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center;
  line-height: 1;
}

/* Optional: spacing if stars sit with name/company */
.testimonial-textblock .strong-rating,
.testimonial-textblock .wpmtst-testimonial-rating {
  margin-top: 4px;
}

.cta-area #two-column {
	margin-top: 20px;
}

#content .contact-page p {
	line-height: 30px;
	vertical-align: middle;
}

#content .contact-page p img {
	line-height: 30px;
	vertical-align: middle;
	margin: 0 15px 3px 0;
}

#content .contact-page h2 {
	margin-bottom: 30px;
}

.captcha-image {
	width: 100%;
	border:1px solid #19ACE3;
    padding: 10px;
	background-color: #E2F4FC;
	border-radius: 5px;
	margin-top: -7px;
	margin-bottom: 9px;
}
