/* ========================================
   Page-Specific Styles - Elan The Statement Sohna Road
   Design: COPIED FROM WEBSITE 3 (OneArc)
   Theme: LIGHT
   Domain: elansohnaroads.in
   ======================================== */

/* ===== PAGE SPACER FOR FIXED HEADER ===== */
.page-spacer {
    height: 80px;
}

/* ===== PAGE HEADER INLINE (Breadcrumb + H1 in Body) ===== */
.page-header-inline {
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e8e8e8;
}

.page-header-inline .breadcrumb {
    margin-bottom: 16px;
    padding: 0;
}

.page-header-inline h1 {
    font-family: 'Inter', sans-serif;
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 700;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .page-spacer {
        height: 70px;
    }

    .page-header-inline {
        margin-bottom: 32px;
        padding-bottom: 24px;
    }

    .page-header-inline h1 {
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {
    .page-spacer {
        height: 65px;
    }

    .page-header-inline {
        margin-bottom: 28px;
        padding-bottom: 20px;
    }

    .page-header-inline .breadcrumb {
        margin-bottom: 12px;
        font-size: 0.8rem;
    }

    .page-header-inline h1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 575px) {
    .page-spacer {
        height: 60px;
    }

    .page-header-inline {
        margin-bottom: 24px;
        padding-bottom: 16px;
    }

    .page-header-inline .breadcrumb {
        font-size: 0.75rem;
    }

    .page-header-inline h1 {
        font-size: 1.35rem;
    }
}

/* ===== HEADER FIX FOR INTERNAL PAGES ===== */
/* Uses both :has() and .internal-page class for browser compatibility */

/* Modern browsers with :has() support */
body:has(.page-hero) .header,
body.internal-page .header {
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

body:has(.page-hero) .header .logo .logo-light,
body.internal-page .header .logo .logo-light {
    filter: none;
}

body:has(.page-hero) .header .nav-menu,
body.internal-page .header .nav-menu {
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

body:has(.page-hero) .header .nav-menu li a,
body.internal-page .header .nav-menu li a {
    color: rgba(0, 0, 0, 0.75);
}

body:has(.page-hero) .header .nav-menu li a:hover,
body.internal-page .header .nav-menu li a:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #000000;
}

body:has(.page-hero) .header .nav-menu li a.active,
body.internal-page .header .nav-menu li a.active {
    background: rgba(0, 0, 0, 0.08);
    color: #000000;
}

body:has(.page-hero) .header .nav-cta .btn,
body.internal-page .header .nav-cta .btn {
    background: #000000;
    color: #ffffff;
}

body:has(.page-hero) .header .nav-cta .btn:hover,
body.internal-page .header .nav-cta .btn:hover {
    background: #1a1a1a;
}

body:has(.page-hero) .header .nav-toggle span,
body.internal-page .header .nav-toggle span {
    background: #000000;
}

/* ===== Page Hero Section - Compact Header (140-160px) ===== */
.page-hero {
    min-height: auto;
    height: auto;
}

.page-hero.compact {
    min-height: auto;
}

/* Override hero-section styles for page-hero - Compact Design */
.hero-section.page-hero {
    min-height: auto;
    height: auto;
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.hero-section.page-hero.compact {
    min-height: auto;
}

.hero-section.page-hero .hero-media {
    display: none;
}

.hero-section.page-hero .hero-content {
    padding: 100px 0 28px;
    text-align: left;
    position: relative;
    max-width: none;
}

.hero-section.page-hero .hero-text {
    max-width: none;
    text-align: left;
}

.hero-section.page-hero.compact .hero-content {
    padding: 95px 0 24px;
}

.hero-section.page-hero .hero-overlay {
    display: none;
}

/* Breadcrumb inside hero for page-hero - Compact */
.hero-section.page-hero .breadcrumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 0.85rem;
}

.hero-section.page-hero .breadcrumb a {
    color: #666666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hero-section.page-hero .breadcrumb a:hover {
    color: #b79b6f;
}

.hero-section.page-hero .breadcrumb span {
    color: #999999;
}

.hero-section.page-hero .breadcrumb .current {
    color: #000000;
    font-weight: 500;
}

.hero-section.page-hero h1 {
    color: #000000;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    margin-bottom: 0;
    line-height: 1.25;
    font-weight: 700;
}

.hero-section.page-hero p,
.hero-section.page-hero .hero-subtitle {
    display: none;
}

/* Legacy support for old page-hero structure - Compact */
.page-hero:not(.hero-section) {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    padding: 100px 0 28px;
    overflow: hidden;
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.page-hero:not(.hero-section) .page-hero-bg {
    display: none;
}

.page-hero:not(.hero-section) .page-hero-bg img {
    display: none;
}

.page-hero:not(.hero-section) .page-hero-overlay {
    display: none;
}

.page-hero:not(.hero-section) .page-hero-content {
    position: relative;
    z-index: 1;
    text-align: left;
}

/* ===== Breadcrumb ===== */
.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.88rem;
    padding: 1.25rem 0;
    color: #666666;
}

.breadcrumb a {
    color: #b79b6f;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.breadcrumb a:hover {
    opacity: 0.8;
}

.breadcrumb span {
    color: #666666;
}

.breadcrumb span.separator {
    margin: 0 0.35rem;
    opacity: 0.5;
}

.breadcrumb span:last-child {
    color: #000000;
}

.page-hero-content .breadcrumb {
    padding: 0;
    margin-bottom: 8px;
    gap: 6px;
    justify-content: flex-start;
}

.page-hero-content .breadcrumb a {
    color: #888888;
}

.page-hero-content .breadcrumb a:hover {
    color: #b79b6f;
    opacity: 1;
}

.page-hero-content .breadcrumb span {
    color: #999999;
}

.page-hero-content .breadcrumb span:last-child {
    color: #000000;
    font-weight: 500;
}

.page-hero h1 {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: #000000;
    margin-bottom: 0;
    line-height: 1.3;
    font-weight: 700;
}

.page-hero-subtitle {
    display: none; /* Hidden for compact design */
}

/* ===== Content Section ===== */
.content-section {
    padding: 80px 0;
    background: #ffffff;
}

.content-section.alt-bg,
section.alt-bg {
    background: #f5f5f5;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.content-text {
    max-width: 560px;
}

.content-text h2 {
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
}

.content-text h3 {
    font-size: 1.1rem;
    color: #b79b6f;
    margin: 25px 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.content-text p {
    color: #666666;
    line-height: 1.7;
    margin-bottom: 15px;
}

.content-image {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.content-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===== Distance Grid ===== */
.distance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.distance-category {
    background: #ffffff;
    border-radius: 10px;
    padding: 28px;
    border: 1px solid #e6e6e6;
}

.distance-category h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    color: #b79b6f;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.distance-category h3 i {
    font-size: 1.2rem;
}

.distance-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.distance-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e6e6e6;
}

.distance-list li:last-child {
    border-bottom: none;
}

.distance-list .place {
    color: #000000;
    font-size: 0.9rem;
}

.distance-list .time {
    color: #b79b6f;
    font-weight: 600;
    font-size: 0.85rem;
    background: #f5f5f5;
    padding: 4px 12px;
    border-radius: 20px;
}

/* ===== Map Container ===== */
.map-container {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
}

.map-address {
    display: flex;
    justify-content: center;
}

.address-card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 30px 40px;
    text-align: center;
}

.address-card h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #b79b6f;
    font-size: 1rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.address-card p {
    color: #666666;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* ===== Future Grid ===== */
.future-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.future-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 28px;
    text-align: center;
    border: 1px solid #e6e6e6;
    transition: all 0.3s ease;
}

.future-card:hover {
    border-color: #b79b6f;
    transform: translateY(-4px);
}

.future-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 10px;
    margin: 0 auto 20px;
}

.future-icon i {
    font-size: 1.5rem;
    color: #b79b6f;
}

.future-card h3 {
    font-size: 1.1rem;
    color: #000000;
    margin-bottom: 12px;
    font-weight: 600;
}

.future-card p {
    font-size: 0.9rem;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.future-status {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b79b6f;
    background: #f5f5f5;
    padding: 6px 16px;
    border-radius: 20px;
}

/* ===== CTA Section ===== */
.cta-section {
    padding: 80px 0;
    background: #383736;
    text-align: center;
}

.cta-content h2 {
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}

.cta-content p {
    color: #d7d7d7;
    font-size: 1.1rem;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===== Related Section ===== */
.related-section {
    padding: 60px 0;
    background: #f5f5f5;
    border-top: 1px solid #e6e6e6;
}

.related-section h3 {
    font-size: 1.2rem;
    color: #b79b6f;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.related-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    transition: all 0.3s ease;
}

.related-card:hover {
    border-color: #b79b6f;
}

.related-card i {
    font-size: 1.5rem;
    color: #b79b6f;
}

.related-card span {
    color: #000000;
    font-size: 0.9rem;
    font-weight: 500;
}

/* ===== Info Table ===== */
.glance-table {
    max-width: 900px;
    margin: 0 auto;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.info-table tr {
    border-bottom: 1px solid #e6e6e6;
}

.info-table tr:last-child {
    border-bottom: none;
}

.info-table td {
    padding: 18px 25px;
    color: #000000;
    font-size: 0.95rem;
}

.info-table td:first-child {
    color: #666666;
    width: 40%;
}

.info-table td:first-child i {
    color: #b79b6f;
    margin-right: 12px;
    width: 20px;
    text-align: center;
}

.info-table strong {
    color: #b79b6f;
}

/* ===== Feature List ===== */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 0.95rem;
    color: #000000;
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list li i {
    color: #b79b6f;
    margin-top: 4px;
    flex-shrink: 0;
}

.feature-list li strong {
    color: #000000;
}

/* ===== Floor Plans Section ===== */
.floor-plans-section {
    padding: 80px 0;
    background: #ffffff;
}

.floor-plan-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.fp-tab {
    padding: 14px 32px;
    background: transparent;
    border: 1px solid #d6d6d6;
    border-radius: 50px;
    color: #666666;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.fp-tab:hover {
    border-color: #b79b6f;
    color: #b79b6f;
}

.fp-tab.active {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}

.fp-panel {
    display: none;
}

.fp-panel.active {
    display: block;
}

.floor-plan-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 28px;
    margin-bottom: 40px;
    transition: all 0.3s ease;
}

.floor-plan-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.floor-plan-card.featured {
    border-color: #b79b6f;
}

.fp-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    min-height: 350px;
}

.fp-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.floor-plan-card:hover .fp-image img {
    transform: scale(1.03);
}

.fp-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 8px 18px;
    background: #b79b6f;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
    z-index: 2;
}

.fp-details {
    display: flex;
    flex-direction: column;
}

.fp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.fp-header h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    color: #000000;
    margin: 0;
    font-weight: 700;
}

