@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*** GENERIC CSS ***/
html,body {
    font-family: "Roboto", sans-serif;
}

body {
    font-size: 16px;
    background: #fff;
    color: #000;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #C28562;
    font-weight: 800;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #24a9e2;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    color: #000;
}

h1, .h1 {
    font-size: 72px;
    font-style: normal;
    font-weight: 900;
    line-height: 80px;   
}

h2, .h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 69px;
}

h3, .h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height:1.32;
}

h4, .h4 {
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

h5, .h5 {
}

p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.44;
}

p:last-child {
    margin-bottom: 0;
}

p.big {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.54;
}

p.bigger {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height:1.5;
}

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

.btn-default {
    border-radius: 30px;
    border: 1px solid #C28562;
    background: #FFF;
    box-shadow: 0 4px 0 1px rgba(0, 0, 0, 0.15);
    color: #000 !important;
    padding: 0px 20px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    display: inline-flex;
    gap: 10px;
    line-height: 44px;
    text-decoration: none;
}

.btn-default img {
    width: 24px !important;
}

.btn-default:hover {
    background: #C28562;
    color: #fff !important;
}

.btn-no-shadow {
    box-shadow: none;
    border: 1px solid #C28562;
}

.section-title {
    margin-bottom: 29px;
}

.section-title p em {
    color: #C28562;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.4px;
}

.section-title p {
    margin-bottom: 10px;
}

.section-title h2 {
    margin-bottom: 0px;
}

.section-title h2 span {
    color: #C28562;
}

