/*
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 *******************************/

/* Kill WP's automatic admin-bar push-down to avoid double spacing */
html { margin-top: 0 !important; }
@media (max-width: 782px) {
  html { margin-top: 0 !important; }
}

@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: Oswald-Regular;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Oswald/Oswald-Regular.ttf");
}

@font-face {
	font-family: Oswald-Bold;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Oswald/Oswald-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: Oswald-Bold, Poppins-SemiBold, Helvetica, Arial, "sans-serif";
	font-size: 2.5em;
	line-height: 1.2em;
	margin: 0 0 20px 0;
	color: #fff;	
}

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: Oswald-Bold;
	font-size: 2.1em;
	font-weight: 400;
	padding: 0;
	margin: 0 0 20px 0;
	line-height: 1.4em;
	color: #000;
	text-align: left;
}

h3 {
	font-family: Oswald-Bold;
	font-size: 1.8em;
	font-weight: 400;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	line-height: 1.2em;
	color: #B52100;
	text-align: left;
	display: inline-block;
	position: relative; /* important */
}

h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 124px; /* fixed length */
	height: 3px;
	background: #B52100;
}

h4 {
	font-family: Oswald-Regular;
	font-size: .9em;
	font-weight: 400;
	padding: 0 20px 10px 0;
	line-height: 1.2em;
	color: #B52100;
	margin: 0 0 22px 0;
	text-align: left;
}

h5 {
	font-family: Oswald-Regular;
	font-size: 1.2em;
	font-weight: 400;
	padding: 0 40px 10px 0;
	line-height: 1.4em;
	color: #B52100;
	margin: 0 0 24px 0;
	border-bottom: 1px solid #4ADEFF;
	text-align: left;
	display: inline-block;
}

.home-page-services h5 {
	border-bottom: none;
	padding: 0 0 0 0;
	margin: 0 0 6px 0;
}

/* HEADER - FEATURED IMAGE BACKGROUND
-------------------------------------------------------------------------------*/

:root {
  --header-h: 170px;   /* height of header-main-contents */
  --banner-h: 400px;   /* total fixed height of .header-wrap */
}

.header-wrap {
  text-align: left;
  width: 100vw;
  position: relative;             /* anchor for absolute child */
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: var(--banner-h);        /* fixed height */
  background-size: cover;         /* if you’re using a bg image */
  background-position: center;
  overflow: hidden;
}

.header-wrap-contents {
  position: absolute;
  left: 50%;
  top: 50%;                       /* center vertically within 400px */
  transform: translate(-50%, -50%); /* perfectly centered */
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;

  /* tidy */
  height: auto;
  line-height: normal;
  vertical-align: baseline;
}

.header-wrap h1.entry-title {
  text-shadow: 1px 1px 2px black;
  color: #fff;
}




/******************************* GENERAL STYLING *******************************/

ul, ol {
	margin: 0 0 24px;
	line-height: 1.714285714;
	padding: 0;
}

ul {
	list-style: disc outside;
	margin-left: 20px;
}

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;
}

.has-medium-font-size {
    font-size: 1.2em !important;
}

#content a:link, #content a:visited {
	color: #444;
	text-decoration: none;
}

#content a:hover {
	color: #197382;
	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;
}

/******************************* SLIDESHOW *******************************/
#slideshow-image {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
	z-index: 0;
}

/* Smart Slider full stretch within container */
#slideshow-image img,
#slideshow-image .n2-ss-slider,
#slideshow-image .n2-ss-slide,
#slideshow-image .smart-slider,
#slideshow-image .smart-slider__slide {
	width: 100%;
	height: 100% !important;
	min-height: 0 !important;
	object-fit: cover;
}

/* Smaller screens can let Smart Slider handle responsive height */
@media screen and (max-width: 800px) {
	#slideshow-image {
		height: auto;
	}
}

/******************************* HEADER *******************************/
#header {
	width: 100%;
	height: auto;
	z-index: 10;
	background: #fff;
}