.fp-size {
    font-size: 1.1rem;
    font-weight: 600;
    color: #b79b6f;
    background: #f5f5f5;
    padding: 8px 18px;
    border-radius: 20px;
}

.fp-breakdown h4,
.fp-rooms h4 {
    font-size: 0.85rem;
    color: #b79b6f;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    font-weight: 600;
}

.fp-table {
    width: 100%;
    border-collapse: collapse;
}

.fp-table tr {
    border-bottom: 1px solid #e6e6e6;
}

.fp-table tr:last-child {
    border-bottom: none;
}

.fp-table td {
    padding: 12px 0;
    font-size: 0.9rem;
}

.fp-table td:first-child {
    color: #666666;
}

.fp-table td:last-child {
    text-align: right;
}

.fp-table strong {
    color: #000000;
    font-weight: 500;
}

.fp-room-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.fp-room-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000000;
    font-size: 0.9rem;
    padding: 8px 0;
}

.fp-room-list li i {
    color: #b79b6f;
    width: 20px;
    font-size: 0.85rem;
}

.fp-highlight {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-bottom: 25px;
}

.fp-highlight i {
    color: #b79b6f;
    font-size: 1.2rem;
}

.fp-highlight span {
    color: #000000;
    font-size: 0.95rem;
    font-weight: 500;
}