.mt-80 {
    margin-top: 80px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-40 {
    margin-top: 40px;
}

.g-60 {
    --bs-gutter-x:60px;
}

.hover-animate {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hover-animate:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*** HEADER ***/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 59px;
    background: rgba(0, 0, 0, 0.15);
}

.navbar-nav .nav-link {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 0px;
    line-height: 49px;
}

.navbar-brand {
    padding: 0px !important;
}

.navbar-light .navbar-nav .nav-item>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-item:hover>.nav-link, .navbar-light .navbar-nav .nav-item.active>a {
	color:#C28562 !important;
}

.navbar-expand-lg .navbar-nav>li {
    margin: 0px 15px;
	display:inline-block;
    vertical-align: top;
}

.navbar-brand img {
    max-height: 100px;
    margin-right: 20px;
}

.navbar {
	padding:0px 0px;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav .nav-item {
	position:relative;
}

.navbar-nav li a.btn-default {
    display: flex;
    gap: 10px;
    align-items: center;
}

.navbar-nav li.email a {
    position: relative;
    margin-left:60px;
    padding-left:60px !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: lowercase;
    color: #fff;
    text-decoration: none;
}

.navbar-nav li.email a::before {
    position: absolute;
    top: -12px;
    left: 0;
    content: '';
    width: 1px;
    height: 49px;
    background: #d9d9d9;
    opacity: 0.5;
}

.header .navbar-nav li:last-child {
    margin-right: 0px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.header .btn-default {
	background:none;
	padding:0px;
}

.header .btn-default a {    
    border-radius: 22px;
    background: #C28562;
    padding:0px 20px !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 45.6px;
    text-transform: uppercase;
    margin-right: 0px;
    color: #fff !important;
}

.header .btn-default:hover a {
	background:#fff;
	color:#c28562;
}

.header .btn-default img {
	width: 24px !important;
    object-fit: cover;
    height: 25px !important;
	padding-left:0px !important;
}

.header h1 {
	line-height:49px;
	margin-bottom:0px;
}

.header .menu-item-has-children {
	position:relative;
}

.header .sub-menu {
	position:absolute;
	top:50px;
    left: 0;
    margin: 0px;
    padding: 0px 20px;
	background:rgba(0, 0, 0, 0.15);
    list-style: none;
    width: 350px;
	display:none;
}

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

.header .sub-menu li a {
	text-transform:none;
}

/*** SIDEMENU ***/
.menu-btn {
    color: #0a44c1 !important;
    min-width: 40px;
    min-height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
}
 
.menu-btn span {
    display: block;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #fff !important;
    height: 2px;
    margin: 2.5px 0px;
    border-radius: 5px;
    transition: all .3s;
    float: left;
}
 
.menu-btn div {
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: 30px;
}
 
.side-menu {
    background:#fff;
    position:fixed;
    top:0px;
    left: -100%;
    width: 340px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height:100%;
    z-index:9999999;
    padding: 55px 35px;
    overflow:hidden;
    overflow-y:auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
 
.side-menu.intro {
    left:0px;
}
 
.side-menu ul.main-menu {
    padding-left:0px;
    margin-top:30px;
}
 
.side-menu ul.main-menu.navbar-nav li {
    list-style:none;
    display:inline-block;
    width:100%;
    margin: 0;
    margin-bottom: 10px;
}
 
.side-menu ul.main-menu li a {
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
    padding: 7px 0px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 
.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a {
    background:none;
    color:#fff;
}
 
.side-menu a.CloseBtn {
    float: right;
    color: #fff;
    background: #C28562;
    font-size: 22px;
    margin: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 40px;
    min-height: 40px;
    border-radius: 0px 0px 0px 5px;
}
 
.side-menu a.CloseBtn:before,
.side-menu a.CloseBtn:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}
 
.side-menu a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
 
.side-menu a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.side-menu .navbar-nav li.email a::before {
	display:none;
}

.side-menu .navbar-nav li.email a {
	padding-left:0px !important;
	margin-left:0px !important;
	border:0px !important;
	border-top:1px solid #C28562 !important;
	padding-top:50px !important;
	margin-top:50px !important;
	margin-bottom:15px !important;
}

.side-menu .btn-default img {
    object-fit: cover;
    width: 24px !important;
    height: 25px !important;
    padding-left: 0px !important;
}


/*** HERO SLIDER ***/
.hero-slider {
    height: 100vh;
    position: relative;
}

.hero-slider .owl-stage-outer, .hero-slider .owl-stage, .hero-slider .hero-carousel, .hero-slider .item, .hero-slider .owl-item {
    height: 100%;
}

.hero-slider * {
    color: #fff;
}

.hero-slider p.bigger {
    margin:20px 0px;
}

.hero-slider .owl-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	width:20%;
    margin-right: 59px;
	position:absolute;
    right:0px;
    bottom: 100px;
    z-index:99;
}

.hero-slider .owl-nav button.owl-prev,
.hero-slider .owl-nav button.owl-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s ease;
	border-radius: 50px;
	background: #C28562;
}

.hero-slider .owl-nav button.disabled {
	background:rgba(255, 255, 255, 0.06);
}

.hero-slider .owl-nav button img {
    filter: brightness(0) invert(1);
}

.hero-slider .owl-nav button.disabled img {
	filter: brightness(0) saturate(100%) invert(68%) sepia(9%) saturate(5915%) hue-rotate(325deg) brightness(96%) contrast(57%);
	opacity:1;
}

.hero-slider .owl-nav button.owl-prev:hover,
.hero-slider .owl-nav button.owl-next:hover {
	background: #C28562;
}

.hero-slider .owl-nav button.owl-prev:hover img,
.hero-slider .owl-nav button.owl-next:hover img {
	filter: brightness(0) invert(1);
}

.hero-slider .owl-dots {
	display: flex;
	justify-content: center;
	align-items: end;
	margin-top: 0px;
	gap:15px;
}

.hero-slider .owl-dot span {
	width: 2px !important;
	height:13px;
	background-color: #d9d9d9;
	opacity: 0.5;
	transition: 0.3s;
	margin: 0px !important;
}

.hero-slider .owl-dot.active span {
	height: 30px;
	background: #fff !important;
	opacity: 1;
}

.hero-slider .owl-carousel, .hero-slider .owl-carousel .owl-stage, .hero-slider .owl-carousel .owl-stage-outer, .hero-slider .owl-carousel .owl-item, .hero-slider .owl-carousel .owl-item .item, .hero-slider .owl-carousel .owl-item .item .image {
    height: 100%;
}
 
.hero-slider .owl-carousel .owl-item .item .image img {
    height: 100%;
    object-fit: cover;
}
 
.hero-slider .owl-dots {
    position: absolute;
    bottom: 120px;
    right:59px;
    width: 20%;
    z-index: 6;
}

.hero-slider .scroll-down {
    position: absolute;
    bottom: 90px;
    left: 50%;
    z-index: 999;
}

.hero-slider .scroll-down a {
    display: inline-block;
}

/*** OFFERS ***/
.offers {
    padding: 120px 0px;
    position: relative;
    background: #FFF8F4;
}

.offers::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFF8F4 0%, rgba(249, 242, 233, 0.00) 64.63%), url(../img/bg-offers.webp) right center no-repeat;
    mix-blend-mode: luminosity;
    background-size: auto 100%;
}

