/* Premium Real Estate UI Theme */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:wght@600;700;800&display=swap');

:root {
    --pk-primary: #102e26;
    /* Deep Forest Green (Premium) */
    --pk-accent: #c6a34f;
    /* Modern Gold */
    --pk-accent-light: #f4e8c1;
    --pk-text-dark: #0a110f;
    --pk-text-muted: #64748b;
    --pk-bg-light: #fdfdfd;
    --pk-white: #ffffff;
    --pk-glass: rgba(255, 255, 255, 0.7);
    --pk-glass-dark: rgba(16, 46, 38, 0.9);
    --pk-shadow: 0 15px 40px rgba(16, 46, 38, 0.08);
    --pk-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--pk-bg-light);
    color: var(--pk-text-dark);
    line-height: 1.6;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    padding: 0;
    height: auto;
    overflow-x: clip;
}

.er-text-gold {
    color: var(--pk-accent);
}

/* --- Header Scoped Styles --- */
.pk-header {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 1050;
    transition: var(--pk-transition);
}

.pk-header .pk-navbar-container {
    background: transparent;
    transition: var(--pk-transition);
    max-width: 1400px;
}

/* Desktop Styles */
body.scrolled .pk-header {
    top: 10px;
}

body.scrolled .pk-header .pk-navbar-container {
    background: var(--pk-glass);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    box-shadow: var(--pk-shadow);
}

/* .pk-header .pk-brand {
    font-weight: 800;
    font-size: 1.6rem;
    color: var(--pk-white);
    letter-spacing: -0.5px;
} */

.pk-header .pk-brand img,
.pk-footer .pk-brand img {
    height: 110px;
    width: 130px;
    border-radius: 8px;
}

body.scrolled .pk-header .pk-brand {
    color: var(--pk-primary);
}

