* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
  color: black;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif !important;
  overflow-x: hidden;
  font-size: 15px !important;
}

::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, #2c3e50 100%);
  height: 200px;
  border-radius: 2px;
}

.h-100 {
  height: 100%;
}

p {
  font-size: 15px;
  font-weight: 400;
}

.w-100 {
  width: 100% !important;
}

a {
  text-decoration: none !important;
}

.pb-80 {
  padding-block: 80px;
}

.fw-500 {
  font-weight: 500 !important;
}

.reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.text-theme {
  color: #2c3e50 !important;
}

.text-theme-two {
  color: #7b7975 !important;
}

.bg-theme {
  background: #2c3e50 !important;
}

.bg-theme-two {
  background: #f5f2e9;
}

.bg-theme-three {
  background: #eab54d !important;
}

.website-quick-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 100;
}

.website-quick-links a {
  background: #2c3e50;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: rgb(0 0 0 / 18%) 0px 8px 24px;
}

.website-quick-links a i {
  color: #ffffff;
  font-size: 22px;
}

.main-head {
  font-family: "Anybody", sans-serif;
  font-size: 2.3rem;
}

.main-para {
  font-size: 17px;
  margin-bottom: 0;
}

.button-div {
  text-align: end;
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
}

.more-btn {
  background: #2c3e50;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  display: flex;
  width: fit-content;
  transition: .1s ease-in-out;
}

.more-btn:hover {
  transform: scale(1.03);
}

.sm-more-btn:hover {
  transform: scale(1.03);
}

.sm-more-btn {
  background: #2c3e50;
  color: #fff;
  padding: 7px 14px;
  border-radius: 6px;
  font-size: 13px;
  display: flex;
  width: fit-content;
  transition: .1s ease-in-out;

}

.mt-top {
  margin-top: 145px;
}

/* ----------------------------------------------------- */
.nav-logo-div {
  background: #fff;
}

.nav-logo-div .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 10px;
}

.nav-link-div {
  display: flex;
  background: #2c3e50;
  align-items: center;
  justify-content: space-between;
  padding-block: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.nav-link-div .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 10px;
}

.nav-link-div a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: .2s ease-in-out;
}

.nav-link-div a:hover {
  color: #fff;
  transform: scale(1.03);
}

.nav-link-div a:hover i {
  transform: scale(1.03);
}

.nav-link-div a i {
  color: #fff;
  line-height: 0;
  transition: .2s ease-in-out;

}

.nav-top-btn .allProper {
  background: #2c3e50;
  color: #fff;
  padding: 8px 18px;
  border-radius: 5px;
  font-weight: 500;
}



.nav-top-btn .allProper i {
  color: #fff;
}


.navbar-brand {
  width: 220px;
}

/* ------------------------------------------------------- */
.banner-section {
  width: 100%;
  height: 100vh;
  padding: 15px;
  padding-top: 165px;
  position: relative;
}

 
  .banner-div {
  background: #2c3e50;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
}
  
  .banner-btn-div {
      display: flex;
      align-items: center;
      gap: 10px;
  }
  
  .banner-btn-div a img{
      width: 22px;
  }
  
  
    .banner-btn-div a{
           background: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    display: flex;
    width: fit-content;
    transition: .1s ease-in-out;
        color: #303d4e;
    font-weight: bold;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    
     .banner-btn-div a:hover {
  transform: scale(1.03);
}
  
  

.banner-section .carousel{
      position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.banner-section .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}

.banner-head {
  font-family: "Anybody", sans-serif;
  color: #fff;
  font-size: 65px;
  margin-top: 10px;
  text-transform: uppercase;
}

.top-head {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.banner-section .container {
  position: relative;
  z-index: 2;
}

.banner-para-div p {
  color: #fff;
  font-size: 18px;
}

.banner-para-div span {
  color: #ffffffdb;
}

.banner-form-div {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
}

.banner-form-div .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-form-div .head h5 {
  font-weight: bold;
  color: #2c3e50;
}

.banner-form-div label {
  font-weight: 600;
  margin-top: 12px;
  font-size: 16px !important;
}

.banner-form-input {
  width: 100%;
  position: relative;
  margin-top: 8px;
}

.banner-form-input input {
  width: 100%;
  border-radius: 30px;
  padding: 25px;
  border: none;
  background: #f1f1f1;
}

.banner-form-input input:focus-visible {
  outline: #ececec auto 1px;
}

.banner-form-input i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-text-stroke: .5px;
  font-size: 18px;
}

.banner-form-input select {
  width: 100%;
  border-radius: 30px;
  border: none;
  background: #f1f1f1;
}

.banner-form-input select {
  font-size: 15px;
}

.banner-form-input select:focus-visible {
  outline: #ececec auto 1px;
}

.banner-form-input i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-text-stroke: .5px;
  font-size: 18px;
}

.banner-form-input .form-control:focus {
  color: var(--bs-body-color);
  background-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}

.banner-advanced-btn {
  font-weight: 700;
  color: #2c3e50;
  display: flex;
  align-items: center;
  gap: 6px;
}

.banner-advanced-btn i {
  -webkit-text-stroke: .5px;
}

.banner-form-submit {
  background: #2c3e50;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 5px;
  padding: 20px;
  margin-left: auto;
  transition: .1s ease-in-out;

}

.banner-form-submit:hover {
  transform: scale(1.03);
}

.banner-form-submit i {
  color: #fff;
}

.avatar-group {
  display: flex;
  align-items: center;
}

.avatar-group .avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #ffffff;
  margin-left: -25px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.avatar-group .avatar:first-child {
  margin-left: 0;
}

/* Last circle (10K+) */
.avatar-group .more {
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 1px solid #fff;
  margin-left: -25px;
}





/* ------------------------------------------------------- */

.property-card {
  border-radius: 20px;
  position: relative;
  transition: .2s ease-in-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 300ms;
  background: #fff;
}

.property-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.08), 0 10px 11px rgba(0, 0, 0, 0.08);
}

.property-card .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  padding: 4px 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  border-radius: 4px;
}

.property-card .details-div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}

.property-card .details-div .details {
  display: flex;
  align-items: center;
  flex: 1;
  padding-inline: 10px;
  justify-content: start;
  gap: 8px;
}

.property-card .details-div .details img {
  width: 20px;
}

.property-card .details-div .details span {
  font-weight: bold;
  line-height: 0;
}

.property-card .property-image {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;

}

.property-card .content {
  padding: 15px;
  border-top: none;
  border-radius: 0px 0px 20px 20px;
}

.property-card .content .short {
  background: #dfe3ea;
  font-size: 14px;
  padding: 5px 10px;
  color: #2c3e50;
  font-weight: 500;
}

.property-card .content h6 {
  margin-top: 15px;
  font-weight: 600;
  font-size: 1.1rem;
}