.offers .container {
    position: relative;
    z-index: 2;
}

.offers .btn-default {
    margin-top:27px;
}

/*** AGENTS ***/
.agents {
    background:linear-gradient(#FFF 0%, #F4E7E0 100%);
    padding: 120px 0px;
    position: relative;
}

.agents::before {
    content: '';
    background: url(../img/bg-agents.webp) 100% 80px no-repeat;
    background-size:auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.agents .container {
    z-index: 2;
    position: relative;
}

.agents figure {
    aspect-ratio: 1 / 0.55;
    margin-bottom: 0px;
}

.agents figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*** ABOUT ***/
.about {
    padding: 130px 0px 40px 0px;
    background: url(../img/bg-faq.webp) 50% 50% no-repeat;
    background-size: cover;
}

.about h2 {
    margin-bottom: 20px;
}

.about .char-img {
    margin-top: -160px;
    position: relative;
    z-index: 9;
    width: 100%;
}

.about .accordion {
    border: none;
    border-radius: 0;
}

.about .accordion-button {
    padding:30px 30px 0px 40px;
    background-color: #F4E7E0 !important;
    border: 0px;
    box-shadow: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.about .accordion-button h3 {
    border: none !important;
    font-weight: 600;
    box-shadow: none !important;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight:700;
    line-height: 28px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-radius: 0px !important;
}

.about .accordion .accordion-item {
    border: none !important;
    border-radius: 0px !important;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.about .accordion-body {
    padding:20px 75px 30px 40px;
    border: none !important;
    color: #000;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #F4E7E0;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
}

.about .accordion-body p {    
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
}

.about .accordion-body h3 {
    color: #fff;
}

.about .accordion-button.collapsed {
    background-color: #fff !important;
    padding:20px 25px;
    border-radius: 5px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}

.about .accordion-button::after {
    width: 20px;
    height: 20px;
    border: none !important;    
    background: url(../img/icon-faq-down.svg) 50% 50% no-repeat;
    background-size: contain;
    transform: rotate(-180deg);
    right: 0px;
    margin-right: 0px;   
    right: 20px;
    margin-right: 0px;
}

.about .accordion-button.collapsed::after {
    background: url(../img/icon-faq-down.svg) 50% 50% no-repeat;
    background-size: contain;
    transform: rotate(0deg);
}

.about .accordion-body ul li {
    color: #FFF;
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
}

.about .accordion-body a {
    text-decoration: underline;
}

/*** PARTNERS ***/
.partners {
    height: 100vh;
    background: url(../img/bg-partners.webp) left top no-repeat;
    background-size: cover;
    padding-bottom: 150px;
}

.partners .h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.5;
}

.partners .h1 b {
    font-weight: 900;
}


/*** PROPERTIES ***/
.properties {
    background:linear-gradient(180deg, #FFF 0%, #F4E7E0 100%);
    padding: 120px 0px;
}

.properties.bg-white {
    background: #fff;
}

.properties.alternate {
    background: linear-gradient(180deg, #F4E7E0 0%, #FFF 100%);
}

.properties .prop-details {
    padding: 30px 0px;
    display: flex;
    gap:40px;
    flex-direction: column;
}

.properties .prices {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #C28562;
    padding-top: 20px;
}

.properties .prices h4 {
    color: #C28562;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.82;
    letter-spacing: 0px;
}

.properties .bigimg img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.58;
    object-position: center;
}

.properties .bigimg {
    margin-bottom: 25px;
}

.properties .thumbimg img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / .7;
}

.properties .thumbimg .current .item {
    position: relative;
}

.properties .thumbimg .current .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid #C28562;
}

.properties .thumbimg.owl-theme .owl-nav {
    margin: 0px;
}

.properties .thumbimg.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 30%;
    left: 0px;
    background: none !important;
    border-radius: 0px;
    padding: 0px 10px !important;
    font-size: 30px;
    color: #fff;
}

.properties .thumbimg.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0px;
}

