
body{
  font-family: 'Montserrat';
}
/* rough */
.row.filter-wrapper {
  display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.project-listing-div .row h3 {
  font-size: 32px;
  line-height: 38px;  
  font-weight: 600;
  text-align: center;
}

.project-listing-div .row .col-md-4 {
  margin-top: 30px;
}

.project-listing-div .row .select-box {
  position: relative;
  width: 100%;
  max-width: 384px;
  border-bottom: 1px solid #BDA077;
}

.project-listing-div .row .select-box a {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  font-weight: 500;
  color: #BDA077;
  text-decoration: none;
  text-transform: uppercase;
}

.custom-select {
  position: relative;
  width: 100%;
}

.select-selected {
  height: 60px;
  line-height: 28px;
  font-size: 16px;
  width: 100%;
  border-radius: 0px;
  -webkit-appearance: none;
  appearance: none;
  font-weight: 500;
  padding: 20px 0px; 
  border-bottom: 1px solid #BDA077;
  cursor: pointer;
  user-select: none;
}

.select-selected:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -4px;
  width: 12px;
  height: 8px;
  background: url(../images/dropdown-arrow-btn.svg) no-repeat;
  transition: 0.5s ease;
}

.select-selected.select-arrow-active:after {
  transform: rotate(180deg);
  transition: 0.5s ease;
}

.select-items {
  position: absolute;
  background-color: #D6AD61;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div {
  color: #ffffff;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  padding: 14px 15px;
}

.select-items div:hover,
.same-as-selected {
  background-color: #e0b378;
}


/* end */




.project-listing-banner {
  margin: 0px;
  padding: 0px 0px;
  position: relative;
}

.project-listing-banner .overlay-project .container {
    position: absolute;
    top: 13%;
    left: 0;
    right: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.project-listing-banner .overlay-project .container p{
  margin-bottom: 0px;
}
.project-listing-banner h1{
  color: #fff;
  margin-bottom: 30px;
}
.project-listing-banner p{
  color: #fff;
}
.row.project-listing-row{
  align-items: center;
}
.row.project-listing-row a img{
  transform: scale(1);
  transition: .5s ease;
}
.row.project-listing-row a:hover img{
  transform: scale(1.1);
  transition: .5s ease;
}
.project-listing-counter-row{
  margin: 100px 0px 0px 0px;
  padding: 0px;
}
.project-listing-counter-row h2{
  color: #fff;
}
.project-listing-counter-row h2 span {
  font-size: 40px;
  line-height: 45px;
}
.project-listing-counter-row span{
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.project-listing-counter-row .col-md-3{
  border-right: 1px solid #fff;
  padding-left: 45px;
}
.project-listing-counter-row .col-md-3:last-child{
  border-right: 0;
}
.project-listing-counter-row .col-md-3:first-child{
  padding-left: 0;
}
.project-listing-main-wrapper{
  position: relative;
}
.project-listing-main-wrapper h2{
  font-weight: 700;
  margin-bottom: 30px;
  color: #202020;
}
.project-listing-div{
  margin: 0px;
  padding: 0px 0px;
  border-top: 1px solid #707070;
}


/* filter style added by joel */

.project-listing-div #project-filter {
  max-width: 700px;
  margin: auto;
  gap: 50px;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
}
.project-listing-div #project-filter label {
  text-align: center;
    font-size: 18px;
    margin-top: 15px;
    margin-right: 10px;
    font-weight: 600;
}
.project-listing-div select {
  max-width: 190px;
  margin: auto;
  margin-top: 20px;
  font-weight: 500;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 5px;
  border: 2px solid #BDA077;
}


/* end */