/******************************* MAIN HEADER *******************************/
#header-main-contents{
  width: 100%;
  height: 140px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

#header-main-logo{
  float: left;
  position: absolute;
  top: 27px;
  left: 20px;
  width: 418px;
  height: auto;
}

#header-contacts {
  float: right;
  position: absolute;
  top: 21px;
  right: 30px;
  width: 50%;
  height: 24px;
  text-align: right;
  line-height: 24px;
  vertical-align: middle;
  color: #fff;
  font-family: Oswald-Regular, sans-serif;
  font-size: .7em;
  font-weight: normal;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap; /* allows line breaks on smaller screens */
}

#header-contacts img {
  line-height: 24px;
  vertical-align: middle;
  margin: 0 8px 1px 15px;
}

#header-contacts a:link,
#header-contacts a:visited {
  color: #666;
  text-decoration: none;
}

#header-contacts a:hover {
  color: #000;
  text-decoration: none;
}

/* --- Optional: keep each pair together --- */
#header-contacts .contact-item {
  display: inline-flex;
  align-items: center;
}


#header-main-menu{
  float: right;
  position: absolute;
  bottom: 38px;
  right: 17px;
  width: 50%;
  height: 46px;
  color: #000;
}

/******************************* LEFTOVER OVERLAY SECTION (600px hero) *******************************/
/* Lives inside #slideshow-image and fills the 600px hero height */
#hero-leftover {
  position: absolute;
  left: 0; right: 0;
  top: 0;                          /* start at top of slideshow container */
  height: 600px;                   /* fixed to match slideshow height */
  z-index: 9;                      /* above the slider, below the header */

  display: flex;
  align-items: center;             /* vertically center inner content */
  justify-content: center;         /* horizontally center inner container */

  pointer-events: auto;            /* allow interactions inside */
}

/* Inner container - two even columns, <= 1400px */
.hero-leftover-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* Column content */
.hero-col {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-col h4 {
  color: #fff;
}

/* Left text column */
.hero-col2 {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  margin-left: 18px;
}

.hero-col2 p {
  margin: 0 0 30px 0 !important;
  line-height: 1.3em;
}

.hero-col2 a:link,
.hero-col2 a:visited {
  display: inline-block;
  align-self: flex-start;
  border-radius: 10px;
  background-color: #B52100;
  color: #fff;
  padding: 10px 20px 8px;
  text-decoration: none;
  font-size: 0.8em;
  width: auto;
}

.hero-col2 a:hover {
  background-color: #841700;
}

/******************************* FORM WRAPPER (RIGHT COLUMN) *******************************/
.hero-col .hero-form-wrapper {
  background-color: rgba(25, 115, 130, 0.9);
  background-image: url("../../../../groundlink-template-images/form-bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 30px 30px;
  box-sizing: border-box;
  text-align: left;
}

.hero-form-wrapper form {
  width: 100%;
}

.hero-form-wrapper h3 {
  color: #fff;
  margin-top: 0;
  text-align: center;
}

/******************************* RESPONSIVE ADJUSTMENTS *******************************/
@media screen and (max-width: 800px) {
  /* Hide the right column */
  .hero-col {
    display: none !important;
  }

  /* Single centered column */
  .hero-leftover-inner {
    display: flex;
    align-items: center;           /* vertically center text inside hero */
    justify-content: center;
    height: 100%;                  /* match #hero-leftover height */
    text-align: center;
    flex-direction: column;
    gap: 0;
  }

  .hero-col2 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .hero-col2 a {
    align-self: center;
  }

  /* Allow hero to shrink slightly on mobile if needed */
  #hero-leftover {
    height: 600px; /* keep same height for consistency */
    padding: 0;
  }
}



/******************************* 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: inline-block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}

#cssmenu > ul > li:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
 }
#cssmenu > ul > li:hover:after {
    width: 100%;
    background: #4ADEFF;
 }


/*--- Individual Button Styles Go Here ---*/

	#cssmenu > ul > li > a {
		outline: none;
		display: block;
		position: relative;
		padding: 22px 13px 8px;
		text-align: center;
		text-decoration: none;
		font-weight: normal;
		text-transform: uppercase;
		font-size: .8em;
		font-family: Oswald-Regular;
		color: #197382;
	}

	#cssmenu li:first-child a {
		border-left: 0 none;
	}