.property-card .content p {
  color: #808080;
  font-weight: 500;
  height: 46px;
  margin-bottom: 5px;
  overflow-y: scroll;
}

.property-card .content p::-webkit-scrollbar {
  display: none;
}

.property-card .content p i {
  color: #808080;
}

.property-card .card-btn-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.property-card .card-btn-div h4 {
  color: #2c3e50;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.property-card .card-btn-div h4 i {
  color: #2c3e50;
  line-height: 0;
  margin-top: 2px;
}

.property-card .card-btn-div a {
  background: #2c3e50;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  padding: 5px 10px;
  transition: .1s ease-in-out;

}

.property-card .card-btn-div a:hover {
  transform: scale(1.03);
}

.property-slide-div {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.property-sale-preview {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  border: 1px solid #ebebeb !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #fff !important;
}


.property-sale-next {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  border: 1px solid #2c3e50 !important;
  background: #2c3e50 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.property-rent-preview {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  border: 1px solid #ebebeb !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #fff !important;
}


.property-rent-next {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  border: 1px solid #2c3e50 !important;
  background: #2c3e50 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.property-slide-div i {
  font-size: 30px;
}

.property-slider .slick-slide {
  margin: 0 10px;
}

.property-slider .slick-list {
  margin: 0 -10px;
}

.property-rent-slider .slick-slide {
  margin: 0 10px;
}

.property-rent-slider .slick-list {
  margin: 0 -10px;
}



/* ------------------------------------------------------- */

.h-WhyChoose-section {
  background: #2c3e50;
  position: relative;
}

.h-WhyChoose-img {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.h-WhyChoose-section .container {
  position: relative;
}


.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.feature-box {
  padding: 30px;
}

.feature-box .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.feature-box .icon img {
  width: 45px;
}

.feature-box h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
}

.feature-box p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-size: 15px;
}


.feature-box.one {
  position: relative;
}

.feature-box.one::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(44, 62, 80, 0.63), #fff);
}

.feature-box.one::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(44, 62, 80, 0.63), #fff);
}


.feature-box.two {
  position: relative;
}

.feature-box.two::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(190deg, rgba(44, 62, 80, 0.63), #fff);
}

.feature-box.three {
  position: relative;
}

.feature-box.three::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(0deg, rgba(44, 62, 80, 0.63), #fff);
}


.h-hotproperty-section {
  background: #f5f2e9;
}

/* ---------------------------------------------- */

.testi-section {
  position: relative;
}

.testi-bg-image {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  filter: opacity(0.1);
}

.testi-section .container {
  position: relative;
}

.testi-card {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  overflow: hidden;
}

.testi-card span {
  width: 50px;
  height: 50px;
  background: #2c3e50;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testi-card span i {
  color: #fff;
  font-size: 25px;
}

.testi-card .content {
  padding: 20px;
}

.testi-card .content p {
  height: 200px;
  overflow-y: scroll;
  font-size: 16px;
}

.testi-card .content p::-webkit-scrollbar {
  display: none;
}

.testi-img-div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.testi-img-div img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.testi-img-div h6 {
  font-weight: bold;
}

.testi-img-div small {
  font-size: 13px;
}

.testi-slider .slick-slide {
  margin: 0 10px;
}

.testi-slider .slick-list {
  margin: 0 -10px;
}

.testi-slide-div {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin-top: 20px;
}

.testi-slide-div i {
  font-size: 30px;
}

.testi-preview {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  border: 1px solid #b1b1b1 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.testi-next {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  border: 1px solid #2c3e50 !important;
  background: #2c3e50 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}



.testi-head-div {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

/* -------------------------------------------- */
.propety-loc-card {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
}

.propety-loc-card img {
  width: 100%;
  border-radius: 10px;
  height: 250px;
  object-fit: cover;
}

.propety-loc-card .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: start;
}

.propety-loc-card .details h4 {
  font-family: "Anybody", sans-serif;
  font-weight: 600;
}

.propety-loc-card .details p {
  height: 125px;
  overflow: scroll;
}

.propety-loc-card .details p::-webkit-scrollbar {
  display: none;
}


.propety-loc-slider .slick-slide {
  margin: 0 10px;
}

.propety-loc-slider .slick-list {
  margin: 0 -10px;
}

.property-section {
  background: #f8f8f8;
  border-bottom: 1px solid #e6e6e6;
}

.enquairy-modal.modal {
  --bs-modal-width: 50% !important;
}


.loc-button-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.loc-button-div i {
  font-size: 30px;
}

.loc-preview {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  border: 1px solid #b1b1b1 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.loc-next {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  border: 1px solid #2c3e50 !important;
  background: #2c3e50 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}


/* Slick dots inside wrapper */
.loc-button-div .dots-wrapper-loc {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  height: 50px;
  border-radius: 30px;
  background: #fff;
}

/* Slick dots UL */
.loc-button-div .slick-dots {
  position: static !important;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* remove duplicate UL */
.loc-button-div .dots-wrapper-loc ul:not(:first-child) {
  display: none !important;
}

/* dots style */
.loc-button-div .slick-dots li {
  background-color: rgb(44, 62, 80) !important;
  border-radius: 50%;
  width: 10px !important;
  height: 10px !important;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}

/* active dot */
.loc-button-div .slick-dots li.slick-active {
  background: #fff !important;
  border: 2px solid rgb(44, 62, 80) !important;
}

.loc-button-div .dots-wrapper-loc ul:not(:first-child) {
  display: none !important;
}


/* ------------------------------------------------------- */

.founder-section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}

.founder-section .container {
  position: relative;
  width: 60%;
  text-align: center;
}

.founder-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.2);
}

.founder-section h2 {
  font-size: 3rem;

}

.founder-section h3 {
  color: #fff;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 300;
}

.founder-details {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}

.founder-details img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.founder-details h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.8rem;
}

/* ------------------------------------------------------- */

.faq-section .faq-box {
  border: 1px solid #e5e5e5;
  padding: 18px 20px;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.faq-section .faq-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-section .faq-head-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}


.faq-section .faq-head-div h6 {
  margin: 0;
  font-size: 1.1rem;
  font-family: "Anybody", sans-serif;

}

.faq-section .card {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  padding: 17px;
}

.faq-section .card-header {
  padding: 0;
  border: none;
  background: transparent;
}

.faq-section .toggle-icon {
  transition: transform 0.3s ease;
}

.faq-section .collapsed .toggle-icon {
  transform: rotate(0deg);
}

.faq-section .toggle-icon {
  transform: rotate(180deg);
}

.faq-section .card-body {
  padding: 0;
  padding-top: 10px;

}


/* ------------------------------------------------------- */

.blog-btn-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  height: 100%;
}

.blog-card {
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  overflow: hidden;
}

