@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .banner::before {
    background: none !important;
  }
}
.banner .banner-wrapper {
  bottom: 10% !important;
}
@media only screen and (max-width: 991px) {
  .banner .banner-wrapper {
    bottom: 50% !important;
  }
}
@media only screen and (max-width: 540px) {
  .banner .banner-wrapper {
    bottom: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .banner .banner-wrapper .flex {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 540px) {
  .banner .banner-wrapper .flex .content {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .banner .banner-wrapper .flex .content p {
    text-align: center !important;
  }
}
.banner.property-listing-banner {
  padding: 92px 0 60px;
}
@media only screen and (max-width: 540px) {
  .banner.property-listing-banner {
    padding: 50px 0 60px;
  }
}
.banner.property-listing-banner.contact-banner .search-filter-wrap h1 {
  margin-bottom: 8px;
}
@media only screen and (max-width: 540px) {
  .banner.property-listing-banner.contact-banner .search-filter-wrap h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .banner.property-listing-banner.contact-banner .search-filter-wrap h5 {
    text-align: center;
  }
}
.banner.property-listing-banner .flex {
  gap: 2rem;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .banner.property-listing-banner .flex {
    justify-content: center !important;
  }
}
.banner.property-listing-banner .flex .search-filter-wrap {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .banner.property-listing-banner .flex .search-filter-wrap {
    flex: 1;
  }
}
.banner.property-listing-banner .flex .banner-circle {
  z-index: 2;
  flex: 0 1 26.43%;
}
@media only screen and (max-width: 991px) {
  .banner.property-listing-banner .flex .banner-circle {
    flex: 1;
  }
}
.banner.property-listing-banner .flex .banner-circle .img {
  position: relative;
  width: 500px;
  height: 380px;
  border-radius: 25px;
  overflow: hidden;
  transform: skew(-12deg);
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .banner.property-listing-banner .flex .banner-circle .img {
    width: 100%;
    height: 450px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.property-listing-banner .flex .banner-circle .img {
    width: 350px;
    height: 350px;
    transform: skew(0);
  }
}
.banner.property-listing-banner .flex .banner-circle .img img, .banner.property-listing-banner .flex .banner-circle .img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  transform: skew(3deg);
}
@media only screen and (max-width: 540px) {
  .banner.property-listing-banner .flex .banner-circle .img img, .banner.property-listing-banner .flex .banner-circle .img video {
    transform: skew(0);
  }
}
.banner.property-listing-banner .flex .banner-circle .img::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #ffffff;
  border-radius: 25px;
  pointer-events: none;
}

.property-listing-secA {
  padding: 42px 0 82px;
}
.property-listing-secA .btn-div {
  margin-top: 70px;
}
.property-listing-secA .btn-div .lod-mr {
  color: var(--text);
  font-weight: 500;
  transition: 0.5s ease;
}
.property-listing-secA .btn-div .lod-mr:hover {
  color: var(--primary);
}

.banner.property-detail-banner::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
}
.banner.property-detail-banner .flex {
  gap: 2rem;
  align-items: flex-end;
}
@media only screen and (max-width: 540px) {
  .banner.property-detail-banner .flex {
    gap: 1rem;
  }
}

.nav-strip2 {
  background: #D51C39;
}
@media only screen and (max-width: 991px) {
  .nav-strip2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 675px) {
  .nav-strip2 {
    margin-bottom: 15px;
  }
}

.nav-strip-wrap {
  display: flex;
  padding: 30px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .nav-strip-wrap {
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding: 25px 0;
  }
}
.nav-strip-wrap .on-mobile {
  display: none;
  border-bottom: 1px solid #999999;
  padding: 0 0 12px;
}
@media only screen and (max-width: 540px) {
  .nav-strip-wrap .on-mobile {
    display: block;
  }
}
.nav-strip-wrap .on-mobile h1 {
  color: var(--white);
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}
.nav-strip-wrap .on-mobile p {
  color: var(--white);
  font-size: 12px;
  margin-bottom: 4px;
  opacity: 0.7;
}
.nav-strip-wrap .card {
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .nav-strip-wrap .card {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  .nav-strip-wrap .card .content {
    flex: 1;
  }
}
.nav-strip-wrap .card .content p {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 5px;
}
@media only screen and (max-width: 675px) {
  .nav-strip-wrap .card .content p {
    font-size: 13px;
  }
}
.nav-strip-wrap .card .content h1 {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .nav-strip-wrap .card .content h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 675px) {
  .nav-strip-wrap .card .content h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 540px) {
  .nav-strip-wrap .card .content h1 {
    font-size: 17px;
  }
}
.nav-strip-wrap .card .content .btn-div {
  margin: 2rem 0 1rem;
}
.nav-strip-wrap .card .content .btn-div > *:not(:last-child) {
  margin-right: 6px;
}
.nav-strip-wrap .card .btn-wrap {
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 675px) {
  .nav-strip-wrap .card .btn-wrap {
    margin-top: 0;
  }
}
.nav-strip-wrap .card .btn-wrap .btn {
  --padding: 14px;
}
@media only screen and (max-width: 675px) {
  .nav-strip-wrap .card .btn-wrap .btn {
    --padding: 10px;
    font-size: 11px;
  }
}
.nav-strip-wrap .card .btn-wrap .wtsp-btn {
  background: #25D366;
  border-color: #25D366;
}
.nav-strip-wrap .card .btn-wrap .wtsp-btn:hover {
  background: #1ebb58;
  border-color: #1ebb58;
  color: var(--white);
}
.nav-strip-wrap .config-dtl {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .nav-strip-wrap .config-dtl {
    justify-content: center;
  }
}
@media only screen and (max-width: 675px) {
  .nav-strip-wrap .config-dtl {
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 420px) {
  .nav-strip-wrap .config-dtl {
    grid-template-columns: repeat(2, 1fr);
  }
}
.nav-strip-wrap .config-dtl li {
  display: flex;
}
.nav-strip-wrap .config-dtl li .ico {
  --size: 45px;
  height: var(--size);
  width: var(--size);
  border: 1px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media only screen and (max-width: 675px) {
  .nav-strip-wrap .config-dtl li .ico {
    --size: 35px;
  }
}
.nav-strip-wrap .config-dtl li .ico img, .nav-strip-wrap .config-dtl li .ico svg {
  width: 60%;
  height: auto;
}
.nav-strip-wrap .config-dtl li .ico svg path[stroke] {
  stroke: var(--white);
}
.nav-strip-wrap .config-dtl li .ico svg path[fill] {
  fill: var(--white);
}
.nav-strip-wrap .config-dtl li .inf {
  flex: 1;
  padding-left: 1rem;
}
.nav-strip-wrap .config-dtl li span {
  display: block;
  font-size: 12px;
  line-height: 21px;
  color: var(--white);
  margin-bottom: 4px;
}
@media only screen and (max-width: 675px) {
  .nav-strip-wrap .config-dtl li span {
    font-size: 10px;
    margin-bottom: 2px;
    font-size: 10px;
  }
}
.nav-strip-wrap .config-dtl li p {
  color: var(--white);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .nav-strip-wrap .config-dtl li p {
    font-size: 13px;
    line-height: 19px;
  }
}

.product-detail-secA {
  padding: 80px 0;
  background: var(--white);
}
.product-detail-secA .swiper .item {
  line-height: 0;
  display: block;
}
.product-detail-secA .swiper .item img {
  width: 100%;
}
.product-detail-secA .swiper .item:not(.swiper-slide-active) {
  filter: grayscale(1);
}
.product-detail-secA .swiper-nav {
  max-width: 71%;
}
@media only screen and (max-width: 991px) {
  .product-detail-secA .swiper-nav {
    max-width: 73%;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-secA .swiper-nav {
    display: none;
  }
}

.nav-strip {
  position: sticky;
  top: var(--headerfixed);
  background: #F4F4F4;
  z-index: 4;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0588235294);
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .nav-strip {
    display: none;
  }
}
.nav-strip button, .nav-strip a {
  display: inline-block;
  vertical-align: middle;
  height: var(--projectdetailstrip);
  line-height: var(--projectdetailstrip);
  padding: 0 18px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
}
.nav-strip button:not(:last-child), .nav-strip a:not(:last-child) {
  margin-right: 25px;
}
@media only screen and (max-width: 1230px) {
  .nav-strip button:not(:last-child), .nav-strip a:not(:last-child) {
    margin-right: 20px;
  }
}
.nav-strip button.active::before, .nav-strip a.active::before {
  height: 2px;
}
.nav-strip button::before, .nav-strip a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0px;
  background: var(--primary);
  transition: 0.5s ease;
}
.nav-strip a {
  color: #666;
  font-size: 14px;

}

main {
  background: #ebebeb;
}

.prop-dtl-secB {
  border-radius: 5px;
}
.prop-dtl-secB .prop-dtl-secB-bg {
  background: white;
  padding: 25px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
@media only screen and (max-width: 540px) {
  .prop-dtl-secB .prop-dtl-secB-bg {
    padding: 15px;
  }
}
.prop-dtl-secB .prop-dtl-secB-bg h2, .prop-dtl-secB .prop-dtl-secB-bg h3, .prop-dtl-secB .prop-dtl-secB-bg h4, .prop-dtl-secB .prop-dtl-secB-bg h1 {
  font-size: 16px;
  margin-bottom: 15px;
}
.prop-dtl-secB .prop-dtl-secB-bg .heading h2 {
  font-size: 1.5rem;
  text-align: left;
}
.prop-dtl-secB .content {
  margin: 30px auto 20px;
  color: var(--text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--totalline);
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secB .content {
    margin: 25px auto 0;
  }
}
.prop-dtl-secB .content.is-shown {
  -webkit-line-clamp: initial;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secB .content p {
    font-size: 14px;
  }
}
.prop-dtl-secB .content p:not(:last-child) {
  margin-bottom: 12px;
}
.prop-dtl-secB .content ul {
  margin-bottom: 24px;
}
.prop-dtl-secB .content ul li {
  font-size: 14px;
  color: var(--text);
  margin-bottom: 5px;
  position: relative;
  padding-left: 18px;
}
.prop-dtl-secB .content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--text);
}

p strong {
  display: inline-block;
}

@media only screen and (max-width: 675px) {
  .prop-dtl-secC .container {
    padding-right: 0;
  }
}
.prop-dtl-secC .prop-dtl-secC-bg {
  background: white;
  padding: 25px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
@media only screen and (max-width: 540px) {
  .prop-dtl-secC .prop-dtl-secC-bg {
    padding: 15px;
  }
}
.prop-dtl-secC .heading {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secC .heading {
    padding-right: 15px;
    margin-bottom: 1rem;
  }
}
.prop-dtl-secC .heading .swiper-nav {
  display: flex;
  gap: 6px;
}
.prop-dtl-secC .heading .swiper-nav .swiper-prev, .prop-dtl-secC .heading .swiper-nav .swiper-next {
  --size: 40px;
}
.prop-dtl-secC .ifram-video iframe {
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 540px) {
  .prop-dtl-secC .ifram-video iframe {
    height: 250px;
  }
}
.prop-dtl-secC .amenity-wrap {
  position: relative;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secC .amenity-wrap .swiper-nav {
    display: none;
  }
}
.prop-dtl-secC .amenity-wrap:not(:has(.swiper-button-lock)) .amenities-slider {
  max-width: 100%;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secC .amenity-wrap:not(:has(.swiper-button-lock)) .amenities-slider {
    max-width: 100%;
  }
}
.prop-dtl-secC .amenity-wrap .item {
  text-align: center;
  background: var(--white);
  border-radius: 5px;
}
.prop-dtl-secC .amenity-wrap .item .icon {
  margin: 0 auto;
  margin-bottom: 16px;
}
.prop-dtl-secC .amenity-wrap .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.prop-dtl-secC .amenity-wrap .item p {
  color: var(--text);
  font-size: 15px;
  line-height: 1.2;
}
.prop-dtl-secC .btn-div {
  margin-top: 56px;
  text-align: center;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secC .btn-div {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secC .btn-div .btn {
    --padding: 14px;
    font-size: 12px;
  }
}
.prop-dtl-secC .btn-div > *:not(:last-child) {
  margin-right: 10px;
}

.amenities {
  background: white;
  padding: 25px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
@media only screen and (max-width: 540px) {
  .amenities {
    padding: 15px;
  }
}
.amenities .heading h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-bottom: 15px;
}
.amenities .amenities-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 675px) {
  .amenities .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .amenities .amenities-grid {
    gap: 10px;
  }
}
.amenities .amenity-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 540px) {
  .amenities .amenity-card {
    padding: 15px;
  }
}
.amenities .amenity-card:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.amenities .amenity-card p {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-top: 10px;
  text-align: center !important;
}
@media only screen and (max-width: 540px) {
  .amenities .amenity-card p {
    font-size: 12px;
  }
}
.amenities .amenity-card svg, .amenities .amenity-card img {
  width: 30px;
  height: 30px;
}
.amenities .btn-div {
  margin-top: 56px;
  text-align: center;
}
@media only screen and (max-width: 675px) {
  .amenities .btn-div {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 675px) {
  .amenities .btn-div .btn {
    --padding: 14px;
    font-size: 12px;
  }
}
.amenities .btn-div > *:not(:last-child) {
  margin-right: 10px;
}

.prop-dtl-secD {
  line-height: 0;
  height: calc(100vh - var(--headerfixed));
}
@media only screen and (max-width: 991px) {
  .prop-dtl-secD {
    height: 400px;
  }
}
.prop-dtl-secD video, .prop-dtl-secD img {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .prop-dtl-secD video, .prop-dtl-secD img {
    position: unset;
  }
}

.prop-dtl-secE {
  background: white;
  padding: 25px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
@media only screen and (max-width: 540px) {
  .prop-dtl-secE {
    padding: 15px;
  }
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secE .container {
    padding-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secE .upper-sec {
    margin-bottom: 38px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .prop-dtl-secE .upper-sec {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .prop-dtl-secE .upper-sec {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secE .slider-nav {
    display: none;
  }
}
.prop-dtl-secE .floor-plan-col {
  border: 1px solid #D7D7D7;
}
.prop-dtl-secE .floor-plan-col .card {
  padding: 0 20px 20px;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secE .floor-plan-col .card {
    padding: 0 10px 10px;
  }
}
.prop-dtl-secE .floor-plan-col .card figure {
  line-height: 0;
  margin: 25px 0 32px;
  text-align: center;
}
.prop-dtl-secE .floor-plan-col .card figure img {
  width: 220px;
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}
.prop-dtl-secE .floor-plan-col .card figcaption .title-col {
  border-top: 1px solid #CCCCCC;
  padding: 20px;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secE .floor-plan-col .card figcaption .title-col {
    padding: 12px;
  }
}
.prop-dtl-secE .floor-plan-col .card figcaption .title-col h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 7px;
}
.prop-dtl-secE .floor-plan-col .card figcaption .title-col .ar-flr {
  color: var(--text);
}
.prop-dtl-secE .floor-plan-col .card figcaption .btn {
  --heigth: 52px;
  margin-top: 10px;
}
.prop-dtl-secE .floor-plan-col .card figcaption .btn:hover path {
  fill: var(--primary);
}
.prop-dtl-secE .floor-plan-col .card figcaption .btn svg {
  width: 18px;
}

.prop-dtl-secF {
  background: var(--white);
  padding: 24px 0 90px;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secF {
    padding: 0 0 3.5rem;
  }
}
.prop-dtl-secF .heading {
  margin-bottom: 44px;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secF .heading {
    margin-bottom: 2.5rem;
  }
}
.prop-dtl-secF .table-div table {
  width: 100%;
  border-spacing: 0px;
  border: 1px solid #CCCCCC;
}
.prop-dtl-secF .table-div table td, .prop-dtl-secF .table-div table th {
  padding: 11px 25px;
  text-align: left;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secF .table-div table td, .prop-dtl-secF .table-div table th {
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 365px) {
  .prop-dtl-secF .table-div table td, .prop-dtl-secF .table-div table th {
    padding: 10px;
    font-size: 13px;
  }
}
.prop-dtl-secF .table-div table th {
  font-weight: 500;
}
.prop-dtl-secF .table-div table td {
  color: var(--text);
}
.prop-dtl-secF .table-div table thead {
  background: #E9E9E9;
}
.prop-dtl-secF .table-div table tbody tr:nth-child(even) {
  background: #F8F8F8;
}

.prop-dtl-secG {
  background: white;
  padding: 25px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secG {
    padding: 15px;
  }
}
.prop-dtl-secG .colA {
  flex: 0 1 40%;
  padding: 84px 0;
}
@media only screen and (max-width: 991px) {
  .prop-dtl-secG .colA {
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secG .colA {
    padding: 3.5rem 0;
  }
}
.prop-dtl-secG .colA .heading {
  margin-bottom: 65px;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secG .colA .heading {
    margin-bottom: 3rem;
  }
}
.prop-dtl-secG .colA .heading h3 {
  font-size: 24px;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secG .colA .heading h3 {
    font-size: 22px;
  }
}
.prop-dtl-secG .colA .card {
  max-width: 345px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1152px) {
  .prop-dtl-secG .colA .card {
    max-width: 100%;
    padding: 0 2rem;
  }
}
.prop-dtl-secG .colA .card .upper-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px 65px;
}
@media only screen and (max-width: 1152px) {
  .prop-dtl-secG .colA .card .upper-wrap {
    grid-gap: 35px 15px;
  }
}
.prop-dtl-secG .colA .card .upper-wrap .item {
  text-align: center;
}
.prop-dtl-secG .colA .card .upper-wrap .item .ico {
  line-height: 0;
  margin-bottom: 7px;
}
.prop-dtl-secG .colA .card .upper-wrap .item .ico img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secG .colA .card .upper-wrap .item .ico img {
    width: 30px;
    height: 30px;
  }
}
.prop-dtl-secG .colA .card .upper-wrap .item h6, .prop-dtl-secG .colA .card .upper-wrap .item p {
  color: var(--black);
}
.prop-dtl-secG .colA .card .upper-wrap .item h6 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secG .colA .card .upper-wrap .item h6 {
    font-size: 18px;
  }
}
.prop-dtl-secG .colA .card .upper-wrap .item p {
  font-size: 14px;
  line-height: 17px;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secG .colA .card .upper-wrap .item p {
    font-size: 13px;
  }
}
.prop-dtl-secG .colA .card .bottom-wrap {
  margin-top: 4rem;
}
.prop-dtl-secG .colA .card .bottom-wrap .gt-drc {
  letter-spacing: 0.3em;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary);
}
.prop-dtl-secG .colA .card .bottom-wrap .gt-drc:hover {
  color: var(--black);
}
.prop-dtl-secG .colA .card .bottom-wrap .gt-drc:hover path {
  fill: var(--black);
}
.prop-dtl-secG .colB {
  flex: 1;
  height: 380px;
  overflow: hidden;
}
.prop-dtl-secG .colB .heading {
  margin-bottom: 20px;
}
.prop-dtl-secG .colB .heading h2 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .prop-dtl-secG .colB {
    flex: 0 1 100%;
  }
}
.prop-dtl-secG .colB iframe {
  width: 100%;
  height: 330px;
  filter: grayscale(1);
}
@media only screen and (max-width: 991px) {
  .prop-dtl-secG .colB iframe {
    height: 325px;
  }
}

.prop-dtl-secH {
  background: var(--white) url(../../images/vector/vector-10.svg) repeat-x;
  background-position: 0 100%;
  padding: 82px 0 180px;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secH {
    padding: 3.5rem 0 5rem;
  }
}
.prop-dtl-secH .heading {
  margin-bottom: 42px;
  text-align: center !important;
}
.prop-dtl-secH .heading p {
  font-weight: 400;
  margin-top: 16px;
  text-align: center !important;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secH .heading p {
    font-size: 14px;
    max-width: 288px;
    line-height: 18px;
    margin-left: auto;
    margin-right: auto;
  }
}
.prop-dtl-secH .heading h3 {
  text-align: center !important;
}
.prop-dtl-secH .form {
  --item: 2;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secH .form {
    --item: 1;
    --gaptb: 20px;
  }
}
.prop-dtl-secH .form .sbmt-grid {
  text-align: center !important;
}

body:has(.prpt-dtl-fix) .footer-strip {
  display: none !important;
}

.prpt-dtl-fix {
  display: none;
  position: fixed;
  right: 50px;
  top: calc(var(--headerheight) + 60px);
  z-index: 5;
}
@media only screen and (max-width: 1300px) {
  .prpt-dtl-fix {
    right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .prpt-dtl-fix {
    right: 15px;
  }
}
@media only screen and (max-width: 675px) {
  .prpt-dtl-fix {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    top: auto;
    display: flex;
    background: var(--primary);
  }
}
.prpt-dtl-fix li {
  position: relative;
}
@media only screen and (max-width: 675px) {
  .prpt-dtl-fix li {
    flex: 1;
  }
}
.prpt-dtl-fix li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 675px) {
  .prpt-dtl-fix li:not(:last-child) {
    margin-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.prpt-dtl-fix li:hover .label {
  transform: translateX(0px);
  opacity: 1;
}
.prpt-dtl-fix li .btn {
  --height: 45px;
  border-radius: 50%;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media only screen and (max-width: 675px) {
  .prpt-dtl-fix li .btn {
    height: var(--footerstrip);
    line-height: var(--footerstrip);
    background: none;
    box-shadow: none;
    border: none;
    width: 100%;
  }
}
@media only screen and (max-width: 675px) {
  .prpt-dtl-fix li .btn path[stroke] {
    stroke: var(--white);
  }
}
@media only screen and (max-width: 675px) {
  .prpt-dtl-fix li .btn path[fill] {
    fill: var(--white);
  }
}
@media only screen and (min-width: 675px) {
  .prpt-dtl-fix li .btn:hover path[stroke] {
    stroke: var(--white);
  }
}
@media only screen and (min-width: 675px) {
  .prpt-dtl-fix li .btn:hover path[fill] {
    fill: var(--white);
  }
}
.prpt-dtl-fix li .label {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  translate: 0 -50%;
  background: #E5E4E4;
  padding: 4px 12px;
  border-radius: 25px;
  font-size: 10px;
  line-height: 15px;
  color: var(--text);
  white-space: nowrap;
  transform: translateX(10px);
  opacity: 0;
  transition: 0.5s ease;
  pointer-events: none;
}

.pb {
  padding-bottom: 70px !important;
}
@media only screen and (max-width: 675px) {
  .pb {
    padding-bottom: 30px !important;
  }
}

.prop-dtl-secI {
  background: var(--white);
  padding: 35px 0 0 0;
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secI {
    padding: 2.5rem 0 0;
  }
}
@media only screen and (max-width: 675px) {
  .prop-dtl-secI .upper-sec {
    margin-top: 0;
  }
}

.prop-dtl-secy {
  background: white;
  padding: 25px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 540px) {
  .prop-dtl-secy {
    font-size: 14px;
    padding: 15px;
    margin-bottom: 0 !important;
  }
}
.prop-dtl-secy .content p {
  margin-bottom: 8px;
}
.prop-dtl-secy .content h2, .prop-dtl-secy .content h3, .prop-dtl-secy .content h4, .prop-dtl-secy .content h1, .prop-dtl-secy .content h5 {
  font-size: 16px !important;
  margin-bottom: 15px;
}
.prop-dtl-secy .heading h2 {
  font-size: 1.5rem;
  text-align: left;
}
.prop-dtl-secy .flex {
  gap: 20px;
  align-items: center;
  margin-bottom: 25px;
  justify-content: space-between;
}
.prop-dtl-secy .flex h4 {
  font-size: 20px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 540px) {
  .prop-dtl-secy .flex h4 {
    font-size: 14px;
  }
}
.prop-dtl-secy .flex img {
  width: 100%;
  max-width: 145px;
}
@media only screen and (max-width: 540px) {
  .prop-dtl-secy .flex img {
    max-width: 120px;
  }
}

.grid-row {
  display: grid;
  grid-template-columns: 950px 1fr;
  gap: 3rem;
}
@media only screen and (max-width: 991px) {
  .grid-row {
    grid-template-columns: 920px;
  }
}
@media only screen and (max-width: 768px) {
  .grid-row {
    grid-template-columns: 720px;
    justify-content: center;
    margin: 0 auto;
    gap: 2rem;
  }
}
@media only screen and (max-width: 540px) {
  .grid-row {
    grid-template-columns: 500px;
    justify-content: center;
    margin: 0 auto;
    gap: 0;
  }
}
@media only screen and (max-width: 420px) {
  .grid-row {
    grid-template-columns: 340px;
    justify-content: center;
    margin: 0 auto;
  }
}
.grid-row .item-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 540px) {
  .grid-row .item-left {
    gap: 12px;
  }
}
.grid-row .item-right {
  position: sticky;
  top: 15%;
  padding: 12px 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 540px) {
  .grid-row .item-right {
    margin-bottom: 0;
  }
}

.quckEnqForm {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
  position: sticky;
  top: 15%;
}
.quckEnqForm .form {
  border: 1px solid rgba(205, 205, 205, 0.5294117647);
  border-radius: 5px;
  background: var(--white);
}
.quckEnqForm .form .form-head {
  background: #f5f5f5;
  padding: 12px 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 5px 5px 0 0;
}
.quckEnqForm .form .form-head .icon {
  width: 45px;
  height: 45px;
  background: var(--white);
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quckEnqForm .form .form-head .icon svg {
  display: block;
  width: 21px;
  height: 21px;
}
.quckEnqForm .form .form-head .title {
  color: var(--black);
  font-weight: 600;
  font-size: 16px;
}
.quckEnqForm .form .form-body {
  padding: 20px;
}
@media only screen and (max-width: 540px) {
  .quckEnqForm .form .form-body {
    padding: 15px;
  }
}
.quckEnqForm .form .form-group {
  position: relative;
  margin-bottom: 15px;
}
.quckEnqForm .form .form-group textarea {
  padding-top: 10px !important;
}
.quckEnqForm .form .form-group .form-control {
  padding: 3px 17px;
  width: 100%;
  border-radius: 5px;
  outline: none;
  height: 42px;
  border-radius: 0;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
}
.quckEnqForm .form .form-group .form-control:focus {
  border-color: var(--blue);
  box-shadow: none;
}
.quckEnqForm .form .form-group .form-control:focus ~ label {
  font-size: 14px;
  color: var(--blue);
  top: -11px;
}
.quckEnqForm .form .form-group label {
  position: absolute;
  top: 9px;
  left: 0px;
  background: var(--white);
  padding: 0 0;
  color: var(--text);
  pointer-events: none;
  transition: 0.4s ease;
}
.quckEnqForm .form .form-group.valid label {
  font-size: 14px;
  top: -11px;
  border-color: var(--blue);
}
.quckEnqForm .link_btn .btn {
  width: 100%;
  text-align: center;
  padding: 11px 18px;
  font-size: 16px;
  background: #000000;
  color: var(--white);
  margin-top: 20px;
}

span, p, ul li, h3, h5, h6 {
  text-align: left;
}

.topcityCard {
  background: var(--white);
  padding: 20px;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid rgba(205, 205, 205, 0.5294117647);
}
@media only screen and (max-width: 675px) {
  .topcityCard {
    padding: 12px;
  }
}
.topcityCard .flex {
  display: flex;
  flex-wrap: wrap;
}
.topcityCard .flex .new-launch-slide .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.topcityCard .titleToc {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: var(--black);
  text-align: left;
  padding-bottom: 12px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 12px;
}
.topcityCard ul {
  display: flex;
  flex-wrap: wrap;
}
.topcityCard ul li {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
  margin: 5px 0;
}
.topcityCard ul li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: var(--text);
  display: block;
}
@media only screen and (max-width: 1100px) {
  .topcityCard ul li a {
    font-size: 12px;
    line-height: 15px;
  }
}
.topcityCard ul li a:hover {
  color: var(--blue);
}
.topcityCard ul li span {
  color: var(--blue);
}

.topBloArt .col {
  width: 100%;
  padding: 4px;
}
@media only screen and (max-width: 1100px) {
  .topBloArt .col {
    padding: 3px;
  }
}
.topBloArt a {
  display: block;
  position: relative;
  line-height: 0;
  overflow: hidden;
  border-radius: 4px;
}
.topBloArt a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.831372549), transparent);
}
.topBloArt a img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.topBloArt a p {
  position: absolute;
  padding: 8px;
  color: var(--white);
  z-index: 1;
  bottom: 0;
  line-height: 16px;
  margin: 0;
  font-size: 13px;
}
@media only screen and (max-width: 1100px) {
  .topBloArt a p {
    font-size: 12px;
    padding: 8px;
    line-height: 16px;
  }
}/*# sourceMappingURL=property.css.map */
/* EMI Calculator Styles */
.emi_calculator {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    padding: 25px;
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #eee;
}

.emi_calculator_sidebar_po h3 {
    color: var(--primary, #00257a);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.emi_calculator .form-group {
    margin-bottom: 20px;
}

.emi_calculator .input-group {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #f9f9f9;
}

.emi_calculator .input-group:focus-within {
    border-color: var(--primary, #00257a);
    box-shadow: 0 0 0 3px rgba(0, 37, 122, 0.1);
    background: #fff;
}

.emi_calculator .input-group-addon {
    background: #f1f1f1;
    padding: 10px 15px;
    color: #555;
    border-right: 1px solid #ddd;
    font-weight: 600;
    min-width: 45px;
    text-align: center;
    font-size: 14px;
}

.emi_calculator .form-control {
    border: none;
    padding: 12px 15px;
    width: 100%;
    outline: none;
    font-size: 14px;
    background: transparent;
    color: #333;
    font-family: 'Poppins', sans-serif;
}

.emi_calculator .btn-dark {
    background: #000000;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    height: auto;
    line-height: 1.25;
    box-sizing: border-box;
    text-align: center;
}

.emi_calculator .btn-dark:hover {
    background: #d4d7ef;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 37, 122, 0.3);
}

#results {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 2px dashed #eee;
    display: none;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

#results h5 {
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 16px;
}

#results .form-group {
    margin-bottom: 10px;
}

#results .input-group {
    border: none;
    background: #f8faff;
    padding: 5px 10px;
    border-radius: 4px;
}

#results .input-group-addon {
    background: transparent;
    border-right: none;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 0;
    min-width: 120px;
    text-align: left;
}

#results .form-control {
    background: transparent;
    font-weight: 700;
    color: var(--primary, #00257a);
    font-size: 16px;
    padding: 5px 0;
    text-align: right;
}

#results .form-control:disabled {
    opacity: 1;
    cursor: default;
}

