/* Hari Kisna Realty — Premium Brand Styles */

:root {
    --primary: #2F8094;
    --secondary: #284967;
    --gold: #C9941A;
    --gold-light: #F2C94C;
    --gold-dark: #8B6914;
    --gold-gradient: linear-gradient(135deg, #F0C850 0%, #C9941A 45%, #9A7209 100%);
    --white: #FFFFFF;
    --brand-light: #F4FAFB;
    --text-muted: #5A6B7D;
    --border-light: #E8EDF2;
}

/* Typography */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    color: var(--secondary);
    line-height: 1.7;
}
h1, h2, h3, h4, h5, h6,
.navbar-hk .navbar-nav > li > a,
.btn {
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3 { font-weight: 700; color: var(--secondary); }

/* Top bar */
.header-connect {
    background: var(--secondary);
    border-bottom: 2px solid var(--gold);
    font-size: 13px;
}
.header-connect a { color: var(--white); }
.header-connect a:hover { color: var(--gold-light); text-decoration: none; }

/* Premium navbar — white, spacious */
.navbar-hk {
    background: var(--white);
    border: none;
    border-bottom: 1px solid var(--border-light);
    margin-bottom: 0;
    min-height: 76px;
    box-shadow: 0 2px 20px rgba(40, 73, 103, 0.06);
}
.navbar-hk .navbar-nav > li > a {
    color: var(--secondary);
    font-weight: 600;
    text-transform: none;
    font-size: 14px;
    padding-top: 28px;
    padding-bottom: 28px;
    letter-spacing: 0.01em;
}
.navbar-hk .navbar-nav > li > a:hover,
.navbar-hk .navbar-nav > li > a:focus,
.navbar-hk .navbar-nav > .open > a {
    color: var(--primary);
    background: transparent;
}
.navbar-hk .navbar-toggle .icon-bar { background: var(--secondary); }
.navbar-hk .dropdown-menu {
    border-radius: 8px;
    border: 1px solid var(--border-light);
    box-shadow: 0 8px 24px rgba(40, 73, 103, 0.1);
    border-top: 3px solid var(--primary);
    padding: 8px 0;
}
.navbar-hk .dropdown-menu > li > a:hover {
    background: var(--brand-light);
    color: var(--primary);
}

.navbar-brand-hk {
    padding: 10px 15px !important;
    height: auto;
}
.navbar-brand-hk img {
    height: 50px;
    width: auto;
    max-width: 220px;
    display: block;
}

/* Buttons */
.btn-brand {
    background: var(--primary);
    border: none;
    color: var(--white);
    border-radius: 8px;
    font-weight: 600;
    padding: 12px 28px;
    transition: background 0.2s;
}
.btn-brand:hover, .btn-brand:focus {
    background: var(--secondary);
    color: var(--white);
}
.btn-gold {
    background: var(--gold-gradient);
    border: 1px solid rgba(154, 114, 9, 0.35);
    color: #1a2f42;
    border-radius: 8px;
    font-weight: 600;
    padding: 12px 28px;
    box-shadow: 0 4px 18px rgba(201, 148, 26, 0.4);
}
.btn-gold:hover, .btn-gold:focus {
    background: linear-gradient(135deg, #FFD966 0%, #E0AD2A 50%, #B8860B 100%);
    color: #1a2f42;
    box-shadow: 0 6px 24px rgba(201, 148, 26, 0.5);
}
.btn-outline-brand {
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 26px;
}
.btn-outline-brand:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.nav-button-hk {
    background: var(--primary) !important;
    color: var(--white) !important;
    border: none;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
}
.nav-button-hk:hover {
    background: var(--secondary) !important;
    color: var(--white) !important;
}

/* Section utilities */
.hk-section {
    padding: 72px 0;
}
.hk-section-alt {
    background: var(--brand-light);
}
.hk-section-title {
    text-align: center;
    margin-bottom: 48px;
}
.hk-section-title h2 {
    font-size: 32px;
    margin-bottom: 12px;
}
.hk-section-title p {
    font-size: 17px;
    color: var(--text-muted);
    max-width: 640px;
    margin: 0 auto;
}
.hk-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--primary);
    margin-bottom: 8px;
}

