html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

article,
aside,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

dfn {
    font-style: italic;
}

sub,
sup {
    vertical-align: baseline;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

ul,
ol {
    list-style-position: inside;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
}

ul>li {
    list-style-type: none;
}

button {
    cursor: pointer;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

body {
    font: 400 14px/25px "Instrument Sans", Arial, Verdana, sans-serif;
    background-color: #fff;
    min-width: 320px;
    color: #7F7F7F;
    margin: 0;
    font-style: normal;
    -ms-overflow-style: scroll-bar;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font: "Instrument Sans", Arial, Verdana, sans-serif;
    font-weight: 400;
    color: #655252;
    font-style: normal;
    margin: 0;
}

h1,
.h1 {
    font-family: "Jomolhari", serif;
    font-size: 35px;
    line-height: 38px;
}

h2,
.h2 {
    font-family: "Jomolhari", serif;
    font-size: 25px;
    line-height: 30px;
}

h3,
.h3 {
    font-size: 18px;
    line-height: 27px;
}

h4,
.h4 {
    font-size: 14px;
    line-height: 20px;
}

h5,
.h5 {
    font-size: 40px;
    line-height: 40px;
}

h6,
.h6 {
    font-size: 35px;
    line-height: 37px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
}

.container {
    max-width: 1280px;
}

.btn {
    display: inline-block;
    padding: 9px 27px;
    text-align: center;
    border-radius: 3px;
    color: #FAB883;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    transition: all 0.3s ease;
}

.primary-btn {
    background-color: #864728;
    border: 1px solid transparent;
}

.primary-btn:hover {
    color: #864728;
    background-color: #FAB883;
}

.row {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
}

.col {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;

}

.col-3 {
    width: 25%;
}

.col-9 {
    width: 75%;
}

.col-4 {
    width: 33.333%;
}

.col-6 {
    width: 66.666%;
}

.d-flex-lg {
    display: flex;
}

.btn-secondary:hover {
    border-radius: 72px;
    background-color: #0A6665;
}

#page-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.header-wrap {
    display: flex;
    align-items: center;
    padding-block: 7px 7px;
}

.header-wrap .logo-wrap {
    width: 60px;
    height: 59px;
    display: flex;
    flex-shrink: 0;
}

.header-wrap .logo-wrap img {
    width: 100%;
    height: 100%;
}

#page-header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    right: 0;
}

#page-header #navigation {
    width: 70%;
    margin: 0 auto;
}

#navigation .main-navigation {
    display: flex;
    justify-content: space-between;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.8px;
}

#navigation .main-navigation li strong {
    font-weight: 500;
    letter-spacing: 3.2px;
    display: block;
    transition: all 0.7s ease;
}

#navigation .main-navigation li strong:hover {
    letter-spacing: 5.2px;
}

.about-banner .bannner-content-wrapper,
.homepage-banner .bannner-content-wrapper {
    font-size: 13px;
    line-height: 27px;
    color: #fff;
    min-height: 490px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-banner .bannner-content-wrapper {
    padding-bottom: 108px;
    align-items: end;
    min-height: 586px;
}

.about-banner {
    margin-bottom: 28px;
    color: #fff;
}

.homepage-banner {
    padding-bottom: 10px;
    color: #fff;
}

.about-banner-holder,
.home-bannner-holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    bottom: 0;
}

.apartment-loc-section .location-img-wrapper img,
.category-img-banner img,
.about-banner-holder img,
.home-bannner-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-banner h1,
.homepage-banner h1 {
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 7.5px;
    font-size: 25px;
}

.about-banner .banner-span,
.homepage-banner .banner-span,
.homepage-banner .appartment-no {
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    display: block;
    letter-spacing: 6.76px;
}

.about-banner .banner-span,
.homepage-banner .banner-span {
    font-size: 10px;
    margin-bottom: 5px;
    line-height: 15px;
}

.anchr-btn {
    display: inline-block;
    padding-bottom: 2px;
    letter-spacing: 2.4px;
    position: relative;
}

.apartment-links-wrapper .hbd-anchor {
    position: relative;
}

.anchr-btn::before,
.submint-btn::after{
    content: '';
    width: 50px;
    height: 1px;
    left: 23%;
    bottom: -2px;
    position: absolute;
    z-index: 10;
    background-color: #AEA9A9;
}

