.single .heading-title,
.wp-post-image {
  display: none !important;
}
body[data-header-resize="0"] .container-wrap,
body[data-header-resize="0"] .project-title {
  margin-top: 0;
  padding-top: 0;
}
.ap-ctn {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px 20px;
}
.ap-ctn img {
  margin-bottom: 0 !important;
}
.ap-title {
  font-size: 28px !important;
  color: #0e1b28;
  margin-bottom: 2px !important;
  line-height: 1.2 !important;
}
.ap-location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 17px !important;
  color: #000;
  font-weight: 500 !important;
}
.ap-slider-ctn {
  margin-top: 35px;
  position: relative;
}
.ap-slider-image {
  height: 430px !important;
  width: 100%;
  overflow: hidden;
  background: #000;
  border-radius: 10px;
  border: 2px solid #000;
}
.ap-slider-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.swiper-slide img {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.swiper-slide-active img {
  opacity: 1 !important;
}
.ap-slider-arrow {
  height: 50px;
  width: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.5s;
}
.ap-slider-arrow:hover {
  background: rgb(255, 237, 179);
}
.ap-arrow-left {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 999999999;
  transform: translateY(-50%);
}
.ap-arrow-right {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 999999999;
  transform: translateY(-50%);
}
.ap-details-ctn {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  padding: 50px 0;
}
.ap-details-main {
  flex: 2;
  height: auto !important;
}
.ap-details-price {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
}
.ap-details-price p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.ap-desc {
  margin-top: 20px;
}
.ap-desc h3,
.ap-amenities-ctn h3,
.ap-more-ctn h3,
.ap-map h3 {
  font-size: 17px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}
.ap-desc p {
  line-height: 1.4;
  font-size: 15px !important;
  max-width: 666px;
}
.ap-summary-ctn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
  gap: 7px;
  max-width: 660px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c1c1c1;
}
.ap-summary {
  padding: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #787878;
  border-radius: 5px;
  font-size: 14px !important;
  color: #000;
  font-weight: 600 !important;
}
.ap-amenities-ctn {
  margin-top: 30px;
  max-width: 660px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c1c1c1;
}
.ap-amenities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 500px;
  margin-top: 20px;
  padding: 0;
}
.ap-amenity {
  display: flex;
  align-items: center;
  gap: 7px;
  list-style: none;
  font-size: 15px;
  color: #000;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}
.ap-more-ctn {
  margin-top: 10px;
  max-width: 660px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c1c1c1;
}
.ap-more-ctn p,
.ap-more-ctn li {
  font-size: 15px;
  line-height: 1.45 !important;
}
.ap-more-ctn li {
  list-style: none;
}
.ap-details-sideBar {
  flex: 1.2;
  height: fit-content;
  background: #fff;
  position: sticky;
  top: 30px;
  border-radius: 20px;
  border: 2px solid #dadada;
}
.aBook {
  padding: 20px;
}
.aBook h4 {
  font-size: 16px !important;
}
.aspireMap {
  height: 250px;
  width: 100%;
  background: #fff;
  border: 5px solid #ffebc0;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
}
ul.app-map-info {
  margin: 0 !important;
  margin-top: 20px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px !important;
  padding: 0;
}
ul.app-map-info li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px !important;
  line-height: 1.2 !important;
}
ul.app-map-info li img {
  height: 15px !important;
  width: auto !important;
  margin-right: 5px !important;
}
ul.app-map-info li span {
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .ap-ctn {
    padding: 0px 40px;
  }
  .ap-title {
    font-size: 22px !important;
    margin-bottom: 5px !important;
  }
  .ap-location {
    font-size: 15px !important;
  }
  .ap-slider-image {
    height: 350px !important;
  }
  .ap-slider-arrow {
    height: 40px;
    width: 40px;
  }
  .ap-details-ctn {
    display: block;
    padding: 30px 0;
  }
  .ap-details-main {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .ap-ctn {
    padding: 0px 0;
  }
  .ap-heading {
    padding: 0 6%;
  }
  .ap-title {
    font-size: 18px !important;
  }
  .ap-location {
    font-size: 13px !important;
  }
  .ap-slider-ctn {
    margin-top: 25px;
  }
  .ap-slider-image {
    height: 250px !important;
  }
  .ap-details-ctn {
    padding: 30px 6%;
  }
  .ap-summary-ctn {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 18px;
  }
  .ap-amenity {
    font-size: 13px;
  }
  .ap-more-ctn p,
  .ap-more-ctn li {
    font-size: 13px;
  }
  .aBook {
    padding: 15px;
  }
  .aspireMap {
    height: 220px;
  }
  ul.app-map-info li {
    gap: 15px;
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 999px) {
  .container {
    max-width: 100% !important;
  }
}

.pb-btn {
  margin-top: 30px;
}

.hidden-amenity {
  display: none;
}

.ap-amenity img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.ap-seeMore {
  border: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #ffebc0;
  border-radius: 5px;
  padding: 10px 22px;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1a2f44;
  font-family: inherit;
  margin-top: 24px;
  cursor: pointer;
}

@media (max-width: 640px) {
  .ap-seeMore {
    padding: 10px 20px;
    font-size: 14px !important;
    margin-top: 20px;
  }
}

.ap-agent-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid #d7dee6;
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8fc 100%);
  border-radius: 14px 14px 0 0;
}

.ap-agent-label {
  grid-column: 1 / -1;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #1a2f44;
  margin-bottom: 2px;
}

.ap-agent-image {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #03efa4;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(3, 239, 164, 0.25);
}

.ap-agent-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ap-agent-info h4 {
  margin: 2px 0 4px;
  font-size: 17px !important;
  line-height: 1.2;
  color: #102236;
}

.ap-agent-info p {
  margin: 0;
  font-size: 13px;
  color: #46515d;
  line-height: 1.35;
}

.ap-slider-arrow i {
  font-size: 18px;
  color: #1a2f44;
}

.ap-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
  padding: 20px;
}

.ap-lightbox.is-open {
  display: flex;
}

.ap-lightbox img {
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
}

.ap-lightbox-close,
.ap-lightbox-nav {
  position: absolute;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ap-lightbox-close {
  top: 20px;
  right: 20px;
}

.ap-lightbox-prev {
  left: 20px;
}

.ap-lightbox-next {
  right: 20px;
}

.ap-details-price p{font-size:24px!important;font-weight:700!important;line-height:1.1}
.ap-price-amount{font-size:30px;font-weight:800}
.ap-price-period{font-size:16px;font-weight:600}


.ap-pound{font-size:28px;font-weight:800;line-height:1;margin-right:2px}


