/*
Theme Name: TCWD Framework 2024
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: 2.7em;
	line-height: 1.2em;
	margin: 0 0 24px 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: Poppins-Bold, Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-size: 2.1em;
	line-height: 1.2em;
	color: #00B0ED;
	margin: 0 0 30px 0;
	position: relative; /* Ensure the span can be positioned properly */
}

h2 span {
	font-family: Poppins-SemiBold, Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-size: 18px;
	line-height: 1.2em;
	color: #666666;
	display: inline-block; /* Ensures the span takes up only its content width */
	position: relative; /* Allows the border to be positioned relative to the span */
	margin-bottom: 15px; /* Add space between span and following text */
	padding-bottom: 5px;
}

h2 span::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px; /* Distance between the text and the border */
	width: calc(100% + 80px); /* Span width + 80px */
	height: 2px;
	background-color: #01B0EF;
}

h3 {
	font-family: Poppins-SemiBold, Helvetica, Arial, "sans-serif";
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0 0 24px 0;
	color: #01B0EF;	
}

h5 {
	font-family: Poppins-SemiBold, Helvetica, Arial, "sans-serif";
	font-size: 1.2em;
	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: 440px;
	margin-bottom: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-top: 10px solid #122DA2;
}

.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: #525252;
}

table td {
    
}

td, th {
	padding: 5px;
}

/* 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-image: url("../../../template-images/header-bg.webp");
	background-size: cover;
}

#header-main-contents {
	width: 100%;
	height: 200px;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

#header-main-logo {
	float: left;
	position: absolute;
	top: 52px;
	left: 30px;
	width: 469px;
	height: auto;
}

#header-phone {
	float: right;
	position: absolute;
	top: 39px;
	right: 30px;
	width: 208px;
	height: 50px;
}

#header-main-menu {
	float: right;
	position: absolute;
	bottom: 42px;
	right: 10px;
	width: 52%;
	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 10px;
		text-align: center;
		text-decoration: none;
		font-weight: normal;
		text-transform: uppercase;
		font-size: .9em;
		font-family: Poppins-SemiBold;
		color: #122CA0;
	}

	#cssmenu li:first-child a {
		border-left: 0 none;
	}

/*--- Individual Button HOVER Styles Go Here ---*/

	#cssmenu > ul > li > a:hover {
		color: #FFFF00;
	}

	#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: 5px;
		border: 5px solid transparent;
		border-top: 5px solid;
	}

/*--- Main Navigation Item with Drop Down Menu Underneath ---*/

	#cssmenu ul li.has-sub:hover > a {
		color: #FFFF00;
		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: 46px;
		left: 0px;
		padding: 0;
		z-index: 999;
		border-top: 5px solid rgba(0,0,0,0.00);
	}

	#cssmenu ul li > ul {
		min-width: 220px;

	}

	#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: 12px 20px;
		font-weight: normal;
		text-transform: capitalize;
		font-size: .9em;
		font-family: Poppins-Regular;
		color: #fff;
		text-decoration: none;
		text-align: left;
		background-color: #122CA0;
	}

	#cssmenu ul li > ul li:first-child a {
		padding-top: 22px;
	}

	#cssmenu ul li > ul li:last-child a {
		padding-bottom: 22px;
	}

/*--- Drop Down Menu Items HOVER effect ---*/

	#cssmenu ul ul a:hover {
		color: #ffff00;
	}

/*--- 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);
	}

.gold-crown {
	background-image: url("../../../template-images/crown-menu-icon.png");
	background-repeat: no-repeat;
}

.gold-crown a{
	padding-left: 28px !important;
}

.mobile-menu .gold-crown {
	display: none;
}

/* 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: #122DA2;
	padding: 15px 20px;
	font-size: 1.6em;
}

/* Style the mobile menu */

.mobile-menu {
    display: none;
    position: absolute;
    top: 90px; /* Adjust as needed */
    left: 20px; /* Adjust as needed */
    background-color: #66ACE8;
    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: 70%;
	max-width: 360px;
	font-size: .9em;
	-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 #122DA2;
}