.apartment-links-wrapper .hbd-anchor::before {
    content: '';
	width: 35px;
	height: 1px;
	left: 0;
	bottom: -5px;
	position: absolute;
	z-index: 10;
	background-color: #D9D9D9;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.appartmentalslider,
.testimionialslider,
.bannerslider {
    position: relative;
}

.appartmentalslider {
    padding-top: 40px;
	display: none;
}

.appartmentalslider .slickNext,
.appartmentalslider .slickPrev {
    display: none !important;
}

.bannerslider .slickPrev,
.bannerslider .slickNext {
    position: absolute;
    top: 45%;
    z-index: 1;
}

.bannerslider .slickPrev {
    left: 50px;
}

.bannerslider .slickNext {
    right: 50px;
}

.appartmentalslider .slick-dots,
.bannerslider .slick-dots{
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 92px;
    left: 43%;
    z-index: 9;
    margin-top: 0;
}

.certifiedSlider .slick-dots{
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 43%;
    z-index: 9;
    margin-top: 0;
}

.appartmentalslider .slick-dots {
    bottom: -28px;
    left: 30%;
}

.appartmentalslider .slick-dots li{
    width: 7px;
    height: 7px;
    margin-inline: 11px;
}

.certifiedSlider .slick-dots li{
    width: 10px;
    height: 10px;
    margin-inline: 11px;
}

.testimionialslider .slick-dots li,
.bannerslider .slick-dots li {
    width: 9px;
    height: 9px;
    margin-inline: 11px;
    padding: 0;
}

.slider-wrapper {
    position: relative;
    z-index: 1;
}

.appartmentalslider .slick-dots button,
.testimionialslider .slick-dots button,
.bannerslider .slick-dots button,
.certifiedSlider .slick-dots button{
    text-indent: -9999px;
    border: 0;
    border-radius: 100%;
    width: inherit;
    height: inherit;
    background-color: #D9D9D9;
    padding: 0;
}

.appartmentalslider .slick-dots .slick-active button,
.testimionialslider .slick-dots .slick-active button,
.bannerslider .slick-dots .slick-active button,
.certifiedSlider .slick-dots .slick-active button{
    background-color: #864728;
}

.about-feature-section,
.feature-context-section {
    padding-block: 30px 10px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.testimionials-list-wrapper {
    border-left: 1px solid #fff;
}

.feature-context-section::after {
    content: '';
    width: 244px;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background-color: #AEA9A9;
    right: 0;
    margin: 0 auto;

}

.about-feature-section .container,
.feature-context-section .container {
    max-width: 1077px;
}

.about-feature-section .feature-header {
    margin-bottom: 39px;
    position: relative;
}

.feature-context-section .feature-header {
    margin-bottom: 30px;
    position: relative;
}

.about-feature-section p {
    margin-bottom: 36px;
}

.feature-context-section .container{
    padding-inline: 61px;
}

.feature-content-wrapper-left{
    margin-top: 30px;
}

.feature-context-section p {
    margin-bottom: 29px;
}

.feature-context-section .feature-header::before {
    content: '';
    width: 1px;
    height: 20px;
    left: 50%;
    top: 59px;
    position: absolute;
    z-index: 1;
    background-color: #AEA9A9;
}

.feature-detailing-section {
    padding-block: 30px 37px;
}

.feature-detailing-section .col-7,
.feature-detailing-section .col-5 {
    width: 100%;
}

.feature-detailing-section .article-1 .feature-content-wrapper {
    padding-top: 37px;
    padding-bottom: 30px;
}

.feature-detailing-section .article-1,
.feature-detailing-section .article-2,
.feature-detailing-section .article-3 {
    position: relative;
}

.feature-detailing-section .article-2,
.feature-detailing-section .article-3 {
    margin-top: 51px;
}

.feature-detailing-section .feature-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-detailing-section .feature-content-wrapper h2 {
    margin-bottom: 34px;
}

.feature-detailing-section .feature-content-wrapper p {
    margin-bottom: 25px;
}

.feature-detailing-section .feature-content-wrapper .btn {
    color: rgb(127, 127, 127);
    font-size: 12px;
    letter-spacing: 2.76px;
    padding: 9px 0;
    transition: all 0.8s ease;
	text-transform: uppercase;
}

.feature-detailing-section .feature-content-wrapper .btn:hover {
    letter-spacing: 3.76px;
}

.feature-detailing-section .feature-content-wrapper a {
    position: relative;
}

.feature-detailing-section .feature-content-wrapper a::before {
    content: "";
    left: 121%;
    top: 19px;
    position: absolute;
    width: 129px;
    height: 1px;
    background-color: #AEA9A9;
}

.testimonial-section .testimonial-header {
    margin-bottom: 38px;
    text-align: center;
}

.d-block {
    display: block;
}

.testimonial-section .testimonial-header span {
    font-size: 10px;
    letter-spacing: 7.84px;
    margin-bottom: 6px;
}

.testimonial-section .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 58px;
}

.testimonial-section .testimionials-list p {
    margin-bottom: 40px;
}

.testimonial-section .testimionials-list h3 {
    margin-bottom: 20px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 700;
}

.testimonial-section .testimionials-list h4 {
    font-weight: 700;
    font-family: "Instrument Sans", sans-serif;
}

.testimonial-section {
    padding-block: 39px 86px;
    margin-top: 5px;
    background-color: #FCFCFC;
}

#page-footer {
    background-color: #7C7559;
    padding-block: 50px 40px;
}

