
.home-banner-content{
	width: 35vw !important;
}
.padding-bottom-5{
	padding-bottom:5px;
}

/* Button Container Styling */
.menu-button {
    align-items: center;
    background-color: #FFC700;
    color: #000;
		margin: 1rem 3rem;
	
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}


.menu-button .accordion-inner{
	  background-color: #000;
    color: #FFC700;
    border-color: #e69113;
}


/* Toggle Icon Styling */
.menu-button .toggle-icon {
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

/* Expanded State (Open) */
.menu-button.open{
	   background-color: #000;
    transform: rotate(45deg);
}


.primary-link-colour{
	color: #FFC700 !important;
}

.primary-text-colour{
	color: #FFC700;
}


.text-black{
	color: #000 !important;
}

.text-white{
	color: #ffffff;
}

.thin{
	font-weight:400;
}

.link-white{
	color: #ffffff;
}

.bold{
	font-weight:bold;
}

.ultra-bold{
	font-weight:900;
}

.vertical-align{
	vertical-align: -40%;
}

.link-white:hover{
	color: #5A5A5A;
}

.line-height-0{
	line-height: 0em;
}

.line-height-1{
	line-height: 1em;
}

.line-height-.5{
	line-height: .5em;
}

.margin-0{
	margin:0em;
}

.padding-0{
	padding:0em;
}

.top-menu-item{
	padding-left:4em;
	font-size:1.8em;
	padding-top: 0.4em;
}

@media (max-width: 480px) {
	.top-menu-item{
		padding-left:0em;
		font-size:1.2em;
	}
}

@media (max-width: 820px) {
	.top-menu-item{
		padding-left:1em;
		font-size:1.4em;
	}
}

.email-style{
	color:#fff;
}

.email-style:link {
  text-decoration: none;
}

.email-style:visited {
  text-decoration: none;
}

.email-style:hover {
  text-decoration: underline;
	color:#fefefe;
}

.email-style:active {
  text-decoration: underline;
}

.launching-font{
	font-weight: 200; 
	font-stretch: ultra-expanded; 
	font-size: 180%;
	letter-spacing: 10px;
}


.wpcf7-checkbox {
	background: #fff !important;
	display: inline-block !important;
	width: 100% !important;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.wpcf7-list-item-label {
	color: #8b8d94;
}

#sub {
	height: 60px;
	width: 100%;
	border: 2px solid #e9e9e9;
}

#sub:hover {
	background: #303030 !important;
	border: 2px solid #e9e9e9;
}

.home-banner-content{
	width: 35vw !important;
}

#fnam {
	font-size: 16px !important;
	width: 40%;
	border-radius: 0 !important;
	display: block;
}

#mail {
	font-size: 16px !important;
	width: 40%;
	border-radius: 0 !important;
	display: block;
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}




/***************** Add padding to Header ***********************/

.header-wrapper {
    padding-left: 3em;
    padding-right: 3em;
}

@media (max-width: 480px) {
	.header-wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}
}





/*************** OVERWRITE CSS HERE.   ***************/

.off-canvas-center.mfp-bg.mfp-ready {
    opacity: 1; 
}

.mfp-bg{
	opacity: 1; 
	z-index:1;
}

.mfp-content{
    vertical-align: top;
}

.off-canvas-center .mfp-content{
    max-width: 100%;
	padding-top:74px;
}

.ux-menu-link__link{
    min-height: 0em;
	padding-bottom: 0em;
    padding-top: 0em;
	line-height: 1.3em;
}
.ux-menu-link__link:hover{
    color:#f99d3a;
}

.ux-menu-title{
	align-items: start;
	text-align:left;
	min-height: 0em;
}


.mfp-ready .mfp-close {
    opacity: .7;
    transform: translateY(100%) translateZ(1px);
}

.nav-vertical>li {
     display: block;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


 h2::after {
        content: '';
        display: block;
        width: 15%;
        left: 0%;
        border-bottom: 2px solid #FFC700;
    }



/* General Form Styling */
.wpcf7 .wpcf7-form {
    max-width: 500px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Input Fields Styling */
.wpcf7 .input-field, .wpcf7 .textarea-field {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #FFC700; /* Orange bottom border */
    outline: none;
    transition: border-color 0.3s ease;
	   box-shadow: none;
}

.wpcf7.input-field:focus, .wpcf7 .textarea-field:focus {
    border-color: #e69113; /* Slightly darker orange on focus */
}

/* Placeholder Styling */
.wpcf7 .input-field::placeholder, .textarea-field::placeholder {
    color: #333;
}

/* Container styling */
.custom-checkbox-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1em; /* Space between buttons */
}

/* Checkbox styling */
.custom-checkbox-container input[type="checkbox"] {
  display: none; /* Hide the actual checkbox */
}

/* Style the label as a button */
.wpcf7-list-item-label {
  display: inline-block;
  padding: .25em .5em;
  font-size: 16px;
  color: #555;
  border: 2px solid #FFC700;
  border-radius: 5px;
  cursor: pointer;
	margin-bottom: .25em;
  transition: all 0.3s ease-in-out;
  text-align: center;
  min-width: 100px; /* Ensures uniform width */
  box-sizing: border-box; /* Includes padding in the width */
}

/* Highlight the label when checkbox is checked */
.custom-checkbox-container input[type="checkbox"]:checked + span.wpcf7-list-item-label {
  background-color: #f6ba29;
  color: #fff;
  font-weight: bold;
  border-color: #FFC700;
}

/* Add hover effects for better interactivity */
.custom-checkbox-container label:hover span.wpcf7-list-item-label {
  background-color: #FFC700;
  color: #fff;
}

/* Ensure buttons align properly */
.custom-checkbox-container label span.wpcf7-list-item-label {
  display: block;
  text-align: center;
}
/* Textarea (Project Description) */
.wpcf7 .textarea-field {
    height: 100px;
    resize: none;
	 	border: 2px solid #FFC700; /**/
		border-radius: 5px;
}

.wpcf7-list-item{
	margin-right: .6em !important;
}

/* Submit Button */
.wpcf7 .submit-button {
    display: block;
    width: 100%;
    background-color: #FFC700;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.wpcf7 .submit-button:hover {
    background-color: #e69113;
    transform: translateY(-3px);
}

@media (max-width: 1025px) {
		.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
		width:50% !important;
}
	
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .wpcf7 .checkbox-button label {
        padding: 8px 12px;
        font-size: 12px;
    }
	
	.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
		width:100% !important;
}
}