/*--- Individual Button HOVER Styles Go Here ---*/

	#cssmenu > ul > li > a:hover {
		color: #4ADEFF;
	}

	#cssmenu ul li.has-sub:hover > a:after {
		top: 0;
		bottom: 0;
	}

/*--- Sub Menu Dropdown Arrow ---*/

	#cssmenu > ul > li.has-sub a {
		padding-right: 23px;  /*--- Extra room for arrow ---*/
	}

	#cssmenu > ul > li.has-sub > a:before {
		content: '';
		position: absolute;
		top: 27px;
		right: 7px;
		border: 5px solid transparent;
		border-top: 5px solid;
	}

/*--- Main Navigation Item with Drop Down Menu Underneath ---*/

	#cssmenu ul li.has-sub:hover > a {
		color: #4ADEFF;
		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: 48px;
		left: 0px;
		padding: 0;
		z-index: 999;
		border-top: 5px solid rgba(0,0,0,0.00);
	}

	#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: 15px 13px 13px;
		font-size: .8em;
		font-family: Oswald-Regular;
		color: #197382;
		text-decoration: none;
		text-align: left;
		background-color: #4ADEFF;
	}

#cssmenu ul li > ul li:first-child a {
	border-top-right-radius: 10px;
}

#cssmenu ul li > ul li:last-child a {
	border-bottom-left-radius: 10px;
}

/*--- Drop Down Menu Items HOVER effect ---*/

	#cssmenu ul ul a:hover {
		color: #fff;
		background-color: #00C2EC; /*--- 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: #197382;
	padding: 15px 18px;
	margin-left: 12px;
	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 15px 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: 100%;
	max-width: 280px;
	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 #197382;
}

/* 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: #999;
	font-family: Poppins-Regular, Helvetica, Arial, "sans-serif";
    padding: 10px 10px 8px 15px;
	border-bottom: 1px dashed #999;
}

.mobile-menu li:last-child {
	margin: 0 0 0 0;
	color: #444;
	font-family: Poppins-Regular, Helvetica, Arial, "sans-serif";
    padding: 10px 10px 8px 15px;
	border-bottom: 0px solid #ccc;
}

.mobile-menu li a {
    text-decoration: none;
    color: #444;
}

.mobile-menu li a:hover {
    color: #197382;
	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: #000;
}

/* 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;
	}

#footer h5 {
	color: #fff;
	border-bottom: 1px solid #fff;
}

	#footer #cssmenu {
		height: auto;
		display: block;
		padding: 0;
		margin: 0;
		width: auto;
		border-color: #080808;
	}

/* 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: transparent;
	/* remove this: display: list-item; */
}

/* restore proper display types */
#footer #cssmenu ul { display: block; }
#footer #cssmenu li { display: inline-block; }
#footer #cssmenu a  { display: inline; }

#footer h5 {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#footer #cssmenu {
	height: auto;
	display: block;
	padding: 0;
	margin: 0;
	width: auto;
	border-color: #080808;
}

/*--- MENU - List Styles ---*/

#footer #cssmenu > ul {
	display: block;
	align-items: baseline;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 0;
}

#footer #cssmenu > ul > li {
	position: relative;
	display: inline-block;
	flex: none;
	list-style: none;
	width: 49%;
	font-size: 1em;
}

#footer #cssmenu > ul > li::before {
	content: "-";
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	color: inherit;
}

#footer #cssmenu > ul > li a {
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: .7em;
	line-height: 2em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #fff;
}