.pk-header .nav-link.pk-nav-link {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    transition: var(--pk-transition);
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body.scrolled .pk-header .nav-link.pk-nav-link {
    color: var(--pk-primary);
}

.pk-header .nav-link.pk-nav-link:hover,
.pk-header .nav-link.pk-nav-link.active {
    color: var(--pk-accent) !important;
}

.pk-header .pk-call-number {
    font-weight: 800;
    color: var(--pk-white);
    border-bottom: 2px solid var(--pk-accent);
}

body.scrolled .pk-header .pk-call-number {
    color: var(--pk-primary);
}

.pk-header .pk-cta-btn {
    background-color: var(--pk-primary);
    color: var(--pk-accent);
    border: none;
    padding: 14px 28px;
    border-radius: 100px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    transition: var(--pk-transition);
}

.pk-header .pk-cta-btn:hover {
    transform: translateY(-3px) scale(1.05);
    background-color: var(--pk-accent);
    color: var(--pk-primary);
    box-shadow: 0 10px 20px rgba(198, 163, 79, 0.3);
}

/* --- Mobile / Offcanvas Styles --- */
.pk-header .pk-toggler-icon {
    font-size: 1.8rem;
    color: var(--pk-white);
}

body.scrolled .pk-header .pk-toggler-icon {
    color: var(--pk-primary);
}

/* Hide header when offcanvas is open for a cleaner look */
body.offcanvas-open .pk-header {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.pk-offcanvas {
    background: #ffffff;
    width: 350px !important;
    border: none;
    color: #1a1a1a;
    z-index: 2000 !important;
}

/* Subtle Gen Z Gradient in corner */
.pk-offcanvas::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(198, 163, 79, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.pk-offcanvas .btn-close {
    opacity: 1;
    font-size: 1.2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pk-offcanvas .btn-close:hover {
    transform: rotate(90deg) scale(1.2);
}

.pk-offcanvas .pk-brand-wrapper {
    display: inline-block;
    padding: 15px;
    background: #fdfdfd;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.pk-offcanvas .pk-offcanvas-logo img {
    height: 70px;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}

.pk-offcanvas .pk-nav-link {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1a1a1a !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 0;
}

.pk-offcanvas .pk-nav-link:hover,
.pk-offcanvas .pk-nav-link.active {
    color: var(--pk-accent) !important;
    padding-left: 8px;
}

/* Gen Z Magnetic Underline */
.pk-offcanvas .pk-nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--pk-accent);
    transition: width 0.3s ease;
}

.pk-offcanvas .pk-nav-link:hover::after,
.pk-offcanvas .pk-nav-link.active::after {
    width: 40px;
}

.pk-offcanvas-socials a {
    color: #1a1a1a;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}

.pk-offcanvas-socials a:hover {
    background: var(--pk-primary) !important;
    color: white !important;
    transform: translateY(-5px) rotate(8deg);
}

/* --- Footer Scoped Styles --- */
.pk-footer .pk-footer-brand {
    font-weight: 900;
    color: white;
}

.pk-footer .pk-footer-title {
    font-weight: 800;
    font-size: 1.25rem;
    color: white;
    position: relative;
}

.pk-footer .pk-footer-title:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 30px;
    height: 3px;
    background: var(--pk-accent);
}

.pk-footer .pk-footer-link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    transition: var(--pk-transition);
    font-weight: 500;
}

.pk-footer .pk-footer-link:hover {
    color: var(--pk-accent);
    transform: translateX(10px);
}

.pk-footer .pk-newsletter-group {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

.pk-footer .pk-newsletter-input {
    background: rgba(255, 255, 255, 0.05);
    border: none;
    padding: 12px 12px;
    color: white;
    outline: none;
}

.pk-footer .pk-newsletter-btn {
    background: var(--pk-accent);
    color: var(--pk-primary);
    border: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.pk-footer .pk-social-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.05);
    color: white;
    border-radius: 12px;
    transition: var(--pk-transition);
}

.pk-footer .pk-social-icon:hover {
    transform: translateY(-5px) rotate(10deg) !important;
    background: var(--pk-accent) !important;
    color: var(--pk-primary) !important;
}

.pk-header {
    background: transparent;
    transition: background 0.4s ease, top 0.4s ease, padding 0.4s ease;
}

/* Ensure the header container transitions nicely */
.pk-header .pk-navbar-container {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.pk-footer-links li::marker {
    color: #C6A34F;
}

/* whatsapp button css  */
.whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 55px;
    height: 55px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 999;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: translateY(-5px);
    color: white;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

/* instagram button css */
.instagram-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 999;
    transition: all 0.3s ease;
}

.instagram-float:hover {
    transform: translateY(-5px);
    color: white;
    box-shadow: 0 6px 20px rgba(214, 36, 159, 0.4);
}


/* news page css start here */
.news .hero-section {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 300px;
    background-image: url('/assets/image/news/DSC_0314-scaled.jpg');
    /* Ahia image path */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden;
}

/* Background Overlay */
.news .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* Dark layer */
    z-index: 1;
}

.news .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.news .hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-size: 4rem;
    /* Bold and large font */
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.news .hero-content p {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 500;
}

.news hr {
    margin: 1rem 0 2.7rem;
}

/* Breadcrumbs */
.news .breadcrumbs {
    margin-top: 30px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

.news .breadcrumbs a {
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.news .breadcrumbs span {
    margin: 0 10px;
    font-size: 0.7rem;
}

.news .breadcrumbs .active {
    font-weight: 600;
}

.news.filter-section {
    padding: 60px 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
    top: -50px;
    border-radius: 50px 50px 0 0;
}

.news .filter-tabs {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.news .tab-btn.active {
    background-color: #0d2a21;
    color: #e69123;
    border-color: #0d2a21;
}

.news .tab-content {
    margin-bottom: 20px;
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.news .main-flex-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.news .filter-content-wrapper {
    flex: 2;
    border-right: 1px solid #E0E0E0;
    padding: 0 35px 0 0;
}

.news .recent-posts-sidebar {
    flex: 1;
    position: sticky;
    top: 170px;
}

.news .recent-posts-sidebar h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.news .recent-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: none;
}

.news .recent-item .thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
}

.news .recent-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #1a1a1a;
    display: inline;
    background-image: linear-gradient(#1a1a1a, #1a1a1a);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.4s ease-in-out;
    padding: 0 0 2px 0;
}

.news .recent-item:hover .recent-title {
    background-size: 100% 2px;
}

.news .recent-info {
    flex: 1;
}

.news .recent-posts-sidebar .recent-info .badge {
    padding: 3px 8px;
    font-size: 11px;
    margin-bottom: 6px;
    display: block;
    width: fit-content;
    font-weight: 600;
    color: #102e26;
    border-radius: 30px;
    line-height: 1.2;
}

.news .tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.news .tab-content.active {
    display: block;
}

.news .post-card {
    /* border: 1px solid #eee; */
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    background: #fff;
}

.news .card-img img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    display: block;
    height: 500px;
}

.news .card-img {
    cursor: pointer;
}

.news .card-meta {
    display: flex;
    align-items: center;
    margin: 30px 0 20px;
    gap: 15px;
}

.news .badge {
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #102e26;
}

.news .news-badge,
.news .estate-badge {
    background-color: #c6a34f;

}

.news .card-meta .line {
    flex-grow: 1;
    height: 1px;
    background-color: #eee;
}

.news .card-meta .date {
    font-size: 13px;
    color: #556080;
    font-weight: 500;
}

.news .card-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 20px 0 15px;
    line-height: 1.4;
    cursor: pointer;
    display: inline;
    background-image: linear-gradient(#1a1a1a, #1a1a1a);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.4s ease-in-out;
}

.news .post-card:hover .card-title {
    background-size: 100% 2px;
}

.news .card-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    display: block;
    margin-top: 15px;
}