/* Hero */
.hero-premium {
    background: linear-gradient(180deg, var(--white) 0%, var(--brand-light) 100%);
    padding: 80px 0 72px;
    position: relative;
    overflow: hidden;
}
.hero-premium::before {
    content: '';
    position: absolute;
    right: -120px;
    top: -60px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(47, 128, 148, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}
.hero-premium h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 620px;
}
.hero-premium .lead {
    font-size: 18px;
    color: var(--text-muted);
    margin-bottom: 32px;
    max-width: 560px;
    line-height: 1.7;
}
.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 36px;
}
.hero-cta-group .btn { min-width: 180px; }

.search-tabs { margin-bottom: 15px; }
.search-tabs .nav-tabs { border-bottom: 2px solid var(--primary); }
.search-tabs .nav-tabs > li > a {
    border-radius: 8px 8px 0 0;
    color: var(--secondary);
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.search-tabs .nav-tabs > li.active > a {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}
.search-box {
    background: var(--white);
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(40, 73, 103, 0.08);
    border: 1px solid var(--border-light);
}
.search-box .form-control {
    height: 44px;
    border-color: var(--border-light);
    border-radius: 8px;
}
.search-box .btn-search {
    background: var(--secondary);
    color: var(--white);
    height: 44px;
    padding: 0 28px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
}
.search-box .btn-search:hover { background: var(--primary); color: var(--white); }

.popular-localities { margin-top: 24px; }
.popular-localities strong { color: var(--secondary); margin-right: 8px; }
.popular-localities a {
    margin: 4px;
    display: inline-block;
    padding: 6px 16px;
    background: var(--white);
    border-radius: 20px;
    border: 1px solid var(--gold-light);
    color: var(--secondary);
    font-size: 13px;
    transition: all 0.2s;
}
.popular-localities a:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    text-decoration: none;
}

.hero-logo-side {
    text-align: center;
    padding-top: 20px;
}
.hero-logo-side img {
    max-width: 260px;
    width: 100%;
    border-radius: 12px;
}

/* Featured properties */
.project-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
    transition: box-shadow 0.25s, transform 0.25s;
}
.project-card:hover {
    box-shadow: 0 12px 40px rgba(40, 73, 103, 0.12);
    transform: translateY(-4px);
}
.project-card .card-img {
    height: 200px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    position: relative;
    overflow: hidden;
}
.project-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.project-card .card-body { padding: 20px; }
.project-card h4 {
    margin: 0 0 8px;
    font-size: 17px;
    color: var(--secondary);
}
.project-card .verified { color: var(--primary); font-size: 12px; }
.project-card .price {
    color: var(--gold);
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}

/* Service cards */
.service-card-premium {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    height: 100%;
    transition: box-shadow 0.25s, transform 0.25s;
}
.service-card-premium:hover {
    box-shadow: 0 12px 32px rgba(47, 128, 148, 0.12);
    transform: translateY(-4px);
}
.service-card-premium .icon-wrap {
    width: 64px;
    height: 64px;
    background: var(--brand-light);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.service-card-premium .icon-wrap i {
    font-size: 28px;
    color: var(--primary);
}
.service-card-premium h4 {
    font-size: 17px;
    margin-bottom: 10px;
}
.service-card-premium h4 a { color: var(--secondary); }
.service-card-premium h4 a:hover { color: var(--primary); text-decoration: none; }
.service-card-premium p {
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
}

/* Why us */
.why-card {
    background: var(--white);
    border-radius: 12px;
    padding: 28px;
    border-left: 4px solid var(--gold);
    height: 100%;
    box-shadow: 0 4px 16px rgba(40, 73, 103, 0.06);
}
.why-card h4 {
    font-size: 17px;
    margin-bottom: 10px;
    color: var(--secondary);
}
.why-card p {
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
}

/* Area cards */
.area-card {
    display: block;
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    color: var(--secondary);
    font-weight: 600;
    transition: all 0.2s;
    margin-bottom: 16px;
}
.area-card:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(47, 128, 148, 0.2);
}
.area-card i {
    display: block;
    font-size: 24px;
    color: var(--gold);
    margin-bottom: 8px;
}
.area-card:hover i { color: var(--gold-light); }

/* Property categories */
.category-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    color: var(--secondary);
    font-weight: 600;
    font-size: 14px;
    margin: 6px;
    transition: all 0.2s;
}
.category-pill:hover {
    background: var(--secondary);
    color: var(--white);
    border-color: var(--secondary);
    text-decoration: none;
}
.category-pill i { color: var(--primary); }
.category-pill:hover i { color: var(--gold-light); }