.blog-card .blog-image {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.blog-card .head {
  padding: 15px;
}

.blog-card .head h4 {
  font-family: "Anybody", sans-serif;
  width: 55%;
  height: 55px;
  overflow-y: scroll;
}

.blog-card .head h4::-webkit-scrollbar {
  display: none;
}

.blog-card .head .row {
  align-items: end;
}

.blog-card .head .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-card .head .name span {
  font-size: 14px;
}

.blog-card .head p {
  height: 80px;
  overflow-Y: scroll;
}

.blog-card .head p::-webkit-scrollbar {
  display: none;
}

.blog-slider .slick-slide {
  margin: 0 10px;
}

.blog-slider .slick-list {
  margin: 0 -10px;
}


.blog-view-slider .slick-slide {
  margin: 0 10px;
}

.blog-view-slider .slick-list {
  margin: 0 -10px;
}



.blog-button-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.blog-button-div i {
  font-size: 30px;
}

.blog-preview {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  border: 1px solid #b1b1b1 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.blog-next {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  border: 1px solid #2c3e50 !important;
  background: #2c3e50 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}


/* ------------------------------------------------------- */

.footer-section {
  background: linear-gradient(180deg, rgba(251, 249, 245, 1) 0%, rgba(227, 242, 253, 1) 100%);
}

.footer-letter-div {
  width: 50%;
  text-align: center;
  margin-inline: auto;
}

.footer-letter-div .btn-div {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.footer-letter-div .btn-div a {
  border: 1px solid #2c3e50;
  padding: 10px 20px;
  color: #2c3e50;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  font-weight: 600;
  transition: .1s ease-in-out;

}

.footer-letter-div .btn-div a:hover {
  transform: scale(1.03);
}

.footer-letter-div p {
  margin-top: 10px;
}

.footer-letter-div .btn-div a i {
  -webkit-text-stroke: .2px;
}

.footer-div {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 70px 50px;
  border-radius: 12px;
  margin-top: 80px;
}

.footer-div hr {
  margin: 1.5rem 0;
}

.footer-logo-div img {
  width: 200px;
}

.footer-logo-div p {
  margin-bottom: 0;
  width: 60%;
  font-size: 16px;
  color: #2c3e50;
  margin-top: 20px;
}

.footer-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-link ul li a {
  color: #2c3e50;
  font-weight: 500;
  font-size: 16px;
}

.footer-link ul li {
  color: #2c3e50;
  font-weight: 500;
  font-size: 16px;
  margin-top: 5px;

}

.footer-link h5 {
  font-weight: bold;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9e9e9;
  background: #fafafa;
  transition: .1s ease-in-out;
}

.footer-social a:hover {
  transform: scale(1.03);
  background: #2c3e50;

}

.footer-social a:hover i {
  color: #fff;
}

.footer-social a i {
  font-size: 20px;
  color: #2c3e50;
  transition: .1s ease-in-out;

}

.developed-by {
  text-align: end;
}

.developed-by p {
  color: #000;
  font-weight: 500;
}

.developed-by a {
  color: #000;
  font-weight: 500;
  transition: .1s ease-in-out;
}

.developed-by a:hover {
  transform: scale(1.03);
  font-weight: 600;
}



/* ---------------------------------------------------------- */

.about-banner-section {
  position: relative;
  height: 100%;
}

.about-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  filter: brightness(0.3);
}

.about-banner-section .container {
  position: relative;
}

.about-banner-div {
  border-left: 2px solid #fff;
  padding-left:20px;
  width: 50%;
}

.about-banner-section div span {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.about-banner-section div a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}

.about-banner-section h1 {
  color: #fff;
  font-size: 70px;
  font-family: "Anybody", sans-serif;
  margin-top: 15px;
}

.about-banner-section p {
  font-size: 16px;
  font-weight: 100;
}

.about-us-section {
  position: relative;
}

.about-page-bg {
  position: absolute;
  width: 28%;
  top: 18%;
  left: 2%;
}

.about-us-section .container {
  position: relative;
}

.count-card h3 {
  font-size: 5rem;
  font-family: "Anybody", sans-serif;
  color: #2c3e50;
  font-weight: 600;
}

.count-card p {
  width: 70%;
  font-size: 16px;
  font-weight: 400;
}

.about-para-div {
  width: 93%;
  margin-left: auto;
  margin-bottom: 40px;
}

.about-para-div h4 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 30px;
}

.about-para-div a {
  padding-block: 12px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  margin-top: 35px;
}

.count-card.two {
  border-left: 1px solid #e6e6e6;
  padding-left: 25px;
}

.count-card.three {
  border-left: 1px solid #e6e6e6;
  padding-left: 25px;
}

.about-mission-img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 365px;
}

.about-mission-section .card-header div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.about-mission-section .card-header {
  border: none !important;
  background: transparent;
  padding: 0;
}

.about-mission-section .card-body {
  padding: 0;
  padding-top: 10px;
}


.about-mission-section .card {
  padding: 15px;
  cursor: pointer;
}

.about-mission-section .card-header h5 {
  margin-bottom: 0;
  font-family: "Anybody", sans-serif;
  font-weight: 500;
}

.about-mission-section .col-lg-5 {
  width: 36%;
}

.about-mission-section .col-lg-2 {
  width: 28%;
}

.about-mission-section .toggle-icon {
  transition: transform 0.3s ease;
  width: 25px;
  height: 25px;
  background: #2c3e50;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.about-mission-section .collapsed .toggle-icon {
  transform: rotate(0deg);
}

.about-mission-section .collapsed .card {
  background: #2c3e50;
}

.about-mission-section .missing-vision-head:not(.collapsed) .toggle-icon {
  transform: rotate(180deg);
}

.card:has(.missing-vision-head:not(.collapsed)) {
  background: #2c3e50 !important;
  color: #ffffff !important;
}

.card:has(.missing-vision-head:not(.collapsed)) .card-body,
.card:has(.missing-vision-head:not(.collapsed)) h5 {
  color: #ffffff !important;
}

.card:has(.missing-vision-head:not(.collapsed)) i {
  background: #fff;
  color: #000000;
  -webkit-text-stroke: .3px;
}


/* When COLLAPSED → full card WHITE + dark text */
.card:has(.missing-vision-head.collapsed) {
  background: #ffffff !important;
  color: #2c3e50 !important;
}

.card:has(.missing-vision-head.collapsed) .card-body,
.card:has(.missing-vision-head.collapsed) h5 {
  color: #2c3e50 !important;
}



/* ------------------------------------------------------- */

.product-search-filter {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  display: flex;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.product-search-filter .row {
  padding: 20px;
  width: 100%;

}

.product-search-filter .row .col-md-1{
    width: 11%;
}


.product-search-filter label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px !important;
}

.product-search-filter input {
  font-size: 15px;
  font-weight: 500;
  height: 35px;
}

.product-search-filter input::placeholder {
  font-size: 14px;
  color: #b3b3b3;
}