/* Smooth Fade Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.news .post-card.smooth-show {
    animation: fadeIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* news page css end here */

/* nri-gateway css start here */

.pk-nri-gateway .pk-display-font {
    font-family: 'Playfair Display', serif;
}

.pk-nri-gateway .pk-nri-info {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.pk-nri-gateway .pk-info-img {
    transform: perspective(1000px) rotateY(-5deg);
    transition: var(--pk-transition);
}

.pk-nri-gateway .pk-info-img:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.pk-nri-gateway .pk-cta-btn {
    background-color: var(--pk-primary) !important;
    color: var(--pk-accent) !important;
    padding: 16px 36px;
    border-radius: 100px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--pk-transition);
    font-size: 0.85rem;
}

.pk-nri-gateway .pk-cta-btn:hover {
    background-color: var(--pk-accent) !important;
    color: var(--pk-primary) !important;
    border-color: var(--pk-accent) !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(198, 163, 79, 0.3);
}

.pk-nri-gateway .pk-link-more {
    color: var(--pk-primary);
    display: inline-flex;
    align-items: center;
    transition: var(--pk-transition);
}

.pk-nri-gateway .pk-link-more:hover {
    color: var(--pk-accent);
}

.pk-nri-gateway .pk-link-more:hover i {
    transform: translateX(8px);
}

.pk-nri-gateway .pk-link-more i {
    transition: transform 0.3s ease;
}

.pk-nri-gateway .pk-benefit-icon {
    width: 70px;
    height: 70px;
    background: var(--pk-accent-light) !important;
    color: var(--pk-accent) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 25px auto;
    transition: var(--pk-transition);
}

.pk-nri-gateway .pk-benefit-card:hover .pk-benefit-icon {
    background: var(--pk-primary) !important;
    color: var(--pk-accent) !important;
}

.pk-nri-gateway .pk-step-number {
    width: 80px;
    height: 80px;
    background: white;
    color: var(--pk-primary);
    border: 2px solid var(--pk-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    position: relative;
    z-index: 1;
    transition: var(--pk-transition);
}

.pk-nri-gateway .pk-process-step:hover .pk-step-number {
    background: var(--pk-accent);
    color: white;
    transform: scale(1.1);
}

.text-gold {
    color: var(--pk-accent) !important;
}

.pk-text-primary {
    color: var(--pk-primary) !important;
}

.pk-bg-primary {
    background-color: var(--pk-primary) !important;
}

.pk-max-w-600 {
    max-width: 600px;
}

/* Banner Styles */
.pk-nri-gateway .pk-nri-banner {
    min-height: 90vh;
    background: url('../assets/image/nri-gateway/nri-banner.webp') no-repeat center center / cover;
    position: relative;
    display: flex;
    align-items: flex-end;
    /* margin-top: -3rem; */
    margin-bottom: 2rem;
    overflow: hidden;
    width: 100%;
    padding-bottom: 20px;
}

/* .pk-nri-gateway .pk-nri-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 46, 38, 0.85) 0%, rgba(16, 46, 38, 0.2) 100%);

} */

.pk-nri-gateway .pk-banner-content {
    position: relative;
    z-index: 2;
    padding: 0 60px;
    max-width: 800px;
}

.pk-nri-gateway .pk-subtitle {
    letter-spacing: 3px;
    font-size: 0.9rem;
}

.pk-nri-gateway .pk-info-subtitle {
    letter-spacing: 2px;
    font-size: 0.8rem;
    color: var(--pk-accent);
}

/* nri-gateway css end here */

/* contact-page css start here */

.pk-contact-page .pk-display-font {
    font-family: 'Playfair Display', serif;
}

.pk-contact-page .pk-contact-hero {
    min-height: 90vh;
    background: url('/assets/image/contact/contact_banner.png') no-repeat center center / cover;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    /* margin-top: -5rem; */
    /* Align with transparent navbar */
    margin-bottom: 0;
    overflow: hidden;
}

.pk-contact-page .pk-contact-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 46, 38, 0.9) 0%, rgba(16, 46, 38, 0.4) 100%);
}