.footer-logo-img {
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 30px;
}

.footer-logo-img a {
    display: block;
    text-align: center;
}

.footer-logo-img img {
    width: 148px;
    height: 145px;
}

.footer-logo-img p {
    max-width: 177px;
    text-align: center;
}

.footer-menu li a,
.office-address span {
    font-size: 11px;
    line-height: normal;
    color: #fff;
}

.office-address span {
    font-weight: 700;
    letter-spacing: 3.3px;
    display: block;
    margin-bottom: 21px;
}

.footer-menu li a:hover {
    color: #D9FF00;
}

.footer-logo-content {
    display: block;
    gap: 18px;
}

.office-address {
    min-width: 258px;
    color: #FFF;
    font-size: 12px;
    line-height: 19.24px;
}

.office-address p {
    font-size: 11px;
}

.footer-logo {
    display: block;
    justify-content: space-between;
}

.about-feature-section a {
    color: #7C7559;
    position: relative;
    width: 411px;
    text-align: start;
    font-size: 12px;
    letter-spacing: 2.76px;
    line-height: 21px;
    padding: 10px 0;
}

.about-feature-section a::before {
    content: "";
    left: 37%;
    top: 25px;
    position: absolute;
    width: 257px;
    height: 1px;
    background-color: #AEA9A9;
}

.hbd-apartment {
    padding-block: 49px 52px;
    background-color: #2D2A2A;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.hbd-apartment h2 {
    font-size: 30px;
    letter-spacing: 6px;
    margin-bottom: 20px;
    color: #fff;
}

.hbd-apartment a {
    border: 1px solid #D9D9D9;
    color: #fff;
    padding: 8px 5px 12px;
    min-width: 258px;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
}

.hbd-apartment a:hover {
    letter-spacing: 2.9px;
}

.hbd-apartment a:hover .hbd-anchor::before {
    width: 65px;
}

.hbd-apartment .apartment-links-wrapper {
    display: flex;
    gap: 31px;
    justify-content: center;
    flex-wrap: wrap;
}

.apartment-loc-section {
    padding-block: 30px 40px;
}

.apartment-loc-section .apartment-location-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 29px;
}

.apartment-loc-section .col {
    width: 100%;
}

.apartment-loc-section .apartment-loc-holder {
    position: relative;
}

.apartment-loc-section .location-img-wrapper {
    width: 100%;
    height: 245px;
}

.apartment-loc-section .apartment-loc-holder::before {
    content: '';
    width: 100%;
    height: 245px;
    background-color: #2D2A2AC2;
    opacity: 76%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    transition: all 0.7s ease;
}

.apartment-loc-section .apartment-loc-holder .location-content-wrapper {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    text-align: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: end;
    min-height: 245px;
    max-width: 100%;
    padding-bottom: 30px;
	transition: all 0.7s ease;
}

.apartment-loc-section .location-content-wrapper h3 {
    font-family: "Jomolhari", serif;
    font-size: 14px;
    color: #fff;
    transition: all 0.7s ease;
}

.apartment-loc-holder:hover .location-content-wrapper h3,
.apartment-loc-holder:hover::before {
    display: none;
}

.hover-anchor {
    display: none;
    position: relative;
    color: #fff;
    letter-spacing: 3.8px;
    transition: all 0.6s ease;
}

.hover-anchor::before {
    content: "";
    right: 106%;
    top: 15px;
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: #AEA9A9;
}

.hover-anchor:hover {
    padding-left: 30px;
}

