* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.property-page {
  padding: 20px 0;
}

.swiper-slide img {
  width: 100%;
  height: 622px;
  border-radius: 20px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper_btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  padding: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: #ba2322;
  transition: 0.3s;
}

.swiper_btn i:hover,
.swiper_btn i:active,
.swiper_btn i:focus {
  background-color: #e73232;
  cursor: pointer;
}

.swiper_btn_prev {
  left: 5% !important;
}

.swiper-button-next {
  right: 5% !important;
}

.property-overview {
  margin-top: 50px;
  background: #f6f8ff;
  padding: 40px 40px 10px 40px;
  border-radius: 20px;
}

.property-single-subtitle {
  margin-bottom: 30px;
}

.property-single-subtitle h3 {
  font-size: 36px;
  color: #2f3d7e;
  font-family: "Sora", sans-serif;
  font-weight: 700;
}

.property-overview-box {
  display: flex;
  flex-wrap: wrap;
}

.property-overview-box .property-overview-item {
  width: calc(33.33% - 20px);
  margin-right: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.property-overview-box .property-overview-item .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #ba2322;
  border-radius: 5px;
  margin-right: 15px;
}

.property-overview-box .property-overview-item .property-overview-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 6px;
}

.property-overview-box .property-overview-item .property-overview-content p {
  margin-bottom: 0;
}

.property-overview-box .property-overview-item .property-overview-content {
  width: calc(100% - 75px);
}

.about-property {
  background-color: #f6f8ff;
  padding: 40px;
  border-radius: 20px;
  margin-top: 50px;
}

.about-property-content p {
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

.about-property-button .btn-border {
  margin-right: 15px;
}

.btn-default.btn-border {
  background: none;
  color: #ba2322;
  padding: 12px 30px;
  border: 2px solid #ba2322;
}

a {
  text-decoration: none !important;
}

.property-amenities {
  background: #f6f8ff;
  padding: 40px 40px 20px 40px;
  border-radius: 20px;
  margin-top: 50px;
}

.property-amenities-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.property-amenities-box ul li {
  width: calc(33.33% - 20px);
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}

.property-amenities-box ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(https://myplots.softologics.com/assets/images/icon-checkbox.svg) no-repeat left center;
}

.property-map-location {
  background: #f6f8ff;
  padding: 40px;
  border-radius: 20px;
  margin-top: 50px;
}

.property-map iframe {
  width: 100%;
  height: 300px;
  border-radius: 20px;
}

.property-info-box {
  background-color: #f6f8ff;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 40px;
  margin-left: 30px;
  width: 350px;
}

.property-info-box h3 {
  font-size: 22px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Sora", sans-serif;
}

.property-info-lists .property-info-item i {
  color: #ba2322;
  font-size: 20px;
  margin-bottom: 15px;
}

.property-info-lists {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.property-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 4px 0;
  cursor: pointer;
  border-bottom: 1px solid #dddbdb;
  width: 265px;
}

.border-none {
  border: none;
}

.property-inquiry-box {
  background-color: #f6f8ff;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 40px;
  margin-left: 30px;
  width: 350px;
  position: sticky;
  top: 20px;
}

.property-inquiry-box h3 {
  font-size: 22px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Sora", sans-serif;
}

.input-field {
  width: 100%;
  box-shadow: none;
  outline: 0;
  background: #ffffff;
  border: 1px solid #dde4ff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #2f3d7e;
  padding: 14px 20px;
}

.property-inquiry-form .btn-default {
  width: 100%;
}

.btn-default {
  display: inline-block;
  background: #ba2322;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border: none;
  outline: 0;
  box-shadow: none;
  transition: 0.3s;
  cursor: pointer;
}

.btn-default:hover::before {
  width: 106%;
  opacity: 1;
}

.btn-default:hover {
  color: #ffffff;
}

.btn-default:before {
  content: "";
  position: absolute;
  width: 0;
  height: 104%;
  top: 50%;
  left: 50%;
  background: #e73232;
  opacity: 0;
  z-index: -1;
  transform: translateX(-51%) translateY(-51%);
  transition: all 0.4s;
  border-radius: 5px;
}

img {
  max-width: 100%;
}

/* MQ */

@media only screen and (max-width: 991px) {
  .property-page {
    padding: 60px 0;
  }

  .property-overview,
  .about-property,
  .property-amenities,
  .property-map-location {
    margin-top: 30px;
  }

  .property-info-box {
    margin-top: 50px;
    width: 95%;
  }

  .property-info-item {
    width: 100%;
  }

  .property-inquiry-box {
    margin-top: 50px;
    width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  .property-page {
    padding: 50px 0;
  }

  .swiper-slide img {
    height: auto;
  }

  .property-overview,
  .about-property,
  .property-amenities,
  .property-map-location {
    padding: 20px;
  }

  .property-single-subtitle h3 {
    font-size: 26px;
  }

  .property-single-subtitle {
    margin-bottom: 20px;
  }

  .property-overview-box .property-overview-item {
    width: calc(50% - 15px);
    margin-right: 10px;
  }

  .property-overview-box .property-overview-item .icon-box {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .property-overview-box .property-overview-item .icon-box img {
    max-width: 50%;
  }

  .property-overview-box .property-overview-item .property-overview-content {
    width: calc(100% - 50px);
  }

  .property-overview-box .property-overview-item .property-overview-content h3 {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .property-overview-box .property-overview-item .property-overview-content p {
    font-size: 14px;
  }

  .btn-default.btn-border {
    padding: 8px 20px;
  }

  .btn-default {
    font-size: 14px;
  }

  .btn-default {
    padding: 10px 20px;
  }

  .property-amenities-box ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .property-info-box {
    padding: 30px;
    width: 88%;
  }

  .property-inquiry-box {
    padding: 30px;
    width: 86%;
  }
}
