/* =========================================================
   Falcon Realtor — Site Visual Upgrade
   Layers on top of main.css; preserves brand colors.
   ========================================================= */

:root {
  --fr-ink: #1a1f2a;
  --fr-ink-soft: #2c3340;
  --fr-primary: #5758d6;
  --fr-primary-deep: #3f40b8;
  --fr-gold: #d4a017;
  --fr-gold-soft: #f1c40f;
  --fr-mist: #f4f6fb;
  --fr-mist-2: #e8ecf6;
  --fr-surface: rgba(255, 255, 255, 0.92);
  --fr-shadow: 0 18px 50px rgba(26, 31, 42, 0.12);
  --fr-shadow-sm: 0 8px 24px rgba(26, 31, 42, 0.08);
  --fr-radius: 14px;
  --fr-radius-sm: 10px;
  --fr-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --tp-ff-heading: "Cormorant Garamond", "Plus Jakarta Sans", serif;
  --tp-ff-body: "Plus Jakarta Sans", sans-serif;
  --tp-ff-p: "Plus Jakarta Sans", sans-serif;
  --tp-theme-primary: #5758d6;
  --tp-heading-primary: #1a1f2a;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #5c6370;
  background:
    radial-gradient(ellipse 80% 50% at 0% 0%, rgba(87, 88, 214, 0.06) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 20%, rgba(212, 160, 23, 0.05) 0%, transparent 50%),
    #fbfbfd;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.tp-section-title,
.tp-service-title,
.tp-offer-content h2,
.tp-lead-gen-form-header h3 {
  font-family: var(--tp-ff-heading);
  letter-spacing: -0.01em;
  color: var(--fr-ink);
}

.tp-section-title {
  font-weight: 600;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.15;
}

.tp-section-title-pre {
  display: inline-block;
  font-family: var(--tp-ff-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fr-primary);
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.tp-section-title-pre::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--fr-gold), transparent);
}

/* ---------- Buttons ---------- */
.tp-btn {
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(87, 88, 214, 0.28);
  transition: transform 0.35s var(--fr-ease), box-shadow 0.35s var(--fr-ease);
}

.tp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(87, 88, 214, 0.38);
}

.tp-property-btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--fr-primary) 0%, var(--fr-primary-deep) 100%);
  color: #fff !important;
  border-radius: 999px;
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.3s var(--fr-ease), box-shadow 0.3s var(--fr-ease), background 0.3s ease;
  box-shadow: 0 8px 20px rgba(87, 88, 214, 0.25);
}

.tp-property-btn:hover {
  transform: translateY(-2px);
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(87, 88, 214, 0.35);
}

.tp-property-btn.is-muted {
  background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
  box-shadow: 0 8px 20px rgba(75, 85, 99, 0.25);
}