.fp-price {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 25px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 10px;
    margin-top: auto;
}

.fp-price .price-label {
    font-size: 0.8rem;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fp-price .price-value {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    color: #000000;
    font-weight: 700;
}

.fp-actions {
    display: flex;
    gap: 15px;
}

.fp-actions .btn {
    flex: 1;
    justify-content: center;
    padding: 14px 20px;
}

/* ===== Pricing Section ===== */
.pricing-table-wrapper {
    overflow-x: auto;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

.pricing-table thead {
    background: #f5f5f5;
}

.pricing-table th {
    padding: 18px 20px;
    text-align: left;
    color: #b79b6f;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #e6e6e6;
}

.pricing-table td {
    padding: 20px;
    color: #000000;
    font-size: 0.95rem;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: middle;
}

.pricing-table tbody tr {
    transition: all 0.3s ease;
}

.pricing-table tbody tr:hover {
    background: #f5f5f5;
}

.pricing-table tbody tr:last-child td {
    border-bottom: none;
}

.pricing-table tbody tr.highlight {
    background: #f5f5f5;
}

.pricing-table .price-cell strong {
    color: #b79b6f;
    font-size: 1.1rem;
}

/* ===== Gallery Section ===== */
.gallery-section {
    padding: 80px 0;
    background: #ffffff;
}

.gallery-filters {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 12px 28px;
    background: transparent;
    border: 1px solid #d6d6d6;
    border-radius: 50px;
    color: #666666;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    border-color: #b79b6f;
    color: #b79b6f;
}

.filter-btn.active {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}

.gallery-masonry {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.gallery-masonry .gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1;
    cursor: pointer;
}

.gallery-masonry .gallery-item.large {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-masonry .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-masonry .gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-masonry .gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 50%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-masonry .gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* ===== Content Highlights ===== */
.content-highlights {
    display: flex;
    gap: 24px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #e6e6e6;
}

.ch-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ch-item i {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 10px;
    color: #b79b6f;
    font-size: 1.2rem;
}

.ch-item strong {
    display: block;
    font-size: 1rem;
    color: #000000;
    font-weight: 600;
}

.ch-item span {
    font-size: 0.8rem;
    color: #666666;
}

/* ===== Stats Mini ===== */
.stats-mini {
    display: flex;
    gap: 32px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}

.stats-mini .stat {
    text-align: center;
}

.stats-mini .stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
    line-height: 1;
    margin-bottom: 4px;
}

.stats-mini .stat-label {
    font-size: 0.8rem;
    color: #666666;
}

/* ===== Contact Cards ===== */
.contact-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 60px;
}

.contact-card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.contact-card:hover {
    border-color: #b79b6f;
    transform: translateY(-4px);
}

.contact-card-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 10px;
    margin: 0 auto 20px;
}