.apartment-loc-holder:hover .hover-anchor {
    display: block;
}

.see-more-section {
    padding-block: 59px 16px;
}

.see-more-section .primary-btn {
    padding: 13px 41px;
    letter-spacing: 1.5px;
  	margin-left: auto;
	margin-right: auto;
}

.hbd-residence {
    text-align: center;
    padding-block: 36px 11px;
}

.hbd-residence .residence-span {
    letter-spacing: 11.62px;
    color: #655252;
    font-weight: 500;
}

.hbd-residence h1 {
    color: #655252;
    margin-bottom: 20px;
    margin-top: 10px;
}

.apartment-detail-section {
    padding-block: 30px 40px;
}

.apartment-detail-section .apartment-list {
    flex-wrap: wrap;
    row-gap: 20px;
}

.apartment-detail-section .apartment-list.row{
    margin-inline: 10px;
}

.apartment-detail-section .apartment-list .col{
    padding-inline: 10px;
}

.apartment-detail-section .apartment-list col {
    width: 50%;
}

.taxonomy-navigation{
    display: flex;
    justify-content: space-between;
}

.taxonomy-navigation .see-more-section{
    padding-block: 0;
}

.taxonomy-navigation a{
    display: flex;
    justify-content: center;
    color: #655252;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.5px;
    position: relative;
}

.taxonomy-navigation{
    padding-block: 25px 65px;
}

.taxonomy-navigation a::before{
    content: '';
    position: absolute;
    width: 35px;
    height: 1px;
    top: 29px;
    left: 45%;
    background-color: #655252;
}

.see-more-section a{
    color: #FAB883;
}

.see-more-section a::before{
    display: none;
}

.contact-banner {
    position: relative;
    padding-bottom: 0;
}

.contact-banner .contact-img-holder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 45.8%;
    height: 100%;
}

.category-banner {
    position: relative;
}

.category-banner .category-content-wrap {
    color: #fff;
    min-height: 490px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
}

.category-banner .category-content-wrap h2 {
    color: #fff;
    letter-spacing: 7.5px;
}

.category-banner .category-content-wrap h1 {
    color: #fff;
}

.category-img-banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    bottom: 0;
}

.contact-banner .col-4,
.contact-banner .col-6 {
    width: 100%;
}

.contact-banner .contact-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannner-content-wrapper .content-text-holder {
    color: #655252;
    padding-top: 0;
}

.content-text-holder p {
    margin-bottom: 27px;
    line-height: 30.101px
}

.form-feature-section {
    padding-block: 30px;
}

.contact-banner .contact-span {
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    letter-spacing: 11.62px;
}

.contact-banner h1 {
    color: #655252;
    margin-bottom: 25px;
    font-size: 37px;
}

.contact-banner .contact-detail-list li {
    padding-block: 3px;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
}

.contact-detail-list li:nth-child(2) a{
    text-decoration: none;
}

.contact-detail-list a{
    text-decoration: underline;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="number"],
textarea,
select {
    display: block;
    width: 100%;
    height: 28px;
    border: 0;
    background-color: transparent;
    color: rgb(129, 129, 129);
    border-bottom: 1px solid #B3B3B3;
    margin-bottom: 40px;
    outline: 0;
}

.feature-form-header h2 {
    font-size: 25px;
    line-height: 42px;
    margin-bottom: 10px;
}

.feature-form-header {
    margin-bottom: 14px;
    text-align: center;
}

.feature-form-header p {
    font-weight: 500;
}

.form-feature-section .contact-form {
    padding-top: 27px;
    max-width: 560px;
    margin: 0 auto;
    font-weight: 500;
}

.form-feature-section .wpcf7-form .row .col {
    width: 100%;
}

.form-feature-section .wpcf7-form .row .col-12 {
    width: 100%;
}

textarea {
    height: 112px;
    resize: none;
    outline: 0;
}

.form-feature-section .contact-form .row {
    flex-wrap: wrap;
}

.form-feature-section .contact-form .form-btn {
    border: 1px solid #655252;
    background-color: transparent;
    margin: 0 auto;
    color: #655252;
}

.form-feature-section .contact-form .form-btn .anchr-btn::before {
    background-color: #655252;
}

.backgroundimage {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0.1;
    display: none;
}

.apartment-detail-section .apartment-list .col {
    width: 100%;
}

.about-banner {
    position: relative;
}

.sub-menu li+li{
    margin-top: 5px;;
}

