/* =========================================================
   PROPERTY IN RISHIKESH - PILLAR PAGE
   No Header / No Footer
   ========================================================= */

.rishikesh-property-page {
    --primary: #1563df;
    --primary-dark: #8f672f;
    --accent: #c79a5b;
    --light: #f6f5f1;
    --lighter: #fbfaf7;
    --dark: #142035;
    --text: #2e3644;
    --border: #e5e4de;
    --white: #ffffff;

    color: var(--dark);
    font-family: inherit;
    line-height: 1.7;
    background: var(--white);
}

.rishikesh-property-page *,
.rishikesh-property-page *::before,
.rishikesh-property-page *::after {
    box-sizing: border-box;
}

.rishikesh-property-page a {
    text-decoration: none;
}

.rishikesh-property-page p {
    margin-top: 0;
    color: var(--text);
}

.rishikesh-property-page h1,
.rishikesh-property-page h2,
.rishikesh-property-page h3 {
    margin-top: 0;
    color: var(--dark);
    line-height: 1.25;
}

.rishikesh-property-page img {
    max-width: 100%;
    height: auto;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.rishikesh-property-page .container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.rishikesh-property-page .narrow-container { text-align:center;
}


/* =========================================================
   HERO
   ========================================================= */

.rishikesh-property-page .property-hero {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background:#242f42 !important;
       
}

.rishikesh-property-page .property-hero::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -140px;
    top: -160px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}

.rishikesh-property-page .hero-content {
    position: relative;
    z-index: 2;
    max-width: 780px;
}

.rishikesh-property-page .eyebrow,
.rishikesh-property-page .section-label {
    display: inline-block;
    margin-bottom: 15px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.rishikesh-property-page .property-hero h1 {
    margin-bottom: 22px;
    color: var(--white);
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 700;
}

.rishikesh-property-page .hero-text {
    max-width: 720px;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
}

.rishikesh-property-page .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.rishikesh-property-page .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 25px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.rishikesh-property-page .btn-primary {
    background: var(--accent);
    color: var(--white);
    border: 1px solid var(--accent);
}

.rishikesh-property-page .btn-primary:hover {
    background: #ad8148;
    border-color: #ad8148;
    transform: translateY(-2px);
}

.rishikesh-property-page .btn-outline {
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.rishikesh-property-page .btn-outline:hover {
    background: var(--white);
    color: var(--primary);
}

.rishikesh-property-page .btn-light {
    background: var(--white);
    color: var(--primary);
    border: 1px solid var(--white);
}

.rishikesh-property-page .btn-light:hover {
    background: transparent;
    color: var(--white);
}


/* =========================================================
   GENERAL SECTIONS
   ========================================================= */

.rishikesh-property-page .content-section {
    padding: 90px 0;
}

.rishikesh-property-page .intro-section {
    background: var(--white);
}

.rishikesh-property-page .categories-section,
.rishikesh-property-page .buyers-section,
.rishikesh-property-page .related-section {
    background: var(--lighter);
}

.rishikesh-property-page .section-heading {
    max-width: 750px;
    margin: 0 auto 50px;
    text-align: center;
}

.rishikesh-property-page .section-heading h2,
.rishikesh-property-page .narrow-container h2,
.rishikesh-property-page .split-text h2 {
    margin-bottom: 18px;
    font-size: clamp(30px, 4vw, 46px);
}

.rishikesh-property-page .section-heading p {
    max-width: 680px;
    margin: 0 auto;
}

.rishikesh-property-page .intro-section .narrow-container > p {
    font-size: 17px;
}


/* =========================================================
   PROPERTY CARDS
   ========================================================= */

.rishikesh-property-page .property-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.rishikesh-property-page .property-card {
    position: relative;
    padding: 35px;
    background: var(--white);
    border: 1px solid var(--border);
    transition: all 0.3s ease;
}

.rishikesh-property-page .property-card:hover {
    border-color: var(--accent);
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.07);
}

.rishikesh-property-page .card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 25px;
    background: var(--primary);
    color: var(--white);
    font-size: 13px;
    font-weight: 700;
}

.rishikesh-property-page .property-card h3 {
    margin-bottom: 14px;
    font-size: 22px;
}

.rishikesh-property-page .property-card p {
    min-height: 85px;
    margin-bottom: 22px;
    font-size: 15px;
}