.project-listing-div .col-md-2{
  border-right: 1px solid #707070;;
}
.project-listing{
  margin: 0px;
  padding: 0px 0px 71px 0px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
.project-listing h3{
  margin: 0px 0px 6px 0px;
  padding: 0px 0px;
  color: #202020;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
.project-listing p{
  color: #202020;
  font-weight: 600; 
  margin-bottom: 0px;
}
.project-img{
  position: relative;
  overflow: hidden;
  transition: .5s ease;
  margin-bottom: 24px;
}
/* .hovered{
  transition: all 0.3s ease;
  opacity: 0.4;
} */
.project-listing-div .border-button {
  display: table;
  width: auto;
  margin: auto;
  margin-top: 120px;
}
.filter-section{
  margin: 0px 0;
  padding: 0px 0px;
 opacity: 0;
  transition: .5s ease;
}
.filter-section li{
  list-style: none;
  margin: 0px 0px 10px 0px;
}
.filter-section li a{
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
.filter-section li a span{
  margin-left: 20px;
}
.project-listing-div.newClass .filter-section{
 opacity: 1;
  transition: .5s ease;
  position: fixed;
  top: 0%;
  margin-top: 10%;
}
.our-latest-launches-wrapper h4 {
  color: #BDA077;
  font-weight: 600;
  text-align: center;
}
.our-latest-launches-wrapper h2 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.our-latest-launches-wrapper p{
  text-align: center;
}

.lates-launches-div{
  position: relative;
  display: block;
}

.lates-launches-div-content{
  text-align: left;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 30px;
}
.our-latest-launches-project-listing-wrapper .swiper-slide img{
  width: 100%;
}
.lates-launches-div h4{
  margin: 0px 0px 10px 0px;
  padding: 0px 0px;
  font-size: 22px;
  text-align: left;
  color: #fff;
}
.lates-launches-div p{
  text-align: left;
  color: #fff;
  margin: 0;
}
.lates-launches-div-content .row{
  align-items: center;
}
.our-latest-launches-project-listing-wrapper .swiper-slide-prev{
  transform: scale(.8);
}
.our-latest-launches-project-listing-wrapper .swiper-slide-next{
  transform: scale(.8);
}
.our-latest-launches-project-listing-wrapper{
  position: relative;
}
.our-latest-launches-project-listing-arrows {
  position: absolute;
  width: 65%;
  margin: auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  z-index: 10;
}
.our-latest-launches-project-listing-arrows .swiper-button-next{
  position: inherit;
}
.our-latest-launches-project-listing-arrows .swiper-button-prev{
  position: inherit;
}
.our-latest-launches-project-listing-arrows .swiper-button-next:after, .our-latest-launches-project-listing-arrows .swiper-button-prev:after{
  display: none;
}
.load-more-button .border-button{
  margin: 3% auto 0;
  display: table;
}
.our-latest-launches-wrapper{
  position: relative;
  background: #fff;
  z-index: 10;
}
.filter-section-mobile{
  display: none;
}
.detail-first-section{
  padding-bottom: 40px;
  position: relative;
  background: #fff;
  z-index: 2;
}
.detail-first-section h1{
  margin-bottom: 30px;
}
.detail-first-section ul{
  display: flex;
  margin: 0px 0px;
  padding: 0px;
}

.detail-first-section ul li{
  margin: 0px 90px 0px 0;
  padding: 0px 90px 0px 0px;
  list-style: none;
  font-size: 22px;
  font-weight: 700;
  color: #BDA077;
  border-right: 1px solid #C8C8C8;
}
.detail-first-section ul li span{
  margin: 0px 0px 10px 0px;
  padding: 0px 0px;
  font-size: 14px;
  color: #202020;
  font-weight: 600;
  display: block;
}
.detail-first-section ul li:last-child{
  border-right: none;
  display: flex;
  justify-content: center;
  align-items: center;

}

.project-detail-banner{
  position: relative;
  z-index: 2;
}


.project-detail-wrapper{
  --scroll-bar: 320px;

}

.project-detail-image-slider{
  /*margin-right: calc(-43vw + 53% +(var(--scroll-bar) / 2)) !important;*/
  margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
  margin-left: 40px;
  position: relative;
  padding-bottom: 150px;
}
.project-detail-image-slider h2{
  font-weight: 700;
  margin-bottom: 30px;
}
.project-detail-image-slider .swiper-slide img{
  max-width: 300px;
  width: 100%;
}
.project-detail-arrow {
  position: absolute;
  width: 120px;
  bottom: 60px;
  margin: auto;
  left: 0;
  right: 0;
}
.project-detail-arrow .swiper-button-next{
  position: inherit;
  left: auto;
  right: 0;
}
.project-detail-arrow .swiper-button-next img,.project-detail-arrow .swiper-button-prev img{
transition: .5s ease;
}
.project-detail-arrow .swiper-button-next:hover img,.project-detail-arrow .swiper-button-prev:hover img{
transform: scale(1.1);
}
.project-detail-arrow .swiper-button-prev{
  position: inherit;
  right: auto;
  left: 0;
}
.project-detail-arrow .swiper-button-next::after{
  display: none;
}
.project-detail-arrow .swiper-button-prev::after{
  display: none;
}
.project-detail-wrapper .col-lg-3{
  border-right: 1px solid #C8C8C8;
}


.project-detail-wrapper .col-lg-6{
  border-right: 1px solid #C8C8C8;
}
.project-detail-wrapper .col-lg-6:last-child{
  border-right: none;
}
.project-details-second-coloum{
  padding: 0px 0px 0px 40px;
}
.project-details-second-coloum h3{
  font-size: 26px;
  line-height: 36px;
  color: #202020;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.project-details-third-coloum{
  padding: 0px 0px 0px 40px;
}
.project-details-third-coloum p{
  font-weight: 600;
  margin: 0px 0px 34px;
}
.project-details-full-coloum {
  margin: 55px 0px 0px 40px;
  border-bottom: 1px solid #C8C8C8;
  padding-bottom:0px;
}
.project-details-full-coloum h3{
  font-size: 26px;
  line-height: 36px;
  color: #202020;
  margin: 0 0 100px 0;
  padding: 0;
  font-weight: 700;
}
.project-detail-video-section{
  position: relative;
}
.project-detail-video-button{
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.property-plan-div{
  padding: 0px 0px 0px 40px;
}
.property-plan-div h2{
  font-weight: 700;
  margin-bottom: 30px;
}
.property-plan-imgae{
  position: relative;
}
.image-maximize{
  position: absolute;
  top: 10px;
  right: 10px;
}

.project-next-prev-wrapper {
  background: #F3F2F0;
  position: relative;
  z-index: 2;
}

.project-next-prev-wrapper a{
  margin: 0px 0px;
  padding: 0px 0px;
  color: #BDA077;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.project-next-prev-wrapper a:hover{
  color: #000000;
}
.project-next-prev-wrapper a i{
  margin-right: 10px;
}
.project-next-prev-wrapper h4{
  margin: 10px 0px 40px 0px;
  padding: 0px 0px;
  font-size: 22px;
  font-weight: 700;
  color: #202020;
  letter-spacing: 0;
}

.project-next-prev-wrapper .text-align-right a i{
  margin-left: 10px;
}
.project-next-prev-wrapper .col-md-6{
  position: relative;
}
.project-next-prev-wrapper .col-md-6::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 76%;
  background: #C8C8C8;
  bottom: 0;
  left: 100%;
}

.project-next-prev-wrapper .col-md-6:last-child::after{
  display: none;
}

.project-details-div {
  margin: 0px;
  padding: 0px 0px;
  position: relative;
  top: 0;
  width: auto;
  z-index: 1;
}
.submit-contact {

  border: 0;
  background: #000;
  color: #fff !important;
  color: #FFFFFF;
  font-weight: 600 !important;
  font-size: 14px !important;
  max-width: 100%;
  text-align: center;
  padding: 14px 25px !important;
  border-radius: 4px;

}

.submit-contact:hover {

  background: #BDA077;

}
.project-details-div ul{
  margin: 0px;
  padding: 0px;
}
.project-details-div ul li {
  margin: 0px 0px 18px 0px;
      padding: 0px 0px;
      list-style: none;
      font-size: 14px;
      font-weight: 600;
  }
/* .project-details-div ul li{
  margin: 0px 0px 20px 0px;
  padding: 0px 0px;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
} */
.project-details-div ul li span {
  margin-right: 30px;
  width: 39%;
  display: inline-block;
  vertical-align: top;
}
.project-details-div ul li i {
  font-style: normal;
  width: 48%;
  display: inline-block;
}

.project-chat-button {
  position: fixed;
  bottom: 25%;
  z-index: 100;
  right: 0;
}
.project-detail-form select {
  font-weight: 600 !important;
 }
 .project-detail-form select:focus-visible {
  outline: none;
 }
 .project-detail-form input {
 font-weight: 600 !important;
 }
.project-detail-form {
  margin: 0px 0px;
  padding: 40px 36px 6px;
  border-radius: 20px;
  max-width: 380px;
  position: fixed;
  bottom: 2%;
  z-index: 99999;
  right: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 20px #00000017;
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: green;
}
.project-detail-form .wpcf7-not-valid-tip{
  font-size: 13px;
}
.project-detail-form h3{
  font-size: 26px;
  font-weight: 700;
  color: #202020;
  line-height: 35px;
}

.project-detail-form input{
  width: 100%;
  padding: 8px 10px 8px 0px;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  color: #202020;
}

.project-detail-form select{
  width: 100%;
  padding: 8px 10px 8px 0px;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  color: #202020;
}

.project-detail-form input::placeholder {
  color:#202020;
  opacity: 1; /* Firefox */
}

.project-detail-form input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #202020;
}

.project-detail-form .col-12{
  margin-bottom: 20px;
}
.project-detail-form .col-12:last-child{
  margin-bottom: 0px;
}
.project-detail-form .border-button{
  width: 100%;
  background: #000;
  border: 1px solid #000;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.project-detail-form .border-button path{
  stroke:#fff ;
}
.project-detail-form input:focus-visible{
  box-shadow: none;
  outline: none;
}
.project-detail-form .wpcf7 form .wpcf7-response-output {
  margin: 0em;
}
.form-close {
  position: absolute;
  right: 37px;
  top: 50px;
}
.form-close img:hover{
  transition: 0.3s all ease-in-out;
  transform: scale(1.1);
}

.view-all-projects-content h2{
  color: #fff;
  margin-bottom: 30px;
  line-height: 55px;
  font-weight: 700;
}
.project-listing-main-wrapper.section-space-bottom{
 padding-bottom: 57px;
}
.project-listing-main-wrapper.section-space-top{ 
  padding-top: 10px;
}
.project-img img{
  transition: 0.5s all ease;
}
.project-img img:hover{
  transform: scale(1.1)
  }
  .project-listing-div .border-button {
    margin-top: 51px;
}

.project-details-div{
  max-width: 300px;
}

@media (max-width:1600px){
  .project-details-div {
    margin: 0px;
    padding: 0px 0px;
    position: relative;
    top: 0;
    width: auto;
    z-index: 1;
}

.project-listing-banner .overlay-project .container p{
    font-weight: 400;
}

.project-listing-counter-row {
  margin: 112px 0px 0px 0px;
  padding: 0px;
}
}
.view-all-projects-content {
  position: absolute;
  max-width: 445px;
  transform: translateY(-50%);
  top: 50%;
  right: 161px;
}
@media (max-width:1400px){
  .project-details-div {
    margin: 0px;
    padding: 0px 0px;
    position: relative;
    top: 0;
    width: auto;
    z-index: 1;
}
}

@media (max-width:1300px){
  .project-details-div {
    margin: 0px;
    padding: 0px 0px;
    position: relative;
    top: 0;
    width: auto;
    z-index: 1;
}
}

@media (max-width:1200px){
  .project-details-div {
    margin: 0px;
    padding: 0px 0px;
    position: relative;
    top: 0;
    width: auto;
    z-index: 1;
}
.project-details-div{
  max-width: 100%;
}

.view-all-projects-content {
  right: 30px;
}
}



@media (max-width:1024px){
  .detail-first-section ul li {
    margin: 0px 80px 0px 0;
    padding: 0px 80px 0px 0px;
  }

  .project-listing-counter-row{
    margin-top: 0;
  }
  .filter-section li a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 12px;
}
.project-listing{
  padding: 60px 20px 0px;
}
.project-details-div {
  position: inherit;
  width: 100%;
}
.project-details-div ul li span{
  margin-right: 40px;
}
.width-1024{
  width: 100%;
}
.project-listing-div #project-filter {
  margin-bottom: 30px;
}

}