.product-search-filter .form-select,
.product-search-filter .form-control {
  height: 35px;
  border-radius: 8px;
  font-size: 15px !important;
}

.product-search-filter .search-btn {
  height: auto;
  background: #1f334a;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 8px 8px 0px;
}

.product-search-filter .search-btn button {
  background: #fff;
  border-radius: 5px;
  width: max-content;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  padding: 18px 8px;
}


/* ------------------------------------------------------- */

.blog-detail-section {
  background: #fafafa;
}

.blog-detail-div {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 40px;
  border-radius: 12px;
}

.about-banner-section {
  width: 100%;
}

.blog-view-name {
  border-top: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 10px;
}

.blog-view-name span {
  font-weight: 500 !important;
}


/* ------------------------------------------------------- */
.contact-banner-section {
  position: relative;
  height: 100%;
}

.contact-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  filter: brightness(0.3);
}

.contact-banner-section .container {
  position: relative;
}

.contact-banner-div {
  width: 50%;
  border-left: 2px solid #fff;
  padding-left: 20px;
}

.contact-banner-section div span {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.contact-banner-section div a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}

.contact-banner-section h1 {
  color: #fff;
  font-size: 70px;
  font-family: "Anybody", sans-serif;
  margin-top: 15px;
}

.contact-banner-section p {
  font-size: 16px;
  font-weight: 100;
  width: 80%;
}



.contact-detail-section {
  background: #f5f5f5;
}

.map-div iframe {
  width: 100%;
  height: 550px;
  border-radius: 16px;
}

.contact-add-div {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-add-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
}

.contact-add-card h5 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
}

.contact-add-card h5 i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2c3e50;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.contact-add-card ul {
  margin: 0;
  padding: 0;
  list-style: none;

}

.contact-add-card ul li {
  margin-top: 10px;
  color: #000;
  font-size: 16px;
}

.contact-add-card ul li a {
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-add-card ul li a i {
  font-size: 18px;
}


.contact-form-div .form-control {
  height: 52px;
  border-radius: 10px;
  font-size: 15px;
}

.contact-form-div textarea.form-control {
  height: 150px;
}

.phone-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
}

.phone-box input {
  border: none;
  width: 100%;
  outline: none;
}

.price-input {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
}

.submit-btn {
  padding: 12px 30px;
  border-radius: 10px;
  font-size: 16px;
}

.contact-form-div {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}

.contact-form-div .row {
  align-items: end;
}