/******************************* 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: 100px 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: 80px 30px;
	background-color: #197382;
}

#footer h5 {
	color: #fff;
	margin-bottom: 32px;
}

#footer p {
	font-size: .8em;
	line-height: 2em;
}

#footer-contents {
	width: 100%;
	max-width: 1340px;
	height: auto;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

#footer-left {
	width: 30%;
	height: auto;
	float: left;
	margin-right: 8%;
	line-height: 36px;
	vertical-align: middle;
}

#footer-left img{
	margin-bottom: 20px;
}

#footer-left p{
	font-size: .7em;
	color: #fff;
	margin: 0 0 0 0;
	vertical-align: middle;
}

#footer-center {
	margin-top: 48px;
	width: 26%;
	height: auto;
	float: left;
}

#footer-center img{
	margin-right: 15px;
	line-height: 2em;;
	vertical-align: middle;
}

#footer-center p{
	font-size: .7em;
	color: #fff;
	margin: 0 0 0 0;
	vertical-align: middle;
}

#footer-center p a:link, #footer-center p a:visited {
	color: #fff;
	text-decoration: none;
}

#footer-center p a:hover {
	color: #ffff00;
}

#footer-right {
	margin-top: 48px;
	width: 34%;
	height: auto;
	float: right;
	pointer-events: none;
}

/******************************* COPYRIGHT / LOGIN / T&Cs *******************************/

#notice_footer {
	width: 100%;
	height: auto;
	min-height: 60px;
	background-color: #197382;
	display: block;
	overflow: hidden;
	padding: 0 30px;
}

#notice_footer a:link, #notice_footer a:visited{
	color: #fff;
	text-decoration: none;
}

#notice_footer a:hover {
	color: #ffff00 !important;
	text-decoration:underline;
}

#notice_footer_content {
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	padding: 20px 30px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4em; 
	font-size: .7em;
	overflow: hidden;
	clear: both;
	border-top: 1px solid #4ADEFF;
}

#notice_footer_mobile {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 26px; 
	font-size: 14px;
	display: block;
	overflow: hidden;
	padding: 10px 30px;
	border-top: 1px solid #4ADEFF;
}

#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 layout --- */
#two-column {
	width: 100%;
}

#two-column p {
	margin: 0 !important;
}

#two-column #left {
	width: 48%;
	float: left;
}

#two-column #left p {
	line-height: 25px !important;
}

#two-column #right {
	width: 48%;
	float: right;
}

/* --- Placeholders --- */
#two-column input::placeholder,
#two-column textarea::placeholder {
	color: #999;
	font-family: Poppins-Regular;
}

/* --- Inputs & textarea --- */
#two-column input[type="text"],
#two-column input[type="email"] {
	border: 1px solid #DDD;
	font-size: .8em;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom: 15px;
	width: 100%;
}

#two-column textarea {
	position: relative;
	padding: 10px 15px;
	border: 1px solid #DDD;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 15px;
	font-size: .8em;
	font-family: Poppins-Regular;
}

/* --- Selects --- */
#two-column select {
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 10px 15px 10px 10px;
	margin-bottom: 15px;
	width: 100%;
	color: #999; /* initial placeholder-like color */
	font-size: .8em;
	font-family: Poppins-Regular;
}

/* Keep placeholder option gray */
#two-column select option[value=""] {
	color: #999 !important;
}

/* Valid selection color */
#two-column select:valid {
	color: #333;
}

/* Specific CF7 select */
.wpcf7 select[name="select-an-option"] {
	color: #aaa;
	font-size: .9em;
}

.wpcf7 select[name="select-an-option"] option {
	color: #000 !important;
	font-size: .9em;
}

/* --- Submit button --- */
#two-column input[type="submit"] {
	padding: 11px 25px 9px;
	background-color: #197382;
	border: 1px solid #197382;
	color: #fff;
	text-transform: uppercase;
	float: right;
	border-radius: 5px;
	margin: 5px 0 0 0;
	width: 100%;
}

/* --- Focus states --- */
#two-column input[type="text"]:focus,
#two-column input[type="email"]:focus,
#two-column textarea:focus {
	background: #F1F1F1;
}