.pk-contact-page .pk-hero-content {
    position: relative;
    z-index: 2;
    color: white;
    padding-top: 5rem;
}

/* Card Section Styling */
.pk-contact-page .pk-details-section {
    padding: 80px 0;
    background-color: var(--pk-white);
    position: relative;
    z-index: 3;
    margin-top: -60px;
    /* Overlap effect */
}

.pk-contact-page .pk-contact-card {
    transition: var(--pk-transition);
    border: 1px solid rgba(16, 46, 38, 0.05);
    background: var(--pk-primary);
    padding: 40px 30px;
    color: #fff;
}

.pk-contact-page .pk-contact-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(16, 46, 38, 0.08);
    border-color: var(--pk-accent);
}

.pk-contact-page .pk-icon-box {
    width: 70px;
    height: 70px;
    background: var(--pk-accent-light) !important;
    color: var(--pk-accent) !important;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    border-radius: 16px;
    transition: var(--pk-transition);
}

.pk-contact-page .pk-contact-card:hover .pk-icon-box {
    background: var(--pk-accent) !important;
    color: var(--pk-white) !important;
    transform: rotate(-5deg);
}

.pk-contact-page .pk-cta-btn {
    background-color: var(--pk-primary) !important;
    color: var(--pk-accent) !important;
    padding: 18px 36px;
    border-radius: 100px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--pk-transition);
    border: 2px solid var(--pk-primary) !important;
    font-size: 0.9rem;
    width: 100%;
}

.pk-contact-page .pk-cta-btn:hover {
    background-color: var(--pk-accent) !important;
    color: var(--pk-primary) !important;
    border-color: var(--pk-accent) !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(198, 163, 79, 0.3);
}

.text-gold {
    color: var(--pk-accent) !important;
}

.pk-text-primary {
    color: var(--pk-primary) !important;
}

.pk-max-w-600 {
    max-width: 600px;
}

.pk-contact-page .pk-subtitle {
    letter-spacing: 4px;
    font-size: 0.85rem;
}

.pk-contact-page .pk-form-subtitle {
    letter-spacing: 2px;
    font-size: 0.8rem;
}

/* contact-page css end here */

/* project detail page css start here */

.pk-project-detail .pk-project-banner {
    height: 70vh;
    min-height: 500px;
}

.pk-project-detail .pk-banner-img-wrapper {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.pk-project-detail .pk-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.65);
}

.pk-project-detail .pk-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(16, 46, 38, 0.95) 0%, transparent 100%);
}

.pk-project-detail .pk-breadcrumb {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    display: inline-flex;
    padding: 8px 24px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.pk-project-detail .pk-overview-card {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08) !important;
}

.pk-project-detail .pk-project-overview .pk-hero-img {
    border-radius: 20px;
    box-shadow: var(--pk-shadow);
    object-fit: cover;
    height: 100%;
    /* min-height: 400px; */
}

.pk-project-detail .pk-project-overview .pk-highlight-badge {
    background-color: var(--pk-accent-light);
    color: var(--pk-primary);
    font-size: 0.75rem;
    letter-spacing: 1px;
}

