/* fonts */
@font-face {
    font-family: 'The Seasons';
    src: url('TheSeasonsBoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('TheSeasonsBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('TheSeasonsLightRegular.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('TheSeasonsItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('TheSeasonsLightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('TheSeasonsRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

.kemps-page {
    font-family: "Work Sans", sans-serif !important;
    background: #F4F7EC;
}

body {
    font-family: "Source Sans 3", sans-serif;
}
footer#footer {
    position: relative;
    z-index: 10;
}

body.dt_portfolio-template.postid-5315 #main > .wf-wrap, 
body.dt_portfolio-template.postid-4449 #main > .wf-wrap{
    width: 100%;
    padding: 0;
}

body.dt_portfolio-template.postid-4449 #main-slideshow,
body.dt_portfolio-template.postid-5315 #main-slideshow{
    display: none;
}

.page-container {
    max-width: 1440px;
    display: block;
    margin: 0 auto;
    padding: 30px;
}

@media(max-width: 768px) {
    .page-container {
        max-width: 100%;
        padding: 0 20px;
    }
}

.font-seasons {
    font-family: 'Seasons';
}

.font-Aguila {
    font-family: 'Aguila';
}

.border-right-0 {
    border-right: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

swiper-container {
    width: 100%;
    height: 100%;
}

.page-input {
    outline: none;
    box-shadow: none;
}

.page-input::placeholder {
    color: #FFFFFF;
    opacity: 1;
    font-weight: 400;
}

.page-input::-ms-input-placeholder {
    color: #FFFFFF;
    font-weight: 400;
}


/* top banner */
.banner-bg-kemps {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.54%, rgba(0, 0, 0, 0.91) 100%);
}

.banner-bg {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 61.98%, rgba(0, 0, 0, 0.91) 100%);
}

.page-btn {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    border: 1px solid #FFFFFF;
    transition: .4s;
}

.page-btn.text-gray {
    color: #5E5E59;
}

.bg-white-btn {
    background-color: #FFFFFF;
    color: #202020;
}

.bg-white-btn:hover {
    background-color: transparent;
    color: #FFFFFF;
}

.bg-orange-btn {
    color: #FFFFFF;
    background-color: #FC6F53;
    border-color: #FC6F53;
}

.bg-orange-btn:hover {
    color: #FC6F53;
    background-color: #FFFFFF;
    border-color: #FC6F53;
}

.outline-white-btn {
    background-color: transparent;
    color: #FFFFFF;
}

.outline-white-btn:hover {
    background-color: #FFFFFF;
    color: #202020;
}

/* icon box */
.icon-text-box {
    width: 25%;
    border: 1px solid #BABCBE;
    text-align: center;
    padding: 36px 40px;
}

.icon-text-box.kemps .icon-wrap {
    background-color: #FB6E52;
}

.icon-text-box.kemps .text-1 {
    font-weight: 400;
}

.icon-text-box.kemps .text-2 {
    font-weight: 300;
}

.icon-text-box .icon-wrap {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #6699BD;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
}

.icon-text-box .text-1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #202020;
}

.icon-text-box .text-2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.4px;
    color: #5E5E59;
}

@media (max-width: 1200px) {
    .icon-text-box-wrap {
        padding: 0 16px;
    }

    .icon-text-box {
        width: 50%;
        padding: 36px 40px;
        border: 1px solid #BABCBE !important;
    }

    .icon-text-box .icon-wrap {
        width: 64px;
        height: 64px;
        margin: 0 auto 32px;
    }

    .icon-text-box .icon-wrap img {
        width: 26px;
    }

    .icon-text-box .text-1 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 575.98px) {
    .icon-text-box {
        width: 100%;
    }
}