/* --- Hover --- */
#two-column input[type="submit"]:hover {
	background: #12525C;
	border-color: #12525C;
	color: #fff;
}

/* --- Validity-based coloring (global CF7) --- */
.wpcf7 input:required:valid:not(:focus),
.wpcf7 textarea:required:valid:not(:focus) {
	color: #2e7d32;
}

.wpcf7 input:required:invalid:not(:focus),
.wpcf7 textarea:required:invalid:not(:focus) {
	color: #b00020;
}

/* --- Messages & tips (content area) --- */
#content .wpcf7-not-valid-tip {
	font-size: .8em;
	margin-bottom: 10px;
	margin-top: -15px;
	text-align: right;
}

#content .wpcf7 form .wpcf7-response-output {
	padding: 0.5em 1em;
	border: 2px solid #008C00;
	font-size: .8em;
	margin: 40px 0 10px;
}

#content .wpcf7 form.invalid .wpcf7-response-output {
	border-color: #ff0000;
}

/* ========================================================================== */
/* ============= HERO COLUMN OVERRIDES (grouped together) =================== */
/* ========================================================================== */

.hero-col .wpcf7-form {
	margin-bottom: 0;
}

.hero-col #two-column input::placeholder {
	color: #4ADEFF;
	font-family: Poppins-Regular;
}

.hero-col #two-column input[type="text"],
.hero-col #two-column input[type="email"] {
	border: 1px solid #4ADEFF;
	background-color: rgba(0, 0, 0, 0.00);
	font-size: .6em;
	border-radius: 0;
	padding: 10px 15px 8px;
	margin-bottom: 12px;
}

.hero-col #two-column input[type="submit"] {
	padding: 11px 25px 9px;
	background-color: #4ADEFF;
	border: 1px solid #4ADEFF;
	color: #fff;
	text-transform: none;
	float: left;
	border-radius: 0;
	margin: 0;
}

.hero-col #two-column input[type="submit"]:hover {
	background: #00C1EA;
	border-color: #00C1EA;
	color: #fff;
}

.hero-col .wpcf7-spinner {
	display: none !important;
}

.hero-col .wpcf7-not-valid-tip {
	color: #ffff00;
	font-size: .6em;
	margin: -6px 0 10px;
}

.hero-col .wpcf7 form .wpcf7-response-output {
	margin: 1em 0.5em 1em;
	font-size: .7em;
	color: #ffff00;
}

.hero-col .wpcf7 form.invalid .wpcf7-response-output {
	border-color: #ffff00;
}

/* Optional: completed (non-focused) filled fields inside hero */
.hero-col .wpcf7 input:not(:placeholder-shown):not(:focus),
.hero-col .wpcf7 textarea:not(:placeholder-shown):not(:focus) {
	color: #fff;
}


/******************************* SMART PHONES  UNDER 800 PIXELS *******************************/

@media (max-width: 999px) {

#content {
    padding: 100px 20px 100px;
}
	
#header-contact-contents-left {
    display: none;
}
	
#header-main-menu {
    display: none;
}
	
#full-width-menu {
    display: none;
}
	
#header-contacts {
    right: 20px;
	top: 14px;
}
	
.toggle-menu {
	padding: 10px 18px;
    margin-left: 2px;
}
	
#header-contact-contents-right {
    width: 100%;
	margin-right: 24px;
}
	
#header-main-contents {
  height: auto;           /* let content define height */
  overflow: hidden;
  clear: both;
  padding: 35px 0px 50px;     /* increased vertical padding (+15px top/bottom ≈ +30px total) */
}

#header-main-logo {
  float: none;
  position: relative;
  top: 40px;              /* move logo down slightly */
  width: 100%;
  text-align: center;
  margin-bottom: 0;
	left: 0;
}
	
#header-main-logo img{
  max-width: 418px;
}
	
#header-main-address {
    float: none;
    position: relative;
    right: initial;
	top: initial;
    width: 100%;
    text-align: center;
	font-size: .8em;
}
	