.home-bannner-holder::before,
.category-img-banner::before,
.about-banner-holder::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #2D2A2A6B;
    opacity: 42%;
    left: 0;
    right: 0;
    position: absolute;
}

.menu-item-has-children:hover .sub-menu li+li{
    margin-top: 10px;
}

.wpcf7-form .row{
    flex-wrap: wrap;
    max-width: 560px;
    margin: 0 auto;
}

.wpcf7-form .row label{
    font-size: 14px;
    line-height: 14px;
    color: #655252;
    font-weight: 500;
}

.wpcf7-form .row .col.col-12{
    width: 100%;
}

.wpcf7-submit.has-spinner{
    position: relative;
    font-family: "Instrument Sans";
    margin: 0 auto;
    color: #655252;
    font-size: 10px;
    letter-spacing: 1.5px;
    line-height: normal;
    background-color: #fff;
    border: 1px solid #655252;
    padding: 13px 40px;
    cursor: pointer;
}

.wpcf7-submit.has-spinner:hover{
    letter-spacing: 2.7px;
}

.submint-btn::after{
    background-color: #655252;
	  left: 0;
	  bottom: 9px;
	  right: 0;
	  margin: 0 auto;
}

.taxonomy-navigation a:hover{
    letter-spacing: 2.7px;
}

.submint-btn{
    position: relative;
    margin: 0 auto;
}

main{
	position: relative;
}

main:before {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translatey(-50%);
	background-image: url("/wp-content/uploads/2025/04/Ellipse-1.png");
	background-repeat: no-repeat;
	width: 360px;
	height: 780px;
	margin-top: -370px;
	z-index: -1;
	display: none;
}

.home main:before,
.page-id-115 main:before,
.page-id-139 main:before {
	display: block;
}

.page-id-115 main:before {
	margin-top: -60px;
}

.page-id-139 main:before {
	margin-top: -200px;
}

.product-list-wrapper {
	text-align: center;
	background-color: #303030;
	color: #fff;
	padding: 110px 70px;
}

.product-list-wrapper h2 {
	letter-spacing: 7.5px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 34px;
}

.product-cat-list a {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 2.8px;
	text-transform: uppercase;
}

.product-cat-list > li + li {
	margin-top: 23px;
	padding-top: 23px;
	border-top: 1px solid #fff;
}

.slider-width-txt .container{
	max-width: 1153px;
	padding-inline: 35px;
}

.slider-width-txt .row{
	flex-direction: column-reverse;
	row-gap: 29px;
}

.slider-width-txt .col{
	width: 100%;
}

.slider-width-txt{
	padding-top: 33px;
	padding-bottom: 57px;
}

.certifiedSlider .slickPrev,
.certifiedSlider .slickNext{
	position: absolute;
}

.certifiedSlider .slickPrev{
	left: -26px;
    top: 40%;
}

.certifiedSlider .slickNext{
	right: -26px;
    top: 40%;
}

.slider-txt-side h2{
	line-height: normal;
	margin-bottom: 29px;
}

.slider-txt-side p:nth-child(2){
	margin-bottom: 29px;
}

.slider-width-txt-img img{
	width: 100%;
}

.slider-txt-side h2{
	line-height: 30px;
}

.footer-menu li a {
	text-transform: uppercase;
}

.error-page-sec {
	padding-top: 200px;
	padding-bottom: 200px;
	text-align: center;
}

.error-page-sec h1 {
	font-size: 50px;
	margin-bottom: 25px;
	line-height: 70px;
}

.submint-btn .wpcf7-spinner {
	position: absolute;
}

.pagination,
.pagination .ajax-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination .page-numbers,
.pagination .ajax-page-link {
	font-size: 18px;
	color: #808080;
	letter-spacing: 4.5px;
}

.pagination .ajax-page-link,
.pagination .page-numbers {
	padding-left: 20px;
}

.pagination .prev.page-numbers {
	padding-left: 0;
}

.pagination .prev.page-numbers,
.pagination .ajax-next {
	border-radius: 100%;
	border: 1px solid #000;
	width: 33px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	padding-left: 0;
}

.pagination .ajax-next {
	margin-left: 20px;
}