/* Investment */
.investment-card {
    background: linear-gradient(135deg, var(--secondary), #1a3550);
    color: var(--white);
    border-radius: 12px;
    padding: 36px;
    height: 100%;
}
.investment-card h4 {
    color: var(--gold-light);
    margin-bottom: 12px;
}
.investment-card p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    margin-bottom: 20px;
}
.investment-card .btn-gold { margin-top: 4px; }

/* Reviews */
.review-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 28px;
    height: 100%;
}
.review-card .stars {
    color: var(--gold);
    margin-bottom: 12px;
    font-size: 14px;
}
.review-card .review-text {
    font-size: 15px;
    color: var(--text-muted);
    font-style: italic;
    margin-bottom: 16px;
    line-height: 1.7;
}
.review-card .review-author {
    font-weight: 600;
    color: var(--secondary);
    font-family: 'Poppins', sans-serif;
}

/* FAQ */
.hk-faq .panel {
    border-radius: 8px;
    border: 1px solid var(--border-light);
    box-shadow: none;
    margin-bottom: 10px;
}
.hk-faq .panel-heading {
    background: var(--white);
    border-radius: 8px;
    padding: 16px 20px;
    cursor: pointer;
}
.hk-faq .panel-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--secondary);
    font-family: 'Poppins', sans-serif;
}
.hk-faq .panel-body {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.7;
    border-top: 1px solid var(--border-light);
}

/* Contact section */
.contact-premium {
    background: var(--white);
    border-top: 1px solid var(--border-light);
}
.contact-info-block {
    padding: 28px;
    background: var(--brand-light);
    border-radius: 12px;
    height: 100%;
}
.contact-info-block h4 {
    color: var(--primary);
    margin-bottom: 16px;
}
.contact-info-block p {
    margin-bottom: 10px;
    font-size: 15px;
}
.contact-info-block a { color: var(--secondary); font-weight: 600; }
.contact-info-block a:hover { color: var(--primary); }

/* CTA banner */
.cta-banner {
    background: linear-gradient(135deg, var(--secondary), #1a3550);
    color: var(--white);
    padding: 64px 0;
    text-align: center;
    border-top: 4px solid var(--gold);
}
.cta-banner h3 {
    color: var(--white);
    font-size: 28px;
    margin-bottom: 12px;
}
.cta-banner p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 17px;
    margin-bottom: 28px;
}
.cta-banner .btn { margin: 6px; }

/* WhatsApp sticky */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 28px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}
.whatsapp-float:hover {
    color: var(--white);
    transform: scale(1.08);
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.5);
    text-decoration: none;
}

/* SEO pages */
.seo-breadcrumb { background: transparent; margin-bottom: 0; padding: 10px 0; }
.seo-page-content { background: var(--brand-light); padding: 40px 0 60px; }
.seo-intro { font-size: 17px; line-height: 1.7; color: var(--text-muted); margin-bottom: 25px; }
.seo-content-body h3 { color: var(--secondary); margin-top: 25px; margin-bottom: 15px; }
.seo-content-body ul, .seo-content-body ol { margin-bottom: 20px; line-height: 1.8; }
.seo-nap-block {
    margin-top: 25px;
    border-left: 4px solid var(--primary);
    border-radius: 8px;
}
.seo-nap-block h4 { color: var(--primary); margin-top: 0; }
.seo-internal-links {
    margin-top: 30px;
    padding: 20px;
    background: var(--brand-light);
    border-radius: 8px;
}
.seo-internal-links ul li { margin: 5px 8px 5px 0; }
.seo-internal-links ul li a {
    background: var(--white);
    padding: 6px 14px;
    border-radius: 8px;
    display: inline-block;
    border: 1px solid var(--border-light);
    color: var(--secondary);
}
.seo-internal-links ul li a:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    text-decoration: none;
}
.seo-faq-section { margin-top: 30px; }
.seo-faq-section .panel-title { font-size: 15px; cursor: pointer; }
.seo-sidebar-cta {
    background: linear-gradient(135deg, var(--secondary), var(--primary));
    color: var(--white);
    padding: 28px;
    border-radius: 12px;
    margin-bottom: 20px;
}
.seo-sidebar-cta h3 { color: var(--white); margin-top: 0; }
.seo-sidebar-cta .btn {
    background: var(--white);
    color: var(--secondary);
    font-weight: 600;
    border-radius: 8px;
}
.seo-hub-grid { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
.seo-hub-grid a {
    display: inline-block;
    padding: 8px 16px;
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    transition: all 0.2s;
    color: var(--secondary);
}
.seo-hub-grid a:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    text-decoration: none;
}
.seo-hub-categories { margin-top: 32px; }
.seo-hub-category-block {
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--border-light);
}
.seo-hub-category-block h2 {
    font-size: 22px;
    margin-bottom: 12px;
}
.seo-hub-category-block h2 .badge {
    background: var(--primary);
    font-size: 12px;
    vertical-align: middle;
}