.contact-card-icon i {
    font-size: 1.75rem;
    color: #b79b6f;
}

.contact-card h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000000;
}

.contact-card p {
    font-size: 0.875rem;
    color: #666666;
    margin-bottom: 16px;
}

.contact-card-link {
    font-size: 1rem;
    color: #b79b6f;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-card-link:hover {
    color: #000000;
}

/* ===== Floor Plans Section - Complete Styles ===== */
.fp-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
}

.fp-intro h3 {
    font-size: 1.35rem;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 600;
}

.fp-intro p {
    font-size: 0.95rem;
    color: #666666;
    line-height: 1.6;
}

.fp-grid {
    display: grid;
    gap: 28px;
}

.fp-card {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.4s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.fp-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.fp-card.featured {
    border-color: #b79b6f;
    box-shadow: 0 4px 16px rgba(183, 155, 111, 0.12);
}

/* Floor Plan Image */
.fp-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f5;
    min-height: 280px;
}

.fp-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.fp-card:hover .fp-image img {
    transform: scale(1.03);
}

.fp-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 8px 14px;
    background: rgba(0, 0, 0, 0.85);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
}

.fp-badge.gold {
    background: rgba(183, 155, 111, 0.95);
}

.fp-download {
    position: absolute;
    bottom: 12px;
    right: 12px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50px;
    color: #000000;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.fp-download:hover {
    background: #b79b6f;
    color: #ffffff;
}

.fp-download i {
    margin-right: 5px;
}

/* Floor Plan Details */
.fp-details {
    display: flex;
    flex-direction: column;
    padding: 4px 0;
}

.fp-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e8e8;
}

.fp-header h4 {
    font-size: 1.15rem;
    color: #000000;
    margin-bottom: 6px;
    font-weight: 600;
}

.fp-size {
    font-size: 0.85rem;
    color: #666666;
    font-weight: 500;
}

.fp-price {
    font-size: 1rem;
    font-weight: 700;
    color: #b79b6f;
    background: #faf6f1;
    padding: 10px 16px;
    border-radius: 8px;
    white-space: nowrap;
}

.fp-specs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.fp-spec {
    padding: 14px 10px;
    background: #f8f8f8;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #f0f0f0;
}

.fp-spec .spec-label {
    display: block;
    font-size: 0.65rem;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.fp-spec .spec-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: #000000;
}

/* Room Dimensions */
.fp-rooms {
    margin-bottom: 20px;
}

.fp-rooms h5 {
    font-size: 0.75rem;
    color: #b79b6f;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-weight: 600;
}

.fp-rooms ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fp-rooms li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.85rem;
}