/* Decrease Hero Image Height on Project Detail Pages */
.banner.property-detail-banner:not(.hero-scroll-priority) .bg {
    height: 65vh !important;
}

@media only screen and (max-width: 1152px) {
    .banner.property-detail-banner:not(.hero-scroll-priority) .bg {
        height: 50vh !important;
    }
}

@media only screen and (max-width: 675px) {
    .banner.property-detail-banner:not(.hero-scroll-priority) .bg {
        height: 40vh !important;
    }
}

/* ── Hero Section & Property Detail Bar Fixes (Antigravity) ── */

/* Position title and sector at the bottom left of the banner */
.banner.property-detail-banner:not(.hero-scroll-priority) {
    height: 550px !important;
    min-height: 550px !important;
    overflow: hidden !important;
}

.banner.property-detail-banner:not(.hero-scroll-priority) .bg {
    height: 100% !important;
}

.banner.property-detail-banner .banner-wrapper {
    bottom: 40px !important;
    top: auto !important;
    transform: none !important;
    translate: none !important;
    text-align: left !important;
    position: absolute !important;
}

.banner.property-detail-banner .banner-wrapper .container {
    max-width: 1400px;
    margin: 0 auto;
}

.banner.property-detail-banner h1 {
    font-size: 3rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 5px !important;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5) !important;
    text-align: left !important;
}