.tab-block {
  width: 100%;
  margin: 50px auto;
}


@media (max-width:991px){
  .project-listing-banner{
    padding-top: 50px;
  }
  .project-detail-wrapper .col-lg-3{
    border: none;
    margin-bottom: 50px;
  }
  
  .project-details-second-coloum{
    margin: 40px 0px 40px 0px;
    padding: 0;
  }
  .project-details-third-coloum{
    padding: 0;
  }
  .project-details-full-coloum {
    margin: 40px 0px 0px 0px;
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 80px;
}
.property-plan-div {
  padding: 0px 0px 0px 0px;
}
.project-detail-image-slider{
  margin-left: 0;
}
.project-detail-wrapper {
  --scroll-bar: 0px;
}
.detail-first-section ul {
  display: flex;
  margin: 0px 0px;
  padding: 0px;
  flex-direction: column;
}
.detail-first-section ul li{
  border-bottom: 1px solid #C8C8C8;
  border-right: none;
  padding: 25px 0;
  width: 100%;
}
.project-detail-wrapper .col-lg-6{
  border: none;
}

.view-all-projects-content {
  position: absolute;
  max-width: 100%;
  transform: translateY(-50%);
  bottom: -90px;
  top: 50%;
  text-align: center;
  right: 10px;
  padding: 0 30px;
}
.view-all-projects-content h2 {
  color: #fff;
  max-width: 420px;
  margin: auto;
  margin-bottom: 30px;
  line-height: 37px;
  font-weight: 700;
}
.tab-block {
  width: 100%;
  margin: 88px 0 90px 0;
}
.project-listing-main-wrapper.section-space-bottom{
  padding-bottom: 0px;
  --scroll-bar: 0px;
 }
 .project-listing-div .border-button {
  margin-top: 80px;
}
.tab-block .tab-mnu {
  margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
}

}
@media (max-width:820px){
.project-listing-banner {
  margin: 0px;
  padding: 103px 0px 0;
}
}