@media (min-width:768px) {
	.slider-txt-side h2{
		margin-bottom: 15px;
	}

	.slider-txt-side p:nth-child(2){
		margin-bottom: 15px;
	}
	
	.slider-width-txt .row{
		flex-direction: row;
		margin-inline: -20px;
	}

	.slider-width-txt .col{
		padding-inline: 20px;
		width: 50%;
	}
	
    .menu-item-has-children{
        position: relative;
    }
	
	.pagination {
		display: none;
	}
	
	.certifiedSlider .slick-dots{
		left: 42%;
	}
	
	.slider-width-txt .container{
		padding-inline: 64px;
	}

	.slider-width-txt .row{
		margin-inline: -47px;
	}

	.slider-width-txt .col{
		padding-inline: 47px;
	}
	
    #page-header {
        border-bottom: 3px solid #B58A55;
		background: rgba(101, 82, 82, 0.40);
    }

    .menu-item-has-children .sub-menu{
        position: absolute;
        top: 52px;
        left: -73px;
        background-color: #864728;
        padding: 10px 20px;
        min-width: 240px;
        text-align: center;
		display: none;
	}
	
	.see-more-section {
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
	}
	
	.see-more-section .primary-btn {
	  width: 175px;
	}
	
	.menu-item-has-children:hover .sub-menu:before {
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		top: -33px;
		width: 100%;
		height: 35px;
	}
	
	.menu-item-has-children:hover .sub-menu {
		display: block;
	}

    .about-banner .banner-span,
    .homepage-banner .banner-span {
        font-size: 13px;
        line-height: 27px;
    }

    .category-banner:before {
        display: none;
    }

    .feature-context-section .feature-header {
        margin-bottom: 65px;
    }

    .about-banner .bannner-content-wrapper {
        padding-bottom: 57px;
    }

    .about-banner .banner-span,
    .homepage-banner .banner-span{
        margin-bottom: 15px;
    }

    .homepage-banner h1,
    .about-banner h1 {
        font-size: 35px;
        letter-spacing: 10.5px;
        margin-bottom: 10px;
    }

    .feature-detailing-section .feature-content-wrapper {
        max-width: 450px;
    }
	
	.featureProjectLink {
		max-width: 450px;
		text-align: right;
		margin-left: auto;
		margin-right: 192px;
	}

    .contact-banner {
        padding-bottom: 165px;
    }

    .bannner-content-wrapper .content-text-holder {
        padding-top: 222px;
    }

    .homepage-banner {
        padding-bottom: 42px;
    }

    .apartment-loc-section .col {
        width: 33.333%;
    }

    .feature-context-section {
        padding-block: 42px 39px;
    }

    .form-feature-section {
        padding-block: 110px;
    }

    .feature-detailing-section .col-7 {
        width: 60%;
    }

    .feature-detailing-section .col-5 {
        width: 44%;
    }

    .feature-detailing-section .article-2 .feature-img-wrapper {
/*         position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 45.8%; */
        height: 100%;
    }

    .hbd-apartment a {
        min-width: 175px;
    }

    .feature-detailing-section {
        padding-block: 35px 63px;
    }

    .apartment-detail-section .apartment-list .col {
        width: 50%;
    }

    .feature-detailing-section .article-3 .feature-img-wrapper,
    .feature-detailing-section .article-1 .feature-img-wrapper {
/*         position: absolute;
        top: 0;
        bottom: 0;
        left: 44.8%; */
        width: 100%;
        height: 100%;
    }

    .contact-banner .col-4 {
        width: 40%;
    }

    .contact-banner .col-6 {
        width: 60%;
    }

    .feature-detailing-section .article-2,
    .feature-detailing-section .article-3 {
        margin-top: 138px;
    }

    .testimonial-section {
        padding-block: 72px 90px;
        margin-top: 50px;
    }

    .footer-logo-content {
        display: flex;
        gap: 18px;
    }

    .footer-logo {
        display: flex;
        justify-content: space-between;
    }

    .footer-logo-img {
        font-size: 11px;
        margin-bottom: 0;
    }

    .footer-logo-img img {
        width: 60px;
        height: 59px;
    }

    .footer-menu li+li {
        padding-top: 10px;
    }

    .testimonial-section .testimionials-list h3 {
        margin-bottom: 52px;
    }

    .testimonial-section .testimonial-header {
        margin-bottom: 58px;
    }
	
	.category-banner {
		height: 600px;
	}

    .category-banner .category-content-wrap {
        display: none;
    }

    .form-feature-section .contact-form {
        padding-top: 45px;
    }

    .form-feature-section .contact-form .col {
        width: 50%;
    }

    .form-feature-section .contact-form .col-12 {
        width: 100%;
    }

    .appartmentalslider {
        display: none;
    }

    .feature-form-header h2 {
        font-size: 37px;
        line-height: 52px;
        margin-bottom: 43px;
    }

    .feature-form-header {
        margin-bottom: 45px;
    }

    .footer-links,
    .social-networks {
        display: none;
    }

    .pageNavCollaspe {
        width: 100%;
    }
}

