/*
Theme Name: Kria Property Management
Theme URI: https://kriapropertyservices.com
Author: Kria Property Management Services Pvt. Ltd.
Author URI: https://kriapropertyservices.com
Description: Official theme for Kria Property Management Services Private Limited — built for NRI and resident property owners across India.
Version: 1.0.0
License: Private
Text Domain: kria
*/

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #f7f8fa; color: #1a1a2e; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ── TOKENS ── */
:root {
  --navy: #1C3A5E;
  --navy-dark: #0F2440;
  --navy-light: #E8EFF7;
  --green: #2D5A27;
  --teal: #2BBCB0;
  --amber: #E8A020;
  --gray-50: #f7f8fa;
  --gray-100: #eef0f4;
  --gray-200: #d8dce6;
  --gray-400: #9098ad;
  --text: #1a1a2e;
  --text-muted: #5a6380;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 1px 3px rgba(0,0,0,0.08), 0 4px 16px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.10), 0 12px 40px rgba(0,0,0,0.06);
}

/* ── LAYOUT ── */
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ── NAV ── */
.site-header { background: #fff; border-bottom: 0.5px solid var(--gray-200); position: sticky; top: 0; z-index: 100; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 16px; }
.site-logo img { height: 44px; width: auto; }
.main-nav { display: flex; gap: 24px; align-items: center; list-style: none; }
.main-nav a { font-size: 14px; color: var(--text-muted); transition: color 0.2s; }
.main-nav a:hover { color: var(--navy); }
.nav-cta a { background: var(--navy) !important; color: #fff !important; padding: 9px 22px; border-radius: var(--radius-sm); font-size: 14px; font-weight: 500; }
.nav-cta a:hover { background: var(--navy-dark) !important; }

/* ── HERO ── */
.kria-hero { background: var(--navy); padding: 80px 0 64px; text-align: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.12); color: #B5D4F4; font-size: 12px; padding: 5px 14px; border-radius: 20px; margin-bottom: 20px; }
.kria-hero h1 { font-size: 38px; font-weight: 600; color: #fff; line-height: 1.25; max-width: 620px; margin: 0 auto 16px; }
.kria-hero p { font-size: 17px; color: #B5D4F4; max-width: 520px; margin: 0 auto 32px; line-height: 1.7; }
.hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: #fff; color: var(--navy); padding: 12px 28px; border-radius: var(--radius-sm); font-size: 15px; font-weight: 600; display: inline-block; }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.35); padding: 12px 28px; border-radius: var(--radius-sm); font-size: 15px; display: inline-block; }

/* ── LANDING HERO ── */
.landing-hero { position: relative; min-height: 520px; background: var(--navy); display: flex; align-items: center; overflow: hidden; }
.landing-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.35; }
.landing-hero-content { position: relative; z-index: 2; width: 100%; text-align: center; padding: 80px 24px; }
.landing-hero-content h1 { font-size: 42px; font-weight: 700; color: #fff; line-height: 1.2; max-width: 640px; margin: 0 auto 16px; }
.landing-hero-content p { font-size: 18px; color: rgba(255,255,255,0.85); max-width: 500px; margin: 0 auto 32px; }

/* ── STATS ── */
.kria-stats { background: #fff; border-bottom: 0.5px solid var(--gray-200); }
.stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item { padding: 28px 20px; text-align: center; border-right: 0.5px solid var(--gray-200); }
.stat-item:last-child { border-right: none; }
.stat-num { font-size: 28px; font-weight: 700; color: var(--navy); }
.stat-label { font-size: 13px; color: var(--text-muted); margin-top: 4px; }

/* ── SECTIONS ── */
.kria-section { padding: 72px 0; }
.kria-section-alt { background: #fff; }
.section-label { font-size: 11px; color: var(--teal); letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; margin-bottom: 8px; }
.section-title { font-size: 28px; font-weight: 600; color: var(--navy); margin-bottom: 10px; line-height: 1.25; }
.section-sub { font-size: 16px; color: var(--text-muted); line-height: 1.7; max-width: 560px; margin-bottom: 40px; }

/* ── ABOUT ── */
.about-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 48px; align-items: center; }
.about-logo { width: 160px; margin-bottom: 20px; }
.about-text p { font-size: 15px; color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }
.nri-banner { background: var(--navy-light); border: 0.5px solid #B5D4F4; border-radius: var(--radius); padding: 24px 28px; display: flex; align-items: flex-start; gap: 16px; margin-top: 24px; }
.nri-icon { width: 44px; height: 44px; border-radius: var(--radius-sm); background: var(--navy); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 20px; }
.nri-banner h3 { font-size: 16px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.nri-banner p { font-size: 14px; color: #185FA5; line-height: 1.6; }

/* ── PRINCIPLES ── */
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.principle-card { background: #fff; border: 0.5px solid var(--gray-200); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.p-icon { width: 40px; height: 40px; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; font-size: 20px; }
.p-icon.teal { background: #D0F5F3; }
.p-icon.navy { background: var(--navy-light); }
.p-icon.green { background: #D6ECD4; }
.principle-card h3 { font-size: 16px; font-weight: 600; margin-bottom: 6px; }
.principle-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* ── SERVICES ── */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.svc { background: #fff; border: 0.5px solid var(--gray-200); border-radius: var(--radius); padding: 20px; display: flex; flex-direction: column; gap: 8px; box-shadow: var(--shadow); }
.svc .s-icon { width: 36px; height: 36px; border-radius: var(--radius-sm); background: var(--navy-light); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.svc h3 { font-size: 13px; font-weight: 600; line-height: 1.35; }
.svc p { font-size: 12px; color: var(--text-muted); line-height: 1.5; }
.svc.teal { background: #E1F5EE; border-color: #5DCAA5; }
.svc.teal .s-icon { background: #9FE1CB; }
.svc.teal h3 { color: #0F6E56; }
.svc.teal p { color: #1D9E75; }
.svc.navy-card { background: var(--navy); border-color: var(--navy); }
.svc.navy-card .s-icon { background: rgba(255,255,255,0.12); }
.svc.navy-card h3 { color: #fff; font-size: 15px; }
.svc.navy-card p { color: #B5D4F4; }
.svc.green-cta { background: var(--green); border-color: var(--green); justify-content: space-between; min-height: 130px; }
.svc.green-cta h3 { color: #fff; font-size: 15px; }
.svc.green-cta p { color: #C0DD97; }
.svc-cta-btn { display: inline-flex; align-items: center; gap: 6px; background: #fff; color: var(--green); border: none; border-radius: var(--radius-sm); padding: 7px 14px; font-size: 12px; font-weight: 600; cursor: pointer; margin-top: 10px; text-decoration: none; }

/* ── MV ── */
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.mv-card { border-radius: var(--radius); padding: 28px; }
.mv-card.mission { background: var(--navy-light); border: 0.5px solid #B5D4F4; }
.mv-card.vision { background: #D6ECD4; border: 0.5px solid #A4CFA0; }
.mv-label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 10px; }
.mv-card.mission .mv-label { color: var(--navy); }
.mv-card.vision .mv-label { color: var(--green); }
.mv-card h3 { font-size: 18px; font-weight: 600; margin-bottom: 10px; }
.mv-card.mission h3 { color: var(--navy-dark); }
.mv-card.vision h3 { color: var(--green); }
.mv-card p { font-size: 14px; line-height: 1.7; }
.mv-card.mission p { color: #185FA5; }
.mv-card.vision p { color: #2D5A27; }

/* ── PROCESS ── */
.process-list { display: flex; flex-direction: column; }
.process-step { display: flex; gap: 20px; padding: 20px 0; border-bottom: 0.5px solid var(--gray-200); }
.process-step:last-child { border-bottom: none; }
.step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; color: #fff; flex-shrink: 0; }
.process-step h4 { font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.process-step p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

/* ── TESTIMONIALS ── */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.testimonial { background: #fff; border: 0.5px solid var(--gray-200); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.stars { color: var(--amber); font-size: 15px; margin-bottom: 12px; }
.testimonial p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 16px; }
.t-author { display: flex; align-items: center; gap: 10px; }
.avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--navy-light); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; color: var(--navy); }
.author-name { font-size: 13px; font-weight: 600; }
.author-role { font-size: 12px; color: var(--text-muted); }

/* ── CONTACT ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 32px; }
.contact-info-card { background: var(--navy); border-radius: var(--radius); padding: 36px; }
.contact-info-card h3 { font-size: 20px; font-weight: 600; color: #fff; margin-bottom: 28px; }
.c-item { display: flex; gap: 14px; margin-bottom: 24px; }
.c-icon { width: 38px; height: 38px; border-radius: var(--radius-sm); background: rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.c-label { font-size: 11px; color: #7AABDB; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 4px; }
.c-value { font-size: 14px; color: #fff; line-height: 1.5; }
.c-value a { color: #B5D4F4; }
.map-link { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.1); border: 0.5px solid rgba(255,255,255,0.2); border-radius: var(--radius-sm); padding: 6px 12px; margin-top: 8px; color: #B5D4F4; font-size: 12px; }
.wa-btn { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: #fff; border-radius: var(--radius-sm); padding: 9px 16px; font-size: 13px; font-weight: 600; margin-top: 8px; }

/* ── WPFORMS STYLING ── */
.contact-form-card { background: #fff; border: 0.5px solid var(--gray-200); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow); }
.contact-form-card h3 { font-size: 20px; font-weight: 600; color: var(--navy); margin-bottom: 24px; }
.wpforms-container { margin: 0 !important; }
.wpforms-field-label { font-size: 13px !important; color: var(--text-muted) !important; font-weight: 500 !important; margin-bottom: 6px !important; }
.wpforms-field input, .wpforms-field select, .wpforms-field textarea {
  background: var(--gray-50) !important; border: 0.5px solid var(--gray-200) !important;
  border-radius: var(--radius-sm) !important; padding: 10px 14px !important;
  font-size: 14px !important; color: var(--text) !important; width: 100% !important;
  font-family: inherit !important;
}
.wpforms-field input:focus, .wpforms-field select:focus, .wpforms-field textarea:focus {
  border-color: var(--navy) !important; box-shadow: 0 0 0 3px rgba(28,58,94,0.08) !important; outline: none !important;
}
.wpforms-submit-container button.wpforms-submit {
  background: var(--navy) !important; color: #fff !important; border: none !important;
  padding: 13px 28px !important; border-radius: var(--radius-sm) !important;
  font-size: 15px !important; font-weight: 600 !important; width: 100% !important;
  cursor: pointer !important;
}
.wpforms-submit-container button.wpforms-submit:hover { background: var(--navy-dark) !important; }
.wpforms-confirmation-container { background: #E1F5EE !important; border: 0.5px solid #5DCAA5 !important; border-radius: var(--radius-sm) !important; padding: 16px !important; color: #085041 !important; font-size: 14px !important; }

/* ── LANDING FORM ── */
.landing-form-wrap { max-width: 680px; margin: 0 auto; background: #fff; border: 0.5px solid var(--gray-200); border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow-md); }
.landing-form-wrap h2 { font-size: 24px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.landing-form-wrap .sub { font-size: 15px; color: var(--text-muted); margin-bottom: 28px; }

/* ── FOOTER ── */
.site-footer { background: #fff; border-top: 0.5px solid var(--gray-200); padding: 48px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 40px; }
.footer-col h4 { font-size: 13px; font-weight: 600; color: var(--text-muted); margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.06em; }
.footer-logo { height: 48px; width: auto; margin-bottom: 12px; }
.footer-address { font-size: 13px; color: var(--text-muted); line-height: 1.7; }
.footer-link { display: block; font-size: 13px; color: var(--text-muted); margin-bottom: 8px; }
.footer-link:hover { color: var(--navy); }
.footer-contact-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-muted); margin-bottom: 8px; }
.footer-bottom { border-top: 0.5px solid var(--gray-200); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-bottom span { font-size: 12px; color: var(--text-muted); }
.footer-legal { display: flex; gap: 16px; }
.footer-legal a { font-size: 12px; color: var(--text-muted); }
.footer-legal a:hover { color: var(--navy); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .kria-hero h1 { font-size: 28px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .principles-grid, .about-grid, .contact-grid, .mv-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .nav-menu { display: none; }
}
