/*
Theme Name: PB FinServ
Theme URI: https://pbfinserv.com
Author: Mohd Irphan
Description: PB FinServ Financial Services Theme
Version: 1.3
*/

/* ================= GLOBAL ================= */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body {
  color: #14213d;
  background: #ffffff;
  font-size: 1rem; /* 16px base typography */
  line-height: 1.6;
}

/* ================= NAVBAR ================= */

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 7%;
  background: #0B1F4D;
  color: white;
  position: sticky;
  top: 0;
  z-index: 100;
  flex-wrap: wrap;
}

.logo {
  font-size: 1.625rem; /* 26px */
  line-height: 1.2;
  font-weight: 800;
}
.logo img {
  max-width: 220px;
  max-height: 50px;
}

.logo span {
  color: #D4AF37;
}

/* ================= MENU ================= */

.main-navigation ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 28px;
}

.main-navigation li {
  position: relative;
}

.main-navigation li a {
  color: white;
  text-decoration: none;
  font-size: 0.95rem; /* ~15px */
  line-height: 1.4;
  font-weight: 500;
  padding: 10px 0;
  display: block;
  transition: all 0.3s ease;
}

.main-navigation li a:hover {
  color: #D4AF37;
}

/* Dropdown Arrow */
.main-navigation li.menu-item-has-children > a::after {
  content: " \25BE";
  font-size: 0.8rem;
  line-height: 1;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

/* Dropdown (Desktop) */
.main-navigation ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #0B1F4D;
  min-width: 240px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
  z-index: 1000;
  padding: 12px 0;
  border-radius: 8px;
  border-top: 3px solid #D4AF37;
}

.main-navigation li:hover > ul {
  display: block;
}

/* Submenu items */
.main-navigation ul ul li a {
  padding: 14px 22px;
  font-size: 0.9rem; /* ~14.5px */
  line-height: 1.4;
  color: #e0e0e0;
}

.main-navigation ul ul li a:hover {
  background: #173b78;
  color: #D4AF37;
}

/* Third level */

.main-navigation ul ul ul {
    top: 0;
    left: 100%;
    margin-left: 0; 
    padding-left: 6px; 
}

/* ================= BUTTONS ================= */

.nav-btn, .primary-btn {
  background: #D4AF37;
  color: #0B1F4D;
  padding: 11px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.4;
}

/* ================= HERO ================= */