.fp-rooms li:last-child {
    border-bottom: none;
}

.fp-rooms li span:first-child {
    color: #666666;
}

.fp-rooms li span:last-child {
    color: #000000;
    font-weight: 500;
}

/* Floor Plan Buttons */
.fp-buttons {
    display: flex;
    gap: 12px;
    margin-top: auto;
}

.fp-buttons .btn {
    flex: 1;
    padding: 12px 16px;
    font-size: 0.85rem;
    border-radius: 10px;
    justify-content: center;
}

/* Plan Panels */
.plan-panel {
    display: none;
}

.plan-panel.active {
    display: block;
}

/* Plan Tabs */
.plan-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
}

.plan-tab {
    padding: 14px 28px;
    background: transparent;
    border: 1px solid #d6d6d6;
    border-radius: 50px;
    color: #666666;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.plan-tab:hover {
    border-color: #b79b6f;
    color: #b79b6f;
}

.plan-tab.active {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}

/* ===== Responsive - Pages ===== */
@media (max-width: 1199px) {
    .distance-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .future-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-masonry {
        grid-template-columns: repeat(3, 1fr);
    }

    .fp-specs {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .page-hero {
        min-height: auto;
    }

    .hero-section.page-hero .hero-content {
        padding: 90px 0 24px;
    }

    .page-hero:not(.hero-section) {
        padding: 90px 0 24px;
    }

    .content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .content-text {
        max-width: 100%;
    }

    .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .floor-plan-card,
    .fp-card {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .fp-image {
        min-height: 220px;
    }

    .gallery-masonry {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .page-hero {
        min-height: auto;
    }

    .hero-section.page-hero .hero-content {
        padding: 80px 0 20px;
    }

    .page-hero:not(.hero-section) {
        padding: 80px 0 20px;
    }

    .page-hero.compact {
        min-height: auto;
    }

    .hero-section.page-hero h1 {
        font-size: 1.5rem;
    }

    .page-hero h1 {
        font-size: 1.5rem;
    }

    .hero-section.page-hero .breadcrumb {
        font-size: 0.8rem;
        margin-bottom: 8px;
    }

    .content-section {
        padding: 60px 0;
    }

    .content-highlights {
        flex-direction: column;
        gap: 16px;
    }

    .fp-header {
        flex-direction: column;
        gap: 12px;
    }

    .fp-price {
        align-self: flex-start;
    }

    .fp-specs {
        grid-template-columns: repeat(2, 1fr);
    }

    .fp-buttons {
        flex-direction: column;
    }

    .plan-tabs {
        flex-direction: column;
        gap: 10px;
    }

    .plan-tab {
        width: 100%;
        text-align: center;
    }

    .stats-mini {
        flex-wrap: wrap;
        gap: 24px;
    }

    .stats-mini .stat {
        flex: 1 1 40%;
    }

    .contact-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .fp-card {
        grid-template-columns: 1fr;
    }

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

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

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

    .cta-buttons {
        flex-direction: column;
    }

    .cta-buttons .btn {
        width: 100%;
    }

    .floor-plan-tabs {
        gap: 10px;
    }

    .fp-tab {
        padding: 12px 25px;
        font-size: 0.9rem;
    }

    .fp-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .fp-actions {
        flex-direction: column;
    }

    .gallery-masonry {
        grid-template-columns: 1fr;
    }

    .gallery-masonry .gallery-item.large {
        grid-column: span 1;
        grid-row: span 1;
    }
}

/* ===== Payment Plans Section ===== */
.payment-plans {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.payment-card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.payment-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.payment-card.featured {
    border-color: #b79b6f;
    box-shadow: 0 4px 20px rgba(183, 155, 111, 0.15);
}

.payment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
}

.payment-card.featured .payment-header {
    background: linear-gradient(135deg, #faf6f1 0%, #f5efe6 100%);
}

.payment-header h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000000;
    margin: 0;
}

.payment-tag {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 12px;
    border-radius: 50px;
    background: #f0f0f0;
    color: #666666;
}

.payment-tag.gold {
    background: #b79b6f;
    color: #ffffff;
}

.payment-body {
    padding: 24px;
    flex: 1;
}

.payment-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.payment-body li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
}

.payment-body li:last-child {
    border-bottom: none;
}

.payment-body li span:first-child {
    color: #666666;
}

.payment-body li span:last-child {
    font-weight: 600;
    color: #000000;
}

.payment-benefit {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding: 16px;
    background: #faf6f1;
    border-radius: 10px;
    border: 1px solid rgba(183, 155, 111, 0.2);
}

.payment-benefit i {
    font-size: 1.25rem;
    color: #b79b6f;
}

.payment-benefit p {
    font-size: 0.85rem;
    color: #666666;
    margin: 0;
    line-height: 1.5;
}

.payment-benefit strong {
    color: #b79b6f;
}

.payment-footer {
    padding: 20px 24px;
    border-top: 1px solid #f0f0f0;
}

.payment-footer .btn-block {
    width: 100%;
    text-align: center;
    justify-content: center;
}

/* ===== Charges Grid ===== */
.charges-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.charge-item {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s ease;
}

.charge-item:hover {
    border-color: #b79b6f;
}

.charge-item h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}

.charge-item p {
    font-size: 0.9rem;
    color: #666666;
    line-height: 1.5;
    margin: 0;
}

/* ===== Location Grid Section ===== */
.location-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.location-content {
    width: 100%;
}

.location-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.location-category {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s ease;
}

.location-category:hover {
    border-color: #b79b6f;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.location-category h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #b79b6f;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.location-category h3 i {
    font-size: 1rem;
}

.location-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.location-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 0.85rem;
}

