/* ============================================================
   THE HEIGHTS – STRATHFIELD SOUTH – PAGE STYLES
   Brand palette:
     Navy  #1E1852
     Teal  #00A1AB
     Gold  #FFB81C
     Bg    #F8F9FA
     Cream #FBF7EF
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

.pdp-page {
    font-family: 'BwModelica', sans-serif;
    color: #1E1852;
    line-height: 1.6;
}

.pdp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── AVAILABILITY BANNER ─────────────────────────────────── */
.pdp-availability-bar {
    background: #00A1AB;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
}
.pdp-availability-bar .pdp-container {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.pdp-callback .pdp-container{max-width: 700px;}
.form_wrap{
	background: #fff;
	padding: 25px 30px;
}
.pdp-availability-bar .pdp-avail-badge {
    background: #fff;
    color: #00A1AB;
    border-radius: 20px;
    padding: 3px 14px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.pdp-availability-bar a {
    color: #fff;
    text-decoration: none;
    margin-left: auto;
    background: #FFB81C;
    color: #1E1852;
    padding: 6px 18px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    transition: opacity 0.2s;
}
.pdp-availability-bar a:hover { opacity: 0.88; }

/* ── BREADCRUMB ──────────────────────────────────────────── */
.pdp-breadcrumb {
    background: #F8F9FA;
    padding: 40px 0 15px;
    font-size: 14px;
    color: #1E1852;
	font-family: 'BwModelica', sans-serif;
	font-weight: 600;
}
.pdp-breadcrumb a {
    color: #1E1852;
    text-decoration: none;
}
.pdp-breadcrumb span {
	margin: 0 6px;
	color: #1E1852;
	font-size: 18px;
}
.pdp-breadcrumb span.pipe{font-size: 14px;}
/* ── HERO ────────────────────────────────────────────────── */
.pdp-hero {
    background: #F5F7FA;
    padding: 0 0 94px;
    overflow: hidden;
}
.pdp-hero-inner {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 15px;
}
.pdp-hero-content {
	background: #fff;
	padding: 32px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
}

.pdp-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1.5px solid #00A1AB;
    color: #1E1852;
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
	max-width: max-content;
}
.pdp-hero-eyebrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00BF1D;
    flex-shrink: 0;
}

