@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: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

header {
background: linear-gradient(180deg, rgba(2,170,200,1) 0%, rgba(2,170,200,1) 52%, rgba(1,120,143,1) 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, rgba(19,53,64,1) 0%, rgba(2,170,200,0.5) 52%, rgba(1,120,143,0) 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: 1400px;
    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;
}
 div.slide-content h2 span.font-light {
	 font-size:30px;
 }

a.her1, a.her2
{margin: 0px 10px;
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:
rgb(2,170,200);
  background:
linear-gradient(180deg, rgba(2,170,200,1) 0%, rgba(2,170,200,1) 52%, rgba(1,120,143,1) 100%);
    background-color: rgba(0, 0, 0, 0);

	}

.site-logo {
    flex-shrink: 0;
}

.site-logo a{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-decoration: none;
    flex-direction: column;
}

.site-logo img {
    height: 160px;
    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%;
    left: 0;
    background: #071f30;
    min-width: 200px;
    padding: 10px 0;
    z-index: 100;
}

.request-consult {
    background-color: #fff;
    color: #071f30;
    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: rgb(2,170,200); background: linear-gradient(180deg, rgba(2,170,200,1) 0%, rgba(2,170,200,1) 52%, rgba(1,120,143,1) 100%);
    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: rgb(2,170,200); background: linear-gradient(180deg, rgba(2,170,200,1) 0%, rgba(2,170,200,1) 52%, rgba(1,120,143,1) 100%);
}

.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: 290px 20px 100px 20px;
    color: #fff;
    height: 100%;
    text-align: center;
}

.slide-content h2 {
    font-size: 41px;
    line-height: 44px;
    margin-bottom: 20px;
}

.slide-content p {
    font-size: 30px;
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;
}

.slide-content p.small-info{
    font-size: 16px;
    line-height: normal;
    font-weight: 300;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 0;
    bottom: 20px;
    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: 40px 40px;
    display: inline-block;
}

.nv-5-stars { width: 200px; }
.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: rgb(19,53,64); background: linear-gradient(180deg, rgba(19,53,64,1) 0%, rgba(19,53,64,1) 39%, rgba(7,31,48,1) 100%);
    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: 90px;
    width: auto;
}
.cta-button {display:none;}

.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;
	
	
}

.elementor-1130 .elementor-element.elementor-element-685adf9 .elementor-heading-title {font-family:}

html body.wp-singular.page-template-default.page.page-id-1130.wp-theme-novacoast.elementor-default.elementor-kit-90.elementor-page.elementor-page-1130.e--ua-firefox main.site-main div.page-content div.elementor.elementor-1130 div.elementor-element.elementor-element-bcb79db.bottom-info.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded div.e-con-inner div.elementor-element.elementor-element-e4e56f2.e-con-full.container.e-flex.e-con.e-child {
background-size:cover;}