.suburb-rise-bg-wrap {
    background-image: url('/wp-content/uploads/2025/07/suburb-rise-img.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* life style */
.lifeStyleSlider {
    padding-bottom: 45px;
}

.lifeStyleSlider .slide-wrap {
    height: 511px;
    width: 100%;
}

.lifeStyleSlider .slide-wrap .slide-img {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
}

.lifeStyleSlider .swiper-wrapper {
    padding-left: calc((100vw - 1440px) / 2 + 30px);
}

.lifeStyleSlider .slide-wrap .text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.29deg, rgba(0, 0, 0, 0) 66.45%, #000000 99.75%);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 40px;
    transition: background-color 0.6s ease;
}

.lifeStyleSlider .animate-text {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 45%;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.4s ease, opacity 0.4s ease;
    pointer-events: none;
}

.lifeStyleSlider .title {
    font-weight: 600;
    font-size: 26px;
    line-height: 36.4px;
    letter-spacing: -0.4px;
    color: #fff;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translateY(0);
}

.lifeStyleSlider .para {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.4px;

}

.disclaimer-text {
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.lifeStyleSlider .slide-wrap:hover .disclaimer-text {
    opacity: 0;
}

.lifeStyleSlider .slide-wrap:hover .animate-text {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.lifeStyleSlider .slide-wrap:hover .text-wrap {
    background: linear-gradient(180.14deg, rgba(0, 0, 0, 0.24) 29.4%, #000000 99.88%);
}

.lifeStyleSlider .slide-wrap:hover .title--opacity {
    opacity: 0;
    transform: translateY(-10px);
}

.swiper-button-next-new {
    width: 64px;
    right: 5.5%;
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
}

.swiper-button-prev-new {
    width: 64px;
    left: 5.5%;
    transform: rotate(180deg);
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
}

.swiper-button-next-new.swiper-button-disabled,
.swiper-button-prev-new.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-prev-new:after,
.swiper-button-next-new:after {
    display: none;
}

.swiper-scrollbar {
    background: #FFF2E7;
    bottom: 0 !important;
    left: calc((100vw - 1440px) / 2 + 30px) !important;
}

.swiper-scrollbar.kemps {
    background: #F4F7EC;
}
.swiper-scrollbar .swiper-scrollbar-drag {
    background: #5E5E59;
}

.swiper-scrollbar.kemps .swiper-scrollbar-drag {
    background: #93C4A6;
}

@media (max-width: 768px) {
    .lifeStyleSlider .slide-wrap {
        height: 380px;
    }

    .lifeStyleSlider {
        padding-bottom: 24px;
    }

    .lifeStyleSlider .swiper-wrapper {
        padding-left: 20px;
    }

    .lifeStyleSlider .slide-wrap .text-wrap {
        padding: 24px;
    }

    .lifeStyleSlider .animate-text {
        left: 24px;
        bottom: 24px;
        width: 80%;
        color: #fff;
    }

    .lifeStyleSlider .title {
        font-size: 20px;
        line-height: 27.3px;
        letter-spacing: -0.3px;
    }

    .swiper-button-next-new {
        width: 32px;
        right: 16px;
    }

    .swiper-button-prev-new {
        width: 32px;
        left: 16px;
    }

    .swiper-scrollbar {
        left: 20px !important;
    }
}

/* Image Text Slider */
.imgTextSlider .swiper-wrapper {
    padding-left: calc((100vw - 1440px) / 2 + 30px);
}

.imgTextSlider .text-wrap .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 50.4px;
    letter-spacing: -0.4px;
    color: #5E5E59;
    margin-bottom: 16px;
}

.imgTextSlider .text-wrap .para {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.4px;
    color: #48494B;
}

@media (max-width: 768px) {
    .imgTextSlider .swiper-wrapper {
        padding-left: 20px;
    }

    .imgTextSlider .text-wrap .title {
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 8px;
    }

    .imgTextSlider .text-wrap .para {
        font-size: 14px;
        line-height: 22px;
    }
}


.animated-bg-kemps {
  background: linear-gradient(270deg, #568366, #ffffff, #568366);
  background-size: 400% 100%;
  animation: bg-slide 5s ease-in-out infinite;
}

.animated-bg {
  background: linear-gradient(270deg, #DCD846, #ffffff, #DCD846);
  background-size: 400% 100%;
  animation: bg-slide 5s ease-in-out infinite;
}

@keyframes bg-slide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
a.giuy {
    background: #dcd846;
    padding: 12px 30px;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}
.enquire-tag {
    position: fixed;
    right: -87px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    width: 238px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    background-color: #f5f5f5;
    z-index: 5;
    gap: 10px;
}

.enquire-tag img {
    width: 40px;
    transform: rotate(90deg);
}

.enquire-tag p {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #202020;
}

@media (max-width: 768px) {
    .enquire-tag {
        width: 133px;
        height: 36px;
        right: -49px;
    }

    .enquire-tag p {
        font-size: 12px;
        line-height: 13px;
    }

    .enquire-tag img {
        width: 22px;
    }
}
.page-container .input .hs-input {
    width: 95% !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 0 !important;
    height: 56px !important;
    background: transparent !important;
    padding: 0 16px !important;
}
.hs-richtext.hs-main-font-element {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: -0.4px !important;
    color: #FFFFFF !important;
}
.hs-richtext.hs-main-font-element a, .legal-consent-container .hs-richtext a {
    color: #FFFFFF !important;
}
.legal-consent-container .hs-richtext {
    font-family: "Open Sans", sans-serif !important;
    color: #FFFFFF !important;
}
.page-container .input .inputs-list .hs-form-booleancheckbox span {
    font-family: "Open Sans", sans-serif !important;
    color: #FFFFFF !important;
}
.page-container .hs_submit .actions .hs-button {
    height: 48px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: "Open Sans", sans-serif !important;
}

.line-height-100 {
    line-height: 100%;
}

.contact-call-btn {
    /*border-radius: 10px;*/
    background: #dcd846;
    border: 1px solid #dcd846;
    transition: .4s;
    color: #5e5e59;
}

.contact-call-btn:hover {
    color: #ffffff;
}

.kemps-call-btn {
    background: #93c4a6;
    color: #fff;
    border: 1px solid #93c4a6;
    transition: .4s;
}

.postid-4449 .kemps-call-btn {
    background: #dcd846;
    color: #5E5E59;
    border: 1px solid #dcd846;
    transition: .4s;
}

.kemps-call-btn:hover {
    background: #fff;
    color: #568366;
}

@media(max-width: 576px) {
    .top-banner {
        object-position: 57% 20% !important;
    }
    .top-banner-logo {
        width: 160px !important;
    }
}
.kemps-call-btn-new {
    background: #93c4a6;
    color: #fff;
    border: 1px solid #93c4a6;
    transition: .4s;
    padding: 10px 20px;
	margin-top: 20px;
	display: inline-block;
}
.postid-5315 .kemps-call-btn-new {
	margin-top: 30px;
}