.contact-form-div button {
  background: #2c3e50;
  color: #fff;
  padding: 22px 18px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.contact-form-div button i {
  color: #fff;
  font-size: 22px;
  line-height: 0;
}

.contact-form-div button:hover {
  background: #2c3e50;
  color: #fff;
  padding: 22px 18px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

/* --------------------------------------------- */
.property-view-head-div {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}

.property-view-head-div .row {
  align-items: center;
}

.property-view-price {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
}

.property-view-price div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.property-view-price div h3 {
  font-weight: 600;
  color: #2c3e50;
  font-size: 2.2rem;
  font-family: "Anybody", sans-serif;
  line-height: 0;
  display: flex;
  align-items: center;

}

.property-view-price div h3 i {
  line-height: 0;
  display: flex;
  flex-direction: column;
  color: #2c3e50;
  -webkit-text-stroke: 1px;

}

.property-view-price div h6 {
  font-weight: 600;
  font-size: 17px;
}

.property-view-price div a {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  font-size: 16px;
}

.property-view-price div a i {
  -webkit-text-stroke: .8px;

}

.property-view-head div span {
  font-weight: 600;
  font-family: "Anybody", sans-serif;
  font-size: 16px;

}

.property-view-head div a {
  color: #2c3e50;
  font-family: "Anybody", sans-serif;
  font-weight: 500;
  font-size: 16px;

}

.property-view-head div address {
  font-size: 16px;
}

.long-descrip-div {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  padding: 25px;
  margin-top: 40px;
}

.long-descrip-div p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

.long-descrip-div p img {
  width: 20px;
}

.long-descrip-div h6 {
  font-weight: bold;
}

.long-descrip-div h5 {
  font-weight: bold;
}

.products-detail-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
  margin-top: 20px;
}

.products-detail-btn a {
  border: 1px solid #2c3e50;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 20px;
  color: #000;
  font-weight: bold;
}

.navbar-toggler {
  padding: 0 !important;
  border: 0 !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.navbar-toggler i {
  font-size: 30px;
  color: #2c3e50;
}

.view-image-one {
  width: 100%;
  height: 530px !important;
  object-fit: cover;
}

.view-image-two {
  width: 100%;
  height: 257px !important;
  object-fit: cover !important;
}

/* Slick dots inside wrapper */
.property-slide-div .dots-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  height: 50px;
  border-radius: 30px;
  background: #fff;
}

/* Slick dots UL */
.property-slide-div .slick-dots {
  position: static !important;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* remove duplicate UL */
.property-slide-div .dots-wrapper ul:not(:first-child) {
  display: none !important;
}

/* dots style */
.property-slide-div .slick-dots li {
  background-color: rgb(44, 62, 80) !important;
  border-radius: 50%;
  width: 10px !important;
  height: 10px !important;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}

/* active dot */
.property-slide-div .slick-dots li.slick-active {
  background: #fff !important;
  border: 2px solid rgb(44, 62, 80) !important;
}

.property-slide-div .dots-wrapper ul:not(:first-child) {
  display: none !important;
}





.property-slide-rent-div {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.property-slide-rent-div i {
  font-size: 30px;
}

/* Slick dots inside wrapper */
.property-slide-rent-div .dots-wrapper-rent {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  height: 50px;
  border-radius: 30px;
  background: #fff;
}

/* Slick dots UL */
.property-slide-rent-div .slick-dots {
  position: static !important;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* remove duplicate UL */
.property-slid-rente-div .dots-wrapper-rent ul:not(:first-child) {
  display: none !important;
}

/* dots style */
.property-slide-rent-div .slick-dots li {
  background-color: rgb(44, 62, 80) !important;
  border-radius: 50%;
  width: 10px !important;
  height: 10px !important;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}

/* active dot */
.property-slide-rent-div .slick-dots li.slick-active {
  background: #fff !important;
  border: 2px solid rgb(44, 62, 80) !important;
}

.property-slide-rent-div .dots-wrapper-rent ul:not(:first-child) {
  display: none !important;
}

/* ------------------------------------------- */
.more-overlay-link {
  position: absolute;
  top: 0;
  left: 8px;
  width: 96%;
  height: 100%;
  display: block;
}

/* The dark background + text */
.more-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  pointer-events: none;
  /* ensures click goes to <a> tag */
      font-family: "Anybody", sans-serif;
}



/* ----------------------------------- */
.h-about-div {
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: end;
  border-radius: 20px !important;
  overflow: hidden;
  padding: 40px;
  position: relative;
}

.h-about-div .h-about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.h-about-div .row {
  position: relative;
  align-items: end;
}

.h-about-div .overlay {
  position: absolute;
  background: linear-gradient(0deg, black, transparent);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.h-about-para-div {
  background: #fff;
  padding: 30px;
  width: 65%;
  border-radius: 12px;
  margin-left: auto;
}

/*---------------------------------------*/

.privacy-section {
  background: #2c3e50;
}

.privacy-section .container {
  width: 50%;
}

.privacy-section h1 {
  color: #fff;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffff;
  padding-bottom: 6px;
}

.privacy-section h4 {
  color: #fff;
  margin-top: 30px;
}

.privacy-section li {
  color: #fff;
}

.privacy-section p {
  color: #fff;
}

.privacy-section strong {
  color: #fff;
}

.privacy-section a {
  font-weight: bold;
  background: #fff;
  padding: 0px 7px;
  border-radius: 30px;
  line-height: 0;
  color: #2c3e50;
}

.footer-link-item {
    display: flex;
    gap: 25px;
    
}


/* ----------------------------------------------- */

.property-button-div {
  width: 100%;
}

.input-div {
  display: flex;
  align-items: center;
}

.input-div label:first-of-type {
  width: 200px;
}

.next-button-div {
  border: none;
  padding: 20px 25px;
  /* height: 53px; */
  display: flex;
  align-items: center;
  background: #2c3e50;
  color: #fff;
}


.prev-button-div {
  border: none;
  padding: 20px 25px;
  /* height: 53px; */
  display: flex;
  align-items: center;
  background: #2c3e50;
  color: #fff;
}

.sub-button-div {
  border: none;
  padding: 20px 25px;
  /* height: 53px; */
  display: flex;
  align-items: center;
  background: #2c3e50;
  color: #fff;
}

.post-property-section .steps {
  display: flex;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}

.post-property-section .step-btn {
  flex: 1;
  padding: 7px;
  border: none;
  background: #e9ecef;
  cursor: pointer;
  font-weight: 600;
  height: 50px;
  font-size: 16px;
}

.post-property-section .step-btn.active {
  background: #1f2d3d;
  color: #fff;
}

.post-property-section .step-btn.completed {
  background: #28a745;
  color: #fff;
}

/* Step Content */
.post-property-section .step-content {
  display: none;
  background: #fff;
  padding: 25px;
  border-radius: 6px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.post-property-section .step-content input {
        padding: 20px 10px;
    font-size: 15px;
}

.post-property-section .step-content select {
        padding: 9px 10px;
    font-size: 15px;
}
.post-property-section .step-content .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    padding: 5px 1px;
}

.post-property-section .step-content .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
}

.post-property-section .step-content.active {
  display: block;
}

.post-property-section .field {
  margin-bottom: 15px;
}

.post-property-section .field label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.post-property-section .field input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.post-property-section .actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.post-property-section button {
  padding: 10px 20px;
  cursor: pointer;
}

/*.................more*/




.image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* Common sizing for cards */
.image-card, .upload-card {
    width: 200px;
    height: 220px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

/* Upload Card Styling */
.upload-card {
    border: 2px solid #555;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    transition: background 0.2s;
}

.upload-card:hover {
    background: #fafafa;
}

.plus-icon {
    font-size: 60px;
    color: #2c3e50;
    line-height: 1;
}

.upload-text {
    margin: 10px 0;
    color: #555;
    font-size: 14px;
}

.choose-btn {
    background: #e9e9e9;
    padding: 10px 25px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

/* Image Card Styling */
.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.remove-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ef5350;
    color: white;
    border: none;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.select2-selection__arrow {
    display: none;
}

.cus-select {
        height: 35px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    position: relative;
    border: 1px solid #dee2e6;
    
}
.select2-container--default .select2-selection--single {
     background-color: #fff; 
     border: none !important; 
     border-radius: 0px !important; 
    display: flex;
    align-items: center;
    height: 34px;
}

.cus-select i{
        position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    font-size: 11px;
    -webkit-text-stroke: 0.7px;
    color: #4d5358;
}

.select2-container--default .select2-selection--single {
    margin-top: 3px;
}

/* ------------------------------------------------- */


@media only screen and (max-width: 767px) {
     .product-search-filter {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
     display: block !important; 
    background: #fff;
    border: 1px solid #e6e6e6;
}
   .about-para-div {
    width: 100%;
    margin-left: auto;
    margin-bottom: 40px;
}

.product-search-filter .row .col-md-1{
    width: 60%;
}

.banner-btn-div {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}


.h-about-para-div div{
    height: 135px;
    overflow-y:scroll ;
    margin-bottom: 12px;
}

.h-about-para-div div::-webkit-scrollbar {
    display: none;
}
.h-about-div .row {
    position: relative;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
    
  .navbar {
    background: #fff;
  }
.privacy-section .container {
    width: 100%;
}
  .banner-section {
    height: auto;
    padding: 15px;
    padding-top: 100px;
  }
 

  .button-div {
    justify-content: center;
  }

  .feature-box .icon img {
    width: 34px;
  }

  .feature-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .feature-box {
    padding: 10px;
  }

  .feature-box .icon {
    font-size: 40px;
    margin-bottom: 0px;
  }

  .h-why-head-div {
    text-align: center;
  }

  .h-hotproperty-section .button-div {
    margin-top: 5px;
  }

  .h-hotproperty-head-div {
    text-align: center;
  }

  .property-head-div {
    text-align: center;
  }

  .product-search-filter {
            overflow: auto;
        padding: 13px;
        align-items: end;
  }

      .product-search-filter .row {
        padding: 0;
        width: auto;
        overflow-x: scroll;
        display: -webkit-inline-box;
        margin-inline: auto;
                padding-bottom: 8px;
    }
    
      .product-search-filter .row .col-md{
      width: 230px;
  }
    
   .product-search-filter .row::-webkit-scrollbar {
  background: transparent;
  height: 4px;
}

.product-search-filter .row::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, #2c3e50 100%);
  height: 10px;
  border-radius: 2px;
}

  .product-search-filter .search-btn {
          border-radius: 8px 8px 8px 8px;
               height: fit-content;
        background: none;
        padding: 0;
        margin-bottom: 13px;
        margin-top: 20px !important;
  }

  .product-search-filter .search-btn button {
    font-size: 14px;
    padding: 16px 6px;
    line-height: 0;
    background: #2c3e50;
        color: #fff;
  }

  .about-mission-img {
    height: 320px;
    margin-block: 25px;
  }

  .about-mission-section .main-head {
    text-align: center;
  }

  .about-mission-section .main-para {
    text-align: center;
  }

  .blog-section .main-head {
    text-align: center;
  }


  .blog-section .main-para {
    text-align: center;
  }

  .blog-view-name {
    flex-direction: column-reverse;
    align-items: start !important;
    gap: 5px !important;
  }

  .contact-add-card ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact-add-card h5 {
    justify-content: center;
    font-size: 18px;
  }

  .contact-form-div .form-control {
    height: 40px;
    border-radius: 10px;
    font-size: 14px;
  }

  .contact-form-div button {
    background: #2c3e50;
    color: #fff;
    padding: 19px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .navbar-brand {
    width: 210px;
  }

  .contact-add-card h5 i {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .contact-add-div {
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-inline: auto;
  }

  .footer-link {
    text-align: center;
    margin-top: 20px;
  }

  .footer-logo-div {
    margin-bottom: 10px;
    text-align: center;
  }

  .developed-by {
    text-align: center;
  }

  .h-property-head-div {
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-section .row-cols {
    flex-direction: column;
    align-items: center;
  }

  .footer-section .row-cols div {
    width: 100% !important;
  }

  .h-why-head-div a {
    margin-inline: auto;
    margin-bottom: 15px;
  }

  .feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }

  .feature-box p {
    font-size: 15px;
    margin-bottom: 0;
  }

  .banner-head {
    font-size: 35px;
    margin-top: 10px;
    text-align: center;
  }

  .top-head {
    font-size: 14px;
    letter-spacing: 0.3px;
    display: flex;
    justify-content: center;
  }

  .banner-para-div p {
    font-size: 16px;
  }

  .banner-form-input input {
    padding: 20px;
  }

  .banner-form-input select {
    height: 40px;
  }

  .banner-form-input select {
    font-size: 14px;
  }

  .banner-form-input i {
    font-size: 14px;
  }

  .banner-head br {
    display: none;
  }

  .banner-form-submit {
    padding: 15px;
    margin-right: auto;
  }

  .pb-80 {
    padding-block: 60px;
  }

  .banner-para-div {
    text-align: center;
  }

  .avatar-group {
    justify-content: center;
  }

  .founder-section {
    height: auto;
  }

  .founder-section .container {
    width: 95%;
  }

  .founder-section h2 {
    font-size: 2rem;
  }

  .founder-section h3 {
    color: #fff;
    font-size: 1.3rem;
    line-height: normal;
    font-weight: 300;
  }

  .founder-details h4 {
    font-size: 1.1rem;
    font-weight: normal;
  }

  .faq-section .main-head,
  .faq-section .main-para {
    text-align: center;
  }

  .founder-details img {
    width: 50px;
    height: 50px;
  }

  .h-blog-section .main-head,
  .h-blog-section .main-para {
    text-align: center;
  }

  .blog-btn-div {
    align-items: center;
    height: 100%;
    gap: 15px;
  }

  .more-btn {
    padding: 8px 16px;
  }

  .testi-preview {
    width: 45px;
    height: 45px;
  }

  .testi-next {
    width: 45px;
    height: 45px;
  }

  .blog-card .head .name span {
    font-size: 13px;
  }

  .faq-section .faq-head-div {
    gap: 10px;
  }

  .faq-section .faq-head-div h6 {
    font-size: 1rem;
  }

  .propety-loc-card .details h4 {
    margin-top: 15px;
  }

  .h-loc-section .main-head,
  .h-loc-section .main-para {
    text-align: center;
  }

  .testi-head-div {
    text-align: center;
    gap: 10px;
  }

  .testi-slider {
    margin-top: 15px;
  }

  body {
    font-size: 14px !important;
  }

  .container {
    padding-inline: 20px !important;
  }
  


  .mt-top {
    margin-top: 50px;
  }

  .testi-bg-image {
    height: 100%;
    width: 100%;
  }

  .h-WhyChoose-img {
    height: 100%;
    width: 100%;
  }

  .main-head {
    font-size: 1.9rem;
  }

  .main-para {
    font-size: 16px;
    margin-bottom: 0;
  }

  .footer-letter-div {
    width: 100%;
  }

  .footer-letter-div .btn-div a {
    padding: 7px 14px;
  }

  .footer-div {
    padding: 30px 25px;
    margin-top: 50px;
  }

  .footer-logo-div p {
    width: 100%;
    font-size: 15px;
    margin-top: 15px;
  }

  .about-banner-section {
    padding-left: 20px;
    width: 100%;
  }

  .about-banner-section h1 {
    font-size: 30px;
    margin-top: 15px;
  }

  .about-banner-section h1 br {
    display: none;
  }

  .about-para-div h4 {
    font-size: 1.3rem;
    line-height: normal;
  }

  .count-card {
    text-align: center;
  }

  .count-card p {
    width: 90%;
    font-size: 16px;
    font-weight: 400;
    margin-inline: auto;
  }

  .count-card h3 {
    font-size: 3.6rem;
  }

  .about-mission-section .col-lg-5 {
    width: auto;
  }

  .about-mission-section .col-lg-2 {
    width: 100%;
  }

  .property-view-head {
    text-align: center;
  }

  .property-view-price {
    align-items: center;
    justify-content: center;
  }

  .property-view-price div h3 {
    font-size: 1.7rem;
  }



  .long-descrip-div .col-lg {
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .long-descrip-div h5 {
    font-weight: bold;
    margin-inline: auto;
    text-align: center;
    margin-bottom: 14px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    width: fit-content;
  }

  .map-div iframe {
    width: 100%;
    height: 300px;
    border-radius: 16px;
  }

  .blog-card .blog-image {
    height: 250px;
  }

  .blog-card .head h4 {
    font-family: "Anybody", sans-serif;
    width: 90%;
        height: 25px;
  }
  
  .blog-card .head p {
    height: 70px;
    overflow-Y: scroll;
}

  .blog-detail-div {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 25px;
  }

  .contact-banner-section h1 {
    font-size: 30px;
  }

  .contact-banner-section {
    width: 100%;
  }

  .contact-banner-section p {
    font-size: 16px;
    font-weight: 100;
    width: 90%;
  }
  
  .h-about-div {
    border-radius: 20px !important;
    overflow: hidden;
    padding: 20px;
}

.h-about-para-div {
    background: #fff;
    padding: 20px;
    width: 100%;
    border-radius: 12px;
    margin-left: auto;
    text-align: center;
}

.h-about-div .main-head{
    text-align: center;
}

.h-about-para-div a{
    margin-inline: auto;
}
 .contact-add-div .main-head{
           font-size: 1.6rem;
}

.long-descrip-div .add-card{
    width: 100% !important;
}

.post-property-section .step-btn {
    height: auto;
    font-size: 15px;
}

.post-property-section .step-content {
    padding: 20px;
}
.post-property-section .step-content input {
    padding: 18px 10px;
    font-size: 14px;
}
.post-property-section .step-content select {
    padding: 7px 10px;
    font-size: 14px;
}

.post-property-section .step-content .select2-container {
    padding: 3px 1px;
}

.post-property-section .main-head{
    font-size: 1.8rem;
}
  
  
}

@media only screen and (min-width: 768px) and (max-width: 990px) {

  .banner-section {
    height: auto;
    padding: 15px;
    padding-top: 100px;
  }
  .product-search-filter label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px !important;
    width: max-content;
}

.product-search-filter .row .col-md-1 {
    width: 30%;
}

.product-search-filter label {
    font-size: 15px;
    margin-top: 5px;
}
  
  
  .privacy-section .container {
    width: 70%;
}

  .banner-head {
    font-size: 35px;
    margin-top: 10px;
    text-align: center;
  }

  .top-head {
    font-size: 14px;
    letter-spacing: 0.3px;
    display: flex;
    justify-content: center;
  }

  .banner-para-div p {
    font-size: 16px;
  }

  .banner-form-input input {
    padding: 20px;
  }

  .banner-form-input select {
    height: 40px;
  }

  .banner-form-input select {
    font-size: 14px;
  }

  .banner-form-input i {
    font-size: 14px;
  }

  .banner-head br {
    display: none;
  }

  .banner-form-submit {
    padding: 15px;
    margin-right: auto;
  }

  .pb-80 {
    padding-block: 60px;
  }

  .banner-para-div {
    text-align: center;
  }

  .avatar-group {
    justify-content: center;
  }

  .founder-section {
    height: auto;
  }

  .founder-section .container {
    width: 95%;
  }

  .founder-section h2 {
    font-size: 2rem;
  }

  .founder-section h3 {
    color: #fff;
    font-size: 1.3rem;
    line-height: normal;
    font-weight: 300;
  }

  .founder-details h4 {
    font-size: 1.1rem;
    font-weight: normal;
  }

  .faq-section .main-head,
  .faq-section .main-para {
    text-align: center;
  }

  .founder-details img {
    width: 50px;
    height: 50px;
  }

  .h-blog-section .main-head,
  .h-blog-section .main-para {
    text-align: center;
  }

  .blog-btn-div {
    align-items: center;
    height: 100%;
    gap: 15px;
  }

  .more-btn {
    padding: 8px 16px;
  }

  .testi-preview {
    width: 45px;
    height: 45px;
  }

  .testi-next {
    width: 45px;
    height: 45px;
  }

  .blog-card .head .name span {
    font-size: 13px;
  }

  .faq-section .faq-head-div {
    gap: 10px;
  }

  .faq-section .faq-head-div h6 {
    font-size: 1rem;
  }

  .propety-loc-card .details h4 {
    margin-top: 15px;
  }

  .h-loc-section .main-head,
  .h-loc-section .main-para {
    text-align: center;
  }

  .testi-head-div {
    text-align: center;
    gap: 10px;
  }

  .testi-slider {
    margin-top: 15px;
  }

  body {
    font-size: 14px !important;
  }

  .container {
    padding-inline: 15px !important;
  }

  .mt-top {
    margin-top: 0;
            padding-top: 35px;
  }

  .testi-bg-image {
    height: 100%;
    width: 100%;
  }

  .h-WhyChoose-img {
    height: 100%;
    width: 100%;
  }

  .main-head {
    font-size: 1.7rem;
  }

  .main-para {
    font-size: 16px;
    margin-bottom: 0;
  }

  .footer-letter-div {
    width: 100%;
  }

  .footer-letter-div .btn-div a {
    padding: 7px 14px;
  }

  .footer-div {
    padding: 30px 25px;
    margin-top: 50px;
  }

  .footer-logo-div p {
    width: 100%;
    font-size: 15px;
    margin-top: 15px;
  }

  .about-banner-section {
    padding-left: 20px;
    width: 100%;
  }

  .about-banner-section h1 {
    font-size: 45px;
    margin-top: 15px;
  }

  .about-banner-section h1 br {
    display: none;
  }

  .about-para-div h4 {
    font-size: 1.3rem;
    line-height: normal;
  }

  .count-card {
    text-align: center;
  }

  .count-card p {
    width: 90%;
    font-size: 16px;
    font-weight: 400;
    margin-inline: auto;
  }

  .count-card h3 {
    font-size: 3.6rem;
  }

  .about-mission-section .col-lg-5 {
    width: auto;
  }

  .about-mission-section .col-lg-2 {
    width: 100%;
  }

  .property-view-head {
    text-align: center;
  }

  .property-view-price {
    align-items: center;
    justify-content: center;
  }

  .property-view-price div h3 {
    font-size: 1.7rem;
  }



  .long-descrip-div .col-lg {
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .long-descrip-div h5 {
    font-weight: bold;
    margin-inline: auto;
    text-align: center;
    margin-bottom: 14px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    width: fit-content;
  }

  .map-div iframe {
    width: 100%;
    height: 300px;
    border-radius: 16px;
  }

  .blog-card .blog-image {
    height: 250px;
  }

  .blog-card .head h4 {
    font-family: "Anybody", sans-serif;
    width: 90%;
  }

  .blog-detail-div {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 25px;
  }

  .contact-banner-section h1 {
    font-size: 45px;
  }

  .contact-banner-section {
    width: 100%;
  }

  .contact-banner-section p {
    font-size: 16px;
    font-weight: 100;
    width: 90%;
  }
  
    .h-about-div {
    height: 100%;
    border-radius: 20px !important;
    overflow: hidden;
    padding: 20px;
}

.h-about-para-div {
    background: #fff;
    padding: 20px;
    width: 100%;
    border-radius: 12px;
    margin-left: auto;
    text-align: center;
}

.h-about-div .main-head{
    text-align: center;
}

.h-about-para-div a{
    margin-inline: auto;
}
  
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .banner-section .pb-80 {
    padding-block: 50px;
  }
  
    .privacy-section .container {
    width: 60%;
}
.product-search-filter label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px !important;
    width: 160px;
    margin-top: 10px;
}

.product-search-filter .row .col-md-1 {
    width: 20%;
}

  .banner-head {
    font-size: 45px;
    margin-top: 10px;
  }

  .avatar-group .avatar {
    width: 50px;
    height: 50px;
  }

  .banner-para-div p {
    font-size: 16px;
  }

  .top-head {
    font-size: 15px;
  }

  .banner-form-input input {
    padding: 22px;
  }

  .banner-form-input select {
    height: 44px;
  }

  .feature-box p {
    margin-bottom: 0;
  }

  .feature-box h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .pb-80 {
    padding-block: 70px;
  }

  .main-head {
    font-size: 1.8rem;
  }

  .main-para {
    font-size: 16px;
  }

  .feature-box .icon img {
    width: 40px;
  }

  .founder-section h2 {
    font-size: 2.6rem;
  }

  .founder-section h3 {
    font-size: 1.5rem;
  }

  .founder-details h4 {
    font-size: 1.5rem;
  }

  .blog-card .blog-image {
    height: 250px;
  }

  .blog-card .head h4 {
    width: 70%;
    font-size: 1.4rem;
  }

  body {
    font-size: 14px !important;

  }

  .testi-section .row:first-child {
    display: flex;
  }

  .testi-section .row:first-child>div:nth-child(1) {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .testi-section .row:first-child>div:nth-child(2) {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .testi-card .content p {
    font-size: 15px;
  }

  .property-page-section .col-lg-3 {
    width: 33.3%;
  }

  .products-detail-btn a {
    padding: 10px;
  }

  .map-div iframe {
    height: 380px;
  }

  .about-banner-section h1 {
    font-size: 50px;
  }

  .count-card h3 {
    font-size: 4rem;
  }

  .long-descrip-div {
    padding: 20px;
  }

  .about-banner-section {
    width: 60%;
  }

  .contact-banner-section h1 {
    font-size: 50px;
  }

  .contact-form-div input {
    height: 45px;
  }

  .contact-form-div input::placeholder {
    font-size: 15px;
  }

  .feature-box .icon {
    font-size: 0px;
  }

  .contact-banner-section {
    width: 55%;
  }

  .banner-form-div .mt-5 {
    margin-top: 2rem !important;

  }
  
    .h-about-div {
    height: 100%;
    border-radius: 20px !important;
    overflow: hidden;
    padding: 20px;
}

.h-about-para-div {
    background: #fff;
    padding: 20px;
    width: 100%;
    border-radius: 12px;
    margin-left: auto;
}


}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-section .pb-80 {
    padding-block: 50px;
  }
  
    .privacy-section .container {
    width: 55%;
}
    .about-para-div h4 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 30px;
}

.mt-top {
    margin-top: 135px;
}

  .banner-head {
    font-size: 55px;
    margin-top: 10px;
  }

  .banner-para-div p {
    font-size: 16px;
  }

  .top-head {
    font-size: 15px;
  }

  .banner-form-input input {
    padding: 22px;
  }

  .banner-form-input select {
    height: 44px;
  }

  .feature-box p {
    margin-bottom: 0;
  }

  .feature-box h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .pb-80 {
    padding-block: 70px;
  }

  .main-head {
    font-size: 1.9rem;
  }

  .main-para {
    font-size: 16px;
  }

  .feature-box .icon img {
    width: 40px;
  }

  .founder-section h2 {
    font-size: 2.6rem;
  }

  .founder-section h3 {
    font-size: 1.5rem;
  }

  .founder-details h4 {
    font-size: 1.5rem;
  }

  .blog-card .blog-image {
    height: 250px;
  }

  .blog-card .head h4 {
    width: 70%;
    font-size: 1.4rem;
  }

  body {
    font-size: 14px !important;

  }

  .testi-section .row:first-child {
    display: flex;
  }

  .testi-section .row:first-child>div:nth-child(1) {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .testi-section .row:first-child>div:nth-child(2) {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .testi-card .content p {
    font-size: 15px;
  }

  .property-page-section .col-lg-3 {
    width: 33.3%;
  }

  .products-detail-btn a {
    padding: 10px;
  }

  .map-div iframe {
    height: 380px;
  }

  .about-banner-section h1 {
    font-size: 50px;
  }

  .count-card h3 {
    font-size: 4rem;
  }

  .long-descrip-div {
    padding: 20px;
  }

  .about-banner-section {
    width: 60%;
  }

  .contact-banner-section h1 {
    font-size: 50px;
  }
    .blog-card .head h4 {
    width: 55%;
    height: 25px;
}

.blog-card .blog-image {
    width: 100%;
    height: 290px;
    object-fit: cover;
}
.blog-card .head p {
    height: 70px;
    overflow-Y: scroll;
}

  .contact-form-div input {
    height: 45px;
  }

  .contact-form-div input::placeholder {
    font-size: 15px;
  }

  .feature-box .icon {
    font-size: 0px;
  }

  .contact-banner-section {
    width: 55%;
  }
  .footer-div {
    padding: 45px 40px;
    margin-top: 70px;
}
.navbar-brand {
    width: 210px;
}

    .h-about-div {
    border-radius: 20px !important;
    overflow: hidden;
    padding: 30px;
}

.h-about-para-div {
    background: #fff;
    padding: 20px;
    width: 85%;
    border-radius: 12px;
    margin-left: auto;
}


}

@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .banner-section .pb-80 {
    padding-block: 50px;
  }
  
    .privacy-section .container {
    width: 55%;
}
  .mt-top {
    margin-top: 140px;
}
  
  .about-para-div h4 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 30px;
}
.blog-card .head p {
    height: 65px;
    overflow-Y: scroll;
}

.footer-div {
    padding: 45px 40px;
    margin-top: 70px;
}

  .banner-head {
    font-size: 60px;
    margin-top: 10px;
  }

  .banner-para-div p {
    font-size: 17px;
  }

  .banner-form-input input {
    padding: 22px;
  }

  .banner-form-input select {
    height: 44px;
  }

  .feature-box p {
    margin-bottom: 0;
  }

  .feature-box h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .pb-80 {
    padding-block: 70px;
  }

  .main-head {
    font-size: 2.2rem;
  }
  
  .navbar-brand {
    width: 210px;
}

  .main-para {
    font-size: 17px;
  }

  .feature-box .icon img {
    width: 40px;
  }

  .founder-section h2 {
    font-size: 2.6rem;
  }

  .founder-section h3 {
    font-size: 1.6rem;
  }

  .founder-details h4 {
    font-size: 1.6rem;
  }

  .blog-card .head h4 {
    width: 65%;
  }

  .property-page-section .col-lg-3 {
    width: 33.3%;
  }

  .products-detail-btn a {
    padding: 15px;
  }

  .map-div iframe {
    height: 460px;
  }

  .about-banner-section h1 {
    font-size: 55px;
  }

  .count-card h3 {
    font-size: 4.5rem;
  }

  .about-banner-section {
    width: 100%;
  }

  .contact-banner-section h1 {
    font-size: 55px;
  }
  
  .blog-card .head h4 {
    width: 55%;
    height: 30px;
}

.blog-card .blog-image {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

  .contact-form-div input {
    height: 45px;
  }

  .contact-form-div input::placeholder {
    font-size: 15px;
  }

  .feature-box .icon {
    font-size: 0px;
  }
  
      .h-about-div {
    border-radius: 20px !important;
    overflow: hidden;
    padding: 30px;
}

.h-about-para-div {
    background: #fff;
    padding: 20px;
    width: 85%;
    border-radius: 12px;
    margin-left: auto;
}
  
  
}



@media (min-width: 1801px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1635px !important;
  }
}
.banner-div .select2-selection{
        width: 100% !important;
    border-radius: 30px !important;
    border: none !important;
    background: #f1f1f1 !important;
}