.pk-project-detail .pk-project-features .pk-feature-card {
    background: white;
    border-radius: 15px;
    transition: var(--pk-transition);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.pk-project-detail .pk-project-features .pk-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--pk-shadow);
    border-color: var(--pk-accent);
}

.pk-project-detail .pk-project-features .pk-feature-icon {
    font-size: 2rem;
    color: var(--pk-accent);
    margin-bottom: 15px;
}

.pk-project-detail .pk-project-gallery img {
    border-radius: 15px;
    transition: var(--pk-transition);
    cursor: pointer;
    height: 250px;
    object-fit: cover;
}

.pk-project-detail .pk-project-gallery img:hover {
    transform: scale(1.03);
    box-shadow: var(--pk-shadow);
}

.pk-project-detail .pk-project-enquiry .pk-enquiry-card {
    background: white;
    border-radius: 24px;
    box-shadow: var(--pk-shadow);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.pk-project-detail .pk-project-enquiry .pk-contact-info-item {
    background: var(--pk-bg-light);
    border-radius: 12px;
    padding: 20px;
}

.pk-project-detail .pk-project-enquiry .pk-form-control {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 10px;
}

.pk-project-detail .pk-project-enquiry .pk-form-control:focus {
    border-color: var(--pk-accent);
    box-shadow: none;
}

.pk-project-detail .pk-cta-btn {
    background-color: var(--pk-primary);
    color: var(--pk-accent);
    border: none;
    padding: 14px 34px;
    border-radius: 100px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--pk-transition);
}

.pk-project-detail .pk-cta-btn:hover {
    transform: translateY(-3px) scale(1.02);
    background-color: var(--pk-accent);
    color: var(--pk-primary);
    box-shadow: 0 10px 20px rgba(198, 163, 79, 0.3);
}

/* project detail page css end here */

/* dholera page css start */
.dholera .bg-primary-dark {
    background-color: var(--pk-primary);
}

/* Hero Refinement */
.dholera .ab-hero {
    height: 80vh;
    background-image: url('../assets/image/dholera/dholera-banner.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -100px;
    padding-top: 100px;
}

/* Icon Putter - matches home page accent light boxes */
.dholera .ab-icon-box {
    width: 64px;
    height: 64px;
    background: var(--pk-accent-light);
    color: var(--pk-primary);
    border-radius: 16px;
    font-size: 1.5rem;
    margin-bottom: 20px;
    transition: 0.3s;
}

.dholera .card:hover .ab-icon-box {
    background: var(--pk-accent);
    color: white;
}

/* Card Hover - Match Home Page */
.dholera .hover-card-theme {
    transition: var(--pk-transition);
    border-radius: 15px;
}

.dholera .hover-card-theme:hover {
    background-color: var(--pk-primary) !important;
    color: white !important;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(16, 46, 38, 0.2) !important;
}

.dholera .hover-card-theme:hover .text-muted {
    color: rgba(255, 255, 255, 0.8) !important;
}

.dholera .hover-card-theme:hover .ab-icon-box {
    background: var(--pk-accent);
    color: white;
}

.dholera .feature-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: var(--pk-primary);
    color: var(--pk-accent);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* dholera page css End */

/* project page css start */
.font-playfair {
    font-family: 'Playfair Display', serif;
}

/* CLEAN HERO - Regal Archive */
.regal-archive-hero {
    padding: 160px 0 80px;
    background: linear-gradient(rgba(54, 64, 71, 0.555), rgba(116, 136, 153, 0)),
        url('../assets/image/project/project-banner.webp') center/cover no-repeat;

    text-align: center;
    color: #fff;
}

/* .regal-archive-hero h1 {
    font-size: 4rem;
} */

/* project page css end */

/* partner page css starts here */

.partner-page .partner-hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(54, 64, 71, 0.555), rgba(116, 136, 153, 0)), url('../assets/image/partner/partner1.webp') no-repeat center center / cover;
    padding-top: 100px;
    color: #ffffff;
    overflow: hidden;
}

/* .partner-page .partner-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(16, 46, 38, 0.9), rgba(16, 46, 38, 0.7));
    z-index: 1;
} */

.partner-page .partner-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
}

.partner-page .partner-eyebrow {
    display: inline-block;
    color: var(--pk-accent);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.partner-page .partner-main-heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 6vw, 4.5rem);
    line-height: 1.1;
    margin-bottom: 24px;
}

