@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}


body {
    font-family: "Roboto", sans-serif;
   color:#181818;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "DM Serif Display", serif;
}
.section-title{
    text-align: center;
}
.section-title h2 {
    font-family: "DM Serif Display", serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(90deg, #836443 0%, #C38442 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title p{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    color: #181818;
}
.section-title .badge{
    font-family: "Urbanist", sans-serif;
    background: #83644324;
    padding: 12px 20px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height:1.3;
}
.section-title .badge span{
    background: -webkit-linear-gradient(90deg, #836443 0%, #C38442 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-title h3.sub-title {
    font-family: "DM Serif Display", serif;
    font-size: 22px;
    font-weight: 400;
    line-height:1.3;
    text-align: center;
    margin-bottom: 20px;
    color: #606060;
}
/* common-css */
.light-blue-bg{
    background: #F4F7F9;
}
.golden-btn{
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #836443 0%, #C38442 100%);
    border-radius: 0px;
    border: 0px; 
    padding: 14px;
}

/* back-to-top-button */
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  transition: 0.5s;
}
.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 40px;
  height: 40px;
  background: linear-gradient(90deg, #836443 0%, #C38442 100%);
  color: #fff;
  transition: all 0.4s;
}
.back-to-top:hover {
  bottom: 19px;
}
/* header */
header{
    background:#fff;
}
header.header-scrolled{
    position: sticky;
   position: -webkit-sticky;
   top: 0;
   z-index:99;
   border-bottom: 2px solid;
}
header .header-logo img{
    max-width:120px;
}
header .navbar .navbar-collapse{
    justify-content:end;
    align-items: center;
}
header .navbar-nav .nav-link{
    font-family: "Roboto", sans-serif;
    color: #606060;
    font-size: 18px;
    font-weight: 400;
    text-align: left;   
}
header .navbar-nav .nav-link.active{
    color:#606060;
    font-weight: 700;
}
header .navbar ul.navbar-nav {
    gap: 20px;
}
header.header-scrolled .header-logo img {
    max-width: 80px;
}
header.header-scrolled .navbar {
  padding: 0px;
}
header .navbar-nav .golden-btn{
    color:#fff;
    min-width: 140px;
    text-align: center;
    padding: 12px 10px;
 }
/* overview-section */
.overview-section{
    padding:60px 0px;
}
.overview-section .section-title{
    max-width: 90%;
    margin: 0px auto;
    width: 100%;
    margin-bottom: 30px;
}
.overview-section .overview-img img{
    width: 100%;
}
/* configuration */
.configuration{
    padding: 60px 0px;
    overflow: hidden;
}
.configuration .configuration-wrapper{
    padding: 40px 0px 0px;
}
.configuration-box .card{
    border:0px;   
}
.configuration-box .card .card-header {
    background: linear-gradient(90deg, rgba(131, 100, 67, 0.14) 0%, rgba(195, 132, 66, 0.14) 100%);
    text-align:center;
    margin-bottom:20px;
    border: 0px;
    border-radius: 0px;
}
.configuration-box .card .card-header span{
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 18.98px; 
    background: -webkit-linear-gradient(90deg, #836443 0%, #C38442 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.configuration-box .list-group-item{
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 18.98px;
    text-align: center;
    /* color: #606060; */
    padding: 16px 20px;
    /* border: 2px solid #8364431F; */
    border-bottom: 0px;
    background: linear-gradient(90deg, #836443 0%, #C38442 100%);
    color: #fff;
    border: 2px solid #fff;
}
.configuration-box .list-group-item span.icon {
    margin-right: 8px;
}
.configuration-box .card-header+.list-group .list-group-item:first-child{
    border-top: 2px solid #8364431F;
}
.configuration-box .card>.list-group:last-child .list-group-item:last-child{
  border-radius: 0px;
  border-bottom: 2px solid #8364431F;
}
/* Amenities-section */
.amenities-section{
    padding: 60px 0px;
    overflow: hidden;
}
.amenities-section .section-title{
    max-width: 90%;
    margin: 0px auto;
    width: 100%;
}
.luxury-living{
    padding-top: 40px;
}
.luxury-living .row{
    align-items: flex-end;
}
.luxury-living .outdoor-amenities-img img{
    width: 124%;
}
.luxury-living-info {
    border-left: 10px solid #BA8147;
    padding: 30px 30px 10px;
    background-color: #fff;
}
.luxury-living-info .card{
    border:0px;
    border-radius: 0px;
}
.luxury-living-info .card .list-group-item{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.98px;
    text-align: left;
    color: #606060;
    border: 2px solid #83644324;
    border-radius:0px;
    margin-bottom: 8px;
}
.luxury-living-info .list-group:first-child .list-group-item:first-child{
    border-top: 2px solid #8364431F;
    border-radius: 0px;
}
.luxury-living-info .list-group:last-child .list-group-item:last-child{
  border-radius: 0px;
  border-bottom: 2px solid #8364431F;
  margin: 0px;
}
.title_lines {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 18.98px;
    text-align: left;
    background: -webkit-linear-gradient(90deg, #836443 0%, #C38442 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.title_lines span.line {
    width: 44px;
    border-top: 1px solid #BA8147;
    border-color: -moz-linear-gradient(90deg, #836443 0%, #C38442 100%);
    margin-right: 10px;
}
.luxury-living.left-living .outdoor-amenities-img img {
    width: 124%;
    margin-left:-24%;
    position: relative;
    z-index: -1;
}
.luxury-living.left-living .luxury-living-info {
    border-left:0px;
    border-right: 10px solid #BA8147;
}
/* Premium-lifestyle */
.premium-lifestyle{
    padding: 60px 0px;
}
.premium-lifestyle .container-fluid{
  padding: 0px;
}
.lifestyle-slider{
    padding: 30px 0px 0px;
}
.lifestyle-slider .item img{
    width: 100%;
    max-height: 400px; 
    min-height: 400px;
    height: 100%;
}
.lifestyle-slider .item .lifestyle-info {
  opacity: 0;
  position: absolute;
  top:0px;
  right:0px;
  left:0px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.lifestyle-slider .item .lifestyle-info h4 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #FFFFFF;
}
.lifestyle-slider .item .lifestyle-info p{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #B1ACAC;
}
.lifestyle-slider .item:hover .lifestyle-info {
  opacity: 1;
  bottom: 0;
}
.lifestyle-slider .owl-theme .owl-dots .owl-dot span{
    background-color:#D9D9D9;
    margin: 5px;
    height: 15px;
    width: 15px;
}
.lifestyle-slider .owl-theme .owl-dots .owl-dot.active span, 
.lifestyle-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(90deg, #836443 0%, #C38442 100%);
}

/* location-section */
.location-section{
    padding: 60px 0px;
    overflow: hidden;
}
.location-wrapper .card {
    border: 0px;
}
.location-wrapper .card .card-header {
    background: linear-gradient(90deg, rgba(131, 100, 67, 0.14) 0%, rgba(195, 132, 66, 0.14) 100%);
    text-align: center;
    margin-bottom: 20px;
    border: 0px;
    border-radius: 0px;
}
.location-wrapper .card .card-header span {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 18.98px;
    background: -webkit-linear-gradient(90deg, #836443 0%, #C38442 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.location-wrapper .card .card-header{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
}
.location-wrapper .card .card-header p{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height:1.3;
    text-align: left;
    color: #606060;
    margin-bottom:0px;
}
.location-wrapper .card .faq-wrapper .card-header{
    display:block;
}
.faq-wrapper .card{
    margin-bottom:8px;
}
.faq-wrapper .card .card-header{
    background: transparent;
    border: 2px solid #83644324;
    padding: 0px;
    margin: 0px;
    text-align:left;
}
.faq-wrapper .card .card-header .btn-link{
    font-family: "Roboto", sans-serif;
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    width: 100%;
    padding: 10px 10px 8px;
    text-decoration: none;
}
/* West-County-section */
.west-county-section{
    padding: 60px 0px;
    overflow: hidden;
}
.west-county-slider{
    padding: 40px 0px 0px;
    max-width: 85%;
    margin: 0px auto;
    width: 100%;
}
.west-county-slider .item img{
    width: 100%;
    margin-bottom: 20px;
}
.west-county-slider .item h6 {
    font-family: "Roboto", sans-serif;
    color: #606060;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}
.west-county-slider .owl-carousel .owl-nav.disabled {
    display: block;
}
.west-county-slider .owl-carousel .owl-nav button {
    height: 35px;
    width: 35px;
    border-radius: 0px;
    font-size: 25px;
    line-height: normal;
    background: linear-gradient(90deg, #836443 0%, #C38442 100%);
    color: #fff;
    position: absolute;
    top: 40%;
    transform: translate(0%, -40%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.west-county-slider .owl-carousel .owl-nav button.owl-next{
  right: -50px;
}
.west-county-slider .owl-carousel .owl-nav button.owl-prev{
 left: -50px;
}
.west-county-slider .owl-carousel .owl-nav button span{
    margin-top: -5px;
}

.blurred-image {
    filter: blur(1.5px) !important; 
    /* transition: filter 0.3s ease; */
}

/* gallery-section */
.gallery-section{
    padding: 60px 0px;
}
.project-gallery-slider{
    padding: 40px 0px 0px;
}
.project-gallery-slider .tab-content{
    padding: 40px 0px 0px;
}
.project-gallery-slider .nav-pills .nav-link{
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    border-radius:0px;
    background:transparent;
    box-shadow: 0px 9px 27.3px 0px #8C1E260D;
    padding: 12px 14px;
    text-transform: capitalize;
    border: 1px solid #83644329;
    color:#757575;
}
.project-gallery-slider .nav-pills .nav-link.active{
    background: linear-gradient(90deg, #836443 0%, #C38442 100%);
  color:#fff;
}
.project-gallery-slider ul.nav{
    justify-content:center;
    gap: 20px;
}
.project-gallery-slider .item {
    overflow: hidden;
}
.project-gallery-slider .item img {
  height: 300px;
  /* height: 100%; */
  object-fit: cover;
  filter: brightness(0.4);
  transition: ease all 0.5s;
}
.project-gallery-slider .item img:hover{
  filter: brightness(1);
  transition: ease all 0.5s;
  transform: scale(1.19);
} 
/* testimonials */
.testimonial-scetion{
    padding: 60px 0px;
}
.person-img img{
    max-width: 120px;
}

.testimonial-img img{
    width: 100%; 
    height: 330px;
    object-fit: contain;
}
/* friends-for-life */
.friends-for-life{
    padding: 60px 0px;
    overflow: hidden;
}
.friends-life-box {
    background: linear-gradient(90deg, rgba(131, 100, 67, 0.14) 0%, rgba(195, 132, 66, 0.14) 100%);
    padding: 25px;
}
.friends-life-box .section-title p,
.friends-life-box .section-title h2{
    text-align:left
}
.achievement-wrapper {
    background: linear-gradient(90deg, #836443 0%, #C38442 100%);
    padding: 25px;
    height: 100%;
}
.achievement-wrapper .row{
    justify-content: center;
    row-gap: 30px;
}
.achievement-box h5 {
    font-family: "DM Serif Display", serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 58px;
    text-align: center;
    color: #fff;
}
.achievement-box p {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
}
.achievement-wrapper .line{
    position: relative;
    z-index: 1;
}
.achievement-wrapper .line::after {
    border-right: 1px solid #FFFFFF33;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    height: 70%;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}
.achievement-wrapper .remove.line::after{
    display: none;
}
.friends-life-slider{
    padding: 40px 0px 0px;
}
.friends-life-slider .item-img img{
 width: 100%;
}
.friends-life-slider .item .item-img{
    position: relative;
    overflow: hidden;
}
.friends-life-slider .item .item-info{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
    background: #62626280;
    backdrop-filter: blur(20px) brightness(0.8) contrast(1.2);
    padding: 15px 10px;
}
.friends-life-slider .item-info h4 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18.98px;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}
.friends-life-slider p.bottom-title {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    max-width:90%;
    margin:0px auto;
    margin-top:30px;
    color: #181818;
}
/* experts-section */
.experts-section{
    padding: 60px 0px;
}
.experts-wrapper{
    padding: 30px 0px 0px;
}
.expert-box{
    text-align: center;
}
.expert-box img{
    max-width: 50%;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
}
.expert-box .expert-info {
    background: linear-gradient(90deg, rgba(131, 100, 67, 0.14) 0%, rgba(195, 132, 66, 0.14) 100%);
    padding: 20px 15px;
    text-align: center;
    min-height: 120px;
}
.expert-box .expert-info h5 {
    font-family: "Roboto", sans-serif;
    color: #606060;
    font-size: 22px;
    font-weight: 600;
    line-height: 18.98px;
    text-align: center;
    margin-bottom: 15px;
}
.expert-box .expert-info p{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    color: #181818;
    margin:0px;
}

/* contact-us-section */
.contact-us-section{
    padding: 60px 0px;
}
.contact-us-section .row {
    justify-content: center;
}
.contact-us-section img{
    width: 100%;
}
.contact-form {
    padding: 10px;
    height: 100%;
}
.contact-form form{
    height: 100%;
}
.contact-form form .form-control{
    font-family: "Roboto", sans-serif;
    border-radius:0px;
    border: 1px solid #8364432E;
    background: #fff;
    margin-bottom: 20px;
    color: #757575;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    text-align: left;
    padding: 12px 10px;
    height: auto;
   color:#626262;
}
.contact-form form  select.form-control:not([size]):not([multiple]) {
    height: calc(2.30rem + 6px);
}
.contact-info{
   margin-bottom: 25px;
}
.contact-info h6 {
    display: flex;
    align-items: flex-start;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    color: #626262;
}
.contact-info h6 img {
    max-width: 20px;
}
.contact-us-section form .rad-btn{
  min-width:140px;  
}
/*footer */
.sec-footer {
  background: linear-gradient(90deg, #836443 0%, #C38442 100%);
  padding: 80px 0px;
}
.footer-img{
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}
.footer-img .footer-logo img {
    max-width: 240px;
}
.footer-img .qr-code-list img {
    width: 100%;
}
.sec-footer .footer-info p {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
}
.sec-footer .footer-info .light-bg {
    background: #FFFFFF1A;
    padding: 30px;
    margin-top:30px;
}
.sec-footer hr {
    border-top: 1px solid rgba(255, 255, 255, .4);
    margin: 40px 0px 25px;
}
/* bottom-form */
.bottom-form {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    padding: 20px 0px;
}
.bottom-form .form-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    grid-gap: 1rem;
}
.bottom-form .form-wrapper .form-group{
   margin-bottom:0px; 
}
.bottom-form .form-wrapper .golden-btn{
    padding:11px;
}
/* model */
.common-model .modal-dialog{
   max-width:900px
}
.common-model .modal-content{
   box-shadow: 0px 0px 15px 0px #00000040;
   background:#FFFFFF;
   border-radius: 0px;
}
.common-model .modal-header{
   border:0px;
}
.common-model .form-group .form-control{
    border-radius: 10px;
    background: #26232A0D;
    margin-bottom: 20px;
    color:#666666;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    padding: 10px 10px;
    height: auto;
    border-radius: 0px;
}
.common-model .form-group .form-control::-ms-input-placeholder {
  color:#666666;
}
.common-model .form-group .form-control::placeholder {
  color: #666666;
}
.common-model .model-heading h3.model-title{
    font-family: "IBM Plex Sans", sans-serif;
    color:#181818;
    font-size: 32px;
    font-weight: 700;
    line-height:1.3;
    text-align: center;
    margin-bottom: 25px;
}
.common-model .modal-body{
    padding: 30px;
}
.common-model .form-group label.form-check-label {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height:normal;
    text-align: left;
    color: #666666;
}
.common-model .modal-header {
  position:absolute;
  right:40px;
  top:28px;
}
.common-model .modal-header .close{
  color:#292D32;
  opacity: 1;
  font-size: 40px;
  padding: 0px;
  z-index: 99;
}


#register-modal.fade.show {
    opacity: 1;
    display: block;
    background: rgba(0, 0, 0, 0.8);
}
.show body {
    overflow: hidden;
}


/* responsive */
@media screen and (min-width: 768px) {
  .container{
      max-width:95%;
  }
}
@media screen and (min-width: 992px) {
  .container{
      max-width:95%;
  }
}
@media screen and (min-width: 1200px) {
  .container{
      max-width: 1240px;
  }
}
@media screen and (min-width: 1399px) {
  .container{
      max-width: 1580px;
  }
}


@media screen and (max-width: 1199px){
    .overview-section,
    .configuration,
    .amenities-section,
    .premium-lifestyle,
    .location-section,
    .west-county-section,
    .gallery-section,
    .testimonial-scetion,
    .friends-for-life,
    .experts-section,
    .contact-us-section,
    .sec-footer{
        padding: 40px 0px;
    }
    .configuration .configuration-wrapper,
    .project-gallery-slider,
    .project-gallery-slider .tab-content{
        padding: 20px 0px 0px;
    }
    .west-county-slider .item h6 {
        font-size: 18px;
    }
    .configuration-item {
        padding: 20px;
    }
    .configuration-img img {
        width: 115%;
        margin-left: -90px;
    }
    .configuration-box .list-group-item {
        font-size: 16px;
    }
    .section-title h2 {
        font-size: 36px;
        margin-bottom:15px;
    }
}
@media screen and (max-width: 991px){
    header a.dosti-logo {
        display: none;
    }
    header .navbar .navbar-toggler {
        background: linear-gradient(90deg, #836443 0%, #C38442 100%);
        color: #fff;
        border-radius: 4px;
        padding: 4px 10px;
    }
    header .navbar .navbar-toggler .navbar-toggler-icon{
        height:auto;
        width:auto;
    }
    header .navbar ul.navbar-nav {
        gap: 10px;
    }
    header .navbar-nav .nav-link{
        color: #000;
    }
    header{
        background: #fff;
    }
    header .header-logo img {
        max-width: 90px;
    }
}
@media screen and (max-width: 767px){
    .section-title h2 {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .overview-section,
    .configuration,
    .amenities-section,
    .premium-lifestyle,
    .location-section,
    .west-county-section,
    .gallery-section,
    .testimonial-scetion,
    .friends-for-life,
    .experts-section,
    .contact-us-section,
    .sec-footer{
        padding: 30px 0px;
    }
    .overview-section .section-title {
        max-width: 100%;
        margin-bottom:25px;
    }
    .overview-section .overview-img{
        margin-bottom: 20px;
    }
    .configuration .configuration-wrapper,
    .project-gallery-slider,
    .project-gallery-slider .tab-content{
        padding: 20px 0px 0px;
    }
    .configuration-box .list-group-item {
        font-size: 16px;
    }
    .configuration-box {
        margin-bottom: 30px;
    }
    .luxury-living .outdoor-amenities-img img {
        width: 100%;
        margin-bottom: 30px;
    }
    .luxury-living-info {
        border-left: 6px solid #BA8147;
        padding: 16px 15px 10px;
    }
    .luxury-living.left-living .outdoor-amenities-img img {
        width: 100%;
        margin-left: 0;
    }
    .luxury-living.left-living .row {
        flex-direction:column-reverse;
    }
    .location-wrapper .card .card-header {
        flex-direction: column;
    }
    .location-wrapper .map-wrapper{
        margin-bottom: 30px;
    }
    .west-county-slider .item img {
        max-width: 160px;
        margin: 0px auto;
        width: 100%;
        margin-bottom: 20px;
    }
    .testimonial-img img{
        margin-bottom: 30px;
    }
    .friends-life-box{
        margin-bottom: 30px;
    }
    .achievement-wrapper .line::after{
        display: none;
    }
    .expert-box {
        margin-bottom: 25px;
    }
    .footer-img .footer-logo img {
        max-width: 168px;
    }
    .bottom-form{
        display: none;
    }
    .sec-footer .footer-info p {
        font-size: 14px;
    }
    .sec-footer .footer-info h4 {
        font-size: 18px;
        line-height: 1.3;
    }
    .common-model .modal-content {
        padding: 20px;
    }
    .common-model .model-heading h3.model-title {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .west-county-slider .owl-carousel .owl-nav button{
        position:initial;
        display: inline-block;
    }
    .west-county-slider .owl-theme .owl-dots{
        display: none;
    }
    .premium-lifestyle .container-fluid{
        padding: 15px;
    }
    .overview-section .overview-img img{
        min-height: 300px;
        max-height: 300px;
        width: 100%;
        object-fit: contain;
    }
}
@media screen and (max-width: 540px){
    .section-title h2 {
        font-size: 20px;
        line-height: 1.3;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}




/* owl-carousel styles */

.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  background-color: #986948;
  color: #fff;
  height: 40px;
  width: 40px;
}


.owl-carousel .owl-dots .owl-dot span{
    background-color:#D9D9D9;
    margin: 5px;
    height: 15px;
    width: 15px;
}
.owl-carousel .owl-dots .owl-dot.active span, 
.owl-carousel .owl-dots .owl-dot:hover span {
    background: linear-gradient(90deg, #836443 0%, #C38442 100%);
}