@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --plv-ink: #1f2b3a;
  --plv-navy: #18344f;
  --plv-accent: #5fb3c8;
  --plv-accent-deep: #2e7b95;
  --plv-paper: #ffffff;
  --plv-mist: #f3f7fb;
  --plv-border: #dbe5ef;
  --plv-muted: #6a7888;
  --plv-shadow: 0 18px 48px rgba(16, 34, 54, 0.12);
  --plv-radius: 24px;
}

body {
  font-family: 'Manrope', sans-serif !important;
  color: var(--plv-ink);
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 26%, #f8fafc 100%);
}

.my_container {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}

#nav_area {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(247, 251, 255, 0.88);
  border-bottom: 1px solid rgba(219, 229, 239, 0.8);
}

.navigation_area {
  margin-top: 0;
  padding: 16px 0;
  background: transparent;
}

#nav_area .row {
  align-items: center;
}

#nav_area .back_optn a,
#nav_area .share_save button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--plv-border);
  background: rgba(255, 255, 255, 0.88);
  color: var(--plv-ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(16, 34, 54, 0.06);
}

#nav_area .back_optn button,
#nav_area .share_save button {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  min-height: 0;
  box-shadow: none !important;
}

#nav_area .navigate_optn ul {
  display: flex;
  justify-content: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

#nav_area .navigate_optn ul a {
  color: var(--plv-muted);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.01em;
}

#nav_area .navigate_optn ul a:hover,
#nav_area .navigate_optn ul a:focus {
  color: var(--plv-navy);
}

.share_save {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

#banner_slider {
  padding: 28px 0 0;
}

.owl-carousel-main-div {
  width: min(1320px, calc(100% - 24px));
  margin: 0 auto;
}

#sync1 .item,
#sync2 .item {
  margin: 0;
}

#sync1 .item img {
  width: 100%;
  height: clamp(320px, 58vh, 680px);
  object-fit: cover;
  border-radius: 28px;
}

#sync2 {
  margin-top: 14px;
}

#sync2 .item {
  padding: 0 6px;
}

#sync2 .item img {
  width: 100%;
  height: 96px;
  object-fit: cover;
  border-radius: 16px;
  opacity: 0.72;
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

#sync2 .owl-item.current img,
#sync2 .item:hover img {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(16, 34, 54, 0.16);
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  box-shadow: 0 12px 24px rgba(16, 34, 54, 0.18);
}

.owl-theme .owl-nav .owl-prev {
  left: 18px;
}

.owl-theme .owl-nav .owl-next {
  right: 18px;
}

#property_information {
  margin: 32px 0 56px;
}

#property_information > .my_container > .row {
  align-items: start;
  row-gap: 32px;
}

#property_information .col-12,
#property_information .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

#property_information .main_descp {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .75fr);
  gap: 24px;
  padding: 34px 36px;
  border: 1px solid rgba(219, 229, 239, 0.9);
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff 0%, #f4f8fc 100%);
  box-shadow: var(--plv-shadow);
}

#property_information .main_descp h2 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 3vw, 3.3rem);
  line-height: 1.02;
  color: var(--plv-navy);
  font-weight: 800;
  letter-spacing: -0.04em;
}

#property_information .main_descp p {
  margin: 0;
  font-size: 15px;
  color: var(--plv-muted);
}

.main_addres p {
  max-width: 640px;
}

.property_price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  padding: 22px 24px;
  border-radius: 22px;
  background: radial-gradient(circle at top left, rgba(95, 179, 200, 0.18), rgba(24, 52, 79, 0.07));
}

.property_price h2 {
  margin: 0;
  font-size: clamp(1.9rem, 2.3vw, 2.8rem) !important;
}

.descriptiop_sec_1,
.property_map,
.interiro_feature {
  margin-top: 26px;
  padding: 34px 36px;
  border: 1px solid rgba(219, 229, 239, 0.92);
  border-radius: 28px;
  background: var(--plv-paper);
  box-shadow: var(--plv-shadow);
}

.descriptiop_sec_1,
.property_map {
  border-bottom: 1px solid rgba(219, 229, 239, 0.92);
}

.feature_detail {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(219, 229, 239, 0.72);
}

.feature_detail:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.feature_detail .iocn {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--plv-mist);
  color: var(--plv-navy);
}

.feature_detail .status_status {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5ed194 0%, #2f9d66 100%);
  box-shadow: 0 0 0 6px rgba(94, 209, 148, 0.12);
}

.feature_detail p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--plv-ink);
}

.about_and_mls_id {
  display: grid;
  gap: 28px;
}

.about_propert {
  font-size: 16px;
  line-height: 1.85;
  color: var(--plv-ink);
}

.list_id_and_detail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.list_id_and_detail .mls_id {
  padding: 18px 20px;
  border: 1px solid var(--plv-border);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.list_id_and_detail p {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
  color: var(--plv-navy);
}

.list_id_and_detail span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--plv-muted);
}