@media (max-width:767px){
  .project-detail-arrow{
    width: 105px;
    bottom: 85px;
  }
  .project-next-prev-wrapper h4 {
    margin: 10px 0px 17px 0px;
  }
  .project-listing-banner{
    padding: inherit;
  }

  .project-next-prev-wrapper .text-align-right{
    text-align:left;
    margin-top: 58px;
  }
  .project-next-prev-wrapper .col-md-6::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #C8C8C8;
    bottom: -33px;
    left: 0;
  }
  .project-listing-counter-row .col-md-3:last-child{
    border-right: 0;
  }
  .project-listing-counter-row .col-md-3:nth-child(2){
    border-right: 0;
  }
  .project-listing-counter-row .col-md-3:first-child{
    padding-left: 0;
  }
  .project-listing-counter-row .col-md-3:nth-child(3){
    padding-left: 0;
  }
  .project-listing-counter-row .col-md-3{
    margin-bottom: 25px;
  }
  .project-listing-counter-row {
    margin: 40px 0px 0px 0px;
    padding: 0px;
}  

.project-listing-counter-row span {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.project-listing-counter-row h2 span {
  font-size: 32px;
  line-height: 37px;
}
.project-listing-counter-row .col-md-3{
  padding-left: 25px;
}
.project-listing{
  padding: 40px 0px 0px 0px;
}
.project-listing-div .border-button{
 margin-top: 70px;
}

.filter-section{
  display: none;
}
.filter-section-mobile{
  display: block;
  width: 700px;
  padding: 20px 0;
}
.filter-section-mobile ul{
  margin: 0px 0px;
  padding: 0px 0px;
}
.filter-section-mobile ul li{
  display: inline;
  margin: 0 20px;
}
.filter-section-mobile ul li a{
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
.project-listing-div .col-md-2 {
  border-bottom: 1px solid #707070;
  overflow-x: scroll;
  border-right: none;
}
.lates-launches-div-content .col-md-6.text-align-right{
  display: none;
}
.lates-launches-div h4 {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px;
  font-size: 16px;
  text-align: left;
  color: #fff;
}
.lates-launches-div-content{
  padding: 20px 15px;
}
.our-latest-launches-project-listing-arrows {
  position: inherit;
  width: 100%;
  left: 0;
  right: 0;
  transform: inherit;
  top: inherit;
  z-index: 10;
  display: flex;
  justify-content: center;
  margin: 50px 0px;
}
.project-detail-form{
  max-width: 92%;
  right: 0;
  left: 0;
  margin: auto;
}
.view-all-projects-content {
  max-width: 100%;
  position: absolute;
  transform: translateY(0%);
  top: 85px;
  right: 0;
  padding: 0 47px;
  text-align: center;
  margin: auto;
  left: 0;
}
.view-all-projects-wrapper .desktop-banner{
  display: none;
}
.view-all-projects-wrapper .mobile-banner{
  display: block;
}

}



.tab-block .tab-mnu {
  /*display: block;*/
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  max-width: 900px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px #0000001A;
  margin-top: -106px;
  margin-bottom: 10px;
    border-radius: 5px;
    padding: 16px 0 0 0;
}
.tab-cont .home-link {
    padding-top: 37px;
    padding-bottom: 37px;
}
.tab-block .tab-mnu:after {
  content: "";
  display: table;
  clear: both;
}
.tab-block .tab-mnu li {
  box-sizing: border-box;
  float: left;
  color: #202020;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  font-family: 'Montserrat';
  width: 33.33%;
}
.tab-block .tab-mnu li:not(:last-child) {
  border-right: 1px solid #f7f7f7;
}
.tab-block .tab-mnu li:hover:not(.active) {
  /*background-color: #c0c7cb;*/
}
.tab-block .tab-mnu .active {
  background-color: #fff;
  color: #BDA077;
  border-bottom:3px solid #BDA077;
  cursor: default;
  padding-bottom: 25px;
}
.tab-block .tab-cont {
  box-sizing: border-box;
  border-top: 1px solid white;
  background-color: white;
  color: #292d2f;
}


.new-projects-div h2{
  text-align: center;
}
.new-projects-div p.sub-heading{
  max-width: 700px;
  margin: auto;
  text-align: center;
  color: #202020;
  font-weight: 600;
}
.new-projects-div .project-listing-div{
  border-top: 0;
  margin-top: 60px;
}
.new-projects-div .project-listing {
  padding: 0;
  opacity: 1;
  transition: opacity 0.3s; 
}

.new-projects-div .project-listing.dimmed {
  opacity: 0.4;
}

.new-projects-div .project-img img{
  width: 100%;
  max-height: 642px;
}
.project-img .image-content {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.project-img img {
  display: block;
  width: 100%;
  transition: transform 0.3s ease;
}

.project-img img:hover {
  transform: scale(1.1);
}

.project-img .project-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  text-align: left;
}

.project-img:hover .project-img-overlay {
  opacity: 1;
}

.project-img .project-img-overlay ul {
  list-style: none;
  padding: 0 20px 0 20px;
  margin: 0;
}

.project-img .project-img-overlay li {
  margin: 20px 0;
}

.project-img .project-img-overlay li i{
  font-style: normal;
}
.project-img .project-img-overlay span {
  font-weight: bold;
}

.new-projects-div .project-listing{
  padding: 0;
}

.new-projects-div .project-listing-div .col-md-6:nth-child(even){
  margin-top: 91px;
}

@media (max-width:767px){
  .new-projects-div .project-listing-div .col-md-6:nth-child(even){
    margin-top: 61px;
    margin-bottom: 61px;
  }
  .project-listing-div .border-button {
    margin-top: 27px;
}

  .new-projects-div .project-listing-div {
    margin-top: 41px;
  }
}
.view-all-projects-wrapper{
  position: relative;
}


.view-all-projects-content p{
  color: #fff;
  margin-bottom: 30px;
}
.view-all-projects-wrapper .border-button {
  margin: 0px 0px;
  padding: 15px 14px 15px 14px;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  transition: .8s ease;
  background: #fff;
}
.view-all-projects-wrapper .border-button:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

@media (max-width:540px){
  .project-listing h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .project-listing-banner h1 {
    max-width: 253px;
}
  .project-listing-banner .overlay-project .container {
    top: 7%;
  }
  .project-listing p {
    line-height: 17px;
}
.row.project-listing-row {
  gap: 53px;
}
.tab-block .tab-mnu {
  box-shadow: 0px 3px 10px #0000001A;
  border-radius: 5px 0;
  overflow: auto;
  padding: 21px 0 0 0;
}
.tab-block .tab-mnu li {

  padding-top: 0px;
  padding-bottom: 20px;
  min-width: 175px;
  margin: 0 20px;
}
.tab-block .tab-mnu .active {
  padding-bottom: 0;
}

}


/* style added by joe */
@media (max-width: 991px) {
  .project-listing-main-wrapper.section-space-bottom {
      padding-bottom: 90px !important;
  }
}

.row.project-listing-row a {
  display: none;
}

/* style added by joe 21-11-2024*/

.project-listing {
  margin: 0px;
  padding: 0px 0px 0px 0px !important;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 420px;
  margin: auto;
  margin-bottom: 71px;
}
@media (max-width: 1024px) {
  .project-listing {
    padding: 0px 0px 0px 0px !important;
    margin-right: 20px;
    margin-left: 20px;
}
}
@media (max-width: 767px) {
  .project-listing {
    padding: 0px 0px 0px 0px !important;
    margin-right: 0px;
    margin-left: 0px;
}
}
.new-projects-div .project-listing:hover {
  transition: all 0.3s ease;
  opacity: 0.4;
}

/* end */

.project-chat-button img {
  transition: all 0.3s ease-in-out;
}

.project-chat-button:hover img {
  transform: scale(1.1) rotate(0deg);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}
.logo-contact-section ul li a:hover span {
  color: #BDA077;
}

/* 08-12-2025 */

.pre-rm {
  display:none;
}