.rishikesh-property-page .property-card a,
.rishikesh-property-page .text-link {
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
}

.rishikesh-property-page .property-card a:hover,
.rishikesh-property-page .text-link:hover {
    color: var(--accent);
}


/* =========================================================
   AREAS
   ========================================================= */

.rishikesh-property-page .areas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.rishikesh-property-page .area-card {
    display: block;
    padding: 30px;
    background: var(--white);
    border: 1px solid var(--border);
    transition: all 0.3s ease;
}

.rishikesh-property-page .area-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
}

.rishikesh-property-page .area-card > span {
    display: block;
    margin-bottom: 12px;
    color: var(--accent);
    font-size: 12px;
    font-weight: 700;
}

.rishikesh-property-page .area-card h3 {
    margin-bottom: 10px;
    font-size: 21px;
}

.rishikesh-property-page .area-card p {
    margin-bottom: 18px;
    font-size: 14px;
}

.rishikesh-property-page .area-card strong {
    color: var(--primary);
    font-size: 13px;
}


/* =========================================================
   NEARBY SECTION
   ========================================================= */

.rishikesh-property-page .nearby-section {
    background: var(--light);
}

.rishikesh-property-page .split-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.rishikesh-property-page .split-text p {
    font-size: 16px;
}

.rishikesh-property-page .split-text .text-link {
    display: inline-block;
    margin-top: 10px;
}

.rishikesh-property-page .location-list {
    border-top: 1px solid var(--border);
}

.rishikesh-property-page .location-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 5px;
    color: var(--dark);
    border-bottom: 1px solid var(--border);
    transition: all 0.25s ease;
}

.rishikesh-property-page .location-list a:hover {
    padding-left: 12px;
    color: var(--primary);
}

.rishikesh-property-page .location-list b {
    color: var(--accent);
}


/* =========================================================
   LAND
   ========================================================= */

.rishikesh-property-page .land-section {
    background: var(--white);
}

.rishikesh-property-page .land-section .btn {
    margin-top: 12px;
}


/* =========================================================
   INVESTMENT
   ========================================================= */

.rishikesh-property-page .investment-section {
    background: var(--primary);
}

.rishikesh-property-page .investment-section h2 {
    color: var(--white);
}

.rishikesh-property-page .investment-section .section-heading p {
    color: rgba(255, 255, 255, 0.78);
}

.rishikesh-property-page .investment-section .section-label {
    color: var(--accent);
}

.rishikesh-property-page .investment-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.18);
}

.rishikesh-property-page .investment-item {
    padding: 35px 28px;
    background: var(--primary);
}

.rishikesh-property-page .investment-item > span {
    display: block;
    margin-bottom: 25px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 700;
}

.rishikesh-property-page .investment-item h3 {
    color: var(--white);
    font-size: 21px;
}

.rishikesh-property-page .investment-item p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}


/* =========================================================
   BUYERS
   ========================================================= */

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

.rishikesh-property-page .buyer-card {
    padding: 30px;
    background: var(--white);
    border: 1px solid var(--border);
}

.rishikesh-property-page .buyer-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.rishikesh-property-page .buyer-card p {
    margin-bottom: 0;
    font-size: 14px;
}


/* =========================================================
   BUYING STEPS
   ========================================================= */

.rishikesh-property-page .guide-section {
    background: var(--white);
}

.rishikesh-property-page .steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.rishikesh-property-page .step {
    padding: 30px;
    border: 1px solid var(--border);
}

.rishikesh-property-page .step > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
    background: var(--light);
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
}

.rishikesh-property-page .step h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.rishikesh-property-page .step p {
    margin-bottom: 0;
    font-size: 14px;
}


/* =========================================================
   DOCUMENTS
   ========================================================= */

.rishikesh-property-page .documents-section {
    background: var(--light);
}

.rishikesh-property-page .check-list {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.rishikesh-property-page .check-list li {
    position: relative;
    padding: 11px 0 11px 30px;
    color: var(--text);
    border-bottom: 1px solid var(--border);
}

.rishikesh-property-page .check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 700;
}

.rishikesh-property-page .notice-box {
    padding: 22px 25px;
    background: var(--white);
    border-left: 4px solid var(--accent);
    color: var(--text);
    font-size: 14px;
}

.rishikesh-property-page .notice-box strong {
    color: var(--dark);
}


/* =========================================================
   RELATED GUIDES
   ========================================================= */