.pdp-hero-title {
    font-size: 36px !important;
    font-weight: 700;
    color: #1E1852;
    line-height: 1.15;
    margin: 0 0 8px;
}
.pdp-hero-suburb {
    font-size: 18px;
    color: #1E1852;;
    margin: 0 0 16px;
}
.pdp-hero-description {
    font-size: 15px;
    color: #4a5568;
    margin: 0 0 20px;
    max-width: 480px;
}
.pdp-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}
.pdp-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0,161,171,0.12);
    color: #1E1852;
    border-radius: 20px;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 600;
	font-family: 'BwModelica', sans-serif;
}
.pdp-tag i { font-size: 12px; }
.pdp-icon-datas {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    padding: 14px 0;
    border-top: 1px solid #e8ecef;
    border-bottom: 1px solid #e8ecef;
    margin: 0 0 20px;
    list-style: none;
}
.pdp-icon-data {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #1E1852;
}
.pdp-icon-data i {
    color: #6b7a86;
    font-size: 14px;
}
.pdp-hero-ctas {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}
.pdp-hero-ctas .pdp-btn-primary,
.pdp-hero-ctas .pdp-btn-outline {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
	color: #1E1852 !important;
}
.pdp-btn-primary {
    background: #FFB81C;
    border: none;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.2s;
	color: #1E1852 !important;
}
.pdp-btn-primary:hover { opacity: 0.88; color: #1E1852; }
.pdp-btn-outline {
    background: transparent;
    border: 2px solid #1E1852;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s;
	color: #1E1852 !important;
}
.pdp-btn-outline:hover {
    background: #1E1852;
    color: #fff !important;
}

/* Hero image carousel */
.pdp-hero-media {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.pdp-hero-slides { position: relative; width: 100%; height: 420px; }
.pdp-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.45s ease;
    pointer-events: none;
}
.pdp-hero-slide.active { opacity: 1; pointer-events: auto; }
.pdp-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* Thumbnail pagination */
.pdp-hero-dots {
   padding-top: 2px;
    display: flex;
    gap: 2px;
    z-index: 3;
}
.main_slide{position: relative;}
.pdp-hero-dot {
    position: relative;
    height: 150px;
    overflow: hidden;
    cursor: pointer;
    transition: opacity 0.2s, border-color 0.2s;
    flex-shrink: 0;
    display: inline-block;
	flex: 1;
	margin: 0;
	border: 0;
}
.pdp-hero-dot:nth-child(1) {border-bottom-left-radius: 12px;}
.pdp-hero-dot:last-child {border-bottom-right-radius: 12px;}
.pdp-hero-dot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pdp-hero-dot.active {
    opacity: 1;
    border-color: #fff;
}
.pdp-hero-dot-more {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pdp-hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 0;
    opacity: 0.9;
    transition: opacity 0.2s;
    z-index: 2;
}
.pdp-hero-media button.pdp-hero-nav{
	background: transparent !important;
	padding: 0 !important;
	border: 0 !important;
}
.pdp-hero-nav:hover { opacity: 1; }
.pdp-hero-nav-prev { left: 12px; transform: translateY(-50%) scaleX(-1); }
.pdp-hero-nav-next { right: 12px; }
.pdp-hero-media-counter {
    position: absolute;
    bottom: 12px;
    right: 14px;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 12px;
}

/* ── GLightbox close button — override Elementor button resets ── */
.glightbox-container .gclose {
    background: rgba(0, 0, 0, 0.6) !important;
    border: none !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    padding: 0 !important;
    min-width: 0 !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    line-height: 1 !important;
    transition: background 0.2s !important;
}
.glightbox-container .gclose:hover { background: rgba(255, 255, 255, 0.15) !important; }
.glightbox-container .gclose svg,
.glightbox-container .gclose path {
    display: block !important;
    fill: #fff !important;
    stroke: #fff !important;
    pointer-events: none;
}

/* ── Kuula virtual tour modal ── */
.kuula-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.kuula-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}
.kuula-modal-inner {
    position: relative;
    width: min(90vw, 1200px);
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}
.kuula-modal-close {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    background: rgba(0, 0, 0, 0.7) !important;
    border: none !important;
    color: #fff !important;
    cursor: pointer !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    z-index: 10 !important;
    line-height: 1 !important;
    transition: background 0.2s !important;
    box-shadow: none !important;
}
.kuula-modal-close:hover { background: rgba(255, 255, 255, 0.2) !important; }
.kuula-modal-close svg { display: block !important; flex-shrink: 0 !important; pointer-events: none; }
.kuula-modal-frame {
    width: 100%;
    height: 640px;
    border: none;
    background: #000;
    display: block;
}
@media (max-width: 768px) {
    .kuula-modal-frame { height: 420px; }
}

/* ── Hero action buttons (View Photos / Property Video) ── */
.pdp-hero-actions {
    position: absolute;
    bottom: 14px;
    left: 14px;
    display: flex;
    gap: 8px;
    z-index: 4;
}
.pdp-media-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 8px 14px !important;
    background: #fff !important;
    color: #1E1852 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border: 0 !important;
    border-radius: 100px !important;
    cursor: pointer !important;
    line-height: 1 !important;
    backdrop-filter: blur(4px) !important;
    transition: background 0.2s !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    min-width: 0 !important;
}
.pdp-media-btn:hover { background: rgba(255,255,255,0.85) !important; color: #1E1852 !important; }
.pdp-media-btn svg { display: block !important; flex-shrink: 0 !important; }
.pdp-media-count {
    background: #1E1852;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    margin-left: 2px;
}
.pdp-media-photo-count {
    display: none;
}
@media (max-width: 767px) {
    .pdp-btn-label { display: none !important; }
    .pdp-media-photo-count { display: inline !important; }
}

/* ── VIRTUAL TOUR ────────────────────────────────────────── */
.pdp-virtual-tour {
    background: #fff;
    padding: 60px 0;
    text-align: center;
}
.pdp-section-title {
    font-size: 50px !important;
    color: #1E1852;;
    margin: 0 0 12px;
}
.pdp-section-title.center{text-align: center;}
.pdp-section-subtitle {
    font-size: 20px;
    color: #1E1852;;
    margin: 0 0 32px;
}
.pdp-tour-video-wrap {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(10,43,62,0.12);
    background: #000;
    line-height: 0;
}
.pdp-tour-poster {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}
.pdp-virtual-tour .pdp-tour-poster{height: 564px;}
.pdp-tour-video-wrap iframe {
    width: 100%;
    height: 564px;
    border: none;
    display: block;
}
.pdp-tour-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer;
    transition: opacity 0.2s;
    z-index: 2;
}
.pdp-tour-play img { width: 64px; height: 60px; display: block; }
.pdp-tour-play.hidden { opacity: 0; pointer-events: none; }