.location-list li:last-child {
    border-bottom: none;
}

.loc-name {
    color: #333333;
    font-weight: 500;
}

.loc-distance {
    color: #b79b6f;
    font-weight: 600;
    font-size: 0.8rem;
    background: #faf6f1;
    padding: 4px 10px;
    border-radius: 20px;
}

/* ===== Pricing Note ===== */
.pricing-note {
    font-size: 0.85rem;
    color: #888888;
    text-align: center;
    margin-top: 20px;
    font-style: italic;
}

/* ===== Badge Styles ===== */
.badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 50px;
    background: #f0f0f0;
    color: #666666;
    margin-left: 8px;
    vertical-align: middle;
}

.badge.gold {
    background: #b79b6f;
    color: #ffffff;
}

/* ===== Button Variants ===== */
.btn-gold {
    background: #b79b6f;
    color: #ffffff;
    border: none;
}

.btn-gold:hover {
    background: #a68b5f;
}

.btn-sm {
    padding: 10px 18px;
    font-size: 0.8rem;
}

/* ===== Gallery Tabs ===== */
.gallery-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.gallery-tab {
    padding: 12px 28px;
    background: transparent;
    border: 1px solid #d6d6d6;
    border-radius: 50px;
    color: #666666;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-tab:hover {
    border-color: #b79b6f;
    color: #b79b6f;
}

.gallery-tab.active {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}

@media (max-width: 1199px) {
    .payment-plans {
        grid-template-columns: repeat(2, 1fr);
    }

    .charges-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .location-categories {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .payment-plans {
        grid-template-columns: 1fr;
    }

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

    .location-categories {
        grid-template-columns: 1fr;
    }

    .payment-header {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .location-category {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .hero-section.page-hero .hero-content {
        padding: 75px 0 16px;
    }

    .page-hero:not(.hero-section) {
        padding: 75px 0 16px;
    }

    .page-hero h1,
    .hero-section.page-hero h1 {
        font-size: 1.35rem;
    }

    .hero-section.page-hero .breadcrumb,
    .page-hero-content .breadcrumb {
        font-size: 0.75rem;
    }

    .contact-cards {
        grid-template-columns: 1fr;
    }

    .contact-card {
        padding: 24px 20px;
    }

    .fp-card {
        padding: 16px;
        gap: 20px;
    }

    .fp-image {
        min-height: 180px;
    }

    .fp-header h4 {
        font-size: 1.05rem;
    }

    .fp-intro h3 {
        font-size: 1.15rem;
    }

    .fp-intro p {
        font-size: 0.9rem;
    }

    .distance-category {
        padding: 20px;
    }

    .future-card {
        padding: 20px;
    }

    .info-table td {
        padding: 12px 15px;
        font-size: 0.85rem;
    }

    .fp-tab {
        padding: 10px 20px;
        font-size: 0.85rem;
        width: 100%;
        text-align: center;
    }

    .payment-header h3 {
        font-size: 1rem;
    }

    .payment-body {
        padding: 20px;
    }

    .payment-footer {
        padding: 16px 20px;
    }

    .charge-item {
        padding: 20px;
    }
}