/*** PROP FEATURES ***/
.prop-features {
    background: #1B1310;
    padding: 120px 0px;
}

.prop-feature-box {
    border: 1px solid #554944;
    padding: 40px;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.prop-feature-box .number {
    background: rgba(194, 133, 98,0.3);
    width: 67px;
    height: 67px;
    border-radius: 67px;
    color: rgba(255,255,255,0.6);
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 67px;
    text-align: center;
}

.prop-feature-box .h4 {
    color: #fff;
    text-transform: none;
    line-height: 1.25;
    font-size: 24px;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

.prop-feature-box p {
    color: rgba(255, 255, 255, 0.6);
}

.prop-features .bignumber {
    color: #C28562;
    font-family: "Poppins", sans-serif;
    font-size: 154px;
    font-style: normal;
    font-weight: 900;
    line-height:1.10;
    opacity: 0.1;
}

.prop-features .prop-stats {
    position: relative;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.prop-features .prop-stats:last-child {
    border-right: 0px;
}

.prop-features .smallnumber {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    top: 40%;
    left:15%;
    opacity: 1;
}

.prop-features .text-center .smallnumber {
    left: 0;
    width:100%;
    text-align: center;
}

.prop-features .prop-stats:last-child .smallnumber {
    left:auto;
    right:20%;
}

.prop-gallery {
	position:relative;
}

.prop-tag {
	background: #C28562;
	padding:5px 15px;
	color:#fff;
	font-family: "Poppins", sans-serif;
	font-size:18px;
	font-style: italic;
	font-weight: 800;
	line-height: normal;
	position:absolute;
	top:25px;
	left:55px;
	z-index:9999;
}


/*** REVIEWS ***/
.reviews {
    background: url(../img/bg-reviews.webp) 50% -1px no-repeat;
    background-size:100% auto;
    padding:120px 0px 0px 0px;
}

.review-box {
    padding: 30px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.review-box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-box-top .author {
    display: flex;
    gap: 20px;
}

.review-box-top .author img {
    width: 67px;
    height: 67px;
    border-radius: 67px;
}

.review-box-top .author .name {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
}

.review-box-top .author .designation {
    color: #9C9C9C;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.review-box-top .rating {
    color: #FFAE00;
    font-size: 24px;
}

.review-box-bottom p {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 36px; /* 180% */
}

.reviews .owl-nav {
    position: absolute;
    top: -180px;
    right:0px;
}

.reviews .owl-nav button {
    width: 54px;
    height: 54px;
    padding: 8px 12px;
    background: #C28562 !important;
    border-radius: 0px !important;
}

.reviews .owl-nav button.disabled {
    background: #fff !important;
    opacity: 1 !important;
}

.reviews .owl-nav button.disabled span {
    filter: brightness(0) saturate(100%) invert(58%) sepia(34%) saturate(555%) hue-rotate(338deg) brightness(92%) contrast(85%);
}

.reviews .owl-nav button span {
    filter: brightness(0) invert(1);
}

/*** FAQS ***/
.faqs {
    padding: 120px 0px;
    background: linear-gradient(180deg, #FFF 0%, rgba(244, 231, 224, 0.44) 100%);
}

.faqs .accordion {
    margin-top: 25px;
    border: none;
    border-radius: 0;
}

.faqs .accordion-button {
    padding:30px 30px 0px 40px;
    background-color: #F4E7E0 !important;
    border: 0px;
    box-shadow: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.faqs .accordion-button h3 {
    border: none !important;
    font-size: 20px;
    font-weight: 600;
    box-shadow: none !important;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight:700;
    line-height: 28px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-radius: 0px !important;
}

.faqs .accordion .accordion-item {
    border: none !important;
    border-radius: 0px !important;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.faqs .accordion-body {
    padding:20px 75px 30px 40px;
    border: none !important;
    color: #000;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #F4E7E0;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
}

.faqs .accordion-body p {    
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
}

.faqs .accordion-body h3 {
    color: #fff;
}

.faqs .accordion-button.collapsed {
    background-color: #fff !important;
    padding:20px 25px;
    border-radius: 5px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}

.faqs .accordion-button::after {
    width: 20px;
    height: 20px;
    border: none !important;    
    background: url(../img/icon-faq-down.svg) 50% 50% no-repeat;
    background-size: contain;
    transform: rotate(-180deg);
    right: 0px;
    margin-right: 0px;   
    right: 20px;
    margin-right: 0px;
}

.faqs .accordion-button.collapsed::after {
    background: url(../img/icon-faq-down.svg) 50% 50% no-repeat;
    background-size: contain;
    transform: rotate(0deg);
}

.faqs .accordion-body ul li {
    color: #FFF;
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
}

.faqs .accordion-body a {
    text-decoration: underline;
}

/*** CONTACT US ***/
.contact-us {
    background: #fff;
    padding: 120px 0px;
}

.contact-us .cta-box {
    background: #FEF4EE;
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height:1.25;
    text-decoration: none;
    margin-top: 30px;
}

.contact-us .cta-box div img {
    margin-right: 20px;
    width:36px;
}

/*** FOOTER CTA ***/
.foot-cta .container {
    border-radius: 10px;
    background: #C28562;
    padding: 40px;
    position: relative;
    z-index: 9;
}

.foot-cta * {
    color: #fff !important;
}

.foot-cta .btn-default {
    color:#C28562 !important;
    line-height: 64px;
    border-radius: 43px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
}

.foot-cta .btn-default:hover {
    border-color: #fff;
    color: #fff !important;
}

.foot-cta .btn-default img {
    width: 20px !important;
}

.foot-cta .btn-default:hover img {
    filter: brightness(0) invert(1);
}

/*** FOOTER ***/
.footer {
    background: #1A110C;
    padding: 165px 0px 70px 0px;
    margin-top: -65px;
}

ul.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin:20px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    position: relative;
}

ul.social-links::before {
    width: 40%;
    content: '';
    position:absolute;
    top: 20px;
    left: 0;
    opacity: 0.1;
    background: #C4C4C4;
    height: 1px;
}

ul.social-links::after {
    width: 40%;
    content: '';
    position:absolute;
    top: 20px;
    right: 0;
    opacity: 0.1;
    background: #C4C4C4;
    height: 1px;
}

ul.social-links li:hover img {
    opacity: 0.5;
}

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

.footer p {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height:1.92;
    letter-spacing: 0.5px;
}

.contact-details p {
    display: flex;
    gap: 14px;
    line-height: 31px;
}

.foot-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.foot-menu li a {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height:1.92;
    letter-spacing: 0.5px;
    opacity: 0.8;
    text-decoration: none;
}

.foot-menu li:hover a {
    color: #C28562;
    opacity: 1;
	text-decoration:underline;
}


/*** COPYRIGHTS ***/
.copyrights {
    background: #160e0a;
    padding: 26px 0px;
}

.copyrights p, .copyrights a {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 191.5%;
    text-decoration: none;
    opacity: 0.8;
}

.copyrights a:hover, ul#privacy-menu li:hover a, ul#privacy-menu a:hover a {
    color: #C28562;
	text-decoration:underline;
}

/*** PAGE-BANNER ***/
.page-banner {
	height: auto;
	padding: 250px 0px 0px 0px;
}

.page-banner * {
	color:#fff;
}

.page-banner h1 {
    margin-bottom: 30px;
}

.page-banner .breadcrumb {
	color: rgba(255, 255, 255, 0.5);
	margin-top:150px;
    margin-bottom: 0px;
    padding: 30px 0px;
}

.page-banner .breadcrumb span {
	padding: 0px 15px;
}

.page-banner .breadcrumb a {
	color: #fff;
	text-decoration:none;
	font-weight:400;
}

.generic-content {
	padding:120px 0px;
	background:linear-gradient(180deg, #FFF 0%, #F4E7E0 100%);
}

.generic-content p {
    font-style: normal;
    font-weight: 400;
    line-height: 1.44;
}

.generic-content h4 {
	text-transform:unset;
	letter-spacing:0px;
}

.mt-50 {
    margin-top: 50px;
}

/*** CONTACT ***/
.contact {
    padding: 120px 0px;
    position: relative;
    background: #FFF8F4;
}

.contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFF8F4 0%, rgba(249, 242, 233, 0.00) 64.63%), url(../img/bg-offers.webp) right center no-repeat;
    mix-blend-mode: luminosity;
    background-size: auto 100%;
}

.contact .container {
    position: relative;
    z-index: 2;
}

.form-box {
    padding: 45px;
    border-radius: 5px;
    background:#FFF;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}

.form-box label {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.form-box .form-control {
    border: 1px solid #000;
    background: #FFF;
    padding: 0px 15px;
    border-radius: 0px;
    height: 37px;
    line-height: 37px;
    margin-bottom: 20px;
}

.form-box .form-control::placeholder {
    color: rgba(0, 0, 0, 0.30);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.form-box textarea.form-control {
    height: 180px;
    padding: 13px 15px;
    resize: none;
    line-height: 1.4;
}

.form-box .checkbox-control label {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
	text-align:left;
	font-weight:400;
	line-height:1.4;
}

.form-box .checkbox-control input[type="checkbox"] {
    border: 1px solid #000;
    background: #FFF;
    min-width: 20px;
    min-height: 20px;
    border-radius: 0px;
    padding: 13px 15px;
}

.form-box .notes {
    background: #FEF4EE;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.form-box .btn-default {
    border-radius: 22px;
    background: #C28562;
    padding: 9.5px 20px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 0px;
    color: #fff !important;
    box-shadow: none;
}

.form-box .btn-default:hover {
    background: #fff;
    color: #c28562 !important;
}

.contact-box {
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    box-shadow: 0 40px 100px -30px rgba(0, 0, 0, 0.03);
	padding: 50px;
	height: 100%;
}

.contact-box h3 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.contact-box .d-flex {
    gap: 20px;
    margin-bottom: 20px;
}

.contact-box .d-flex span {
    color: #C28562;
    font-size: 28px;
    width: 27px;
}

.contact-box .d-flex div, .contact-box .d-flex div a {
    color: #000;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height:1.7;
    text-decoration: none;
}

.contact-box .d-flex a:hover {
    color: #C28562;
    text-decoration: underline;
}

/*** PROJECT PAGES ***/
.header.inner-header {
    background: #C28562;
}

.header.inner-header .btn-default {
    background: #fff;
    color: #C28562 !important;
    box-shadow: none;
}

.header.inner-header .navbar-light .navbar-nav .nav-item>.nav-link:hover {
    color: #fff !important;
    opacity: 0.5;
}

.prop-list {
    background: #FEF4EE;
    padding: 120px 0px;
}

.prop-box figure {
    margin-bottom: 0px;
    aspect-ratio: 1 / 0.57;
    position: relative;
}

.prop-box figure img {
    object-fit: cover;
    object-position: center;
}

.prop-box figure label {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #C28562;
    padding: 3px 10px;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}

.prop-box .prop-details {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    background: #FFF;
    padding: 20px;
}

.prop-box .prop-details .date {
    color: #C28562;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}

.prop-box .prop-details h3 {
    font-size: 26px;
    line-height: 48px;
}

.prop-box .prop-details p {
    font-weight: 500;
}

.prop-box .prop-details .price {
    color: #C28562;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 10px;
}

.prop-box .prop-details a img {
    width: 30px;
}

.prop-box .prop-details .price-box {
    display: flex;
    flex-direction: column;
    gap: 10px;    
    align-items: end;
    text-align: right;
    justify-content: center;
}

.project-partner {
    padding-bottom: 120px;
}

.project-partner .h1 {
    line-height: 1.2;
}

.project-details {
    position: relative;
    padding: 100px 0px;
}

.project-details::before {
    content: '';
    height: 900px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #FEF4EE 0%, #FFF 100%);
}

.project-details .container {
    z-index: 9;
    position: relative;
}

.project-details h3 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height:1.27;
    margin-bottom: 25px;
}

.project-details p {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.mt-100 {
    margin-top: 100px;
}

/*** NEW CSS FOR PROJECT DETAILS ***/
.mt-30 {
    margin-top: 30px;
}

.project-details .description-box {
    border: 1px solid #D2D2D2;
    background: #FFF;
    padding: 40px;
}

.project-details .description-box h4 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: none;
    letter-spacing: 0px;
}

.project-details .description-box ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.project-details .description-box ul li {
    margin: 7.5px 0px;
    background: url(../img/icon-bullet-tick.svg) center left no-repeat;
    background-size: auto 20px;
    padding-left: 40px;
}

.project-details .tags {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.project-details .tag-flex {
    display: flex;
    gap: 0px;
    flex-wrap: wrap; /* allow multiple rows */
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-details .tag-flex li {
    flex:1 0 31.77%; /* default: 3 per row */
    box-sizing: border-box;
    padding: 10px;
}

.project-details .tag-flex li:nth-child(n+4) {
    flex: 1 1 18%; /* 5 per row */
}

.project-details .tags li {
    background: #FEF4EE;
    padding: 10px 26px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
    text-transform: uppercase;
}

.project-details .tags .tag-box {
    display: flex;
    gap: 10px;
    padding: 10px 0px;
}

.project-details .tags .tag-box label, .project-details .tags .tag-box p {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    text-transform: uppercase;
}

.project-details .tags .tag-box span {
    color: #C28562;
    font-size: 38px;
}

.project-details .tags .tag-box p {
    font-weight: 700;
}

.project-details .hero-slider .owl-nav {
    bottom: 30px;
    right: 30px;
    margin-right: 0px;
}

.project-details .hero-slider .owl-dots {
    bottom: 50px;
    width: 17%;
}

.project-details .breadcrumb {
    color: #D3B9AA;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px 0px;
    margin-bottom: 40px;
}

.project-details .breadcrumb a {
    text-decoration:none;
    color: #C28562;
    font-weight: 400;
}

.project-details .breadcrumb span {
    margin: 0px 15px;
}

.project-details .project-title {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.project-details .project-title h2 {
    margin-bottom: 0px;
    line-height: 1.22;
}

.project-details .project-title .price {
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    padding: 30px 40px;
    color: #C28562;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
}

.project-details .project-meta {
    display: flex;
    gap: 28px;
    color: #C28562;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 55px;
}

.project-details .hero-slider {
    height: auto;
}

.project-details .project-carousel .item img {
    aspect-ratio: 1 / 0.56;
    object-fit: cover;
    object-position: center;
}