.partner-page .partner-benefit-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    text-align: center;
}

.partner-page .partner-benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(16, 46, 38, 0.1);
    border-color: var(--pk-accent);
}

.partner-page .partner-icon-wrapper {
    width: 70px;
    height: 70px;
    background: var(--pk-accent-light);
    color: var(--pk-primary);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin: 0 auto 25px;
    transition: all 0.4s ease;
}

.partner-page .partner-benefit-card:hover .partner-icon-wrapper {
    background: var(--pk-primary);
    color: var(--pk-accent);
}

.partner-page .partner-benefit-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: var(--pk-primary);
}

.partner-page .partner-benefit-desc {
    color: var(--pk-text-muted);
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 0.95rem;
}

.partner-page .partner-form-section {
    background-color: var(--pk-bg-light);
    background-image: radial-gradient(circle at 0% 0%, rgba(198, 163, 79, 0.05) 0%, transparent 50%);
}

.partner-page .partner-form-card {
    background: #ffffff;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
}

.partner-page .partner-input-group {
    margin-bottom: 25px;
}

.partner-page .partner-input {
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 15px 20px;
    width: 100%;
    transition: all 0.3s ease;
    outline: none;
}

.partner-page .partner-input:focus {
    border-color: var(--pk-accent);
    box-shadow: 0 0 0 4px rgba(198, 163, 79, 0.1);
}

.partner-page .partner-submit-btn {
    background: var(--pk-primary);
    color: var(--pk-accent);
    border: none;
    border-radius: 100px;
    padding: 16px 45px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    width: 100%;
}

.partner-page .partner-submit-btn:hover {
    background: var(--pk-accent);
    color: var(--pk-primary);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(198, 163, 79, 0.3);
}

/* partner page css ends here */

/* =========================================
   BLOG OVERVIEW SECTION (.blog-overview)
   ========================================= */

.blog-overview {
    padding: 0 0 80px;
    background-color: var(--pk-bg-light);
}

/* Meta Bar */
.bo-meta-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 36px;
    padding: 16px 24px;
    background: linear-gradient(135deg, rgba(16, 46, 38, 0.04) 0%, rgba(198, 163, 79, 0.06) 100%);
    border-left: 4px solid var(--pk-accent);
    border-radius: 0 12px 12px 0;
}

.bo-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--pk-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.bo-meta-item i {
    color: var(--pk-accent);
    font-size: 0.85rem;
}

.bo-meta-divider {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--pk-accent);
    opacity: 0.5;
    display: inline-block;
}

/* Lead / Intro Text */
.bo-lead-text {
    font-size: 1.15rem;
    line-height: 1.85;
    color: #2d3748;
    margin-bottom: 36px;
    font-weight: 400;
}

.bo-lead-text strong {
    color: var(--pk-primary);
    font-weight: 700;
}

/* Pull Quote */
.bo-pullquote {
    position: relative;
    margin: 40px 0;
    padding: 28px 36px;
    background: var(--pk-primary);
    border-radius: 16px;
    overflow: hidden;
}

.bo-pullquote::before {
    content: '\201C';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 8rem;
    color: var(--pk-accent);
    opacity: 0.25;
    font-family: 'Playfair Display', serif;
    line-height: 1;
    pointer-events: none;
}

.bo-pullquote p {
    position: relative;
    z-index: 1;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-style: italic;
    color: var(--pk-white);
    line-height: 1.7;
    margin: 0;
}

/* Section Headings */
.bo-section-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--pk-primary);
    margin: 48px 0 20px;
    line-height: 1.3;
}

.bo-heading-accent {
    display: inline-block;
    width: 6px;
    height: 32px;
    background: linear-gradient(180deg, var(--pk-accent) 0%, var(--pk-primary) 100%);
    border-radius: 3px;
    flex-shrink: 0;
}

/* Body Text */
.bo-body-text {
    font-size: 1rem;
    line-height: 1.85;
    color: #4a5568;
    margin-bottom: 20px;
}

.bo-body-text strong {
    color: var(--pk-primary);
    font-weight: 700;
}