/* ── PROPERTY DETAILS (two-col) ──────────────────────────── */
.pdp-property-details {
    background: #F8F9FA;
    padding: 64px 0;
}
.pdp-pd-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 48px;
    align-items: start;
}

/* Left column */
.pdp-pd-main h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1E1852;
    margin: 0 0 16px;
}
.pdp-pd-main h3 {
    font-size: 36px;
    font-weight: 700;
    color: #1E1852;
    margin: 48px 0 24px;
}
.pdp-pd-main p {
    font-size: 16px;
    color: #1E1852;;
    margin: 0 0 14px;
}

/* Apartment types accordion */
.pdp-apt-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 24px; }
.pdp-apt-item {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.06);
	background: #fff;
}
.pdp-apt-toggle {
    width: 100%;
    background: #fff !important;
    border: none;
    text-align: left;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #1E1852;
    cursor: pointer;
    transition: background 0.2s;
	border: 0 !important;
}
.pdp-apt-toggle:hover { background: #fff ; }
.pdp-apt-name {
	flex: 1;
	font-size: 26px;
	font-weight: 700;
}
.pdp-apt-specs {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
	padding-right: 50px;
}
.pdp-apt-spec {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #1E1852;
    font-weight: 600;
}
.pdp-apt-spec i { color: #1E1852; font-size: 13px; }
.pdp-apt-icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    background: #1E1852;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #1E1852;
    transition: transform 0.3s;
	padding: 0;
}
.pdp-apt-item.open .pdp-apt-icon { transform: rotate(180deg); }
.pdp-apt-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}
.pdp-apt-item.open .pdp-apt-content { max-height: 900px; }
.pdp-apt-body { padding: 24px; }
.pdp-apt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.pdp-apt-media { display: flex; flex-direction: column; gap: 10px; }
.pdp-apt-media-label { font-size: 13px; font-weight: 600; color: #1E1852; margin: 0; }
.pdp-apt-media img,
.pdp-apt-media .pdp-tour-video-wrap { border-radius: 10px; overflow: hidden; width: 100%; }
/* .pdp-apt-media img { display: block; width: 100%; height: auto; object-fit: cover; border-radius: 10px; } */
.pdp-apt-info { display: flex; flex-direction: column; gap: 4px; }
.pdp-apt-info-heading { font-size: 15px; font-weight: 700; color: #1E1852; margin: 16px 0 8px; }
.pdp-apt-info-heading:first-child { margin-top: 0; }
.pdp-apt-area { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
.pdp-apt-area li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #F0F0F0; font-size: 14px; color: #4a5568; }
.pdp-apt-area-total span { font-weight: 700; color: #1E1852; }
.pdp-apt-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
.pdp-apt-actions .pdp-btn-primary,
.pdp-apt-actions .pdp-btn-outline { width: 100%; justify-content: center; text-align: center; }
.pdp-apt-desc-title { font-size: 20px !important; font-weight: 700; color: #1E1852; margin: 0 0 8px; }
.pdp-tour-video-wrap > img{height: 233px;}

/* Right sidebar */
.pdp-pd-sidebar { display: flex; flex-direction: column; gap: 24px; }

.pdp-sidebar-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(10,43,62,0.07);
	padding: 32px;
}
.pdp-sidebar-card-header {
    font-size: 26px;
    font-weight: 700;
    color: #1E1852;
    position: relative;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pdp-sidebar-toggle { display: none; flex-shrink: 0; transition: transform 0.3s ease; }
.pdp-sidebar-toggle svg { display: block; }

/* Assistive tech list */
.pdp-at-list { list-style: none; margin: 0; padding: 0; }
.pdp-at-list > li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 0;
    border-bottom: 1px solid #e8ecef;
}
.pdp-at-list > li:last-child { border-bottom: none; }
.pdp-at-list > li strong { font-size: 18px; font-weight: 600; color: #1E1852; }
.pdp-at-list > li p { font-size: 16px; color: #4a5568; margin: 0; }

/* Icon variant — grid so icon spans both text rows, no wrapper div needed */
.pdp-at-list.icon_list li {
    display: grid;
    grid-template-columns: 22px 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 2px;
}
.pdp-at-list.icon_list li::before {
    content: '';
    grid-column: 1;
    grid-row: 1 / 3;
    width: 22px;
    height: 22px;
    margin-top: 3px;
    background: url('../images/check_circle_icon.svg') center / contain no-repeat;
}
.pdp-at-list.icon_list li strong { grid-column: 2; grid-row: 1; }
.pdp-at-list.icon_list li p { grid-column: 2; grid-row: 2; }

/* SDA Details */
.pdp-sda-rows { display: flex; flex-direction: column; gap: 0; }
.pdp-sda-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f0f2f4;
    font-size: 14px;
    gap: 12px;
}
.pdp-sda-row:last-child { border-bottom: none; }
.pdp-sda-row--col { flex-direction: column; gap: 8px; }
.pdp-sda-downloads { display: flex; flex-direction: column; gap: 6px; }
.pdp-sda-label { color: #6b7a86; font-weight: 500; }
.pdp-sda-value { color: #1E1852; font-weight: 700; text-align: right; }
.pdp-sda-download {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #00A1AB;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}
.pdp-sda-download:hover { text-decoration: underline; }

/* ── WANT TO VISIT CTA BAR ───────────────────────────────── */
.pdp-visit-bar {
    background: #1E1852;
    padding: 60px 0;
}
.pdp-visit-bar .pdp-container {
    display: flex;
    align-items:center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.download_list li{
	padding: 0 0 4px 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 0;
	position: relative;
}
.download_list li a{color: #1E1852;}
.download_list li:before{
	content: "";
	width: 24px;
	height: 24px;
	background: url('../images/file_icon.svg') center / contain no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.pdp-visit-bar-text h3 {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
}
.pdp-visit-bar-text p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    opacity: 0.8;
}
.pdp-btn-dark {
    background: #FFC300;
    color: #1E1852 !important;
    border: none;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    transition: background 0.2s;
}
.pdp-btn-dark:hover { background: #FFC300; color: #1E1852; }
.pdp-features .pdp-container{text-align: center;}
/* ── EVERYTHING YOU NEED ─────────────────────────────────── */
.pdp-features {
    padding: 94px 0;
}
.pdp-features .pdp-section-title,
.pdp-features .pdp-section-subtitle { text-align: center; }
.pdp-features-label {
    font-size: 36px;
    font-weight: 700;
    color: #1E1852;;
    margin: 0 0 20px;
	letter-spacing: -0.72px;
	margin-bottom: 48px;
}
.pdp-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pdp-features-grid li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #4a5568;
    font-weight: 600;
}
.project_type_pill{
	display: inline-flex;
	background: #1E1852;
	color: #fff;
	padding: 8px 16px;
	gap: 8px;
	align-items: center;
	border-radius: 100px;
}
.project_type_pill em{font-style: normal;}
.pdp-features .shadow_box{
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.06);
	padding: 40px;
	text-align: left;
}
.pdp-features-grid li::before {
    content: '';
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.pdp-features-grid li.pet-icon::before      { background-image: url('../images/pet_icon.svg'); }
.pdp-features-grid li.lift-icon::before     { background-image: url('../images/lift_icon.svg'); }
.pdp-features-grid li.wheelchair-icon::before { background-image: url('../images/accessible.svg'); }
.pdp-features-grid li.terrace-icon::before  { background-image: url('../images/terrace_icon.svg'); }
.pdp-features-grid li.ac-icon::before       { background-image: url('../images/ac_unit.svg'); }
.pdp-features-grid li.door-icon::before     { background-image: url('../images/door_sliding.svg'); }
.pdp-features-grid li.flooring-icon::before { background-image: url('../images/chip_extraction.svg'); }
.pdp-features-grid li.bathroom-icon::before { background-image: url('../images/shower_icon.svg'); }
.pdp-features-grid li.parking-icon::before  { background-image: url('../images/car_icon.svg'); }
.pdp-features-grid li.lounge-icon::before   { background-image: url('../images/home_people_icon.svg'); }
.pdp-features-grid li.assistive-icon::before  { background-image: url('../images/nest_r_sensor.svg'); }
.pdp-features-grid li.automatic_door-icon::before  { background-image: url('../images/door_sliding.svg'); }



/* ── WHAT'S NEAR ─────────────────────────────────────────── */
.pdp-whats-near {
    padding: 0 0 94px;
}
.pdp-whats-near .pdp-section-title {
	margin-bottom: 48px;
	letter-spacing: -1px;
}
.required { color: #e53e3e; }
.pdp-wn-grid {
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 48px;
    align-items: stretch;
}
.pdp-wn-map {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(10,43,62,0.10);
    height: 100%;
    min-height: 440px;
    background: #d4dde2;
}
.pdp-wn-map iframe,
.pdp-wn-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: none;
}
/* Leaflet home marker */
.pdp-map-home { background: none !important; border: none !important; }
.pdp-map-home-dot { width: 22px; height: 22px; background: #1E1852; border-radius: 50%; border: 3px solid #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.35); }

.pdp-wn-categories { display: flex; flex-direction: column; gap: 20px; }
.pdp-wn-cat-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
    color: #1E1852;
    margin: 0 0 10px;
}
.pdp-wn-cat-title i { color: #00A1AB; font-size: 16px; }
.pdp-wn-cat-label { display: flex; align-items: center; gap: 8px; }
.pdp-wn-toggle { display: none; flex-shrink: 0; }
.pdp-wn-items { list-style: none; margin: 0; padding: 0; }
.pdp-wn-items li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 14px;
    color: #4a5568;
    border-bottom: 1px solid #e8ecef;
}
.pdp-wn-items li:last-child { border-bottom: none; }
.pdp-wn-dist {
    font-weight: 700;
    color: #1E1852;;
    white-space: nowrap;
}

/* ── CHOICE COLLECTIVE ───────────────────────────────────── */
.pdp-choice-collective {
    background: #FFF5D4;
    padding: 64px 0;
}
.pdp-cc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}
.pdp-cc-intro h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1E1852;
    margin: 0 0 16px;
}
.pdp-cc-intro p {
    font-size: 16px;
    color: #4a5568;
    margin: 0 0 24px;
}
.pdp-cc-features {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.pdp-cc-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.pdp-cc-icon {
    flex-shrink: 0;
    width: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.pdp-cc-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1E1852;
    margin: 0 0 8px;
}
.pdp-cc-text p {
    font-size: 18px;
    color: #1E1852;
    margin: 0;
    line-height: 1.5;
}

/* ── WHO IS ELIGIBLE ─────────────────────────────────────── */
.pdp-eligibility {
    background: #EBF8F7;
    padding: 72px 0;
}
.pdp-elig-heading {
    font-size: 32px;
    font-weight: 700;
    color: #1E1852;
    text-align: center;
    margin: 0 0 40px;
}
.pdp-elig-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.pdp-elig-panel {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 16px rgba(10,43,62,0.07);
    display: flex;
    flex-direction: column;
	position: relative;
}
.pdp-elig-panel .toggle_icon{
	margin-top: -40px;
	font-size: 24px;
	cursor: pointer;
	display: none;
	text-align: right;
}

.pdp-elig-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #F0F4F6;
    color: #1E1852;
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 20px;
    width: fit-content;
}
.pdp-elig-eyebrow.yellow{background: #FFF5D4;}
.pdp-elig-eyebrow.l_green{background: #E8FBFB;}

.pdp-elig-panel h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1E1852;
    margin: 0 0 16px;
    line-height: 1.2;
}
.pdp-elig-panel p {
    font-size: 14px;
    color: #4a5568;
    margin: 0 0 16px;
    line-height: 1.6;
    font-family: 'BwModelica', sans-serif;
    font-weight: 600;
}
.pdp-elig-panel .pdp-btn-primary {
    margin-top: auto;
    width: fit-content;
}
.pdp-elig-footer {
    text-align: center;
    margin-top: 32px;
}
.pdp-btn-white {
    background: #fff;
    color: #1E1852;
    border: none;
    padding: 13px 26px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.2s;
}
.pdp-btn-white:hover { opacity: 0.88; color: #1E1852; }
.pdp-btn-outline-white {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.7);
    padding: 11px 26px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s;
}
.pdp-btn-outline-white:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
    color: #fff;
}

/* ── REQUEST CALLBACK FORM ───────────────────────────────── */
.pdp-callback {
    background: #FFF5D4;
    padding: 94px 0;
}
.pdp-callback .pdp-section-title { text-align: left; }
.pdp-callback-intro {
    max-width: 560px;
    font-size: 15px;
    color: #6b7a86;
    margin: 0 0 36px;
}
.pdp-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.pdp-form-group { display: flex; flex-direction: column; gap: 6px; }
.pdp-form-group.pdp-full { grid-column: 1 / -1; }
.pdp-form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #1E1852;
}
.pdp-form-group input,
.pdp-form-group select,
.pdp-form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #d0d8de;
    border-radius: 6px;
    font-size: 14px;
    color: #1E1852;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
    font-family: 'BwModelica', sans-serif;
}
.pdp-form-group input:focus,
.pdp-form-group select:focus,
.pdp-form-group textarea:focus {
    border-color: #00A1AB;
}
.pdp-form-group textarea { resize: vertical; min-height: 110px; }

.pdp-radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
}
.pdp-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #4a5568;
    cursor: pointer;
}
.pdp-radio-label input[type="radio"] {
    width: auto;
    accent-color: #00A1AB;
    cursor: pointer;
}
.pdp-form-submit {
    margin-top: 8px;
    grid-column: 1 / -1;
}

/* ── FAQ ACCORDION ───────────────────────────────────────── */
.pdp-faq {
    background: #E8FBFB;
    padding: 64px 0;
}
.pdp-faq .pdp-container { max-width: 780px; }
.pdp-faq-list { list-style: none; margin: 24px 0 0; padding: 0; }
.pdp-faq-list .pdp-faq-item{
	margin-bottom: 12px;
	overflow: hidden;
	background: #fff;
	border-radius: 12px;
}
.pdp-faq-question {
    width: 100%;
    background: none;
    border: none !important;
    text-align: left;
    padding: 20px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #1E1852;
    cursor: pointer;
    gap: 16px;
    transition: color 0.2s;
	background: #fff !important;
}
.pdp-faq-question:hover { color: #00A1AB; }
.pdp-faq-question .pdp-faq-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.pdp-faq-question .pdp-faq-icon::before,
.pdp-faq-question .pdp-faq-icon::after {
    content: '';
    position: absolute;
    background: #1E1852;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.pdp-faq-question .pdp-faq-icon::before {
    width: 15px;
    height: 3px;
}
.pdp-faq-question .pdp-faq-icon::after {
    width: 3px;
    height: 15px;
}
.pdp-faq-item.open .pdp-faq-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}
.pdp-faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.35s ease, padding-top 0.35s ease, padding-bottom 0.35s ease;
}
.pdp-faq-item.open .pdp-faq-answer {
    max-height: 600px;
    padding-top: 12px;
    padding-bottom: 20px;
}
.pdp-faq-answer p { margin: 0; }
.pdp-faq-answer p {
    font-size: 14px;
    color: #4a5568;
    margin: 0;
    line-height: 1.7;
}
.mobile_only{display: none;}
.desktop_only{display: block;}

/* ── Generic Elementor toggle accordion ─────────────────── */
.toggle_div {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.toggle_div.open,
.mobile_acc.open {
    max-height: var(--toggle-max-height, 2000px);
}
.toggle_icon { cursor: pointer; transition: transform 0.3s ease; }
.toggle_icon.open i{transform: 0.3s ease;}
.toggle_icon.open i{ transform: rotate(180deg); }
.pdp-faq-question{white-space: normal;}


/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 900px) {
    .pdp-hero { padding: 0 0 24px; }
    .pdp-hero-inner { grid-template-columns: 1fr; gap: 0; }
    .pdp-hero-media {
        height: 300px;
        border-radius: 12px;
        order: -1;
    }
    .pdp-hero-content { padding-top: 32px; }
    .pdp-hero-title { font-size: 28px; }
    .pdp-pd-grid { grid-template-columns: 1fr; }
    .pdp-wn-grid { grid-template-columns: 1fr; }
    .pdp-wn-map { height: 280px; }
    .pdp-cc-grid { grid-template-columns: 1fr; }
    .pdp-elig-grid { grid-template-columns: 1fr; }
    .pdp-elig-panel { padding: 40px 28px; }
    .pdp-features-grid { grid-template-columns: 1fr 1fr; }
    .pdp-virtual-tour .pdp-tour-poster,
    .pdp-tour-video-wrap iframe { height: 240px; }
	
}
@media(max-width: 768px){
	.pdp-pd-main h3,
	.pdp-pd-main h2{font-size: 26px;}
	.pdp-apt-toggle{
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 24px 16p !important;
	}
	.pdp-sidebar-card-header,
	.pdp-apt-name{
		font-size: 20px;
	}
	.pdp-apt-name{flex: 0 0 100%;}
    .pdp-container { padding: 0 24px; }
    .pdp-hero-media,
	.main_slide {
        height: 400px;
		margin-bottom: 8px;
    }
	.pdp-hero-content{padding: 16px;}
    .pdp-hero-title { font-size: 24px; }
    .pdp-hero-description { max-width: 100%; }
    .pdp-icon-datas {
		gap: 12px;
		margin-bottom: 32px;
	}
    .pdp-visit-bar .pdp-container { flex-direction: column; align-items: flex-start; }
    .pdp-features-grid { grid-template-columns: 1fr; }
    .pdp-form-grid { grid-template-columns: 1fr; }
    .pdp-form-group.pdp-full { grid-column: 1; }
    .pdp-form-submit { grid-column: 1; }
    .pdp-cc-features { gap: 20px; }
    .pdp-apt-item { flex-wrap: wrap; }
    .pdp-apt-specs { flex-wrap: wrap; }
    .pdp-section-title { font-size: 24px; }
    .pdp-cc-intro h2 { font-size: 26px; }
    .pdp-elig-panel h3 { font-size: 26px; }
    .pdp-virtual-tour { padding: 40px 0; }
    .pdp-property-details, .pdp-features, .pdp-whats-near,
    .pdp-choice-collective, .pdp-callback, .pdp-faq { padding: 40px 0; }

    /* Sidebar card accordion on mobile */
    .pdp-sidebar-toggle {
        display: flex;
        flex-shrink: 0;
        width: 26px;
        height: 26px;
        background: #1E1852;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .pdp-sidebar-card-header {
		cursor: pointer;
		padding: 0;
		border: 0;
	}
    .pdp-sidebar-card-body {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease, padding-top 0.35s ease;
        padding-top: 0;
    }
	.pdp-sidebar-card{padding: 24px 32px;}
    .pdp-sidebar-card.open .pdp-sidebar-card-body {
        max-height: 1000px;
        padding-top: 0;
    }
    .pdp-sidebar-card.open .pdp-sidebar-toggle { transform: rotate(180deg); }

    /* What's Near categories accordion on mobile */
    .pdp-wn-toggle {
        display: flex;
        width: 26px;
        height: 26px;
        background: #1E1852;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: transform 0.3s ease;
    }
    .pdp-wn-cat-title { cursor: pointer; }
    .pdp-wn-items {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
    }
    .pdp-wn-categories > div.open .pdp-wn-items { max-height: 300px; }
    .pdp-wn-categories > div.open .pdp-wn-toggle { transform: rotate(180deg); }

    /* Apartment body grid — single column on mobile */
    .pdp-apt-grid { grid-template-columns: 1fr; gap: 20px; }

	.pdp-sidebar-card.open .pdp-sidebar-card-body{
		border-top: 1px solid #DBDBDB;
		margin-top: 24px;
	}
	.mobile_only{display: block;}
	.desktop_only{display: none;}
	.pdp-section-title,
	.pdp-features-label{
		font-size: 26px !important;
		margin-bottom: 24px;
	}
	.pdp-features-grid{gap: 8px;}
	.project_type_pill em{display: none;}
	.pdp-hero-nav{display: none;}
	.pdp-visit-bar-text h3{
		margin-bottom: 15px;
		font-size: 32px;
	}
	.pdp-choice-collective{
		text-align: center;
	}
	.pdp-cc-item{
		display: block;
		text-align: center;
	}
	.pdp-cc-icon{margin: 0 auto;}
	.pdp-visit-bar{text-align: center;}
	.pdp-visit-bar .pdp-btn-dark{margin: 0 auto;}
	.pdp-faq-question {padding: 15px 20px !important;}
	.mobile_acc {
		display: block !important;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s ease;
	}
	.pdp-elig-panel .mobile_acc{display: block;}
	.pdp-elig-panel .toggle_icon{display: block;}
}