@media (min-width:992px) {
	.slider-txt-side h2{
		line-height: normal;
		margin-bottom: 29px;
	}

	.slider-txt-side p:nth-child(2){
		margin-bottom: 29px;
	}
	
    .homepage-banner .bannner-content-wrapper {
        min-height: 630px;
    }
	
	.slider-width-txt .row{
		margin-inline: -47px;
	}

	.slider-width-txt .col{
		padding-inline: 47px;
	}
	
	.certifiedSlider .slickPrev{
		left: -32px;
	}

	.certifiedSlider .slickNext{
		right: -32px;
	}
	
	.certifiedSlider .slick-dots{
		left: 45%;
	}
	
    .container {
        padding-left: 64px;
        padding-right: 64px;
    }

    .bannerslider .slickPrev {
        left: 87px;
    }

    .bannerslider .slickNext {
        right: 87px;
    }

    .feature-detailing-section .feature-content-wrapper a::before {
        top: 25px;
        width: 165px;
    }


    .apartment-loc-section .location-content-wrapper h3 {
        font-size: 22px;
        max-width: 285px;
    }

    .bannerslider .slick-dots {
        left: 50%;
    }

    #page-header #navigation {
        width: 57%;
    }

    .contact-banner h1,
    .feature-form-header h2 {
        font-size: 45px;
        margin-bottom: 25px;
    }
}

@media (min-width:1280px) {

    .homepage-banner .bannner-content-wrapper {
        min-height: 814px;
    }
}