/* 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: 10px 0;
}

.mobile-menu li {
	margin: 0 0 0 0;
	color: #fff;
	font-family: Poppins-Regular, Helvetica, Arial, "sans-serif";
    padding: 10px 10px 8px 10px;
	border-bottom: 1px solid #4A9EE3;
}

.mobile-menu li:last-child {
	margin: 0 0 0 0;
	color: #fff;
	font-family: Poppins-Regular, Helvetica, Arial, "sans-serif";
    padding: 10px 10px 8px 10px;
	border-bottom: 0px solid #ccc;
}

.mobile-menu li a {
    text-decoration: none;
    color: #fff;
	font-size: .8em;
}

.mobile-menu li a:hover {
    color: #016BB5;
	font-weight: bold;
}

.mobile-menu ul.sub-menu {
    text-align: left;
	margin: 0 0;
}

.mobile-menu ul.sub-menu li {
    padding: 10px 0px 0px;
	margin-left: 25px;
	list-style: disc;
	
}

/* 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: #fff; /* Arrow color */
}

/* Sub-menu styling */
.mobile-menu ul.sub-menu {
    display: none; /* Hide sub-menu by default */
    position: relative; /* Position relative to the parent */
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    z-index: 9999;
    width: 100%;
    animation-duration: 1s; /* Duration of the animation */
    animation-fill-mode: both; /* Retains the final state of the animation */
    max-height: 0; /* Initially collapsed */
    overflow: hidden; /* Hide overflow content */
}



/* 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 */
}



/* Hide sub-menu when not hovered */
.mobile-menu li > ul.sub-menu {
    display: none;
    animation-name: collapseUp; /* Use collapseUp animation when sub-menu is closed */
}

/* Parent menu item hover state */
.mobile-menu li:hover > ul.sub-menu {
    display: block;
    animation-name: expandDown; /* Use expandDown animation when sub-menu is opened */
}

/* Show the parent menu item and its sub-menu when the parent menu item is focused (for keyboard navigation) */
.mobile-menu li:focus-within > ul.sub-menu {
    display: block;
    animation-name: expandDown;
}

/* Hide the sub-menu when not hovered or focused */
.mobile-menu li > ul.sub-menu {
    display: none;
}

.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: disc;
		text-transform: none;
		text-align: left;
		line-height: 31px;
		vertical-align: middle;
		background-color: rgba(0,0,0,0.00);
	display: list-item;
	}

#footer-center h5 {
	margin-bottom: 22px;
}

	#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: disc;
	width: 43%;
	margin-left: 20px;
}

/******************************* SLIDESHOW *******************************/

#slideshow-image {
	width: 100%;
	height: auto;
	max-height: 720px;
	z-index: 1;
	position: relative;
	margin-bottom: 120px;
}

#slideshow-full {
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
}

#slideshow-contents {
	width: 100%;
	max-width: 1340px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

#slideshow-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center; /* Vertically center */
  width: 50%;
	max-width: 680px;
  height: 100%;
  float: left;
  line-height: 1.4em;
  vertical-align: middle;
	color:#fff;
	text-align: left;
}

#slideshow-left h1{
	color: #fff;
}

#slideshow-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center; /* Vertically center */
  width: 40%;
  height: 100%;
  float: right;
  line-height: 1.4em;
  vertical-align: middle;
	color: #fff;
}

#contact-box {
    width: 100%;
    max-width: 480px;
    height: auto;
    background-color: #fff;
    text-align: left;
    padding: 40px 40px 20px;
    position: relative; /* Needed for the pseudo-element to position itself relative to this div */
}

#contact-box::before {
    content: ''; /* Ensures the pseudo-element is displayed */
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #eee; /* Adjust the color of the border if needed */
    pointer-events: none; /* Ensures it doesn't block interactions with content inside #contact-box */
}

#contact-box p {
	color: #444;
	font-size: .8em;
	line-height: 1.4em;
	margin: 5px 0 5px 0;
}

/******************************* 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-bottom: 24px;
		color: #525252;
	}

/******************************* FOOTER *******************************/

#map-footer {
	width: 100%;
	height: 400px;
}

#footer {
	width: 100%;
	height: auto;
	padding: 100px 30px;
	background-image: url("../../../template-images/footer-bg.png");
	background-repeat: repeat-x;
}

#footer h1 {
	margin-bottom: 0px;
}

#footer h5 {
	color: #fff;
	font-family: Poppins-Regular;
	font-size: .9em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#footer p {
	font-size: .9em;
	line-height: 2em;
	vertical-align: middle;
	margin-bottom: 30px;
}

#footer-contents {
	width: 100%;
	max-width: 1340px;
	height: 100%;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	position: relative;
}

#footer-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center; /* Horizontally center */
  align-items: center; /* Vertically center */
  width: 50%;
  height: 100%;
  float: left;
  line-height: 1.4em;
  vertical-align: middle;
  transform: translateY(-30px); /* Move content 40px higher */
}

