.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 .hidden-fields-container {
	display: none;
}

.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;
}
.mt-4{margin-top: 40px}
.mt-5{margin-top: 50px}
@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 [inert] {
	opacity: 0.5;
}

.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;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}
.hero-visual {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 40px;
    margin: 70px auto 40px;
    max-width: 950px;
    position: relative;
    z-index: 1;
}
.building-card {
   
    text-align: center;
   
}
.building-card p {
    font-size: 16px;
    color: #525445;
}








/***************************** Contact Page *****************************/

.contactPage {
	background: none;
}

	.contactPage .mainOverlappedContainer {
		background: url(../images/contactSvg.svg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center bottom;
	}

		.contactPage .mainOverlappedContainer .logoSidebar a {
			color: white;
		}

		.contactPage .mainOverlappedContainer section {
			height: 55vh;
			display: flex;
			justify-content: center;
		}

			.contactPage .mainOverlappedContainer section h2 {
				font-size: 3.75rem;
				font-weight: 700;
				color: white;
				margin-top: 80px;
			}

#contactForm {
	width: 50%;
	margin: auto;
	/* margin-bottom: 150px; */
	margin-bottom: 50px;
}

	#contactForm h3 {
		font-size: 3.5rem;
		font-weight: 500;
		color: #1d1f1e;
		text-align: center;
	}

		#contactForm h3 span {
			color: #7d8cff;
		}

	#contactForm p {
		color: #161717;
		font-size: 16px;
		text-align: center;
		/* padding: 25px; */
		padding: 18px;
		line-height: 30px;
	}

#contactFormInp {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}

	#contactFormInp div {
		width: 100%;
		/* border: 1px solid; */
	}

.contactPage #contactFormInp div:first-child {
	flex: 1;
}

.contactPage #contactFormInp div:nth-child(2) {
	flex: 1;
}

.contactPage #contactFormInp div:nth-child(3) {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

#contactFormInp input {
	width: 100%;
	border: none;
	background: #f0f0f0;
	padding: 15px;
	border-bottom: 1px solid #787878;
}

	#contactFormInp input::placeholder {
		font-style: italic;
	}

#contactFormInp textarea::placeholder {
	font-style: italic;
}

#contactFormInp input:focus {
	border: none;
	outline: none;
	border-bottom: 1px solid #787878;
}

#contactFormInp textarea {
	border: none;
	padding: 15px;
	width: 100%;
	outline: none;
	background: #f0f0f0;
	border-bottom: 1px solid #787878;
}

/* #contactFormInp button {
  width: 60%;
  background: linear-gradient(56.68deg, #7d8cff -18.79%, #282e67 83.75%);
  border: none;
  height: 44px;
  border-radius: 16px;
  color: white;
} */

#contactFormInp .formbtn {
	/* border: 1px solid; */
	text-align: center;
}



/* ── TBB: Trusted Brands Block ── */
#tbb-scene {
	position: absolute;
	width: 100%;
	height: 117%;
	/* overflow: hidden; */
	margin-top: 100vh;
}

#tbb-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: visible;  
}

#tbb-fade-left {
	position: absolute;
	left: 0;
/*	top: 0;
	bottom: 0;*/
	width: 8%;
	background: linear-gradient(to right, #d4dbda 20%, rgba(212,219,218,0) 100%);
	z-index: 10;
	pointer-events: none;
	top: -200px; /* ← extend above scene */
	bottom: -200px; /* ← extend below scene */
}

#tbb-fade-right {
	position: absolute;
	right: 0;
	/*	top: 0;
	bottom: 0;*/
	width: 8%;
	background: linear-gradient(to left, #d4dbda 20%, rgba(212,219,218,0) 100%);
	z-index: 10;
	pointer-events: none;
	top: -200px;
	bottom: -200px;
}

#tbb-center {
	position: absolute;
	left: 50%;
	top: 42%;
	/* No `transform` here on purpose: wave.js runs gsap.set(..., { xPercent:
	   -50, yPercent: -50 }) on this element to center it (and to drive the
	   scroll fade in/out). GSAP can't parse a percentage-based `transform`
	   already sitting in the stylesheet, so if one is declared here it just
	   appends its own -50%/-50% translate on top of it — doubling the shift
	   and pushing the block off-center to the left. GSAP owns the transform
	   entirely; this rule only needs to set the anchor point.  */
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 20;
	text-align: center;
	pointer-events: all;
}

.m-auto{
	margin:auto;
}


.w-full{
	width:100%;
}

.p-0{
	padding	:0 !important;
}

/* ── Card Fade Up Animation ── */
.card-fadeup {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

	.card-fadeup.visible {
		opacity: 1;
		transform: translateY(0);
	}

	/* Staggered delays — card 1 to 6 */
	.card-fadeup:nth-child(1) {
		transition-delay: 0.2s;
	}

	.card-fadeup:nth-child(2) {
		transition-delay: 0.5s;
	}

	.card-fadeup:nth-child(3) {
		transition-delay: 0.8s;
	}

	.card-fadeup:nth-child(4) {
		transition-delay: 0.2s;
	}

	.card-fadeup:nth-child(5) {
		transition-delay: 0.5s;
	}

	.card-fadeup:nth-child(6) {
		transition-delay: 0.8s;
	}