.rishikesh-property-page .guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.rishikesh-property-page .guide-card {
    display: block;
    padding: 30px;
    background: var(--white);
    border: 1px solid var(--border);
    transition: all 0.3s ease;
}

.rishikesh-property-page .guide-card:hover {
    transform: translateY(-4px);
    border-color: var(--accent);
}

.rishikesh-property-page .guide-card > span {
    color: var(--accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rishikesh-property-page .guide-card h3 {
    margin: 12px 0;
    font-size: 20px;
}

.rishikesh-property-page .guide-card p {
    font-size: 14px;
}

.rishikesh-property-page .guide-card strong {
    color: var(--primary);
    font-size: 13px;
}


/* =========================================================
   FAQ
   ========================================================= */

.rishikesh-property-page .faq-section {
    background: var(--white);
}

.rishikesh-property-page .faq-list {
    border-top: 1px solid var(--border);
}

.rishikesh-property-page .faq-list details {
    border-bottom: 1px solid var(--border);
}

.rishikesh-property-page .faq-list summary {
    position: relative;
    padding: 22px 45px 22px 0;
    cursor: pointer;
    color: var(--dark);
    font-size: 17px;
    font-weight: 700;
    list-style: none;
}

.rishikesh-property-page .faq-list summary::-webkit-details-marker {
    display: none;
}

.rishikesh-property-page .faq-list summary::after {
    content: "+";
    position: absolute;
    right: 5px;
    top: 18px;
    color: var(--accent);
    font-size: 25px;
    font-weight: 400;
}

.rishikesh-property-page .faq-list details[open] summary::after {
    content: "−";
}

.rishikesh-property-page .faq-list details p {
    max-width: 850px;
    padding: 0 30px 25px 0;
    margin: 0;
    font-size: 15px;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.rishikesh-property-page .final-cta {
    padding: 75px 0;
    background: var(--primary-dark);
}

.rishikesh-property-page .cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.rishikesh-property-page .cta-box h2 {
    margin-bottom: 12px;
    color: var(--white);
    font-size: clamp(30px, 4vw, 44px);
}

.rishikesh-property-page .cta-box p {
    max-width: 700px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.75);
}

.rishikesh-property-page .cta-box .section-label {
    margin-bottom: 12px;
}


/* =========================================================
   RESPONSIVE - TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .rishikesh-property-page .property-grid,
    .rishikesh-property-page .areas-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rishikesh-property-page .investment-grid,
    .rishikesh-property-page .buyers-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rishikesh-property-page .steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .rishikesh-property-page .guide-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rishikesh-property-page .split-content {
        gap: 40px;
    }
}


/* =========================================================
   RESPONSIVE - MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .rishikesh-property-page .container {
        width: min(100% - 30px, 1180px);
    }

    .rishikesh-property-page .content-section {
        padding: 65px 0;
    }

    .rishikesh-property-page .property-hero {
        padding: 75px 0;
    }

    .rishikesh-property-page .property-hero h1 {
        font-size: 42px;
    }

    .rishikesh-property-page .hero-text {
        font-size: 16px;
    }

    .rishikesh-property-page .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .rishikesh-property-page .btn {
        width: 100%;
    }

    .rishikesh-property-page .property-grid,
    .rishikesh-property-page .areas-grid,
    .rishikesh-property-page .investment-grid,
    .rishikesh-property-page .buyers-grid,
    .rishikesh-property-page .steps,
    .rishikesh-property-page .guide-grid {
        grid-template-columns: 1fr;
    }

    .rishikesh-property-page .property-card p {
        min-height: auto;
    }

    .rishikesh-property-page .split-content {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .rishikesh-property-page .cta-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .rishikesh-property-page .cta-box .btn {
        width: auto;
    }

    .rishikesh-property-page .faq-list summary {
        font-size: 16px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 450px) {

    .rishikesh-property-page .property-hero h1 {
        font-size: 36px;
    }

    .rishikesh-property-page .section-heading h2,
    .rishikesh-property-page .narrow-container h2,
    .rishikesh-property-page .split-text h2 {
        font-size: 30px;
    }

    .rishikesh-property-page .property-card,
    .rishikesh-property-page .area-card,
    .rishikesh-property-page .buyer-card,
    .rishikesh-property-page .step,
    .rishikesh-property-page .guide-card {
        padding: 25px;
    }

}