/* Styled List */
.bo-styled-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bo-styled-list li {
    position: relative;
    padding: 12px 16px 12px 48px;
    background: #ffffff;
    border: 1px solid rgba(16, 46, 38, 0.06);
    border-radius: 10px;
    font-size: 0.97rem;
    color: #374151;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.bo-styled-list li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--pk-accent);
    font-size: 1.1rem;
}

.bo-styled-list li:hover {
    border-color: var(--pk-accent);
    transform: translateX(6px);
    box-shadow: 0 4px 16px rgba(198, 163, 79, 0.12);
}

/* Highlight Card */
.bo-highlight-card {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin: 36px 0;
    padding: 28px 32px;
    background: linear-gradient(135deg, rgba(198, 163, 79, 0.08) 0%, rgba(198, 163, 79, 0.03) 100%);
    border: 1px solid rgba(198, 163, 79, 0.3);
    border-radius: 18px;
}

.bo-highlight-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: var(--pk-accent);
    color: var(--pk-primary);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    box-shadow: 0 8px 20px rgba(198, 163, 79, 0.3);
}

.bo-highlight-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--pk-primary);
    margin-bottom: 10px;
}

.bo-highlight-desc {
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.75;
    margin: 0;
}

.bo-highlight-desc strong {
    color: var(--pk-primary);
    font-weight: 700;
}

/* Impact Grid */
.bo-impact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 28px 0 36px;
}

.bo-impact-item {
    background: #ffffff;
    border: 1px solid rgba(16, 46, 38, 0.06);
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.bo-impact-item:hover {
    transform: translateY(-8px);
    border-color: var(--pk-accent);
    box-shadow: 0 16px 40px rgba(198, 163, 79, 0.15);
}

.bo-impact-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--pk-primary) 0%, #1a4a3a 100%);
    color: var(--pk-accent);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0 auto 16px;
    transition: all 0.4s ease;
}

.bo-impact-item:hover .bo-impact-icon {
    background: var(--pk-accent);
    color: var(--pk-primary);
    transform: rotate(-5deg) scale(1.1);
}

.bo-impact-item p {
    font-size: 0.9rem;
    color: #4a5568;
    line-height: 1.5;
    margin: 0;
}

.bo-impact-item p strong {
    color: var(--pk-primary);
    display: block;
    font-size: 0.95rem;
}

/* Divider */
.bo-divider {
    height: 2px;
    background: linear-gradient(90deg, var(--pk-accent) 0%, transparent 100%);
    border-radius: 1px;
    margin-top: 56px;
    opacity: 0.5;
}

/* Responsive */
@media (max-width: 768px) {
    .bo-impact-grid {
        grid-template-columns: 1fr;
    }

    .bo-pullquote {
        padding: 24px 24px;
    }

    .bo-pullquote p {
        font-size: 1.05rem;
    }

    .bo-section-heading {
        font-size: 1.35rem;
    }

    .bo-highlight-card {
        flex-direction: column;
        gap: 16px;
    }


    .blog-overview {
        padding: 40px 0 60px;
    }
}

/* ---- Dateline Badge (inside bo-lead-text) ---- */
.bo-dateline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--pk-primary);
    color: var(--pk-accent);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 14px;
    border-radius: 100px;
    margin-bottom: 14px;
    margin-right: 8px;
    vertical-align: middle;
}

.bo-dateline i {
    font-size: 0.75rem;
}

/* ---- Stats Row ---- */
.bo-stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 32px 0 24px;
}

.bo-stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 28px 16px;
    background: #ffffff;
    border: 1px solid rgba(16, 46, 38, 0.08);
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.bo-stat-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--pk-primary), var(--pk-accent));
    transform: scaleX(0);
    transition: transform 0.4s ease;
    transform-origin: left;
}

.bo-stat-card:hover::before {
    transform: scaleX(1);
}

.bo-stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(16, 46, 38, 0.1);
    border-color: var(--pk-accent);
}

.bo-stat-card--accent {
    background: linear-gradient(135deg, var(--pk-primary) 0%, #1c4d3a 100%);
    border-color: var(--pk-primary);
}

.bo-stat-card--accent .bo-stat-number {
    color: var(--pk-accent) !important;
}

.bo-stat-card--accent .bo-stat-label {
    color: rgba(255, 255, 255, 0.75) !important;
}

.bo-stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--pk-primary);
    line-height: 1.1;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.bo-stat-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--pk-text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ---- Expert Insight Card ---- */