.elementor-1130 .elementor-element.elementor-element-540b38d .elementor-heading-title {color:#02aac8 !important;}

	.elementor-1130 .elementor-element.elementor-element-2ddf208 .elementor-heading-title {color:#fff !important;}
html body.wp-singular.page-template-default.page.page-id-561.wp-theme-novacoast.elementor-default.elementor-kit-90.elementor-page.elementor-page-561.e--ua-firefox main.site-main div.page-content div.elementor.elementor-561 div.elementor-element.elementor-element-c48fcdc.e-con-full.hwwwy-header.about-header.e-flex.e-con.e-parent.e-lazyloaded div.elementor-element.elementor-element-be3ab9c.e-con-full.container.e-flex.e-con.e-child div.elementor-element.elementor-element-0fd55ce.e-con-full.hwwwy-header-info.e-flex.e-con.e-child div.elementor-element.elementor-element-42f649e.elementor-widget.elementor-widget-heading div.elementor-widget-container h2.elementor-heading-title.elementor-size-default,
html body.wp-singular.page-template-default.page.page-id-293.wp-theme-novacoast.elementor-default.elementor-kit-90.elementor-page.elementor-page-293.e--ua-firefox main.site-main div.page-content div.elementor.elementor-293 div.elementor-element.elementor-element-87e9a02.e-con-full.hwwwy-header.guarantee-header.e-flex.e-con.e-parent.e-lazyloaded div.elementor-element.elementor-element-3172a2c.e-con-full.container.e-flex.e-con.e-child div.elementor-element.elementor-element-12c4734.e-con-full.hwwwy-header-info.e-flex.e-con.e-child div.elementor-element.elementor-element-2ce9821.elementor-widget.elementor-widget-heading div.elementor-widget-container h2.elementor-heading-title.elementor-size-default {color:#fff !important;}


.elementor-1130 .elementor-element.elementor-element-b48fcb9:not(.elementor-motion-effects-element-type-background), .elementor-1130 .elementor-element.elementor-element-b48fcb9 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	
background-color: #071f30 !important;}
div.elementor-element.elementor-element-7df8b86.hwwwy-text.elementor-widget.elementor-widget-text-editor div.elementor-widget-container p,
html body.wp-singular.page-template-default.page.page-id-1130.wp-theme-novacoast.elementor-default.elementor-kit-90.elementor-page.elementor-page-1130.e--ua-firefox main.site-main div.page-content div.elementor.elementor-1130 div.elementor-element.elementor-element-c48fcdc.e-con-full.hwwwy-header.about-header.e-flex.e-con.e-parent.e-lazyloaded div.elementor-element.elementor-element-be3ab9c.e-con-full.container.e-flex.e-con.e-child div.elementor-element.elementor-element-0fd55ce.e-con-full.hwwwy-header-info.e-flex.e-con.e-child div.elementor-element.elementor-element-7df8b86.hwwwy-text.elementor-widget.elementor-widget-text-editor div.elementor-widget-container p,
.elementor-561 .elementor-element.elementor-element-7df8b86 {color:#02aac8 !important;}

html body.wp-singular.page-template-default.page.page-id-492.wp-theme-novacoast.elementor-default.elementor-kit-90.elementor-page.elementor-page-492.e--ua-firefox main.site-main div.page-content div.elementor.elementor-492 div.elementor-element.elementor-element-c770691.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded div.e-con-inner div.elementor-element.elementor-element-f4446dd.e-con-full.container.e-flex.e-con.e-child div.elementor-element.elementor-element-f30f95c.e-con-full.contact-block.e-flex.e-con.e-child {
	
background-color: #071f30 !important;}
html body.wp-singular.page-template-default.page.page-id-1130.wp-theme-novacoast.elementor-default.elementor-kit-90.elementor-page.elementor-page-1130.e--ua-firefox main.site-main div.page-content div.elementor.elementor-1130 div.elementor-element.elementor-element-c48fcdc.e-con-full.hwwwy-header.about-header.e-flex.e-con.e-parent.e-lazyloaded div.elementor-element.elementor-element-be3ab9c.e-con-full.container.e-flex.e-con.e-child div.elementor-element.elementor-element-0fd55ce.e-con-full.hwwwy-header-info.e-flex.e-con.e-child div.elementor-element.elementor-element-42f649e.elementor-widget.elementor-widget-heading div.elementor-widget-container h2.elementor-heading-title.elementor-size-default
{color:#ffffff !important;}



div.ct-btn-block2 {font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom:20px;}
  
 h2.hservice {
color: #02AAC8;
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: 300;
  margin-bottom: 17px;
  }  
  
 div.elementor-widget-container p strong {font-weight: 600 !important;}
  
div div ul.service li a {color:#071f30;}
  
ul.service {
	list-style:none;
  margin:0 0 30px;
  padding:0;

}

ul.service li {

	position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 31px;
}


.service li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 27px;
    height: 27px;
    background: url('./assets/images/tickc.png') no-repeat center;
    background-size: contain;
}


.font-light {
    font-weight: 300;
}  

.show-on-mobile {
    display: none;
}

.mobile-header-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cta-button {
    display: none;
    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: rgb(2,170,200); background: linear-gradient(180deg, rgba(2,170,200,1) 0%, rgba(2,170,200,1) 52%, rgba(1,120,143,1) 100%);
}

.cta-button.cta2 {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.cta-button.cta2:hover {
    background-color: #fff;
    color: #071f30;
}

.premium-homes {
    text-align: left;
    max-width: 800px;
}

.premium-homes h2 {
    color: #02AAC8;
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 300;
}

.features-list {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.features-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    color: #fff;
    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/tickc.png') no-repeat center;
    background-size: contain;
}

.browse-button {
    display: inline-block;
    padding: 15px 30px;
    border: 1px solid #02AAC8;
    color: #02AAC8;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    transition: all 0.3s ease;
}

.browse-button:hover {
background-color: #071f30;	
background: rgb(2,170,200); background: linear-gradient(180deg, rgba(2,170,200,1) 0%, rgba(2,170,200,1) 52%, rgba(1,120,143,1) 100%);
    color: #fff;
}

.after-hero{
    padding: 40px;
	background: rgb(19,53,64); background: linear-gradient(180deg, rgba(19,53,64,1) 0%, rgba(19,53,64,1) 39%, rgba(7,31,48,1) 100%);
}
.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: rgb(2,170,200); background: linear-gradient(180deg, rgba(2,170,200,1) 0%, rgba(2,170,200,1) 52%, rgba(1,120,143,1) 100%);
    width: 510px;
    padding: 38px;
    position: absolute;
    left: 0;
    top: -100px;
}

.form-section .wpcf7 select option{
    color: #474747;
}

.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-size: 26px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 15px;
}

.form-section .wpcf7 input,
.form-section .wpcf7 select{
    height: 44px;
    width: 100%;
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    padding: 5px;
    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: 960px;
    margin: 0 auto;
}

.home-title{
	color:#fff;
    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;
	color:#fff;
}

.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;
}

 main.site-main section.bottom-info div.container {
	 max-width: 100%;
  margin:
0px;
  background-repeat: no-repeat;
  background-size: cover;
  padding:
120px;
 }

.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) {
display: inline-block;
  padding:
15px 30px;
  border:
1px solid #02AAC8;
  color: #02AAC8;
  text-decoration:
none;
  font-size: 18px;
  font-weight: 300;
  transition:
all 0.3s ease;

}

.block-button:not(.button-blue):hover {
    background: #333;
    color: #fff;
}

.button-blue {
display: inline-block;
  padding:
15px 30px;
  border:
0px solid #02AAC8;
  color: #ffffff;
  text-decoration:
none;
  font-size: 18px;
  font-weight: 300;
  transition:
all 0.3s ease;
background: rgb(2,170,200);
  background:
linear-gradient(180deg, rgba(2,170,200,1) 0%, rgba(2,170,200,1) 52%, rgba(1,120,143,1) 100%);
    background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);

}

.button-blue:hover {
    background: transparent;
    color: #071f30;
}

.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 {
    
}

.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 #071f30;
    border-bottom: 2px solid #071f30;
    transform: translate(-50%, -50%) rotate(45deg);
}

.next-arrow::before {
    transform: translate(-50%, -50%) rotate(225deg);
}

.testimonials-slider{
    width: 100% !important;
}

footer {
background: rgb(19,53,64);
  background:
linear-gradient(180deg, rgba(19,53,64,1) 0%, rgba(19,53,64,1) 39%, rgba(7,31,48,1) 100%);
    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: 100%;
    height: auto;
}

.column-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
}