@media (max-width:767px) {

    .bannerslider .slick-dots,
    .bannerslider .slickNext,
    .bannerslider .slickPrev {
        display: none !important;
    }

    .feature-form-header{
        margin-bottom: 30px;
    }

    .wpcf7-form .row{
        margin-inline: -20px;
    }

    .about-banner .content-holder a{
        display: none;
    }

    .see-more-section{
        display: none;
    }

    .single-project .see-more-section{
        display: block;
    }

    .apartment-loc-section .pagination{
        margin-top: 30px;
    }

    .wpcf7-submit.has-spinner{
        width: 100%;
    }

    .taxonomy-navigation{
        flex-direction: column;
        gap: 24px;
    }

    .taxonomy-navigation a{
        width: 100%;
        border: 1px solid #655252;
        padding-block: 13px;
    }

    .taxonomy-navigation > a:nth-child(1){
        order: 2;
    }

    .taxonomy-navigation > a:nth-child(3){
        order: 3;
    }

    .taxonomy-navigation .see-more-section{
        order: 1;
    }

    .about-feature-section .feature-header::before {
        content: '';
        width: 1px;
        height: 20px;
        left: 50%;
        top: 100px;
        position: absolute;
        z-index: 1;
        background-color: #AEA9A9;
    }

    .feature-context-section .container{
        padding-inline: 35px;
    }

    .feature-detailing-section .feature-wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-left: -20px;
		margin-right: -20px;
    }

    .feature-context-section .feature-header::before {
        top: 100px;
    }

    .feature-header h2{
        line-height: normal;
    }

    .feature-context-section .feature-header{
        margin-bottom: 40px;
    }

    .feature-detailing-section .article-2 .feature-wrapper {
        flex-direction: unset;
    }

    #page-footer .footer-menu {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    #page-footer .footer-menu li {
        width: 50%;
        padding-block: 8px;
    }

    #page-footer .footer-menu li a {
        font-size: 15px;
        font-weight: 500;
    }

    #page-footer .office-address,
    #page-footer .footer-logo-img p {
        max-width: 100%;
    }

    .office-address span {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 21px;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
    }

    .about-banner .banner-span,
    .homepage-banner .banner-span {
        letter-spacing: 5.22px;
    }

    .office-address p {
        font-size: 15px;
    }

    .footer-logo-img a {
        margin-bottom: 30px;
    }

    .detail-img-wrapper,
    .footer-logo,
    .bannner-content-wrapper .contact-detail-list,
    .testimionials-list-wrapper {
        text-align: center;
    }

    .bannner-content-wrapper p,
    .contact-banner .bannner-content-wrapper h1,
    .bannner-content-wrapper .contact-span,
    .apartment-wrapper,
    .hbd-apartment h2 {
        display: none;
    }

    .contact-banner .contact-img-holder {
        position: unset;
    }
    
    .apartment-detail-section .detail-img-wrapper,
    .apartment-loc-section .apartment-loc-holder,
    .contact-banner .contact-img-holder,
    .feature-detailing-section .article-2 .feature-img-wrapper{
        margin-left: -35px;
        margin-right: -35px;
    }

    .feature-detailing-section .article-1 .feature-img-wrapper,
    .feature-detailing-section .article-3 .feature-img-wrapper{
        margin-left: -56px;
        margin-right: -56px;
    }

    .feature-detailing-section .feature-content-wrapper a::before{
        width: 156px;
    }

    .bannner-content-wrapper {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .social-networks {
        padding-block: 20px;
    }

    .socila-media-links {
        display: flex;
        gap: 17px;
        justify-content: center;
    }

    .socila-media-links li {
        padding-block: 8px;
    }

    .social-networks h4 {
        font-size: 11px;
        font-weight: 700;
        font-family: "Instrument Sans", sans-serif;
        color: #fff;
    }

    .footer-links {
        background-color: #B58A55;
        color: #fff;
        padding-block: 7px;
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.96px;
    }

    #page-footer {
        padding-block: 50px 0;
    }

    .socila-media-links a {
        display: block;
    }

    .socila-media-links a:hover {
        border-bottom: 1px solid #fff;
    }

    #navigation .main-navigation {
        display: block;
        padding: 80px 50px 35px;
        text-align: center;
    }

    #navigation .main-navigation li {
        padding-block: 21px;
    }

    #navigation .main-navigation li+li{
        border-top: 1px solid #fff;
    }

    #navigation .main-navigation li strong {
        border-bottom: 1px solid #fff;
        padding-bottom: 23px;
    }

    .sub-menu {
        display: none;
    }

    .menu-item-has-children:hover .sub-menu{
        display: block;
    }

    #page-header #navigation{
        width: 100%;
    }

    .pageNavCollaspe {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        background-color: #4F362A;
        transform: scaleY(0);
        transform-origin: 0 0 0;
        transition: transform .3s ease;
        text-align: left;
        padding-bottom: 30px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .pgNavOpener {
        display: block;
        position: absolute;
        top: 40px;
        right: 35px;
        color: #FFF;
        width: 24px;
        height: 28px;
        z-index: 999;
    }

    .pgNavOpener::before {
        content: "";
        position: absolute;
        top: -17px;
        right: 0;
        left: 0;
    }

    .pgNavOpener::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 22px;
        left: 0;
    }

    .pgNavOpener .icnBar {
        position: absolute;
        left: 0;
        top: -7px;
        right: 0;
    }

    .pgNavOpener::before,
    .pgNavOpener::after,
    .pgNavOpener .icnBar {
        height: 4px;
        background-color: currentColor;
        transition: all .3s ease;
        width: 33px;
    }

    .pgNavActive .pageNavCollaspe {
        transform: scaleY(1);
    }

    .pgNavActive .pgNavOpener::before {
        transform: rotate(45deg) translate(7px, 6px);
    }

    .pgNavActive .pgNavOpener::after {
        transform: rotate(-45deg) translate(8px, -7px);
    }

    .pgNavActive .pgNavOpener .icnBar {
        display: none;
    }
	
	.tax-project_type .taxonomy-navigation {
		display: none;
	}
	
	main:before {
		background-image: url("/wp-content/uploads/2025/04/Ellipse-2.png");
		width: 295px;
		height: 590px;
	}
	
	.feature-detailing-section .article-2 img, 
	.feature-detailing-section .article-3 img {
	  	margin-bottom: 88px;
	}
	
	.submint-btn {
		position: relative;
		margin: 0;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.page-id-139 main::before {
	  margin-top: -380px;
	}
	
	.page-id-115 main::before {
	  margin-top: -250px;
	}
	
	.sub-menu {
		position: relative;
		z-index: 1;
	}
	
	.sub-menu:before {
		position: absolute;
		content: "";
		left: -60px;
    	right: -60px;
		bottom: 0;
		top: 0;
		background-color: #864728;
		z-index: -1;
	}
	
	.sub-menu li a {
		padding-block: 12px;
	}
}