#footer-right {
	width: 30%;
	height: auto;
	float: right;
	margin-right: 10%;
}

#footer-right p img{
	line-height: 2em;
	vertical-align: middle;
	margin-right: 15px;
}

#footer-right a:link, #footer-right a:visited{
	color: #fff;
	text-decoration: none;
}

#footer-right a:hover{
	color: #ffff00;
}

/******************************* GOOGLE RECAPTCHA *******************************/

.grecaptcha-badge { 
    visibility: hidden !important;
}

#smallgoogle {
	font-size: 12px;
	width: 100%;
	display: inline-block;
	height: auto;
	line-height: 20px;
	margin-top: 10px;
	text-align: center;
	padding: 0 30px 10px;
}

#smallgoogle a:link, #smallgoogle a:visited{
	color: #ccc;
	text-decoration: none;
}

#smallgoogle a:hover {
	color: #ffff00 !important;
	text-decoration:underline;
}

/******************************* COPYRIGHT / LOGIN / T&Cs *******************************/

#notice_footer {
	width: 100%;
	height: auto;
	min-height: 60px;
	background-color: #0368CC;
	display: block;
	overflow: hidden;
}

#notice_footer a:link, #notice_footer a:visited{
	color: #51ACFF;
	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: 0 30px;
	color: #51ACFF;
	text-align: center;
	vertical-align: middle;
	line-height: 60px; 
	font-size: 14px;
	overflow: hidden;
	clear: both;
}

#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;
}

#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%;
}

.email_terms {
	font-size:13px !important;
	color: #444 !important;
}
	

#two-column{
	width: 100%;
}

#two-column::placeholder {
	color: #999;
}

#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;
	background-color: #EFF4FA;
	font-size : .9em;
	border-radius: 10px;
	padding: 12px 20px;
	margin-top:15px;
	width: 100%;
}

#two-column input[type="email"]{
	border:none;
	background-color: #EFF4FA;
	font-size : .9em;
	border-radius: 10px;
	padding: 12px 20px;
	margin-top:15px;
	width: 100%;
}

#two-column textarea {
	border:none;
	background-color: #EFF4FA;
	font-size : .9em;
	border-radius: 10px;
	padding: 12px 20px;
	margin-top:15px;
	width: 100%;
	font-family: Poppins-Regular;
}

#two-column select{
	border:none;
	background-color: #EFF4FA;
	font-size : .9em;
	border-radius: 10px;
	padding: 10px 20px 10px 16px;
	margin-bottom: 0;
	width: 100%;
	font-family: Poppins-Regular;
	margin-top:15px;
}

.wpcf7 select[name="select-an-option"] { color:#777; font-size: .9em;}

.wpcf7 select[name="select-an-option"] option { color:#000 !important; font-size: .9em; }


#two-column input[type="submit"]{
	padding:15px 25px 13px;
	background-color: #01B0EF;
	border: 0px solid #D90000;
	color: #fff;
	text-transform: capitalize;
	float:none;
	width: 100%;
	border-radius: 10px;
	margin: 10px 0 0 0;
	font-size: 1em;
}

#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: #0187BA;
	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;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
	color: #46b450;
	font-size: .7em;
	margin-top: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ff0000;
	color: #ff0000;
	font-size: .7em;
	margin-top: 0;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: .7em;
    font-weight: normal;
    display: block;
	text-align: right;
}

/******************************* SMART PHONES  UNDER 800 PIXELS *******************************/

@media (max-width: 799px) {
	
#header-contact-contents-left {
    display: none;
}
	
#header-main-menu {
    display: none;
}

#header-contact-contents-right {
    width: 100%;
	margin-right: 24px;
}
	
#header-main-contents {
    height: auto;
    overflow: hidden;
	clear: both;
	padding: 40px 10px 28px;
}
	
.toggle-menu {
	padding: 28px 20px 15px;
	font-size: 1.6em;
}
	
#header-phone {
    float: none;
    position: relative;
    top: initial;
    right: initial;
    width: 100%;
    height: 50px;
	display: block;
	text-align: center;
	margin-top: 20px;
}
	
	#header-phone img {
		max-width: 180px;
		height: auto;
	}
	
#header-main-logo {
    float: none;
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
	text-align: center;
}
	
#header-main-logo img{
    width: 80%;
	height: auto;
	margin-left: 50px;
}
	
#slideshow-left {
    display: none;
}
	
#slideshow-right {
	position: relative;
    width: 100%;
    float: none;
	padding: 0 20px;
	text-align: center;
}
	