.banner.property-detail-banner p {
    font-size: 1.3rem !important;
    color: #fff !important;
    opacity: 0.95 !important;
    text-shadow: 1px 1px 8px rgba(0,0,0,0.6) !important;
    text-align: left !important;
    margin-bottom: 5px !important;
}

/* Property detail bar (nav-strip2) */
.nav-strip2 {
    background: #D51C39 !important;
    padding: 0 !important;
    position: relative;

    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.nav-strip2 .nav-strip-wrap {
    padding: 12px 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: transparent !important;
}

/* Configuration Details in Blue Bar */
.nav-strip2 .config-dtl {
    display: flex !important;
    gap: 45px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    align-items: center !important;
}

.nav-strip2 .config-dtl li {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    border: none !important;
    padding: 0 !important;
}

.nav-strip2 .config-dtl li .ico {
    border: none !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
}

.nav-strip2 .config-dtl li .ico svg {
    width: 26px !important;
    height: 26px !important;
}

.nav-strip2 .config-dtl li .ico svg path,
.nav-strip2 .config-dtl li .ico svg rect,
.nav-strip2 .config-dtl li .ico svg circle {
    fill: #fff !important;
}

.nav-strip2 .config-dtl li .inf {
    padding-left: 0 !important;
}

.nav-strip2 .config-dtl li span {
    display: block !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    color: rgba(255,255,255,0.8) !important;
    margin-bottom: 3px !important;
    line-height: 1 !important;
}

.nav-strip2 .config-dtl li p {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

/* Action Buttons in Blue Bar */
.nav-strip2 .btn-wrap {
    display: flex !important;
    gap: 15px !important;
    align-items: center !important;
}

.nav-strip2 .btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 12px 25px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 6px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    height: auto !important;
    line-height: 1 !important;
}

/* Gallery Button - White Border */
.nav-strip2 .glr-btn {
    background: transparent !important;
    border: 1.5px solid #fff !important;
    color: #fff !important;
}

.nav-strip2 .glr-btn:hover {
    background: #fff !important;
    color: #00257a !important;
}

/* Brochure Button - Solid White */
.nav-strip2 .brochure-btn {
    background: #fff !important;
    color: #00257a !important;
    border: 1.5px solid #fff !important;
}

.nav-strip2 .brochure-btn:hover {
    background: transparent !important;
    color: #fff !important;
}

.nav-strip2 .brochure-btn svg path,
.nav-strip2 .brochure-btn svg circle,
.nav-strip2 .brochure-btn svg rect {
    stroke: #00257a !important;
}

.nav-strip2 .brochure-btn:hover svg path,
.nav-strip2 .brochure-btn:hover svg circle,
.nav-strip2 .brochure-btn:hover svg rect {
    stroke: #fff !important;
}

/* Whatsapp Button - Green */
.nav-strip2 .wtsp-btn {
    background: #25d366 !important;
    color: #fff !important;
    border: 1.5px solid #25d366 !important;
}

.nav-strip2 .wtsp-btn:hover {
    background: #1ebb58 !important;
    border-color: #1ebb58 !important;
}

.nav-strip2 .wtsp-btn svg path {
    fill: #fff !important;
}

/* Mobile Responsiveness */
@media (max-width: 1200px) {
    .nav-strip2 .config-dtl {
        gap: 25px !important;
    }
}

@media (max-width: 991px) {
    .banner.property-detail-banner .banner-wrapper {
        bottom: 30px !important;
    }
    .banner.property-detail-banner h1 {
        font-size: 2.5rem !important;
    }
    .nav-strip2 .nav-strip-wrap {
        flex-direction: column !important;
        gap: 25px !important;
        text-align: center !important;
        padding: 20px 0 !important;
    }
    .nav-strip2 .config-dtl {
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 20px 30px !important;
    }
    .nav-strip2 .btn-wrap {
        justify-content: center !important;
        width: 100% !important;
    }
}