#header-main-logo img{
    width: 90%;
	height: auto;
}
	
.hero-col2 {
    margin-left: 0px;
}
	
#footer {
    padding: 80px 20px 40px;
}
	
#footer p {
    font-size: .7em;
    line-height: 2em;
}
	
#footer-left, #footer-center, #footer-right {
    width: 100%;
    margin-right: 0;
	float: none;
	margin-bottom: 50px;
}
	
	#footer-left img {
		width: 100%;
		max-width: 419px;
	}
	
#footer #cssmenu > ul > li > a {
    font-size: .7em;
}
	
#footer #cssmenu > ul > li {
    width: 100%;
	border-bottom: 1px solid #1E889B;
	line-height: 2em;
	padding-left: 20px;
}
	
#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;
}
	
	.hero-col2 h1 {
		font-size: 1.4em;
		line-height: 1.4em;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	#hero-leftover .hero-col2 p {
		font-size: .7em;
		width: 100%;
		text-align: center;
		margin-bottom: 20px !important;
	}
	
	.hero-col2 a:link, .hero-col2 a:visited {
    margin: 0 auto;
}
	
	.hero-col {
		display: none;
	}
	
	.hero-col .hero-form-wrapper {
		padding: 20px 30px;
	}
	
	.hero-col h4 {
    margin-bottom: 10px;
	}
	
	.hero-col #two-column input[type="text"], .hero-col #two-column input[type="email"] {
    padding: 9px 15px 7px;
    margin-bottom: 10px;
}
	
	.hero-col #two-column input[type="submit"] {
    padding: 9px 25px 7px;
    background-color: #4ADEFF;
    border: 1px solid #4ADEFF;
    color: #fff;
    text-transform: none;
    float: left;
    border-radius: 0;
    margin: 0;
}
	
#content .contact-page p {
	font-size: .8em;
}
	
#two-column #left {
    width: 100%;
    float: none;
}
	
#two-column #right {
    width: 100%;
    float: none;
}

}

/******************************* TABLETS BETWEEN 800 & 1200 PIXELS *******************************/

@media screen and (min-width: 1000px) and (max-width: 1199px) { 
	
#header-main-menu {
    display: none;
}
	
#header-main-contents {
    padding: 20px 30px;
	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-contacts {
    flex-direction: column;
    align-items: flex-end; /* keep right-aligned */
    height: auto; /* let it expand naturally */
  }

  #header-contacts .contact-item {
    margin-bottom: 6px; /* small gap between lines */
  }
	
#footer-left {
    width: 100%;
    float: none;
	margin-bottom: 40px;
	overflow: hidden;
	clear: both;
	text-align: center;
}
	
#footer-center {
    width: 40%;
}
	
#footer-right {
    width: 57%;
    float: right;
}
	
#notice_footer_content {
    display: none;
}


}

/******************************* DESKTOPS AND NOTEBOOKS OVER 1200 PIXELS *******************************/

@media (min-width: 1200px) {
	
.toggle-menu, .mobile-menu {
        display: none;
}
	
#notice_footer_mobile {
    display: none;
}

}

/******************************* CUSTOM PAGE CSS *******************************/

#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 #4ADEFF;
    padding: 10px;
	border-radius: 0px;
	margin-top: 0px;
	margin-bottom: 16px;
	font-size: .6em;
	font-weight: normal;
}

.contact-page .captcha-image {
	width: 100%;
	border: 1px solid #DDD;
    padding: 10px;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 16px;
	font-size: .8em;
	font-weight: normal;
	background-color: #fff;
}

.home-page-clients h3 {
    font-family: Oswald-Bold;
    font-size: 1.8em;
    font-weight: 400;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
}

.home-page-clients h3:after{
    display: none;
}



.kt-accordion-id9_5917ba-6c > .kt-accordion-inner-wrap > .wp-block-kadence-pane > .kt-accordion-header-wrap > .kt-blocks-accordion-header {
    border-bottom: 1px solid #cccccc !important;
}