.hero {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 40px;
  padding: 80px 7%;
  background: linear-gradient(135deg, #0B1F4D, #173b78);
  color: white;
}

.badge { 
  color: #D4AF37; 
  font-weight: bold; 
  margin-bottom: 12px; 
  font-size: 0.875rem;
  line-height: 1.4;
}

.hero h1 {
  font-size: 3rem; /* ~48px */
  line-height: 1.15;
  margin-bottom: 18px;
}

.subtext {
  font-size: 1.2rem; /* ~19px */
  line-height: 1.5;
  margin-bottom: 18px;
  color: #f4d77b;
}

.hero-buttons {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-card, .quote-box {
  background: white;
  color: #0B1F4D;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

/* ================= FORMS ================= */

button, .primary-btn {
  padding: 14px;
  background: #D4AF37;
  color: #0B1F4D;
  border: none;
  border-radius: 6px;
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1.4;
  cursor: pointer;
}

.secondary-btn {
    border: 1px solid white;
    color: white;
    padding: 11px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.4;
}

.section-label {
    color: #D4AF37;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    line-height: 1.4;
}
/* ================= SECTIONS ================= */

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 35px 7%;
  background: #f7f7f7;
  text-align: center;
}

.section, .testimonials {
  padding: 10px 7%;
  text-align: center;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card {
  background: white;
  padding: 28px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: left;
  border-top: 4px solid #D4AF37;
}

.about {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 36px;
  padding: 70px 7%;
  background: #f8fafc;
}

.emi-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  background: #f8fafc;
  padding: 28px;
  border-radius: 16px;
}

.contact {
  padding: 70px 7%;
  background: #0B1F4D;
  color: white;
  text-align: center;
}

.section h2, .about h2, .testimonials h2, .contact h2 {
    font-size: 2.125rem !important; /* 34px */
    line-height: 1.25 !important;
    margin: 10px 0 30px !important;
}
/* ================= HAMBURGER ================= */

.menu-toggle {
  display: none;
  font-size: 1.75rem; /* 28px */
  line-height: 1;
  cursor: pointer;
  color: white;
  background: none;
  border: none;
}
.quote-box h3 {
    font-size: 1.875rem; /* 30px */
    line-height: 1.35;
}
.hero-card input, .hero-card select, .contact input, .contact textarea, .emi-box input {
    width: 100%;
    padding: 13px;
    margin-top: 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.emi-result {
    background: #0B1F4D;
    color: white;
    padding: 22px;
    border-radius: 12px;
    text-align: center;
 }
 .emi-result h3 {
    color: #D4AF37;
    font-size: 1.75rem; /* 28px */
    line-height: 1.3;
}
footer {
    padding: 35px 7%;
    text-align: center;
    background: #071633;
    color: white;
    font-size: 0.9rem;
    line-height: 1.6;
}
/* ==========================================================================
   Contact Page Template Custom Styles
   ========================================================================== */

/* Layout Utilities */
.contact-page-wrapper {
    background-color: #f7fafc;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.contact-page-wrapper .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Title Section */
.contact-hero {
    background: linear-gradient(135deg, #1a365d 0%, #2a4365 100%);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.contact-hero h1 {
    font-size: 2.375rem; /* 38px */
    line-height: 1.2;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.contact-hero p {
    font-size: 1.1rem;
    color: #e2e8f0;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Grid Framework Section */
.contact-body-section {
    padding: 60px 0;
}

.contact-grid-layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: start;
}

@media (max-width: 900px) {
    .contact-grid-layout {
        grid-template-columns: 1fr;
    }
}

/* Left Column Details Pane */
.contact-info-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-card {
    background: #ffffff;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.info-icon {
    font-size: 1.5rem;
    line-height: 1;
    background: #ebf8ff;
    padding: 10px;
    border-radius: 50%;
}

.info-text h3 {
    margin: 0 0 6px 0;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #2d3748;
}

.info-text p {
    margin: 0;
    color: #4a5568;
    line-height: 1.5;
    font-size: 0.95rem;
}

/* Right Column Contact Form Card */
.contact-form-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.contact-form-card h2 {
    margin: 0 0 8px 0;
    color: #1a202c;
    font-size: 1.75rem;
    line-height: 1.3;
}

.contact-form-card > p {
    color: #718096;
    margin-bottom: 30px;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Contact Form 7 Form Elements Structure Mapping */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: span 2;
}

@media (max-width: 600px) {
    .form-group.full-width {
        grid-column: span 1;
    }
}

.form-group label {
    font-weight: 600;
    font-size: 0.88rem;
    line-height: 1.4;
    color: #4a5568;
    margin-bottom: 6px;
}

/* Target native Form inputs generated inside the CF7 wrapper container structure */
.contact-form-card input[type="text"],
.contact-form-card input[type="email"],
.contact-form-card textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #2d3748;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
    outline: none;
    border-color: #3182ce;
    box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.15);
}

/* Interface Submission Action Block */
.cf-btn {
    background: #3182ce;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 0.98rem;
    line-height: 1.4;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.cf-btn:hover {
    background: #2b6cb0;
}

/* Style CF7 native status validation errors and success wrappers */
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Text validation error alerts underneath specific fields */
.wpcf7-not-valid-tip {
    color: #e53e3e;
    font-size: 0.82rem;
    line-height: 1.4;
    margin-top: 5px;
    font-weight: 500;
}

/* Global submission output banner responses alert states */
.wpcf7-response-output {
    margin: 20px 0 0 0 !important;
    padding: 12px 16px !important;
    border-radius: 6px !important;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 500;
    border: 1px solid transparent !important;
}

/* Success banner output styles */
.wpcf7 .wpcf7-mail-sent-ok {
    background-color: #c6f6d5 !important;
    color: #22543d !important;
    border-color: #9ae6b4 !important;
}

/* Failure/Validation banner output styles */
.wpcf7 .wpcf7-validation-errors, 
.wpcf7 .wpcf7-acceptance-missing,
.wpcf7 .wpcf7-mail-sent-ng {
    background-color: #fed7d7 !important;
    color: #742a2a !important;
    border-color: #feb2b2 !important;
}

/* ==========================================================================
   Premium Contact Page Interface Styling
   ========================================================================== */

:root {
    --primary-deep: #0f172a;       /* Slate 900 */
    --accent-blue: #2563eb;        /* Modern Royal Blue */
    --accent-hover: #1d4ed8;
    --text-main: #334155;          /* Slate 700 */
    --text-muted: #64748b;         /* Slate 500 */
    --bg-light: #f8fafc;           /* Slate 50 */
    --card-shadow: 0 20px 25px -5px rgba(0,0,0,0.05), 0 10px 10px -5px rgba(0,0,0,0.02);
    --input-focus: rgba(37, 99, 235, 0.15);
}

.premium-contact-wrapper {
    background-color: var(--bg-light);
    min-height: 100vh;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Background Abstract Graphic Blob */
.bg-decoration-blob {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(37,99,235,0.06) 0%, rgba(255,255,255,0) 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.premium-contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    position: relative;
    z-index: 1;
}

@media (max-width: 968px) {
    .premium-contact-wrapper { padding: 40px 0; }
    .premium-contact-container { grid-template-columns: 1fr; gap: 40px; }
}

/* ==========================================================================
   Left Panel: Brand & Copy Block Styling
   ========================================================================== */
.brand-info-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.panel-tag {
    display: inline-block;
    align-self: flex-start;
    background: rgba(37, 99, 235, 0.08);
    color: var(--accent-blue);
    font-weight: 700;
    font-size: 0.78rem;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 20px;
}

.brand-info-panel h1 {
    font-size: 2.6rem;
    line-height: 1.2;
    color: var(--primary-deep);
    margin: 0 0 20px 0;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.panel-lead {
    font-size: 1.1rem;
    line-height: 1.65;
    color: var(--text-main);
    margin-bottom: 40px;
}

@media (max-width: 640px) {
    .brand-info-panel h1 { font-size: 2rem; line-height: 1.25; }
}

/* Interactive Info Cards */
.interactive-info-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.premium-info-card {
    background: #ffffff;
    padding: 18px 24px;
    border-radius: 12px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-info-card:hover {
    transform: translateX(6px);
    border-color: rgba(37, 99, 235, 0.3);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.04);
}

.card-icon-wrap {
    background: #eff6ff;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1;
}

.card-details label {
    display: block;
    font-size: 0.78rem;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    margin-bottom: 2px;
}

.card-details p {
    margin: 0;
    color: var(--primary-deep);
    font-weight: 500;
    font-size: 0.98rem;
    line-height: 1.4;
}

.trust-badge {
    font-size: 0.85rem;
    line-height: 1.4;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

/* ==========================================================================
   Right Panel: Floating Form Architecture
   ========================================================================== */
.premium-form-card {
    background: #ffffff;
    padding: 48px;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: var(--card-shadow);
    transition: border-color 0.3s ease;
}

@media (max-width: 640px) {
    .premium-form-card { padding: 32px 24px; }
}

.premium-form-card h2 {
    margin: 0 0 8px 0;
    color: var(--primary-deep);
    font-size: 1.75rem;
    line-height: 1.3;
    font-weight: 700;
}

.premium-form-card > p {
    color: var(--text-muted);
    margin-bottom: 35px;
    font-size: 0.92rem;
    line-height: 1.55;
}

/* Form Matrix Grid Elements */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

@media (max-width: 600px) {
    .form-grid { grid-template-columns: 1fr; gap: 16px; }
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: span 2;
}

@media (max-width: 600px) {
    .form-group.full-width { grid-column: span 1; }
}

.form-group label {
    font-weight: 600;
    font-size: 0.88rem;
    line-height: 1.4;
    color: var(--primary-deep);
    margin-bottom: 8px;
}

/* Native CF7 Form Control Tags Overrides */
.premium-form-card input[type="text"],
.premium-form-card input[type="email"],
.premium-form-card textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1.5px solid #cbd5e1;
    border-radius: 10px;
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--primary-deep);
    background-color: #ffffff;
    box-sizing: border-box;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-form-card input::placeholder,
.premium-form-card textarea::placeholder {
    color: #94a3b8;
}

.premium-form-card input:focus,
.premium-form-card textarea:focus {
    outline: none;
    border-color: var(--accent-blue);
    box-shadow: 0 0 0 4px var(--input-focus);
    background-color: #ffffff;
}

/* Custom Styled Submit Action Link Button */
.cf-btn {
    width: 100%;
    background: var(--accent-blue);
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    font-size: 0.98rem;
    line-height: 1.4;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
    transition: all 0.2s ease;
}

.cf-btn:hover {
    background: var(--accent-hover);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
}

.cf-btn:active {
    transform: translateY(0);
}

/* ==========================================================================
   Contact Form 7 Engine Notifications Styling
   ========================================================================== */
.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
    color: #ef4444;
    font-size: 0.82rem;
    line-height: 1.4;
    margin-top: 6px;
    font-weight: 500;
}

/* Response Output Container Setup Overrides */
.wpcf7-response-output {
    margin: 24px 0 0 0 !important;
    padding: 14px 20px !important;
    border-radius: 10px !important;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 500;
    border: 1px solid transparent !important;
    text-align: left;
}

/* Success Validation Engine Banners */
.wpcf7 .wpcf7-mail-sent-ok {
    background-color: #f0fdf4 !important;
    color: #166534 !important;
    border-color: #bbf7d0 !important;
}

/* Failure/Error Submission States Alert Banners */
.wpcf7 .wpcf7-validation-errors, 
.wpcf7 .wpcf7-acceptance-missing,
.wpcf7 .wpcf7-mail-sent-ng {
    background-color: #fef2f2 !important;
    color: #991b1b !important;
    border-color: #fecaca !important;
}

/* Hide the default ajax loading spinner image tag cleanly */
.wpcf7-spinner {
    display: none !important;
}

/* ==========================================================================
   Premium Blog & Article Detail Elements Styles
   ========================================================================== */

/* Layout Constants */
.blog-container, .article-meta-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

/* --- BLOG ARCHIVE STYLE ENGINE --- */
.blog-archive-wrapper {
    background-color: #f8fafc;
    padding-bottom: 80px;
}

.archive-hero {
    background-color: #0f172a;
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.hero-tag {
    color: #f4d77b;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.archive-hero h1 {
    font-size: 2.375rem; /* 38px */
    line-height: 1.2;
    margin: 10px 0 15px 0;
    font-weight: 800;
}

.archive-hero p {
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.6;
}

.blog-grid-section {
    margin-top: -40px;
}

.posts-grid-matrix {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px;
}

.premium-blog-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.06);
}

.card-thumbnail-wrap {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.card-thumbnail-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-category {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #ffffff;
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 700;
    color: #0f172a;
}

.card-body-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-meta {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #64748b;
    margin-bottom: 12px;
    font-weight: 500;
}

.meta-divider { margin: 0 6px; }

.card-title {
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 0 0 12px 0;
}

.card-title a {
    color: #0f172a;
    text-decoration: none;
    font-weight: 700;
}

.card-title a:hover { color: #f4d77b; }

.card-excerpt {
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.card-read-more {
    margin-top: auto;
    color: #0B1F4D;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
    line-height: 1.4;
}

/* --- SINGLE DETAILS PAGE LAYOUT ENGINE --- */
.single-article-wrapper {
    background-color: #ffffff;
    padding-bottom: 80px;
}

.article-header {
    padding: 60px 0 40px 0;
    text-align: center;
    background-color: #f8fafc;
}

.article-category-tag a {
    color: #D4AF37;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1.3;
    text-transform: uppercase;
}

.article-header h1 {
    font-size: 2.5rem;
    color: #0f172a;
    margin: 15px 0;
    line-height: 1.25;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.author-meta-block {
    margin-top: 20px;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #64748b;
}

.author-name { font-weight: 600; color: #334155; margin: 0; }
.publish-date { margin: 2px 0 0 0; font-size: 0.82rem; line-height: 1.4; }

.article-hero-banner {
    max-width: 1000px;
    margin: -20px auto 50px auto;
    padding: 0 24px;
}

.article-hero-banner img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);
}

.article-body-layout {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}

.article-content-grid {
    display: grid;
    grid-template-columns: 2.2fr 1fr;
    gap: 50px;
    align-items: start;
}

/* page.php css start */
/* ==========================================================================
   Luxury Page Canvas Layout Custom Module
   ========================================================================== */

.luxury-page-universe {
    background-color: #f1f5f9; /* Rich Slate 100 backdrop sheet */
    padding-bottom: 100px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.luxury-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* 1. Immersive Header Hero Design */
.luxury-page-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    padding: 28px 0 84px 0;
    position: relative;
    text-align: left;
}

.hero-decorative-badge {
    display: inline-block;
    background: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 16px;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.luxury-title {
    font-size: 2.75rem; /* ~44px */
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0 0 16px 0;
    line-height: 1.18;
}

/* Breadcrumbs Link Tracks */
.page-meta-breadcrumbs {
    font-size: 0.88rem;
    line-height: 1.4;
    color: #94a3b8;
    font-weight: 500;
}

.page-meta-breadcrumbs a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s;
}

.page-meta-breadcrumbs a:hover { color: #ffffff; }
.crumb-arrow { margin: 0 8px; color: #475569; }
.current-crumb { color: #60a5fa; }

/* SVG Fluid Wave Vector Path */
.wave-shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave-shape-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
}

.wave-shape-divider .shape-fill {
    fill: #f1f5f9; /* Synchronized with universe canvas backdrop */
}

/* 2. Responsive Asymmetric Grid Grid */
.luxury-body-section {
    margin-top: -60px; /* Forces cards to mount over header graphics waves */
    position: relative;
    z-index: 10;
}

.luxury-layout-grid {
    display: grid;
    grid-template-columns: 2.2fr 1fr;
    gap: 40px;
    align-items: start;
}

@media (max-width: 968px) {
    .luxury-page-hero { padding: 80px 0 100px 0; }
    .luxury-title { font-size: 2.125rem; line-height: 1.2; }
    .luxury-layout-grid { grid-template-columns: 1fr; gap: 30px; }
}

/* Main Post Typography Block Paper */
.luxury-main-content-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.03), 0 10px 10px -5px rgba(0,0,0,0.01);
}

.luxury-featured-image-container {
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
}

.luxury-featured-image-container img {
    width: 100%;
    height: auto;
    max-height: 450px;
    object-fit: cover;
    display: block;
}

/* Editorial Content Typographic Rhythm Settings */
.luxury-rich-text-engine {
    font-size: 0.98rem;
    line-height: 1.7;
    color: #334155;
}

.luxury-rich-text-engine p { margin-bottom: 24px; }

.luxury-rich-text-engine h2 {
    font-size: 1.625rem;
    line-height: 1.3;
    color: #0f172a;
    margin: 45px 0 18px 0;
    font-weight: 700;
}

/* 3. Sticky Modern Functional Sidebar Widgets */
.luxury-page-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 40px;
}

.luxury-sidebar-widget {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
}

.luxury-sidebar-widget h4 {
    margin: 0 0 15px 0;
    color: #0f172a;
    font-size: 1.1rem;
    line-height: 1.35;
    font-weight: 700;
}

/* Navigation Utilities Widget Links */
.widget-action-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.widget-action-links li a {
    display: block;
    color: #475569;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.92rem;
    line-height: 1.4;
    padding: 10px 14px;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    transition: all 0.2s ease;
}

.widget-action-links li a:hover {
    color: #2563eb;
    background: #eff6ff;
    border-color: #bfdbfe;
    transform: translateX(4px);
}

/* Trust Card Design Badge */
.guarantee-widget {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    text-align: center;
}

.shield-badge-icon {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 10px;
}

.guarantee-widget p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #64748b;
}
/* page.php css end */
@media(max-width: 850px) {
    .article-content-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* Longform Readability Settings */
.entry-content-text {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #334155;
}

.entry-content-text p { margin-bottom: 24px; }

.entry-content-text h2, .entry-content-text h3 {
    color: #0f172a;
    margin: 40px 0 16px 0;
    font-weight: 700;
}

.entry-content-text h2 { font-size: 1.625rem; line-height: 1.3; }

.entry-tags {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.tag-label { font-weight: 600; color: #64748b; font-size: 0.88rem; }

.entry-tags a {
    background: #f1f5f9;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.82rem;
    line-height: 1.3;
    color: #475569;
    text-decoration: none;
    margin-left: 5px;
}

/* Sticky Conversion Module */
.article-sticky-sidebar {
    position: sticky;
    top: 40px;
}

.sidebar-cta-widget {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
}

.sidebar-cta-widget h3 {
    margin: 0 0 10px 0;
    color: #0f172a;
    font-size: 1.25rem;
    line-height: 1.35;
}

.sidebar-cta-widget p {
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 20px;
}

.sidebar-btn {
    display: block;
    background-color: #D4AF37;
    color: #0B1F4D;
    text-decoration: none;
    padding: 12px;
    border-radius: 8px; 
    font-weight: 600;
    font-size: 0.92rem;
    line-height: 1.4;
    transition: background 0.2s ease;
}

.sidebar-btn:hover { background-color: #f4d77b; }

/* WP Core Native Pagination Layout Wrapper override hooks */
.pagination {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.pagination .nav-links { display: flex; gap: 8px; }

.pagination .page-numbers {
    padding: 10px 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    text-decoration: none;
    color: #475569;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.4;
}

.pagination .page-numbers.current {
    background: #f4d77b;
    color: #ffffff;
    border-color: #f4d77b;
}
/* ================= MOBILE ================= */

@media (max-width: 900px) {

  .menu-toggle {
    display: block;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-navigation {
    width: 100%;
  }

  .main-navigation ul {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
    background: #0B1F4D;
  }

  .main-navigation ul.active {
    display: flex;
  }

  .main-navigation li {
    width: 100%;
  }

  .main-navigation li a {
    padding: 14px 18px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  /* MOBILE SUBMENU FIX */
  .main-navigation ul ul {
    display: none;
    position: static;
    box-shadow: none;
    border: none;
    padding-left: 15px;
  }

  .main-navigation li.open > ul {
    display: block;
  }

  .main-navigation li.open > a::after {
    transform: rotate(180deg);
  }

  .nav-btn {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  /* Layout Fixes */
  .hero, .about {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 2.25rem; /* 36px */
    line-height: 1.2;
  }

  .stats, .cards, .emi-box {
    grid-template-columns: 1fr;
  }
}

/* ================= CONTACT FORM 7 STYLE ================= */

.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 400px;
  margin: auto;
}

/* Input + Select */
.wpcf7 input,
.wpcf7 select {
  width: 100%;
  padding: 14px;
  border-radius: 6px;
  border: 0.5px solid #ddd;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 12px;
}

/* Match your design (light background inside dark section) */
.contact .wpcf7 input,
.contact .wpcf7 select {
  background: white;
  color: #0B1F4D;
}

/* Button */
.wpcf7 input[type="submit"] {
  background: #D4AF37;
  color: #0B1F4D;
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1.4;
  cursor: pointer;
  border-radius: 6px;
  padding: 14px;
  transition: 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: #c39c2f;
}

/* footer css start  */

/* ==========================================================================
   Modern Corporate Footer Framework Style
   ========================================================================== */

.site-footer {
    background-color: #0f172a; /* Deep Slate 900 */
    color: #94a3b8;            /* Soft muted typography text */
    padding: 70px 0 30px 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    border-top: 4px solid #D4AF37; /* Corporate accent indicator band */
}

/* ==========================================================================
   Upgraded Strict Column Locking Footer Framework
   ========================================================================== */

.footer-grid-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 50px 24px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr; 
    gap: 50px;
    align-items: start;
    width: 100%;
    box-sizing: border-box;
}

/* Base structural safeguards for each column container */
.footer-column {
    display: flex;
    flex-direction: column;
    min-width: 0; 
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* Ensure the brand area stays bound inside its allotted space */
.footer-column.brand-summary {
    max-width: 100%;
}

.brand-tagline {
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
    max-width: 100%; 
    color: #94a3b8;
}

/* Responsive collapse safety tracking */
@media(max-width: 768px) {
    .footer-grid-container {
        grid-template-columns: 1fr; 
        gap: 35px;
        padding-bottom: 35px;
    }
}

/* Column Elements Styling */
.footer-column h4 {
    color: #ffffff;
    font-size: 1.05rem;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 20px 0;
    letter-spacing: 0.02em;
}

/* Brand Area Customizations */
.footer-logo {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.footer-logo span {
    color: #D4AF37;
}

/* Navigation Lists Layout */
.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links-list li a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.92rem;
    line-height: 1.4;
    font-weight: 500;
    transition: all 0.2s ease;
}

.footer-links-list li a:hover {
    color: #ffffff;
    padding-left: 4px;
}

/* Lower Footer Partition Elements */
.footer-bottom-bar {
    background-color: #0b111e;
    padding: 30px 24px 0 24px;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
}

.footer-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.regulatory-text {
    font-size: 0.8rem;
    line-height: 1.5;
    margin: 0 0 20px 0;
    color: #64748b;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.footer-divider {
    border: 0;
    height: 1px;
    background: rgba(148, 163, 184, 0.08);
    margin: 0 0 20px 0;
}

.copyright-line {
    font-size: 0.85rem;
    line-height: 1.4;
    margin: 0;
    color: #475569;
    font-weight: 500;
}

.footer-micro-contact {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.88rem;
    line-height: 1.4;
}
.footer-micro-contact p { margin: 0; color: #cbd5e1; }
.footer-micro-contact a { color: #D4AF37; text-decoration: none; transition: color 0.2s; }
.footer-micro-contact a:hover { color: #ffffff; }
.footer-micro-contact span { margin-right: 6px; }

/* ==========================================================================
   Premium Pop-Up Modal Component Layout Styles
   ========================================================================== */

.apply-now-header-btn {
    background-color: #2563eb;
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
    line-height: 1.4;
    transition: all 0.2s ease;
    display: inline-block;
}

.apply-now-header-btn:hover {
    background-color: #1d4ed8;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

/* Modal Dark Background Shroud Overlay Backdrop */
.modal-overlay-shroud {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(4px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-overlay-shroud.modal-visible-state {
    opacity: 1;
    pointer-events: auto;
}

.modal-window-card {
    background: #ffffff;
    max-width: 520px;
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    transform: translateY(-20px);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.modal-overlay-shroud.modal-visible-state .modal-window-card {
    transform: translateY(0);
}

@media(max-width: 560px) {
    .modal-window-card { padding: 30px 20px; border-radius: 0; position: absolute; bottom: 0; max-width: 100%; }
    .modal-overlay-shroud.modal-visible-state .modal-window-card { transform: translateY(0); }
}

.modal-close-x-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #f1f5f9;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0.85rem;
    line-height: 1;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.modal-close-x-btn:hover { background: #e2e8f0; color: #0f172a; }

.modal-tag-pill {
    display: inline-block;
    background: rgba(37, 99, 235, 0.08);
    color: #D4AF37;
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 100px;
    margin-bottom: 12px;
}

.modal-form-header h2 { margin: 0 0 8px 0; color: #0f172a; font-size: 1.5rem; line-height: 1.3; font-weight: 800; }
.modal-form-header p { margin: 0 0 25px 0; color: #64748b; font-size: 0.9rem; line-height: 1.5; }

.modal-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
}

@media(max-width: 480px) { .modal-form-grid { grid-template-columns: 1fr; } .m-form-group.full-row { grid-column: span 1 !important; } }

.m-form-group { display: flex; flex-direction: column; }
.m-form-group.full-row { grid-column: span 2; }
.m-form-group label { font-size: 0.85rem; line-height: 1.4; font-weight: 600; color: #334155; margin-bottom: 6px; }

.modal-body-form-wrapper input[type="text"],
.modal-body-form-wrapper input[type="tel"],
.modal-body-form-wrapper select {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid #cbd5e1;
    border-radius: 8px;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #0f172a;
    box-sizing: border-box;
}

.modal-body-form-wrapper input:focus,
.modal-body-form-wrapper select:focus {
    outline: none;
    border-color: #D4AF37;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.modal-submit-action-btn {
    width: 100%;
    background-color: #D4AF37;
    color: #0B1F4D;
    border: none;
    padding: 14px;
    border-radius: 8px;
    font-size: 0.95rem;
    line-height: 1.4;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
    transition: background 0.2s;
}

.modal-submit-action-btn:hover { background-color: #D4AF37; }

/* ==========================================================================
   Secondary Architecture Templates Additions (404 and Search)
   ========================================================================== */

.inline-recovery-search {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
}

.inline-recovery-search h4 {
    margin: 0 0 15px 0;
    color: #0f172a;
    font-size: 1.1rem;
    line-height: 1.35;
}

.inline-recovery-search form,
.empty-search-state form {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 500px;
}

.inline-recovery-search input[type="search"],
.empty-search-state input[type="search"] {
    flex-grow: 1;
    padding: 12px 16px;
    border: 1.5px solid #cbd5e1;
    border-radius: 8px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.inline-recovery-search input[type="submit"],
.empty-search-state input[type="submit"] {
    background: #2563eb;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.92rem;
    line-height: 1.4;
    cursor: pointer;
    transition: background 0.2s;
}

.inline-recovery-search input[type="submit"]:hover,
.empty-search-state input[type="submit"]:hover {
    background: #1d4ed8;
}

.search-loop-card-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.search-result-snippet-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
    transition: border-color 0.2s ease;
}

.search-result-snippet-card:hover {
    border-color: #bfdbfe;
}

.snippet-type-tag {
    display: inline-block;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.search-result-snippet-card h3 {
    margin: 0 0 10px 0;
    font-size: 1.3rem;
    line-height: 1.35;
}

.search-result-snippet-card h3 a {
    color: #0f172a;
    text-decoration: none;
    font-weight: 700;
}

.search-result-snippet-card h3 a:hover {
    color: #2563eb;
}

.snippet-excerpt {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.snippet-link {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
    line-height: 1.4;
}

/* ==========================================================================
   Tabbed Premium Financial Calculator Suite Custom Styles
   ========================================================================== */
.premium-calc-section {
    padding: 80px 24px;
    background-color: #ffffff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.calc-container { max-width: 1000px; margin: 0 auto; text-align: center; }
.calc-label { color: #2563eb; text-transform: uppercase; font-weight: 700; font-size: 0.8rem; line-height: 1.3; margin: 0; }
.premium-calc-section h2 { font-size: 2.125rem; line-height: 1.25; color: #0f172a; margin: 10px 0; font-weight: 800; }
.calc-subtitle { color: #64748b; max-width: 600px; margin: 0 auto 40px auto; font-size: 0.98rem; line-height: 1.55; }

.calc-tabs {
    display: inline-flex;
    background: #f1f5f9;
    padding: 6px;
    border-radius: 12px;
    margin-bottom: 40px;
    gap: 4px;
}
.calc-tab-btn {
    border: none;
    background: transparent;
    padding: 12px 24px;
    font-size: 0.92rem;
    line-height: 1.4;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.2s ease;
}
.calc-tab-btn.active {
    background: #ffffff;
    color: #2563eb;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}

.calc-tab-content { display: none; }
.calc-tab-content.active { display: block; }

.calc-grid-box {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    background: #f8fafc;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    text-align: left;
}
@media(max-width: 768px) { .calc-grid-box { grid-template-columns: 1fr; padding: 24px; } }

.calc-inputs { display: flex; flex-direction: column; gap: 20px; }
.calc-group { display: flex; flex-direction: column; }
.calc-group label { font-size: 0.88rem; line-height: 1.4; font-weight: 600; color: #334155; margin-bottom: 8px; }
.calc-group input { padding: 12px; border: 1.5px solid #cbd5e1; border-radius: 8px; font-size: 0.95rem; line-height: 1.5; font-weight: 500; }
.calc-group input:focus { outline: none; border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,0.1); }

.calc-outputs {
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.output-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    line-height: 1.4;
    color: #475569;
}
.output-row strong { font-size: 1.25rem; line-height: 1.3; color: #0f172a; font-weight: 700; }
.output-row.highlight strong { color: #2563eb; font-size: 1.5rem; line-height: 1.2; }

.total-savings-card {
    background: #ecfdf5;
    border-left: 4px solid #10b981;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    display: block;
}
.total-savings-card p { margin: 0; font-size: 0.82rem; line-height: 1.3; font-weight: 700; color: #065f46; text-transform: uppercase; }
.total-savings-card h3 { margin: 8px 0 0 0; font-size: 1.875rem; line-height: 1.25; color: #047857; font-weight: 800; }

.eligibility-status-box { text-align: center; }
.eligibility-status-box p { margin: 0; font-size: 0.92rem; line-height: 1.4; font-weight: 600; color: #475569; }
.eligibility-status-box h3 { margin: 10px 0; font-size: 2.25rem; line-height: 1.2; color: #2563eb; font-weight: 800; }
.status-pill { display: inline-block; background: #eff6ff; color: #1e40af; font-size: 0.75rem; line-height: 1.3; font-weight: 700; padding: 4px 12px; border-radius: 100px; }
.callback-form-override .m-form-group.full-row {
    grid-column: span 2 !important;
}

/* ==========================================================================
   About Us Template Styling Overrides
   ========================================================================== */
.about-us-canvas .premium-lead-text {
    font-size: 1.1rem;
    line-height: 1.65;
    color: #1e293b;
    margin-bottom: 24px;
}

.section-micro-divider {
    border: 0;
    height: 1px;
    background: #e2e8f0;
    margin: 40px 0;
}

.about-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 30px 0;
}
@media(max-width: 600px) { .about-feature-grid { grid-template-columns: 1fr; } }

.feat-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 24px;
    border-radius: 12px;
}
.feat-box h4 {
    margin: 0 0 10px 0;
    color: #0f172a;
    font-size: 1.05rem;
    line-height: 1.35;
}
.feat-box p {
    margin: 0;
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
}

.about-fact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.about-fact-list li {
    font-size: 0.88rem;
    line-height: 1.45;
    color: #334155;
    border-bottom: 1px dashed #e2e8f0;
    padding-bottom: 10px;
}
.about-fact-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.about-fact-list strong {
    color: #0f172a;
    display: block;
    font-size: 0.78rem;
    line-height: 1.3;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 2px;
}

.sidebar-whatsapp-btn {
    display: block;
    background: #10b981;
    color: #ffffff !important;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
    margin-top: 15px;
    font-size: 0.92rem;
    line-height: 1.4;
}
.sidebar-whatsapp-btn:hover {
    background: #059669;
}

/* ==========================================================================
   Premium Quote Box Styling Overrides
   ========================================================================== */

.quote-box {
    background: #f8fafc; 
    border: 1px solid rgba(226, 232, 240, 0.8);
    padding: 45px 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03); 
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quote-accent-label {
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0284c7; 
    font-weight: 700;
    margin-bottom: 20px;
}

.premium-quote-text {
    font-size: 1.875rem; /* 30px */
    color: #0f172a; 
    font-weight: 800;
    line-height: 1.35; 
    letter-spacing: -0.75px; 
    margin: 0 0 24px 0;
}

.quote-bottom-bar {
    width: 60px;
    height: 4px;
    background: #0284c7; 
    border-radius: 2px;
}

@media (max-width: 768px) {
    .quote-box {
        padding: 30px 24px;
    }
    .premium-quote-text {
        font-size: 1.5rem;
        line-height: 1.35;
    }
}