#contact-box {
    padding: 40px 30px 20px;
	background-color: rgba(255,255,255,0.6);
	margin: 0 auto;
}
	
#contact-box p {
    color: #444;
    font-size: .7em;
    line-height: 1.3em;
    margin: 5px 0 5px 0;
}
	
#footer {
    background-size: auto 100%;
	padding-bottom: 70px;
	clear: both;
}
	
#footer h1 {
    font-size: 1.4em;
}
	
#footer h5 {
	padding-top: 20px;
}
	
#footer-left {
    position: relative;
    display: block;
    width: 100%;
    transform: translateY(0);
	margin-bottom: 60px;
	float: none;
}
	
#footer-right {
    width: 100%;
    margin-right: 0;
	padding-left: 0;
	float: none;
	display: block;
}
	
#footer #footer-right p {
    font-size: .7em;
}
	
#footer-right p img {
    line-height: 2em;
    vertical-align: middle;
    margin-right: 15px;
}
	
#notice-regular {
	display: none;
	}

#content ul.why-choose-us li {
    line-height: 30px !important;
    height: auto !important;
	margin-bottom: 20px;
}
	
h2 {
    font-size: 1.8em;
}

}

/******************************* TABLETS BETWEEN 800 & 1200 PIXELS *******************************/

@media screen and (min-width: 800px) and (max-width: 1199px) { 
	
#header-main-menu {
    display: none;
}
	
#header-main-contents {
    padding: 20px 30px;
	height: auto;
}
	
#header-phone {
    float: right;
    position: absolute;
    top: 28px;
    right: 24px;
    width: 208px;
    height: 50px;
	text-align: right;
}
	
#header-phone img{
    width:  80%;
	height: auto;
}
	
#header-main-logo {
    float: none;
    position: relative;
    top: 5px;
    left: initial;
    width: 100%;
	text-align: left;
	padding-left: 50px;
}
	
#slideshow-left {
    padding: 30px;
}
	
#slideshow-left h1 {
    font-size: 2em;
}
	
#slideshow-right {
    width: 50%;
	padding: 30px;
}
	
#footer {
    background-size: auto 100%;
	padding-bottom: 70px;
}
	
#footer h1 {
    font-size: 1.8em;
}
	
#footer-right {
    width: 50%;
    margin-right: 0;
	padding-left: 20px;
}
	
#footer #footer-right p {
    font-size: .8em;
    line-height: 2em;
    vertical-align: middle;
    margin-bottom: 30px;
}
	
#notice-mobile {
	display: none;
	}
	
#content .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header {
    line-height: 1.5em;
}
	
#content ul.why-choose-us li {
    line-height: 30px !important;
    height: auto !important;
	margin-bottom: 20px;
}

}

/******************************* DESKTOPS AND NOTEBOOKS OVER 1200 PIXELS *******************************/

@media (min-width: 1200px) {
	
.toggle-menu, .mobile-menu {
        display: none;
}
	
	
#notice-mobile {
	display: none;
	}

}

/******************************* CUSTOM PAGE CSS *******************************/

.image-left-border img{
	background-image: url("../../../template-images/image-right-bottom.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0 25px 25px 0;
}

.image-right-border img{
	background-image: url("../../../template-images/image-left-bottom.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 25px 25px;
}

.home-page-panels h3 {
	margin: 25px 20px 10px;
}

.home-page-panels ul {
	margin: 0 20px;
}

ul.why-choose-us {
  list-style: none; /* Remove the default bullet */
  margin-left: 0px; /* Adjust left margin */
  padding-left: 0;
}

#content ul.why-choose-us li {
  position: relative;
  line-height: 50px; /* Match line-height to the height for centering */
  height: 50px; /* Define a consistent height */
  font-size: .9em;
  color: #525252;
  padding-left: 50px; /* Add space for the tick image */
margin-left: 10px;
}

ul.why-choose-us li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* Centers the tick vertically */
  width: 39px; /* Set the width of the tick image */
  height: 28px; /* Set the height of the tick image */
  background: url('../../../template-images/why-choose-tick.png') no-repeat center center;
  background-size: contain; /* Ensure the image scales properly */
}

#content .kt-accodion-icon-side-left .kt-blocks-accordion-icon-trigger {
    order: -1;
    margin-left: 0;
    margin-right: 20px;
}

#content .kt-accordion-inner-wrap {
    row-gap: 20px;
}

#content p.has-medium-font-size {
    font-size: 1.2em !important;
	margin: 0 0 24px 0;
}