	@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}

	body {
		margin: 0;
		padding: 0;
	  font-family: 'Manrope', sans-serif;
		font-size: 16px;
		line-height: 1.5;
		color: #333;
	}
	


	header {
		background: linear-gradient(0deg, #322f31 0%, #322f31 100%);
		padding: 35px 0;
		position: relative;
		width: 100%;
	}

	body.page-id-561 header,
	body.page-id-97 header,
	body.page-id-19 header,
	body.page-id-293 header{
		background: linear-gradient(180deg, #322f31 5.31%, rgba(50, 47, 49, 0.57) 63.65%, rgba(50, 47, 49, 0.00) 100%);
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1000;
	}

	.container {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 20px;
	}

	body.page-id-382 .page-content,
	header .container {
		max-width: 100%;
		gap: 10px;
	}

	body.page-id-382 .page-content {
		margin: 0 auto;
		padding: 30px 20px;
	}

	body.page-id-382 .plan-details-header .slider-controls > button{
		display: none !important;
	}

	body.page-id-382 .page-content a.tqh-floor-plan-link {
		color: #474747;
	}
	body.page-id-382 .page-content a.tqh-floor-plan-link-active {
		color: #fff;
	}

	.site-logo {
		flex-shrink: 0;
	}

	.site-logo a{
		display: flex;
		align-items: flex-start;
		gap: 10px;
		text-decoration: none;
		flex-direction: column;
	}

	/* Mobile/tablet: slogan sits beside the logo image on the same row */
	@media (max-width: 1400px) {
		.site-logo a {
			flex-direction: row;
			align-items: center;
		}
		.site-logo a .slogan {
			font-size: 13px;
		}
	}

	.site-logo img {
		height: 95px;
		width: auto;
	}

	.site-logo a .slogan{
		color: #fff;
		font-size: 15px;
		font-style: italic;
		display: block;
	}

	nav {
		display: flex;
		align-items: center;
	}

	nav ul {
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0;
		gap: 30px;
	}

	nav ul li {
		position: relative;
	}

	nav ul li a {
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 400;
		padding: 5px 0;
		position: relative;
		white-space: nowrap;
	}

	nav ul .sub-menu {
		display: none;
		position: absolute;
		top: 100%;.slide-content h2
		left: 0;
		background: rgba(39, 36, 38, 0.95);
		min-width: 200px;
		padding: 10px 0;
		z-index: 100;
	}

	.request-consult {
		background-color: #fff;
		color: #322f31;
		padding: 10px 20px;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 400;
		margin-left: 50px;
	}

	body.page-id-561 .request-consult,
	body.page-id-97 .request-consult,
	body.page-id-19 .request-consult,
	body.page-id-293 .request-consult,
	body.home .request-consult {
		background-color: #322f31;
		color: #fff;
	}

	body.page-id-561 .request-consult:hover,
	body.page-id-97 .request-consult:hover,
	body.page-id-19 .request-consult:hover,
	body.page-id-293 .request-consult:hover,
	body.home .request-consult:hover {
		background-color: #357ABD;
	}

	.phone-number {
		color: #fff;
		text-decoration: none;
		font-size: 18px;
		font-weight: 400;
		margin-left: 20px;
		display: flex;
		align-items: center;
	}

	.phone-number::before {
		content: '';
		display: inline-block;
		width: 23px;
		height: 23px;
		background: url('./assets/images/phone-icon.png') no-repeat center;
		background-size: contain;
		margin-right: 5px;
	}

	.menu-toggle {
		display: none;
	}

	.hero-slider {
		position: relative;
		overflow: hidden;
	}

	.slide {
		position: relative;
		height: 660px;
	}

	.slide-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.slide-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.slide-content {
		position: relative;
		z-index: 2;
		max-width: 1200px;
		margin: 0 auto;
		padding: 150px 20px 100px 20px;
		color: #fff;
		height: 100%;
		text-align: left;
	}

	.slide-content h2 {
		  font-family: 'Manrope', sans-serif;
  font-weight: 200;
  letter-spacing: 0.15em;

	font-size: 61px;
  line-height: 52px;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 100px;
  max-width: 50%;
	}

	.slide-content p {
	font-size: 24px;
	margin-bottom:30px;
  line-height: 29px;
  font-weight: 300;
  max-width: 80%;
		
	}

	.slide-content p.small-info{
		font-size: 16px;
		line-height: normal;
		font-weight: 300;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		gap: 10px;
		position: absolute;
		right: 0;
		bottom: -10px;
		text-transform: unset;
	}

	.slick-prev,
	.slick-next {
		z-index: 10;
		width: 50px;
		height: 50px;
	}

	.slick-prev { left: 20px; }
	.slick-next { right: 20px; }

	.slick-dots {
		bottom: 20px;
	}

	.slick-dots li button:before {
		color: #fff;
		font-size: 12px;
		opacity: 0.5;
	}

	.slick-dots li.slick-active button:before {
		opacity: 1;
	}

	[class*="nv-"] {
		height: 40px;
		background: url('./assets/images/yellow-star.png') repeat-x;
		background-size: 30px 30px;
		display: inline-block;
		flex-shrink: 0;
	}

	.nv-5-stars { width: 150px; }
	.nv-4-stars { width: 160px; }
	.nv-3-stars { width: 120px; }
	.nv-2-stars { width: 80px; }
	.nv-1-star { width: 40px; }

	.features-section {
		color: #fff;
	}

	.features-section .container{
		background-color: #d66929;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.features-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 40px;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.feature-item {
		text-align: center;
	}

	.feature-icon {
		margin-bottom: 18px;
	}

	.feature-icon img {
		height: 180px;
		width: auto;
	}

	.feature-title {
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 15px;
		text-transform: uppercase;
	}

	.feature-description {
		font-size: 16px;
		line-height: 1.6;
	}

	.feature-description ul{
		padding: 0;
		margin: 0;
		padding-left: 20px;
		margin-top: 20px;
		list-style: auto;
		text-align: left;
		font-weight: bold;
	}

	nav ul li.menu-item-has-children > a::after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		transform: rotate(45deg);
		margin-left: 8px;
		vertical-align: 2px;
		transition: transform 0.3s ease;
	}

	.font-light {
		font-weight: 300;
	}  

	.show-on-mobile {
		display: none;
	}

	.mobile-header-btns {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.cta-button {
margin-top: 20px;
  margin-bottom: 15px;
  width: fit-content;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  background-color: #322f31;
  border: 1px solid #322f31;
  margin-right: 13px;
	}

	.cta-button.cta2 {
		background-color: transparent;
		border: 1px solid #fff;
		color: #fff;
	}

	.cta-button.cta2:hover {
		background-color: #fff;
		color: #322f31;
	}

	.premium-homes {
		text-align: left;
		max-width: 800px;
	}

	.premium-homes h2 {
		  font-weight: 200;
  letter-spacing: 0.15em;
		color: #322f31;
		font-size: 30px;
		margin-bottom: 0px;
		
	}
	
	
	
	.smalltick {width:40px;}

	.features-list {
		list-style: none;
		margin: 0 0 30px;
		padding: 0;
	}

	.features-list li {
		position: relative;
		padding-left: 35px;
		margin-bottom: 15px;
		color: #474747;
		font-size: 17px;
		font-weight: 300;
		line-height: 31px;
	}

	.features-list li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 5px;
		width: 27px;
		height: 27px;
		background: url('./assets/images/tick.png') no-repeat center;
		background-size: contain;
	}

	.browse-button {
		display: inline-block;
		padding: 15px 30px;
		border: 1px solid #474747;
		color: #474747;
		text-decoration: none;
		font-size: 18px;
		font-weight: 300;
		transition: all 0.3s ease;
	}

	/* Ensure browse-button parent stacks on mobile */
	.browse-button + .browse-button,
	.browse-button + * .browse-button {
		margin-top: 0;
	}

	.browse-button:hover {
		background: #322f31;
		color: #fff;
	}

	.after-hero{
		padding: 40px;
  z-index: 9999999999999;
  position: relative;
  background: #fff;
	}
	.after-hero .container {
		display: flex;
		flex-direction: column;
	}

	.after-hero .container .block{
		display: flex;
		gap: 30px;
		width: 100%;
		margin-bottom: 50px;
	}

	.form-section{
		flex-basis: calc(100%/2 - 15px) !important;
		height: 100%;
		position: relative;
	}

	.form-section .wpcf7 {
		background: #322f31;
		width: 510px;
		padding: 38px;
		position: absolute;
		left: 0;
		
	}

	.form-section .wpcf7 select option{
		color: #474747;
		padding: 5px 50px !important;

	}
	
	.wpcf7 form.sent .wpcf7-response-output {color:#fff !important;}
	

	.form-section .wpcf7 select,
	.form-section .wpcf7 input[type="submit"]{
		cursor: pointer;
	}

	.yourdream-wrp .form-section .wpcf7{
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		padding-bottom: 10px;
		position: absolute;
		top: 50px;
	}

	.form-section .wpcf7 h3{
		  font-weight: 200;
  letter-spacing: 0.15em;
		font-size: 26px;
		color: #fff;
		font-weight: 300;
		margin-bottom: 15px;
	}

	.form-section .wpcf7 input,
	.form-section .wpcf7 select{
		height: 44px;
		width: 100%;
		font-family: 'Manrope', sans-serif !important;
		font-weight:300 !important;
		background: transparent;
		color: #fff;
		font-size: 15px;
		font-style: unset;
		font-weight: 300;
		padding: 5px 10px;
		margin-bottom: 8px;
		border: 1px solid #fff;
	}

	.form-section .wpcf7 input::-webkit-input-placeholder {
		color: white;
		opacity: 0.7;
	}

	.form-section .wpcf7 input::-moz-placeholder {
		color: white;
		opacity: 0.7;
	}

	.form-section .wpcf7 input:-ms-input-placeholder {
		color: white;
		opacity: 0.7;
	}

	.form-section .wpcf7 input:-moz-placeholder {
		color: white;
		opacity: 0.7;
	}

	.form-section .wpcf7 input[type="submit"]{
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		height: 60px;
	}

	.home-text-block{
		color: #474747;
		font-size: 16px;
		font-weight: 300;
		letter-spacing: -0.32px;
		max-width: 1160px;
		margin: 0 auto;
	}

	.home-title{
		text-align: center;
		font-size: 32px;
		font-weight: 300;
		line-height: normal;
		text-transform: uppercase;
		margin-bottom: 50px;
	}

	.home-text-block p{
		margin-bottom: 20px;
			text-align: center;
	}

	.after-features {
		padding: 80px 0;
	}

	.after-features .block {
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 1920px;
		margin: 0 auto;
		margin-bottom: 60px;
		align-items: flex-end;
	}

	.after-features .block:last-child {
		margin-bottom: 0;
	}

	.block-content {
		flex: 1;
		max-width: 600px;
	}

	.block-image {
		flex: 1;
		max-width: 820px;
	}

	.block-image img {
		width: 100%;
		height: auto;
		display: block;
	}

	.block-content h2 {
		font-size: 32px;
		color: #474747;
		margin-bottom: 20px;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: -0.64px;
	}

	.block-content p {
		font-size: 14px;
		color: #474747;
		margin-bottom: 30px;
		line-height: 1.6;
	}

	.block-buttons {
		display: flex;
		gap: 20px;
	}

	.block-button {
		display: inline-block;
		padding: 15px 30px;
		text-decoration: none;
		font-size: 18px;
		text-transform: uppercase;
		transition: all 0.3s ease;
		font-weight: 300;
	}

	.block-button:not(.button-blue) {
		border: 1px solid #474747;
		color: #474747;
	}

	.block-button:not(.button-blue):hover {
		background: #333;
		color: #fff;
	}

	.button-blue {
		background: #322f31;
		color: #fff;
		border: 1px solid #322f31;
	}

	.button-blue:hover {
		background: transparent;
		color: #322f31;
	}

	.block-left .block-content {
		background: #F2F2F2;
		padding: 80px 20px 110px 60px;
		max-height: calc(100% - 45px);
	}

	.block-right .block-content {
		padding: 110px 20px 110px 60px;
	}

	.after-features .block.block-left {
		justify-content: flex-end;
	}

	.after-features .block.block-right {
		justify-content: flex-start;
	}

	.bottom-info .container {
		padding-top: 45px;
		padding-bottom: 45px;
		text-align: center;
	}

	.bottom-info-content {
		max-width: 960px;
		margin: 0 auto;
		color: #fff;
		font-size: 16px;
		font-style: italic;
		font-weight: 300;
		letter-spacing: -0.32px;
	}

	.bottom-info-content h2{
		font-size: 32px;
		font-weight: 300;
		font-style: normal;
		margin-bottom: 45px;
	}

	.bottom-info-content .cta-button{
		display: block;
		margin: 45px auto 25px auto;
		width: fit-content;
		font-style: normal;
		font-weight: 300;
		font-size: 18px;
		background: transparent;
		border: 1px solid #fff;
	}

	.bottom-info-content strong{
		font-style: normal;
	}

	.bottom-info-hotline{
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 16px;
		font-weight: 400;
		font-style: normal;
	}

	.bottom-info {
		margin-bottom: 110px;
	}

	.testimonials {
		padding: 80px 0;
		background: #F5F5F5;
	}

	.testimonials .container {
		position: relative;
		max-width: 1000px;
	}

	.testimonial-item {
		text-align: center;
		padding: 0 40px;
	}

	.testimonial-title {
		font-size: 18px;
		color: #474747;
		margin-bottom: 20px;
		font-weight: 700;
	}

	.rating {
		margin-bottom: 30px;
	}

	.testimonial-content {
		font-size: 16px;
		line-height: 1.6;
		color: #474747;
		margin-bottom: 20px;
	}

	.testimonial-author {
		font-size: 16px;
		color: #474747;
		font-weight: 600;
		text-align: right;
	}

	.slider-arrows {
		position: absolute;
		width: 90%;
		top: 50%;
		transform: translateY(-50%);
		display: flex;
		justify-content: space-between;
		pointer-events: none;
		left: 5%;
	}

	.prev-arrow,
	.next-arrow {
		width: 40px;
		height: 40px;
		border: none;
		background: transparent;
		cursor: pointer;
		pointer-events: auto;
		position: relative;
	}

	.prev-arrow::before,
	.next-arrow::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 35px;
		height: 35px;
		border-left: 2px solid #322f31;
		border-bottom: 2px solid #322f31;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.next-arrow::before {
		transform: translate(-50%, -50%) rotate(225deg);
	}

	.testimonials-slider{
		width: 100% !important;
	}

	footer {
		background: #322f31;
		color: #fff;
		padding: 30px 20px;
		font-size: 14px;
		letter-spacing: -0.28px;
	}

	.footer-columns {
		color: #fff;
	}

	.footer-grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 30px;
	}

	.footer-logo {
		max-width: 180px;
		height: auto;
	}

	.column-title {
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 20px;
		color: #fff;
	}

	footer .footer-column{
		font-size: 16px;
		letter-spacing: -0.28px;
	}

	footer .footer-column:first-child .column-content {
		font-size: 14px;
		line-height: 1.6;
	}

	footer .footer-column:nth-child(3) .column-content{
		line-height: 28px;
	}

	.column-content p {
		margin-bottom: 10px;
	}

	.column-content a {
		color: #fff;
		text-decoration: none;
		transition: opacity 0.3s ease;
		display: block;
	}

	.column-content a:hover {
		opacity: 0.8;
	}

	footer a{
		font-size: 16px;
		line-height: 28px;
		letter-spacing: -0.32px;
	}
	footer .socials{
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		margin-top: 30px;
	}
	footer .socials a{
		text-decoration: none;
	}
	footer .socials a img{
		width: 20px;
		height: 20px;
		object-fit: contain;
	}
	footer .copyright{
		margin-top: 50px;
		font-size: 16px;
		font-weight: 300;
		text-align: center;
		justify-content: center;
		gap: 10px;
	}

	footer .copyright a{
		color: #fff;
	}

	.a-email,
	.a-phone,
	.a-address{
		display: flex !important;
		align-items: center;
		gap: 10px;
	}

	.a-email:before{
		content: '';
		display: inline-block;
		width: 16px;
		height: 16px;
		background: url('./assets/images/email-icon.png') no-repeat center center;
		background-size: contain;
		margin-right: 10px; 
	}

	.a-phone:before{
		content: '';
		display: inline-block;
		width: 16px;
		height: 16px;
		background: url('./assets/images/phone-icon.png') no-repeat center center;
		background-size: contain;
		margin-right: 10px; 
	}

	.a-address:before{
		content: '';
		display: inline-block;
		width: 16px;
		height: 16px;
		background: url('./assets/images/marker-icon.png') no-repeat center center;
		background-size: contain;
		margin-right: 10px; 
	}

	.hwwwy-header-info {
		max-width: 540px;
		position: relative !important;
	}

	.hwwwy-header-info:after {
		content: '';
		display: block;
		width: 224px;
		height: 476px;
		background: url(./assets/images/vector.png) center center no-repeat;
		background-size: contain;
		position: absolute;
		top: -100px;
		right: -40px;
	}

	.hwwwy-header {
		justify-content: flex-end !important;
		padding: 40px 40px !important;
	}

	.hwwwy-header-info h2{
		
		
					 font-family: 'Manrope', sans-serif;
    font-weight: 200;
    letter-spacing: 5px;
		
		font-size: 59px;
		font-weight: 300 !important;
		color: #fff !important;
		text-align: right;
	}

	.hwwwy-header-info .hwwwy-text{
		font-size: 32px;
		line-height: 34px !important;
		font-weight: 300 !important;
		color: #fff;
		text-align: right;
	}

	.ct-flex{
		display: flex;
		flex-direction: row !important;
	}
	.ct-flex > div{
		width: auto;
		max-width: unset !important;
		
	}
	.ct-flex > .elementor-widget-image{
		min-width: 160px !important;
	}

	.hwwwy-step-wrp{
		overflow: hidden;
	}

	.about-block-slide2 .slick-list,
	.about-block-slide .slick-list,
	.yourdream-slide .slick-list,
	.hwwwy-step-wrp .slick-list{
		width: 100% !important;
	}

	.about-block-slide2 .slick-list .slick-track > div{
		padding: 15px;
	}

	.hwwwy-step-wrp > .e-con-inner{
		margin: 0 auto;
		max-width: 1920px !important;
	}

	.hwwwy-step{
		display: flex !important;
		flex-direction: row !important;
		justify-content: flex-start !important;
		gap: 0 !important;
		position: relative;
	}

	.hwwwy-step > *{
		padding: 0;
	}

	.hwwwy-step > .elementor-widget-image{
		min-width: 50% !important;
	}
	.hwwwy-step > .elementor-widget-image img{
		width: 100%;
	}
	.hwwwy-step .elementor-widget-text-editor .elementor-widget-container{
		background: #322f31;
		padding: 70px 100px;
	}

	.hwwwy-step-text{
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		padding: 0 !important;
	}

	.hwwwy-step-text h3{
		font-size: 32px;
		font-weight: 300;
		letter-spacing: -0.64px;
		text-transform: uppercase;
		margin-bottom: 16px;
	}

	.hwwwy-step-text p{
		margin-bottom: 16px !important;
	}

	.ct-btn-block .cta-button{
		display: block;
		border: 1px solid #fff;
		margin-top: 16px;
	}


	.hwwwy-step-wrp .slick-prev:before{
		content: '';
		display: block;
		width: 35px;
		height: 70px;
		background: url('./assets/images/vector-left.png') center center no-repeat;
		background-size: contain;
	}


	.hwwwy-step-wrp .slick-next:before{
		content: '';
		display: block;
		width: 35px;
		height: 70px;
		background: url('./assets/images/vector-right.png') center center no-repeat;
		background-size: contain;
	}

	.your-dream-slider-heading {
		font-size: 30px;
		color: #322f31;
		font-weight: 300;
		margin-bottom: 15px;
	}

	.your-dream-slider-text {
		color: #474747;
		font-size: 17px;
		font-weight: 300;
		line-height: 31px;
		display: flex;
		flex-direction: row !important;
		justify-content: flex-start;
		gap: 20px;
	}

	.yourdream-wrp .ct-btn-block .cta-button {
		color: #474747;
		display: block;
		border: 1px solid #474747;
		margin-top: 16px;
		background: transparent;
		font-size: 17px;
		font-weight: 300;
	}

	.yourdream-wrp .ct-btn-block .cta-button:hover{
		color: #fff;
		background: #474747;
	}

	.big-text {
		
    font-weight: 200;
    letter-spacing: 0.15em;
		color: #322f31;
    text-transform: uppercase;
    font-size: 41px;
    line-height: 49px;

	}

	.big-text2 {
		color: #474747;
		font-size: 63px;
		font-weight: 300;
		line-height: normal;
		letter-spacing: -1.26px;
	}

	.yourdream-wrp .ct-flex {
		gap: 15px;
		align-items: center;
		margin-bottom: 10px;
	}

	.yourdream-wrp .ct-flex > img{
		width: 120px;
	}

	.yourdream-bottom-block {
		display: flex;
		flex-direction: row !important;
		gap: 30px;
		position: relative !important;
		margin-top: -50px !important;
	}

	.yourdream-bottom-block > div{
		max-width: calc(100%/2 - 15px);
	}

	.yourdream-slide{
		padding: 0 !important;
		padding-top: 25px !important;
	}

	.yourdream-slide .slick-dots li button:before{
		border: 1px solid #474747;
		color: transparent;
		border-radius: 50%;
		width: 15px;
		height: 15px;
		line-height: 15px;
		font-size: 11px;
	}
	.yourdream-slide .slick-dots li.slick-active button:before{
		color: #474747;
	}

	.yourdream-slide .slick-dots{
		bottom: -30px;
	}

	.yourdream-wrp{
		padding-bottom: 20px !important;
	}
	.ct-center{
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.guarantee-header{
		position: relative;
	}
	.guarantee-header .guarantee-img {
		position: absolute;
		right: calc(50% - 600px);
		top: 110px;
	}

	.guarantee-points > .e-con-inner > .container {
		background: #fff;
		padding-bottom: 50px;
	}

	.guarantee-points .big-number{
		position: absolute;
		top: 0;
		left: calc(40% - 54.5px);
		top: -54.5px;
	}

	.guarantee-points .big-number span{
		width: 109px;
		height: 109px;
		background: #322f31;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 40px;
		font-weight: 300 !important;
		color: #fff;
		border-radius: 50%;
	}

	.guarantee-points .left-info *{
		color: #474747;
		font-size: 16px;
		font-weight: 300;
		line-height: normal;
		letter-spacing: -0.32px;
	}

	.guarantee-points .left-info p{
		margin-bottom: 10px;
	}

	.guarantee-info-wrp{
		display: flex;
		flex-direction: row !important;
		gap: 20px !important;
	}

	.guarantee-info-wrp .left-info{
		flex-basis: 40%;
	}

	.guarantee-info-wrp .right-info{
		flex-grow: 1;
	}

	.guarantee-info-wrp .ct-flex{
		justify-content: space-between;
		align-items: center;
	}

	.guarantee-info-wrp .ct-flex > img{
		height: 137px;
		width: auto;
	}

	.guarantee-bottom-info {
		margin-top: 90px;
		margin-bottom: 80px;
	}

	.guarantee-bottom-info .bottom-info{
		margin-bottom: 0;
	}

	.projects-gallery .wp-caption {
		position: relative;
	}

	.projects-gallery .wp-caption figcaption{
		position: absolute;
		background: rgba(255, 255, 255, 0.60);
		top: 0;
		right: 0;
		padding: 4px 10px 5px 11px;
		justify-content: center;
		align-items: center;
		color: #000;
		text-align: center;
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 2.4px;
		text-transform: uppercase;
	}

	.contact-block .elementor-widget-container a{
		color: #fff;
		display: block;
		text-decoration: underline;
	}

	.contact-block{
		padding: 40px !important;
	}

	.contact-block .elementor-widget-container{
		text-align: center;
		padding: 20px;
	}

	.contact-block h3{
		color: #fff;
		font-size: 22px;
		text-transform: uppercase;
		margin-bottom: 30px !important;
	}

	.contact-block .elementor-widget-text-editor{
		flex-basis: 32%;
	}

	.contact-block .elementor-widget-text-editor:nth-child(2){
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}

	.our-story .elementor-widget-container strong {
		font-weight: 400;
	}

	.max-1920{
		max-width: 1920px;
		margin: 0 auto;
	}
	.about-block-slide{
		padding: 0 !important;
	}
	.about-block-slide .slick-prev:before{
		content: '';
		display: block;
		width: 35px;
		height: 70px;
		background: url('./assets/images/arrow-left-w.png') center center no-repeat;
		background-size: contain;
	}

	.about-block-slide .slick-next:before{
		content: '';
		display: block;
		width: 35px;
		height: 70px;
		background: url('./assets/images/arrow-right-w.png') center center no-repeat;
		background-size: contain;
	}

	.about-block-slide .slick-prev, .about-block-slide .slick-next{
		top: auto;
		bottom: 80px;
	}

	.about-block-slide .slick-prev{
		left: 80px;
	}

	.about-block-slide .slick-next{
		right: 80px;
	}

	.about-block-2 .ct-btn-block{
		display: flex;
		gap: 20px;
	}

	.about-block-2 .ct-btn-block .cta-button2{
		border: none;
	}

	.about-block-3 strong,
	.about-block-2 .block-left strong{
		font-weight: 600;
	}

	.about-block-3 .block-buttons{
		flex-direction: row;
		gap: 10px;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
	}

	.about-block-2 .ct-btn-block{
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}

	.about-block-2 .ct-btn-block a{
		margin: 0;
	}

	.about-block-2 .ct-btn-block br,
	.about-block-3 .block-buttons br{
		display: none;
	}

	.about-block-2 .ct-btn-block .cta-button2{
		border: 1px solid transparent;
	}
	.about-block-2 .ct-btn-block .cta-button2:hover{
		border: 1px solid #fff;
	}

	.about-block-3 .slick-prev{
		left: -10px;
	}

	.about-block-3 .slick-next{
		right: -10px;
	}

	.about-block-3 .slick-next:before,
	.about-block-3 .slick-prev:before{
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 35px;
		height: 35px;
		border-left: 2px solid #322f31;
		border-bottom: 2px solid #322f31;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.about-block-3 .slick-next::before {
		transform: translate(-50%, -50%) rotate(225deg);
	}
	
	
div#accor1.elementor-element.elementor-element-3c36c09.elementor-widget__width-inherit.elementor-widget.elementor-widget-n-accordion
 {
		    --n-accordion-border-width: 0px 0px 1px 0px !important;
	}
	
	ul.pl {	margin-left:30px;
	}
	
	
	

	@media (min-width: 1401px) {
		nav ul li:hover > .sub-menu {
			display: block;
		}

		nav ul .sub-menu li {
			padding: 0;
		}

		nav ul .sub-menu li a {
			padding: 8px 20px;
			display: block;
			font-size: 14px;
			white-space: nowrap;
		}

		nav ul .sub-menu li a:hover {
			background: rgba(255, 255, 255, 0.1);
		}
	}

	@media (max-width: 1400px) {
		
		
		
		
		
		
		
		
		
		
		
				.show-on-mobile {
			display: block;
			padding: 0 !important;
			border: none !important;
			background: none !important;
		}

		header {
			padding: 18px 0;
		}
		
		.site-logo img {
			height: 100px;
		}
		
		.menu-toggle {
			display: block;
			background: none;
			border: none;
			padding: 0;
			width: 30px;
			height: 20px;
			position: relative;
			cursor: pointer;
			flex-basis: 30px;
			min-width: 30px;
		}

		.menu-toggle span {
			display: block;
			position: absolute;
			height: 2px;
			width: 100%;
			background: #fff;
			transition: .25s ease-in-out;
		}

		.menu-toggle span:nth-child(1) { top: 0; }
		.menu-toggle span:nth-child(2) { top: 9px; }
		.menu-toggle span:nth-child(3) { top: 18px; }

		.menu-toggle.active {
			position: fixed;
			top: 20px;
			right: 20px;
			z-index: 1000;
		}

		.menu-toggle.active span {
			background: #000;
		}

		.menu-toggle.active span:nth-child(1) {
			top: 9px;
			transform: rotate(45deg);
		}

		.menu-toggle.active span:nth-child(2) {
			opacity: 0;
		}

		.menu-toggle.active span:nth-child(3) {
			top: 9px;
			transform: rotate(-45deg);
		}

		nav {
			display: none;
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100vh;
			background: #fff;
			z-index: 999;
			padding: 80px 20px 40px;
			overflow-y: auto;
		}

		nav.active {
			display: block;
			text-align: center;
		}

		nav ul {
			flex-direction: column;
			gap: 25px;
		}

		nav ul li a {
			color: #333;
			font-size: 16px;
			font-weight: 500;
			padding: 10px 0;
			display: block;
			text-align: center;
		}

		nav ul .sub-menu {
			position: static;
			background: none;
			padding: 0;
			margin-top: 10px;
		}

		nav ul .sub-menu li a {
			color: #666;
			font-size: 14px;
			padding: 8px 0;
		}

		nav ul li.menu-item-has-children > a::after {
			border-color: #333;
			width: 6px;
			height: 6px;
		}

		nav ul li.menu-item-has-children > a.active::after {
			transform: rotate(-135deg);
			margin-top: 5px;
		}

		nav .request-consult {
			display: block;
			margin: 20px auto 0;
			text-align: center;
			width: fit-content;
			margin-left: auto;
			margin-right: auto;
		}

		nav .phone-number {
			display: block;
			color: #333;
			margin: 15px auto 0;
			text-align: center;
			width: fit-content;
			margin-left: auto;
			margin-right: auto;
			justify-content: center;
		}

		nav .phone-number::before {
			display: none;
		}
		
		
		
		
		
		

		
		html body.home.wp-singular.page-template-default.page.page-id-19.logged-in.admin-bar.wp-theme-awtwfy.elementor-default.elementor-kit-90.elementor-page.elementor-page-19.customize-support.dialog-body.dialog-buttons-body.dialog-container.dialog-buttons-container main.site-main section.bottom-info div.container {
		  background-position: center center !important;	
		}
		
		
		.about-block-2 .block-left{
			padding: 70px 20px !important;
		}
	}

	@media (max-width: 1200px) {
		.about-block-2 > div{
			width: 100% !important;
		}
		.guarantee-header .guarantee-img{
			top: 160px;
			right: calc(50% - 400px);
			width: 300px;
			height: auto;
		}
		
		.yourdream-wrp .ct-flex{
			justify-content: flex-start !important;
		}
		.yourdream-wrp{
			padding-right: 15px !important;
			padding-left: 15px !important;
		}

		.yourdream-bottom-block > div{
			max-width: unset !important;
		}
		.yourdream-bottom-block{
			flex-direction: column !important;
			justify-content: center !important;
			align-items: center !important;
		}
		.yourdream-wrp .form-section .wpcf7{
			position: relative;
			top: auto;
		}
		.yourdream-slide{
			margin: 0 auto;
		}
		.hwwwy-step .elementor-widget-text-editor .elementor-widget-container{
			padding: 30px 50px;
		}

		.feature-icon img{
			height: 100px;
		}
		.after-hero .container .block{
			flex-direction: column;
		}
		.form-section .wpcf7{
			position: relative;
			top: auto;
			left: auto;
			width: 100%;
		} 
		.after-features{
			padding: 0;
		}
		.after-features .block{      
			flex-wrap: wrap;
			margin-bottom: 0;
		}
		.after-features .block > * {
			flex-basis: 100%;
			max-height: unset;
			max-width: unset;
		}
		.after-features .block .block-content{
			padding: 40px 20px;
		}

		.our-story .block-left,
		.our-story .block-right{
			width: 100%;
		}
	}

	@media (max-width: 1024px) {
		
		
		
		
		   .slide-content {
        padding-top: 130px;
        padding-bottom: 20px;
    }

    .slide-content h2 {
        margin-top: 10px;
		        font-size: 40px;
        line-height: 36px !important;
        max-width: 75%;
    }

    .slide-content p:not(.small-info) {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
        max-width: 60%;
    }

    .slide-content .small-info {
        display: flex !important;
        position: absolute;
        bottom: 20px;
        right: 20px;
        justify-content: flex-end;
        font-size: 13px;
    }
		
		.block-buttons {
			flex-direction: column;
			align-items: flex-start;
		}
		.block-buttons .block-button {
			width: fit-content;
		}

		/* Stack the journey section buttons on tablets */
		.home-text-block p:has(> a[style]) {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			gap: 12px;
		}
		.home-text-block p:has(> a[style]) > a {
			display: block !important;
			margin: 0 !important;
		}

		/* Stack the browse-button row (Elementor columns containing browse-buttons) */
		.e-con-inner:has(.browse-button),
		.elementor-row:has(.browse-button) {
			flex-direction: column !important;
			align-items: flex-start !important;
		}

		.browse-button {
			display: block;
			width: fit-content;
		}

			.slide-content h2 {
    line-height: 36px !important;
    max-width: 80%;
	margin-top:30px;
		}
		
		
		.slide-content p {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 24px;
  font-weight: 300;
  max-width: 80%;
}
		
		
		.elementor-1010 .elementor-element.elementor-element-87e9a02 {max-width:500px;}
		
		
		
		.about-block-2{
			flex-wrap: wrap;
			flex-direction: column !important;
		}
		.guarantee-points .big-number{
			left: calc(50% - 54.5px);
		}
		.guarantee-info-wrp{
			flex-direction: column !important;
		}
		.guarantee-info-wrp > div{
			flex-basis: 100%;
		}
		.guarantee-points > .e-con-inner > .container{
			padding-left: 20px;
			padding-right: 20px;
		}
		.guarantee-info-wrp .ct-flex{
			justify-content: space-between !important;
		}
		.hwwwy-step{
			flex-direction: column !important;
		}
		.hwwwy-step > *{
			flex-basis: 100% !important;
		}
		.hwwwy-step > .elementor-widget-image img{
			max-width: 100vw;
		}
		nav ul {
			gap: 20px;
		}
		
		.phone-number,
		.request-consult {
			margin-left: 20px;
		}

		.guarantee-header .guarantee-img{
			top: 160px;
			right: calc(50% - 150px);
			width: 300px;
			   
			height: auto;
		}
		.hwwwy-header-info h2{
			font-size: 50px;

		}
	}

	@media (max-width: 768px) {
		
		
		
	
		
		
		
		
		
		
		.contact-block{
			padding-left: 0px !important;
			padding-right: 0px !important;
		}

		.contact-block .elementor-widget-text-editor{
			flex-basis: 100%;
		}
		
		.contact-block .elementor-widget-text-editor:nth-child(2){
			border-left: none;
			border-right: none;
		}

		.ct-flex{
			justify-content: center !important;
		}
		.ct-flex > .elementor-widget-image{
			order: 1;
		}
		.ct-flex > .elementor-widget-text-editor{
			order: 2;
		}
		.hwwwy-header{
			padding: 40px 15px !important;
		}
		.hwwwy-header-info:after{
			display: none;
		}
		.after-hero,
		.after-hero .container{
			padding: 0px;
		}

		.home-text-block,
		.premium-homes{
			padding: 0px 20px;
		}

		.home-text-block p:has(> a[style]) {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			gap: 12px;
		}

		.home-text-block p:has(> a[style]) > a {
			display: block !important;
			margin: 0 !important;
		}

		.cta-button {
			display: block;
		}



		.request-consult {
			background-color: #d66929;
			color: #fff;
			text-align: center;
			padding: 15px;
			margin: 20px auto;
			display: inline-block;
			width: fit-content;
			border-radius: 0;
		}

		.phone-number {
			color: #333;
			text-align: center;
			padding: 15px;
			margin: 0 auto;
			display: block;
			width: fit-content;
			border: 1px solid #333;
		}

		.phone-number::before {
			display: none;
		}

		.show-on-mobile::before {
			display: block;
		}

		.slide {
			height: 855px;
		}

		.slide-content h2 {
		font-size: 45px;
    line-height: 38px !important;
    max-width: 60%;
	margin-top: 10px;
		}

		.slide-content p {
			font-size: 15px;
			line-height: 22px;
			margin-bottom: 30px;
		}

		.features-grid {
			grid-template-columns: 1fr;
			gap: 50px;
		}

		.small-info {
			display: flex !important;
			position: static;
			justify-content: flex-start;
			margin-top: 20px;
			font-size: 14px;
		}

		.premium-homes h2 {
			font-size: 24px;
		}
		
		.features-list li {
			font-size: 14px;
		}
		.block-buttons{
			flex-direction: column;
			align-items: flex-start;
		}
		.block-buttons .block-button{
			width: fit-content;
		}
		.bottom-info-hotline .phone-number{
			display: inline-block;
			margin: 0;
			border: none;
			color: #fff;
		}
		.bottom-info-hotline .phone-number:before{
			display: inline-block;
		}

		.testimonials {
			padding: 40px 0;
		}

		.testimonial-item {
			padding: 0 20px;
		}

		.footer-columns {
			padding: 40px 20px;
		}

		.footer-grid {
			grid-template-columns: 1fr;
			gap: 30px;
		}

		.footer-logo-column {
			text-align: center;
		}

		.footer-logo {
			max-width: 160px;
		}

		.column-title {
			font-size: 16px;
			margin-bottom: 15px;
		}

		.our-story .e-con-inner > .e-con-full{
			padding: 15px;
		}

		.about-block-slide .slick-prev{
			left: 10px;
		}
		
		.about-block-slide .slick-next{
			right: 10px;
		}
	}

	@media (max-width: 540px) {
		.yourdream-wrp .ct-flex{
			flex-wrap: wrap;
			justify-content: center !important;
			align-items: center !important;
		} 
		.big-text{
			font-size: 35px;
			text-align: center;
		} 
		.big-text2{
			font-size: 40px;
			text-align: center;
		}
		.yourdream-wrp .ct-btn-block .cta-button{
			margin: 15px auto;
			white-space: pre-wrap;
		}
		.your-dream-slider-text{
			flex-wrap: wrap;
			justify-content: center;
		}
		.guarantee-info-wrp .ct-flex{
			flex-wrap: wrap !important;
			gap: 10px;
			justify-content: center !important;
			align-items: center !important;;
		}
	}

	@media (max-width: 480px) {
		.footer-columns{
			padding-left: 0px;
			padding-right: 0px;
		}
		footer .copyright{
			flex-direction: column;
		}
	}
	
	
	/* ── Hero Video ─────────────────────────────────────────── */
	
	@media (max-width: 676px) {
		
		
		
		
		.slide-content p.small-info {
			font-size: 16px;
  line-height: normal;
  font-weight: 300;
flex-wrap: unset !important;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 0;
  bottom: -10px;
  text-transform: unset;
  width: 100% !important;
  max-width: 100%;
  float: left;
  padding:  0px 20px !important;
		}
		
		
		
		
		.home-title {margin-top: 30px;}
		
		
		
		
		
		
		
	
	.hero-video {
    position: relative;
    height: 500px;
    overflow: hidden;
}}
	
	
	
	
	
	
.hero-video {
    position: relative;
    height: 800px;
    overflow: hidden;
}

.hero-video-embed {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Always cover: whichever dimension is larger wins */
    width: max(100%, 177.78vh);
    height: max(100%, 56.25vw);
    z-index: 0;
    pointer-events: none;
}

/* On landscape mobile the container should fill the viewport height */
@media (orientation: landscape) and (max-width: 1400px) {
    .hero-video {
        height: 100vh;
    }

 
}

.hero-video-embed iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.hero-bg-image {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.hero-video .slider-wrapper {
    position: relative;
    z-index: 2;
    height: 100%;
}

.hero-video::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}