.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Lora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lora";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Gradient heading */
.ts-grad-text .elementor-heading-title {
	background: linear-gradient(90deg, #f7941d, #ec2a7c);
	-webkit-background-clip: text;
	background-clip: text;
	color: #ec2a7c;
	-webkit-text-fill-color: transparent;
}

/* Animated gradient backgrounds */
.ts-hero,
.ts-cta {
	background-size: 180% 180%;
	animation: tsHeroShift 16s ease-in-out infinite alternate;
}

@keyframes tsHeroShift {
	0% {
		background-position: 0% 30%;
	}

	100% {
		background-position: 100% 70%;
	}
}

/* Card animations */
.ts-plan-card,
.ts-inc-card,
.ts-offer {
	transition:
		transform 0.35s ease,
		box-shadow 0.35s ease;
}

.ts-plan-card:hover,
.ts-inc-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 54px rgba(20, 40, 60, 0.13);
}

.ts-offer:hover {
	transform: translateY(-8px);
	box-shadow: 0 28px 60px rgba(20, 40, 60, 0.2);
}

/* Floor-plan image */
.ts-plan-img img {
	cursor: zoom-in;
	transition: transform 0.6s ease;
}

.ts-plan-card:hover .ts-plan-img img {
	transform: scale(1.03);
}

/* Included feature images */
.ts-inc-img img {
	display: block;
	width: 100%;
	height: 330px;
	object-fit: cover;
}

/* Offer card circular images */
.ts-offer-circle img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

/* Placeholder note */
.ts-placeholder-note {
	display: inline-block;
	max-width: 640px;
	padding: 10px 16px;
	background: #fff;
	border: 1px dashed #b9c4cd;
	border-radius: 8px;
}

/* Elementor form */
.ts-form .elementor-field-group {
	margin-bottom: 4px;
}

.ts-form input[type="text"],
.ts-form input[type="email"],
.ts-form input[type="tel"],
.ts-form input[type="date"],
.ts-form select,
.ts-form textarea {
	padding: 15px 16px !important;
	border: 1px solid #c9d3dc !important;
}

.ts-form .elementor-field:focus {
	border-color: #00a37f !important;
	box-shadow: 0 0 0 3px rgba(0, 163, 127, 0.18);
}

/* FAQ */
.ts-faq .elementor-tab-title {
	border-radius: 16px 16px 0 0;
}

.ts-faq .elementor-tab-title.elementor-active {
	border-color: #00795c !important;
}

/* Floor-plan popup */
.ts-lb-msp li {
	color: #33404d;
}

/* Mobile contact bar */
.ts-lb-bar {
	display: none;
}

@media (max-width: 900px) {
	.ts-lb-bar {
		position: sticky;
		bottom: 0;
		z-index: 5;
		display: flex;
		background: #111;
	}

	.ts-lb-bar a {
		display: flex;
		flex: 1;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 3px;
		min-height: 56px;
		color: #fff;
		font-family: "Poppins", sans-serif;
		font-size: 12.5px;
		font-weight: 600;
		text-decoration: none;
	}

	.ts-lb-bar .call {
		background: #2b3990;
	}

	.ts-lb-bar .wa {
		background: #25864a;
	}
}

/* Keyboard accessibility */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
	outline: 3px solid #ec2a7c;
	outline-offset: 3px;
}/* End custom CSS */