.property_map .heading h2,
.interiro_feature .heading h3 {
  margin: 0 0 24px;
  font-size: clamp(1.6rem, 2.1vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--plv-navy);
}

.property_map .map_addres_detail {
  display: grid;
  gap: 20px;
}

.property_map #map_area {
  height: 460px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--plv-border);
}

.after_map_address {
  padding: 18px 20px;
  border-radius: 20px;
  background: var(--plv-mist);
  color: var(--plv-navy);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.interiro_feature .feature_details {
  display: grid;
  gap: 0;
}

.interiro_feature .property_feature {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
  padding: 16px 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(219, 229, 239, 0.72);
  font-size: 15px;
  color: var(--plv-ink);
  font-weight: 500;
}

.interiro_feature .property_feature:last-child {
  border-bottom: none;
}

.interiro_feature .property_feature .title,
.interiro_feature .property_feature .title p {
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--plv-muted);
}

.interiro_feature .property_feature .descp {
  min-width: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--plv-ink);
}

.col-lg-4.col-md-5.col-12 {
  position: sticky;
  top: 92px;
}

.contact_div {
  max-width: none;
  padding: 28px;
  border: 1px solid rgba(219, 229, 239, 0.9);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
  box-shadow: var(--plv-shadow);
}

.site_logo_detain {
  display: flex;
  gap: 16px;
  align-items: center;
}

.contact_div .contact_img img {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  object-fit: cover;
}

.contact_div .contact_content .heading p {
  margin: 0 0 4px;
  color: var(--plv-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact_div .contact_content .name p {
  margin: 0;
  color: var(--plv-navy);
  font-size: 24px;
  font-weight: 800;
}

.contact_info {
  display: grid;
  gap: 14px;
  padding: 24px 0;
}

.contact_info .mail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 15px;
}

.contact_info .mail label {
  width: auto;
  min-width: 64px;
  font-size: 13px;
  font-weight: 800;
  color: var(--plv-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact_info .mail a {
  color: var(--plv-ink);
  font-size: 15px;
  font-weight: 700;
  margin-left: 0;
  text-decoration: none;
}

.contact_div .wpcf7 form {
  display: grid;
  gap: 12px;
}

.contact_div .wpcf7 input[type="url"],
.contact_div .wpcf7 input[type="email"],
.contact_div .wpcf7 input[type="tel"],
.contact_div .wpcf7 input[type="text"],
.contact_div .wpcf7 textarea {
  width: 100%;
  border: 1px solid var(--plv-border);
  border-radius: 16px;
  color: var(--plv-ink);
  padding: 15px 16px;
  font-size: 14px;
  line-height: 1.4;
  font-family: inherit;
  outline: none;
  background: #fff;
}

.contact_div .wpcf7 textarea {
  min-height: 132px;
  resize: vertical;
}

.contact_div .wpcf7 input[type="submit"] {
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 14px 20px;
  background: linear-gradient(135deg, var(--plv-accent) 0%, var(--plv-accent-deep) 100%);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.disclaimer-section {
  padding-bottom: 56px;
}

.disclaimer-div {
  padding: 28px 32px;
  border-radius: 24px;
  background: linear-gradient(180deg, #eef4f8 0%, #f9fbfd 100%);
  border: 1px solid var(--plv-border);
}

.disclaimer-text {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--plv-muted);
}

.disclaimer-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  #property_information .main_descp {
    grid-template-columns: 1fr;
  }

  .property_price {
    align-items: flex-start;
  }

  .col-lg-4.col-md-5.col-12 {
    position: static;
  }
}

@media (max-width: 991px) {
  #nav_area .navigate_optn {
    display: none;
  }

  .share_save {
    justify-content: flex-start;
    margin-top: 12px;
  }

  #sync1 .item img {
    height: 420px;
    border-radius: 22px;
  }

  #sync2 .item img {
    height: 76px;
  }

  .descriptiop_sec_1,
  .property_map,
  .interiro_feature,
  #property_information .main_descp {
    padding: 28px 24px;
  }

  .list_id_and_detail {
    grid-template-columns: 1fr;
  }

  .feature_detail {
    padding: 12px 0;
  }
}

@media (max-width: 767px) {
  .my_container,
  .owl-carousel-main-div {
    width: min(100% - 20px, 1280px);
  }

  #nav_area {
    position: static;
  }

  #nav_area .back_optn a,
  #nav_area .share_save button {
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }

  #sync1 .item img {
    height: 280px;
    border-radius: 18px;
  }

  #sync2 {
    display: none;
  }

  #property_information {
    margin: 20px 0 40px;
  }

  #property_information .main_descp h2 {
    font-size: 2rem;
  }

  .property_price h2 {
    font-size: 2rem !important;
  }

  .property_map #map_area {
    height: 320px;
  }

  .interiro_feature .property_feature {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .descriptiop_sec_1,
  .property_map,
  .interiro_feature,
  #property_information .main_descp,
  .contact_div,
  .disclaimer-div {
    padding: 22px 18px;
    border-radius: 20px;
  }
}