/* Blog / guide CDN images */
.seo-blog-hero {
    margin: 0 0 28px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(40, 73, 103, 0.12);
    background: var(--white);
}
.seo-blog-hero img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
}
.seo-blog-hero figcaption {
    padding: 12px 16px;
    font-size: 13px;
    color: var(--text-muted);
    background: var(--white);
    border-top: 1px solid var(--border-light);
}
.seo-blog-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 0 0 28px;
}
.seo-blog-gallery-item {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(40, 73, 103, 0.08);
}
.seo-blog-gallery-item img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.seo-hub-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    margin: 20px 0 32px;
}
.seo-hub-card {
    display: flex;
    flex-direction: column;
    background: var(--white);
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--border-light);
    text-decoration: none;
    color: var(--secondary);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.seo-hub-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(40, 73, 103, 0.12);
    border-color: var(--primary);
    text-decoration: none;
    color: var(--secondary);
}
.seo-hub-card-img {
    display: block;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #e8edf2;
}
.seo-hub-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.seo-hub-card:hover .seo-hub-card-img img {
    transform: scale(1.04);
}
.seo-hub-card-body {
    padding: 14px 16px 16px;
    flex: 1;
}
.seo-hub-card-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}
@media (max-width: 767px) {
    .seo-blog-gallery { grid-template-columns: 1fr; }
    .seo-blog-gallery-item img { height: 200px; }
    .seo-hub-cards { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; }
}

.page-head {
    background: var(--brand-light);
    border-bottom: 3px solid var(--gold);
}
.page-head .page-title { font-size: 28px; color: var(--secondary); }

.service-icon-card {
    border-top: 3px solid var(--primary);
    border-radius: 8px;
    transition: transform 0.2s;
}
.service-icon-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(47, 128, 148, 0.12);
}
.service-icon-card i { color: var(--primary) !important; }

/* Footer */
.footer-area .footer {
    background: var(--secondary);
    color: rgba(255, 255, 255, 0.75);
    padding-top: 60px;
}
.footer-area .single-footer h4 {
    color: var(--white);
    font-family: 'Poppins', sans-serif;
}
.footer-area .footer-title-line { background: var(--gold); }
.footer-area .footer-menu a { color: rgba(255, 255, 255, 0.7); }
.footer-area .footer-menu a:hover { color: var(--gold-light); }
.footer-area .footer-adress a { color: var(--gold-light); }
.footer-logo img { height: 52px; margin-bottom: 16px; }
.footer-copy {
    background: #1a3550;
    color: rgba(255, 255, 255, 0.5);
    padding: 18px 0;
}
.footer-copy a { color: var(--gold-light); }

.contact-form-section { padding: 40px 0; }

/* Calculators */
.calc-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 28px;
    height: 100%;
}
.calc-card h4 {
    color: var(--secondary);
    margin-bottom: 20px;
    font-size: 17px;
}
.calc-card h4 i { color: var(--primary); margin-right: 8px; }
.calc-card .form-group label {
    font-size: 13px;
    font-weight: 600;
    color: var(--secondary);
}
.calc-card .form-control {
    border-radius: 8px;
    border-color: var(--border-light);
    height: 42px;
}
.calc-results {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--border-light);
}
.calc-result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
}
.calc-result-item span { color: var(--text-muted); }
.calc-result-item strong {
    color: var(--primary);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.compare-option {
    display: block;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 1px solid var(--border-light);
}
.compare-option:last-child { border-bottom: none; }
.compare-option input { margin-right: 8px; }
.compare-table th {
    background: var(--brand-light);
    color: var(--secondary);
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}
.compare-table td { font-size: 13px; }

@media (max-width: 767px) {
    .navbar-brand-hk img { height: 42px; max-width: 180px; }
}