.tp-yt-subscribe {
  display: inline-block;
  background: linear-gradient(135deg, #e11d48 0%, #be123c 100%);
  color: #fff !important;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  margin: 0 6px;
  box-shadow: 0 8px 22px rgba(190, 18, 60, 0.28);
  transition: transform 0.3s var(--fr-ease);
}

.tp-yt-subscribe:hover {
  transform: translateY(-2px);
  color: #fff !important;
}

/* ---------- Header ---------- */
.tp-header-area.tp-header-transparent {
  backdrop-filter: none;
}

.tp-header-sticky-cloned,
.tp-int-menu {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 8px 30px rgba(26, 31, 42, 0.08);
}

.tp-main-menu nav ul li a {
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.25s ease;
}

.tp-header-logo img {
  transition: transform 0.4s var(--fr-ease);
}

.tp-header-logo:hover img {
  transform: scale(1.03);
}

/* ---------- Hero ---------- */
.tp-hero-3-ptb {
  position: relative;
}

.tp-hero-3-bg {
  transform-origin: center center;
}

.swiper-slide-active .tp-hero-3-bg {
  animation: frKenBurns 12s ease-out forwards;
}

@keyframes frKenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

.tp-hero-3-bg::after {
  background:
    linear-gradient(105deg, rgba(10, 12, 20, 0.72) 0%, rgba(10, 12, 20, 0.35) 55%, rgba(10, 12, 20, 0.45) 100%),
    linear-gradient(to top, rgba(10, 12, 20, 0.55) 0%, transparent 45%);
}

.tp-hero-3-title,
.tp-hero-3-title div,
.tp-hero-3-title div span {
  font-family: var(--tp-ff-heading);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #ffffff !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.tp-hero-3-title-pre,
.tp-hero-3-title-pre div,
.tp-hero-3-title-pre div span {
  font-family: var(--tp-ff-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff !important;
  opacity: 0.95;
}

.tp-hero-3-title-pre span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(241, 196, 15, 0.55);
}

.tp-hero-support {
  max-width: 480px;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 17px;
  line-height: 1.65;
  margin: -10px 0 28px;
  font-weight: 400;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s var(--fr-ease) 0.35s, transform 0.8s var(--fr-ease) 0.35s;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.tp-hero-3-button-wrapper .tp-btn {
  background: var(--fr-primary) !important;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(87, 88, 214, 0.45);
}

.tp-hero-3-button-wrapper .tp-btn:hover {
  background: var(--fr-primary-deep) !important;
}

.swiper-slide-active .tp-hero-support {
  opacity: 1;
  transform: translateY(0);
}

.tp-hero-3-button-wrapper {
  margin-top: 8px;
}

.tp-hero-3-arrow-box button {
  border-radius: 50%;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: background 0.3s ease, transform 0.3s var(--fr-ease);
}

.tp-hero-3-arrow-box button:hover {
  background: var(--fr-primary);
  transform: scale(1.06);
}

/* ---------- About ---------- */
#about-us {
  position: relative;
  padding-top: 90px !important;
  padding-bottom: 70px !important;
}

#about-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 60% at 0% 50%, rgba(87, 88, 214, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.tp-about-5-thumb img,
.tp-about-5-img img {
  border-radius: var(--fr-radius);
  box-shadow: var(--fr-shadow);
}

.tp-offer-content p {
  line-height: 1.8;
  color: #5c6370;
}

/* ---------- Services ---------- */
.tp-service-area {
  background:
    linear-gradient(180deg, rgba(244, 246, 251, 0.9) 0%, rgba(232, 236, 246, 0.95) 100%);
  border: none !important;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.tp-service-area::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  right: -80px;
  top: -100px;
  background: radial-gradient(circle, rgba(87, 88, 214, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.tp-service-title {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 600;
}

.tp-service-item {
  transition: transform 0.4s var(--fr-ease);
}

.tp-service-item:hover {
  transform: translateY(-8px);
}

.tp-service-item img {
  transition: transform 0.45s var(--fr-ease), filter 0.45s ease;
  filter: drop-shadow(0 8px 16px rgba(87, 88, 214, 0.15));
}

.tp-service-item:hover img {
  transform: scale(1.08);
}

.tp-service-item-title {
  font-family: var(--tp-ff-heading);
  font-weight: 600;
  font-size: 1.25rem;
}

/* ---------- Property listings ---------- */
#properties {
  padding-top: 90px !important;
  padding-bottom: 40px;
}

.tp-rent-item {
  background: #fff;
  border-radius: var(--fr-radius);
  overflow: hidden;
  box-shadow: var(--fr-shadow-sm);
  border: 1px solid rgba(26, 31, 42, 0.06);
  transition: transform 0.45s var(--fr-ease), box-shadow 0.45s var(--fr-ease);
}

.tp-rent-item:hover {
  transform: translateY(-8px);
  box-shadow: var(--fr-shadow);
}

.tp-rent-thumb {
  overflow: hidden;
}

.tp-rent-thumb img {
  transition: transform 0.7s var(--fr-ease);
  width: 100%;
}

.tp-rent-item:hover .tp-rent-thumb img {
  transform: scale(1.06);
}

.tp-rent-tags a {
  border-radius: 999px !important;
  font-size: 11px !important;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.tp-rent-content {
  padding: 22px 22px 24px !important;
}

.tp-rent-content h4 {
  font-family: var(--tp-ff-heading);
  font-size: 1.55rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.tp-rent-content p {
  color: #6b7280;
  margin-bottom: 16px;
}

/* ---------- Offer / services carousel ---------- */
.tp-offer-ptb {
  margin-top: 30px;
}

.tp-offer-content h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.4rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 18px;
}

.tp-offer-thumb img {
  border-radius: var(--fr-radius);
  box-shadow: var(--fr-shadow);
}

/* ---------- Lead form ---------- */
.tp-lead-gen-ptb {
  background:
    radial-gradient(ellipse 60% 50% at 10% 20%, rgba(87, 88, 214, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 80%, rgba(212, 160, 23, 0.1) 0%, transparent 50%),
    linear-gradient(160deg, #eef0f8 0%, #f7f5ef 50%, #ebeff8 100%) !important;
  position: relative;
}

.tp-lead-gen-form-container {
  background: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(16px);
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 24px 60px rgba(26, 31, 42, 0.1) !important;
  padding: 42px 36px !important;
}

.tp-lead-gen-form-header h3 {
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
  font-weight: 600;
}

.tp-lead-gen-form-group input,
.tp-lead-gen-form-group select,
.tp-lead-gen-form-group textarea {
  border-radius: 12px !important;
  border: 1px solid rgba(26, 31, 42, 0.1) !important;
  background: #fff !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
}

.tp-lead-gen-form-group input:focus,
.tp-lead-gen-form-group select:focus,
.tp-lead-gen-form-group textarea:focus {
  border-color: var(--fr-primary) !important;
  box-shadow: 0 0 0 4px rgba(87, 88, 214, 0.12) !important;
}

.tp-lead-gen-btn {
  border-radius: 999px !important;
  padding: 14px 32px !important;
  background: linear-gradient(135deg, var(--fr-primary) 0%, var(--fr-primary-deep) 100%) !important;
  box-shadow: 0 12px 30px rgba(87, 88, 214, 0.3);
  transition: transform 0.3s var(--fr-ease), box-shadow 0.3s var(--fr-ease) !important;
}

.tp-lead-gen-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(87, 88, 214, 0.4);
}

/* ---------- YouTube strip ---------- */
.tp-slider-image-ptb h3 {
  font-family: var(--tp-ff-heading);
  font-weight: 600;
  color: var(--fr-ink);
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
}

.tp-slider-image-thumb iframe {
  border-radius: 16px !important;
  box-shadow: var(--fr-shadow-sm);
}

/* ---------- Why choose ---------- */
.tp-choose-ptb {
  position: relative;
}

.tp-choose-item,
.tp-choose-list-item {
  transition: transform 0.35s var(--fr-ease);
}

.tp-choose-item:hover {
  transform: translateY(-4px);
}

/* ---------- Testimonials ---------- */
.tp-testimonial-3-ptb {
  background:
    radial-gradient(ellipse 50% 40% at 80% 0%, rgba(87, 88, 214, 0.25) 0%, transparent 55%),
    radial-gradient(ellipse 40% 35% at 10% 100%, rgba(212, 160, 23, 0.12) 0%, transparent 50%),
    #1a1f2a !important;
}

.tp-testimonial-3-ptb .tp-section-title {
  color: #fff;
}

.tp-testimonial-3-item,
.tp-testimonial-item {
  border-radius: var(--fr-radius);
  transition: transform 0.4s var(--fr-ease);
}

.tp-testimonial-3-item:hover {
  transform: translateY(-4px);
}

/* ---------- CTA ---------- */
.tp-cta-bg {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(87, 88, 214, 0.28);
}

.tp-cta-content {
  background: linear-gradient(120deg, var(--fr-primary) 0%, var(--fr-primary-deep) 55%, #2f318f 100%);
}

/* ---------- FAQ ---------- */
.tp-faq-area {
  background:
    linear-gradient(180deg, #fff 0%, var(--fr-mist) 100%);
}

.tp-faq-thumb img {
  border-radius: var(--fr-radius);
  box-shadow: var(--fr-shadow);
}

.tp-faq-box .accordion-item {
  border-radius: var(--fr-radius-sm) !important;
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid rgba(26, 31, 42, 0.08) !important;
  background: #fff;
  box-shadow: var(--fr-shadow-sm);
}

.tp-faq-box .accordion-button {
  font-family: var(--tp-ff-body);
  font-weight: 600;
  color: var(--fr-ink);
}

/* ---------- Footer ---------- */
.tp-footer-area {
  background:
    radial-gradient(ellipse 50% 40% at 0% 0%, rgba(87, 88, 214, 0.2) 0%, transparent 55%),
    #141820;
}

.tp-footer-area a {
  transition: color 0.25s ease;
}

/* ---------- Offcanvas ---------- */
.offcanvas__area {
  backdrop-filter: blur(8px);
}

/* ---------- Back to top ---------- */
.back-to-top-btn {
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(87, 88, 214, 0.35);
}

/* ---------- WhatsApp ---------- */
.whatsapp-btn {
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
  transition: transform 0.35s var(--fr-ease);
}

.whatsapp-btn:hover {
  transform: scale(1.06);
}

/* ---------- CSR refinements (index inline styles coexist) ---------- */
.tp-csr-area {
  background:
    radial-gradient(ellipse 70% 50% at 8% 20%, rgba(241, 196, 15, 0.16) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 92% 10%, rgba(87, 88, 214, 0.12) 0%, transparent 50%),
    linear-gradient(165deg, #f0edf8 0%, #f7f4ec 45%, #e9eef6 100%) !important;
}

.tp-csr-work-item,
.tp-csr-logo-wrap,
.tp-csr-quote {
  transition: transform 0.4s var(--fr-ease), box-shadow 0.4s var(--fr-ease);
}

.tp-csr-work-item:hover {
  transform: translateY(-6px);
}

/* ---------- Detail pages shared polish ---------- */
.breadcrumb__area,
.tp-breadcrumb-area {
  position: relative;
}

.tp-project-details-thumb img,
.tp-blog-details-thumb img,
img.w-100 {
  border-radius: var(--fr-radius-sm);
}

/* ---------- Motion utilities ---------- */
@media (prefers-reduced-motion: reduce) {
  .swiper-slide-active .tp-hero-3-bg,
  .tp-rent-item,
  .tp-service-item,
  .tp-btn,
  .tp-property-btn {
    animation: none !important;
    transition: none !important;
  }
}

.tp-slider-active .swiper-slide-active .tp-hero-3-button-wrapper .tp-btn {
  transition-delay: 0.45s;
}

.tp-hero-3-title-wrapper {
  max-width: 720px;
}

@media (max-width: 767px) {
  .tp-lead-gen-form-container {
    padding: 28px 18px !important;
  }

  .tp-hero-support {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .tp-rent-content {
    padding: 18px 16px 20px !important;
  }

  .tp-hero-3-title-wrapper {
    max-width: 100%;
  }
}

/* =========================================================
   Property detail pages
   ========================================================= */

body:has(.tp-property-details-area) {
  background:
    radial-gradient(ellipse 70% 40% at 100% 0%, rgba(87, 88, 214, 0.07) 0%, transparent 55%),
    #fbfbfd;
}

.tp-header-5-ptb {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(26, 31, 42, 0.06) !important;
  box-shadow: 0 8px 24px rgba(26, 31, 42, 0.04);
}

.tp-property-details-area {
  padding-top: 48px !important;
  padding-bottom: 40px !important;
  position: relative;
}

.tp-property-details-heading {
  margin-bottom: 28px !important;
}

.tp-property-details-heading .pd-eyebrow {
  display: inline-block;
  font-family: var(--tp-ff-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fr-primary);
  margin-bottom: 10px;
}

.tp-property-details-title {
  font-family: var(--tp-ff-heading) !important;
  font-size: clamp(2.4rem, 4.5vw, 3.6rem) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  color: var(--fr-ink) !important;
  margin-bottom: 12px !important;
}

.tp-property-details-heading > span:not(.pd-eyebrow):not(.pd-badge) {
  display: block;
  font-family: var(--tp-ff-body);
  font-size: 1.05rem;
  font-weight: 500;
  color: #5c6370;
  line-height: 1.55;
  max-width: 540px;
  margin-bottom: 18px;
}

.pd-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.pd-badge.is-sale {
  background: rgba(87, 88, 214, 0.12);
  color: var(--fr-primary);
}

.pd-badge.is-sold {
  background: rgba(107, 114, 128, 0.16);
  color: #4b5563;
}

.tp-property-details-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.tp-property-details-info > span {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(26, 31, 42, 0.08);
  box-shadow: var(--fr-shadow-sm);
  font-size: 13px;
  font-weight: 600;
  color: var(--fr-ink);
  margin: 0 !important;
}

.tp-property-details-info > span img {
  width: 18px !important;
  height: 18px !important;
}

.tp-property-details-info > span i,
.tp-property-details-info > span svg {
  color: var(--fr-primary) !important;
  flex-shrink: 0;
}

.tp-property-details-right-side {
  background: linear-gradient(145deg, var(--fr-primary) 0%, var(--fr-primary-deep) 100%);
  color: #fff;
  border-radius: 18px;
  padding: 28px 30px;
  display: inline-block;
  text-align: left !important;
  box-shadow: 0 18px 40px rgba(87, 88, 214, 0.3);
  margin-left: auto;
}

.tp-property-details-icon-box {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tp-property-details-icon-price {
  color: #fff !important;
  font-family: var(--tp-ff-heading);
  font-size: 2.2rem !important;
  font-weight: 600 !important;
  margin: 6px 0 0 !important;
}

.pd-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.pd-hero-actions .tp-btn,
.pd-hero-actions .tp-property-btn {
  margin: 0;
}

.pd-hero-actions .tp-property-btn.is-outline {
  background: transparent;
  color: var(--fr-primary) !important;
  border: 1.5px solid rgba(87, 88, 214, 0.35);
  box-shadow: none;
}

.pd-hero-actions .tp-property-btn.is-outline:hover {
  background: rgba(87, 88, 214, 0.08);
  color: var(--fr-primary-deep) !important;
}

/* Gallery */
.tp-property-details-slider {
  margin-top: 8px;
  padding: 0 24px;
}

.tp-property-details-slider-thumb {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--fr-shadow);
}

.tp-property-details-slider-thumb img {
  width: 100%;
  height: min(62vh, 560px);
  object-fit: cover;
  display: block;
  transition: transform 0.7s var(--fr-ease);
}

.tp-property-details-slider-thumb:hover img {
  transform: scale(1.03);
}

/* Content sections */
.tp-property-details-ptb {
  padding-top: 12px;
  padding-bottom: 12px;
  background: transparent !important;
}

.tp-property-details-ptb.pb-120 {
  padding-bottom: 100px !important;
}

.tp-property-details-box {
  background: #fff;
  border: 1px solid rgba(26, 31, 42, 0.06);
  border-radius: 18px;
  padding: 32px 34px !important;
  box-shadow: var(--fr-shadow-sm);
  margin-bottom: 22px !important;
  transition: transform 0.35s var(--fr-ease), box-shadow 0.35s var(--fr-ease);
}

.tp-property-details-box:hover {
  box-shadow: var(--fr-shadow);
}

.tp-property-details-box-title {
  font-family: var(--tp-ff-heading) !important;
  font-size: clamp(1.55rem, 2.2vw, 1.9rem) !important;
  font-weight: 600 !important;
  color: var(--fr-ink) !important;
  margin-bottom: 18px !important;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(26, 31, 42, 0.08);
  position: relative;
}

.tp-property-details-box-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 56px;
  height: 2px;
  background: linear-gradient(90deg, var(--fr-gold), var(--fr-primary));
}

.tp-property-details-box-desc p,
.tp-property-details-maps-wrap p {
  color: #5c6370;
  line-height: 1.8;
  font-size: 15.5px;
}

.tp-property-details-box-desc ul,
.tp-property-details-maps-wrap ul,
.pd-check-list {
  list-style: none;
  padding: 0 !important;
  margin: 8px 0 0 !important;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
}

.tp-property-details-box-desc ul li,
.tp-property-details-maps-wrap ul li,
.pd-check-list li {
  position: relative;
  padding: 12px 14px 12px 42px;
  background: var(--fr-mist);
  border-radius: 12px;
  color: var(--fr-ink);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.45;
  border: 1px solid rgba(26, 31, 42, 0.04);
}

.tp-property-details-box-desc ul li::before,
.tp-property-details-maps-wrap ul li::before,
.pd-check-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2l3 3 6-6.5' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 10px 10px no-repeat,
    var(--fr-primary);
}

/* Overview stats */
.tp-property-details-box.box-2 {
  background:
    radial-gradient(ellipse 60% 50% at 0% 0%, rgba(87, 88, 214, 0.08) 0%, transparent 60%),
    #fff;
}

.tp-property-details-tags-item {
  background: #fff;
  border: 1px solid rgba(26, 31, 42, 0.07);
  border-radius: 14px;
  padding: 16px 14px;
  box-shadow: var(--fr-shadow-sm);
  height: 100%;
  transition: transform 0.3s var(--fr-ease);
}

.tp-property-details-tags-item:hover {
  transform: translateY(-3px);
}

.tp-property-details-tags-icon span {
  width: 48px !important;
  height: 48px !important;
  border-radius: 12px !important;
  background: rgba(87, 88, 214, 0.1) !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.tp-property-details-tags-content > span {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a8190 !important;
}

.tp-property-details-tags-content p {
  font-family: var(--tp-ff-heading);
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  color: var(--fr-ink) !important;
  margin: 2px 0 0 !important;
  line-height: 1.3;
}

/* Map & location */
.tp-property-details-maps-wrap h4 {
  font-family: var(--tp-ff-heading);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--fr-ink);
  margin: 18px 0 10px;
}

.tp-property-details-maps {
  margin-top: 24px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--fr-shadow-sm);
  border: 1px solid rgba(26, 31, 42, 0.06);
}

.tp-property-details-maps iframe {
  width: 100% !important;
  max-width: 100%;
  height: 380px !important;
  display: block;
  border: 0 !important;
}

/* Sticky inquiry card */
.pd-inquiry-card {
  position: sticky;
  top: 120px;
  background: linear-gradient(160deg, #1a1f2a 0%, #2a3140 100%);
  color: #fff;
  border-radius: 18px;
  padding: 28px 26px;
  box-shadow: 0 20px 50px rgba(26, 31, 42, 0.28);
  margin-bottom: 22px;
}

.pd-inquiry-card h4 {
  font-family: var(--tp-ff-heading);
  font-size: 1.55rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}

.pd-inquiry-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.pd-inquiry-card .pd-inquiry-phone {
  display: block;
  font-family: var(--tp-ff-heading);
  font-size: 1.45rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
  transition: color 0.25s ease;
}

.pd-inquiry-card .pd-inquiry-phone:hover {
  color: var(--fr-gold-soft);
}

.pd-inquiry-card .pd-inquiry-meta {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 20px;
}

.pd-inquiry-card .tp-property-btn {
  width: 100%;
  text-align: center;
  background: #fff;
  color: var(--fr-primary) !important;
  box-shadow: none;
  margin-bottom: 10px;
}

.pd-inquiry-card .tp-property-btn:hover {
  background: var(--fr-gold-soft);
  color: var(--fr-ink) !important;
}

.pd-inquiry-card .tp-property-btn.is-outline {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.pd-inquiry-card .tp-property-btn.is-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}

.pd-highlight {
  font-style: italic;
  color: var(--fr-primary) !important;
  font-size: 1.05rem !important;
  font-weight: 600;
}

.pd-highlight.is-green {
  color: #2d5a27 !important;
}

.pd-content-layout {
  padding-top: 28px;
  padding-bottom: 90px;
}

.tp-property-details-video iframe,
.tp-property-details-video .main {
  border-radius: 16px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .tp-property-details-box-desc ul,
  .tp-property-details-maps-wrap ul,
  .pd-check-list {
    grid-template-columns: 1fr;
  }

  .pd-inquiry-card {
    position: static;
    margin-top: 8px;
  }

  .tp-property-details-slider {
    padding: 0 12px;
  }

  .tp-property-details-slider-thumb img {
    height: 280px;
  }

  .tp-property-details-box {
    padding: 24px 20px !important;
  }

  .tp-property-details-right-side {
    width: 100%;
    margin-top: 8px;
  }
}