.bo-expert-insight {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 32px 0;
    padding: 28px 30px;
    background: linear-gradient(135deg, #f0faf5 0%, #e8f5ee 100%);
    border: 1px solid rgba(16, 46, 38, 0.12);
    border-left: 5px solid var(--pk-primary);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.bo-expert-insight::after {
    content: '\f0eb';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 24px;
    bottom: -10px;
    font-size: 5rem;
    color: var(--pk-primary);
    opacity: 0.05;
    pointer-events: none;
}

.bo-expert-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: var(--pk-primary);
    color: var(--pk-accent);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 6px 16px rgba(16, 46, 38, 0.2);
    margin-top: 2px;
}

.bo-expert-body {
    flex: 1;
}

.bo-expert-label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--pk-primary);
    background: rgba(16, 46, 38, 0.08);
    padding: 3px 10px;
    border-radius: 100px;
    margin-bottom: 10px;
}

.bo-expert-text {
    font-size: 0.97rem;
    color: #2d3748;
    line-height: 1.75;
    margin: 0;
    font-style: italic;
}

.bo-expert-text strong {
    color: var(--pk-primary);
    font-style: normal;
    font-weight: 700;
}

/* ---- Closing Text ---- */
.bo-closing-text {
    border-left: 3px solid var(--pk-accent);
    padding-left: 16px;
    font-style: italic;
    color: #374151 !important;
}

/* Responsive for new components */
@media (max-width: 768px) {
    .bo-stats-row {
        grid-template-columns: 1fr;
    }

    .bo-stat-number {
        font-size: 1.6rem;
    }

    .bo-expert-insight {
        flex-direction: column;
        gap: 14px;
        padding: 22px 20px;
    }
}

/* ---- FAQ Section ---- */
.bo-faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 20px 0 36px;
}

.bo-faq-item {
    background: #ffffff;
    border: 1px solid rgba(16, 46, 38, 0.07);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.bo-faq-item:hover {
    border-color: var(--pk-accent);
    box-shadow: 0 8px 24px rgba(198, 163, 79, 0.1);
    transform: translateY(-2px);
}

.bo-faq-q {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    font-weight: 700;
    font-size: 0.97rem;
    color: var(--pk-primary);
    border-left: 4px solid var(--pk-primary);
    background: linear-gradient(135deg, rgba(16, 46, 38, 0.03) 0%, transparent 100%);
    cursor: pointer;
    user-select: none;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.bo-faq-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    background: var(--pk-primary);
    color: var(--pk-accent);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.5px;
    border-radius: 8px;
    flex-shrink: 0;
    transition: background 0.3s ease;
}

.bo-faq-qtext {
    flex: 1;
}

.bo-faq-chevron {
    font-size: 0.8rem;
    color: var(--pk-text-muted);
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
}

.bo-faq-a {
    display: none;
    padding: 16px 20px 18px 74px;
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.65;
    border-top: 1px solid rgba(16, 46, 38, 0.07);
    background: #fafafa;
}

/* Open / active state */
.bo-faq-item.bo-faq-open {
    border-color: var(--pk-accent);
    box-shadow: 0 8px 28px rgba(198, 163, 79, 0.14);
}

.bo-faq-item.bo-faq-open .bo-faq-q {
    border-left-color: var(--pk-accent);
    background: linear-gradient(135deg, rgba(198, 163, 79, 0.07) 0%, transparent 100%);
    color: var(--pk-primary);
}

.bo-faq-item.bo-faq-open .bo-faq-badge {
    background: var(--pk-accent);
    color: var(--pk-primary);
}

.bo-faq-item.bo-faq-open .bo-faq-chevron {
    transform: rotate(180deg);
    color: var(--pk-accent);
}

.bo-faq-a strong {
    color: var(--pk-primary);
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
    .bo-faq-a {
        padding-left: 20px;
    }
}

/* Custom links styling for Dholera News and Updates pages */
.blog-detail .blog-overview a {
    color: #D5CA8A !important;
    text-decoration: none !important;
}
 
.blog-detail .blog-overview a:hover {
    color: #000000 !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.partner-benefit-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: var(--pk-primary);
}