footer .footer-column{
	text-align: center;
    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 {
    justify-content: flex-end !important;
    padding: 40px 40px !important;
}

.hwwwy-header-info h2{
    font-size: 59px;
    font-weight: 300 !important;
    color: #fff !important;
    text-align: right;
}

.hwwwy-header-info .hwwwy-text{
    font-size: 32px;
    font-weight: 300 !important;
    color: #02aac8;
    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: #071f30;
    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: #071f30;
    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 {
    color: #071f30;
    font-size: 49px;
    font-weight: 800;
    line-height: 59px;
    letter-spacing: -0.98px;
}

.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: #071f30;
    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: left;
    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 #071f30;
    border-bottom: 2px solid #071f30;
    transform: translate(-50%, -50%) rotate(45deg);
}

.about-block-3 .slick-next::before {
    transform: translate(-50%, -50%) rotate(225deg);
}

.elementor-1216 .elementor-element.elementor-element-c48fcdc,
.elementor-1199 .elementor-element.elementor-element-c48fcdc,
.elementor-561 .elementor-element.elementor-element-c48fcdc,
.elementor-1130 .elementor-element.elementor-element-c48fcdc,
.elementor-293 .elementor-element.elementor-element-87e9a02 {min-height:510px !important;}

@media (min-width: 769px) {
    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: #071f30;
    }
}

@media (max-width: 1400px) {
    .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;
    }
    header nav {
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        gap: 20px;
    }

    header nav > ul {
        flex-basis: 100%;
    }

    .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) {
    .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) {
	
	main.site-main section.bottom-info div.container {
		padding: 120px 20px !important;
	}
	
    .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;
    }

    .cta-button {
        display: none;
    }

    .show-on-mobile {
        display: block;
        padding: 0 !important;
        border: none !important;
        background: none !important;
    }

    header {
        padding: 18px 0;
    }
    
    .site-logo img {
        height: 90px;
    }
    
    .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;
    }
	
	div.slide-content h2 span.font-light {
		font-size: 22px !important;
    line-height: 24px !important;}

    .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;
    }

    .request-consult {
        background: rgb(19,53,64); background: linear-gradient(180deg, rgba(19,53,64,1) 0%, rgba(19,53,64,1) 39%, rgba(7,31,48,1) 100%);
        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: 650px;
    }

    .slide-content h2 {
        font-size: 32px;
    }
	.slide-content {padding: 200px 20px 100px 20px !important;}

    .slide-content p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .small-info {
        display: none !important;
    }

    .premium-homes h2 {
        font-size: 24px;
    }
    
    .features-list li {
        font-size: 14px;
		
    }
    .block-buttons{
        flex-direction: column;
    }
    .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: 200px;
    }

    .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;
    }
}


.text-block.home-text-block iframe {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .text-block.home-text-block iframe {
        width: 100%;
        height: auto;
        min-height: 250px;
    }
}