/* =====================================================================
   NEW BEST MOVING COMPANIES - LIGHT THEME
   Scoped redesign. All classes are prefixed with `new-best-` so they
   never collide with the existing best_moving_companies.css styles.
   ===================================================================== */

:root {
    --nb-primary: #1e75bb;
    --nb-primary-dark: #155a92;
    --nb-accent: #2b7bc0;
    --nb-ink: #1a2b4a;
    --nb-text: #475569;
    --nb-muted: #64748b;
    --nb-bg-soft: #f5f9ff;
    --nb-bg-card: #ffffff;
    --nb-border: #e4eefb;
    --nb-border-strong: #cfe3f7;
    --nb-shadow: 0 10px 30px rgba(30, 117, 187, 0.08);
    --nb-shadow-hover: 0 16px 40px rgba(30, 117, 187, 0.16);
    --nb-serif: "Noto Serif", serif;
    --nb-sans: "Plus Jakarta Sans", sans-serif;
}

/* ---------- Shared section shell ---------- */
.new-best-section {
         margin: 0px auto !important;
    background: rgb(30 117 187 / 10%);
    border: 1px solid #e4eefb;
    border-radius: 24px;
    padding: 20px 30px;
    margin-bottom: 25px !important;
  
}

.new-best-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--nb-sans);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--nb-primary);
    background: #e8f3ff;
    border: 1px solid var(--nb-border-strong);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 16px;
}

.new-best-title {
    font-family: var(--nb-serif);
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    color: var(--nb-ink);
    margin: 0 0 14px;
    position: relative;
}

.new-best-title--bar {
    padding-bottom: 16px;
}


.new-best-desc {
    font-family: var(--nb-sans);
    font-size: 16px;
    line-height: 1.7;
    color: var(--nb-text);
    margin: 0 0 32px;
    max-width: 760px;
}

/* =====================================================================
   1) TRUST SECTION  (trustmygoodmover.blade.php)
   ===================================================================== */
.new-best-trust {
    background: linear-gradient(180deg, #f3f9ff 0%, #eaf4ff 100%);
    border: 1px solid var(--nb-border);
    border-radius: 20px;
    padding: 36px 28px;
    margin: 28px 0 0;
  
}

.new-best-trust-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 8px;
        flex-direction: row;
}

.new-best-trust-head img {
    width: 30px;
    height: 30px;
}

.new-best-trust-title {
    font-family: var(--nb-serif);
    font-weight: 700;
    font-size: 32px;
    color: var(--nb-ink);
    margin: 0;
    text-align: center;
}

.new-best-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 26px;
}

.new-best-trust-card {
    background: var(--nb-bg-card);
    border: 1px solid var(--nb-border);
    border-radius: 16px;
    padding: 22px 20px;
    height: 100%;

}



.new-best-trust-icon {
  display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #2278bc0f;
    color: #0043c0;
    margin-bottom: 14px;
    padding: 7px;

}

.new-best-trust-icon svg {
          width: 32px;
    height: 32px;
    stroke: #ff8c00;
}

.new-best-trust-desc {
font-family: 'Plus Jakarta Sans';
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.5 !important;
    color: var(--nb-ink);
    margin: 0 0 10px !important;
}

.new-best-trust-link {
    font-family: var(--nb-sans);
    font-weight: 700;
    font-size: 14px;
    color: var(--nb-primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.2s ease, color 0.2s ease;
}

.new-best-trust-link:hover {
    
    text-decoration:underline;
}

/* =====================================================================
   2) COMPARISON GUIDE TABLE  (interstate_mover.blade.php)
   ===================================================================== */




.new-best-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--nb-bg-card);
}

.new-best-table thead th {
   color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 28px;
    text-align: left;
    font-family: var(--nb-serif);
    letter-spacing: 0.4px;
}

.new-best-table thead th:first-child { border-radius: 18px 0 0 0; }
.new-best-table thead th:last-child { border-radius: 0 18px 0 0; }

.new-best-table tbody tr { transition: background 0.2s ease; }
.new-best-table tbody tr:nth-child(even) { background: #f7fbff; }
.new-best-table tbody tr:hover { background: #eaf4ff; }

.new-best-table tbody td {
    padding: 22px 28px;
    font-size: 14.5px;
    color: var(--nb-ink);
    font-family: var(--nb-sans);
    vertical-align: middle;
    line-height: 1.55;
    border: none;
    border-bottom: 1px solid var(--nb-border);
}

.new-best-table tbody tr:last-child td { border-bottom: none; }
.new-best-table tbody td:first-child { font-weight: 600; width: 25%; }
.new-best-table tbody td:nth-child(2) { width: 32%; }
.new-best-table tbody td:nth-child(3) { width: 43%; color: var(--nb-text); }

.new-best-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--nb-primary);
    text-decoration: none;
    font-weight: 700;
    padding: 7px 14px;
    background: #eef6ff;
    border: 1px solid var(--nb-border-strong);
    border-radius: 999px;
    font-size: 13.5px;
    transition: all 0.25s ease;
}

.new-best-link:hover {
    background: var(--nb-primary);
    color: #fff;
    border-color: var(--nb-primary);
    transform: translateY(-1px);
  
}

.new-best-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
   
}

/* =====================================================================
   3) SERVICE CARDS  (services_card.blade.php)
   ===================================================================== */
.new-best-services {
    margin: 56px auto;
}

.new-best-services-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 32px;
}

.new-best-services-head h3 {
    font-family: var(--nb-serif);
    font-weight: 700;
    font-size: 28px;
    color: var(--nb-ink);
    margin: 0 0 10px;
}

.new-best-services-head p {
    font-family: var(--nb-sans);
    font-size: 15px;
    color: var(--nb-muted);
    margin: 0;
}

.new-best-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 920px;
    margin: 0 auto;
}

.new-best-service-card {
    background: var(--nb-bg-card);
    border: 1px solid var(--nb-border);
    border-radius: 16px;
    padding: 15px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;

}

.new-best-service-card:hover {
    transform: translateY(-6px);
    
    border-color: var(--nb-border-strong);
}

.new-best-service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: #eef6ff;
    margin-bottom: 14px;
}

.new-best-service-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.new-best-service-line {
    width: 28px;
    height: 3px;
    background: linear-gradient(90deg, var(--nb-primary), #5bb0ff);
    border-radius: 3px;
    margin-bottom: 12px;
}

.new-best-service-title {
font-family: 'Noto Serif';
    font-size: 18px;
    font-weight: 600;
    color: var(--nb-ink);
    line-height: 1.4;
}

.new-best-service-link { text-decoration: none; display: block; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 992px) {
    .new-best-section { padding: 32px 22px; }
    .new-best-title { font-size: 28px; }
    .new-best-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .new-best-services-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .new-best-trust-title { font-size: 24px; }
    .new-best-services-grid { grid-template-columns: repeat(2, 1fr); }
    .new-best-services-head h3 { font-size: 24px; }
}

@media (max-width: 480px) {
    .new-best-section { padding: 26px 16px; border-radius: 18px; }
    .new-best-title { font-size: 24px; }
    .new-best-trust-grid { grid-template-columns: 1fr; }
    .new-best-services-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .new-best-trust-head { flex-direction: column; gap: 6px; }
}

/* =====================================================================
   FULL-PAGE LIGHT REDESIGN OVERRIDES
   These re-skin the existing page sections (selectors already present in
   BestMovingCompaniesPage.blade.php). This file is loaded AFTER the inline
   <style> block, so equal-specificity rules here win the cascade.
   ===================================================================== */

/* ---------- 1. HERO BANNER (self-contained new-best classes) ---------- */
.new-best-hero-banner {
background:  url('/assets/image/long-distancebanner.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            overflow: hidden;
            min-height: 480px;
}


/* Hero background icon pattern (like About section) */
.new-best-hero-container .new-best-hero-icons {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
.new-best-hero-icons i {
    position: absolute;
    font-size: clamp(42px, 6vw, 92px);
    color: #1e75bb;
    opacity: 0.08;
    transform: rotate(-12deg);
}
.new-best-hero-icons i:nth-child(1) { top: 6%; left: 3%; transform: rotate(-12deg); }
.new-best-hero-icons i:nth-child(2) { top: 14%; left: 26%; transform: rotate(10deg); }
.new-best-hero-icons i:nth-child(3) { top: 10%; left: 50%; transform: rotate(-6deg); }
.new-best-hero-icons i:nth-child(4) { top: 18%; right: 6%; transform: rotate(14deg); }
.new-best-hero-icons i:nth-child(5) { top: 42%; left: 8%; transform: rotate(-8deg); }
.new-best-hero-icons i:nth-child(6) { top: 50%; left: 36%; transform: rotate(6deg); }
.new-best-hero-icons i:nth-child(7) { top: 44%; right: 12%; transform: rotate(-14deg); }
.new-best-hero-icons i:nth-child(8) { bottom: 18%; left: 5%; transform: rotate(18deg); }
.new-best-hero-icons i:nth-child(9) { bottom: 24%; left: 48%; transform: rotate(-10deg); }
.new-best-hero-icons i:nth-child(10) { bottom: 16%; right: 8%; transform: rotate(8deg); }
@media (max-width: 992px) {
    .new-best-hero-icons i:nth-child(3),
    .new-best-hero-icons i:nth-child(6),
    .new-best-hero-icons i:nth-child(9) { display: none; }
}
.new-best-hero-container {
    position: relative;
    z-index: 2;
    padding: 40px 0px;
}
.new-best-hero-banner .breadcrumb li a,
.new-best-hero-banner .breadcrumb .breadcrumb-item.active,
.new-best-hero-banner .breadcrumb-item + .breadcrumb-item::before {
    color: #1a4a7a !important;
}

/* Two-column layout: content left, card right */
.new-best-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 44px;
    margin: 0 auto;
}
.new-best-hero-grid:has(.new-best-hero-right) {
    grid-template-columns: 1.5fr 0.95fr;
}
.new-best-hero-left { text-align: left; }
.new-best-hero-left .breadcrumb { justify-content: flex-start; }
.new-best-hero-left .new-best-hero-stats { justify-content: flex-start; }
.new-best-hero-left .new-best-hero-subtitle { margin-left: 0; margin-right: 0; }
.new-best-hero-left .new-best-hero-form { margin-left: 0; margin-right: 0; max-width: 100%; }
.new-best-hero-right { margin: 0; }

/* Hero form card on the right */
.new-best-hero-form-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 28px;
   
    backdrop-filter: blur(8px);
    max-width: 420px;
    margin-left: auto;
}
.new-best-form-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(30, 117, 187, 0.12);
}
.new-best-form-header i {
    font-size: 28px;
    color: #1e75bb;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 117, 187, 0.08);
    border-radius: 14px;
}
.new-best-form-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0a2744;
    margin: 0 0 4px;
}
.new-best-form-header p {
    font-size: 13px;
    color: #5a7a95;
    margin: 0;
}
.new-best-form-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #3a5a75;
    margin-bottom: 6px;
}
.new-best-form-label small { color: #e74c3c; }
.new-best-form-control {
    border: 1px solid #d0e3f4;
    border-radius: 0 12px 12px 0;
    background: #fff;
    font-size: 14px;
    padding: 12px 14px;
    color: #0a2744;
}
.new-best-form-control:focus {
    border-color: #1e75bb;
   
}
.new-best-hero-form-body .input-group-text {
    background: #fff;
    border: 1px solid #d0e3f4;
    border-right: 0;
    border-radius: 12px 0 0 12px;
    padding: 0 12px;
}
.new-best-form-trust {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
    font-size: 12px;
    color: #5a7a95;
}
.new-best-form-trust span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.new-best-form-trust i { color: #1e75bb; font-size: 13px; }

.new-best-hero-title {
    color: #000000;
    font-size: 52px;
    font-weight: 700;
    font-family: var(--nb-serif);
    line-height: 1.2;
    letter-spacing: -0.3px;
    margin-top: 14px;
}
.new-best-hero-subtitle {
    color: #475569 !important;
    font-size: 19px !important;
    font-weight: 400;
    font-family: var(--nb-sans);
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

/* Eyebrow pill */
.new-best-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--nb-sans);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: var(--nb-primary);
    background: #ffffff;
    border: 1px solid var(--nb-border-strong);
    
    padding: 8px 16px;
    border-radius: 999px;
}
.new-best-hero-eyebrow::before {
    content: "";
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #4ade80;
 
}

/* Glass trust-stats strip */
.new-best-hero-stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 26px auto 6px;
}
.new-best-hero-stat {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid var(--nb-border-strong);
   
    border-radius: 14px;
    padding: 12px 18px;
    color: var(--nb-ink);
    text-align: left;
}
.new-best-hero-stat i { font-size: 20px; color: var(--nb-primary); }
.new-best-hero-stat b { display: block; font-family: var(--nb-sans); font-size: 18px; font-weight: 800; line-height: 1; color: var(--nb-ink); }
.new-best-hero-stat span { font-family: var(--nb-sans); font-size: 12px; color: var(--nb-muted); }

/* Form bar */
.new-best-hero-form {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 24px;

    border: 1px solid rgba(255, 255, 255, 0.6);
    font-family: var(--nb-sans);
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.new-best-hero-form label {
    color: #2b2f32;
    margin-bottom: 6px;
    font-size: 14px;
    font-family: var(--nb-sans);
    font-weight: 600;
    display: block;
}
.new-best-hero-form label small { color: #dc3545; }
.new-best-hero-form .input-group {
    height: auto;
    background-color: #f0f3f6;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}
.new-best-hero-form .input-group-text {
    background-color: #f0f3f6;
    border: none;
    border-radius: 8px 0 0 8px;
}
.new-best-hero-form .form-control {
    font-weight: 400;
    background-color: #f0f3f6;
    font-size: 14px;
    height: 46px;
    border: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #495057;
}
.new-best-hero-form .form-control::placeholder { color: #6c757d; font-size: 13px; }
.new-best-hero-btn {
    background: linear-gradient(135deg, var(--nb-primary) 0%, var(--nb-primary-dark) 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--nb-sans);
    width: 100%;
    height: 46px;
    line-height: 1.1;
    white-space: nowrap;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  
}
.new-best-hero-btn:hover { filter: brightness(1.05); }

/* Mover cards row below the form */
.new-best-hero-cards { margin-top: 34px; }
.new-best-hero-cards .hero-swiper { max-width: 420px; position: relative; }

/* Swiper preloader */
.new-best-swiper-preloader {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 20px;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}
.new-best-swiper-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
}
.new-best-swiper-preloader__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--nb-primary);
    animation: new-best-swiper-pulse 1.1s infinite ease-in-out both;
}
.new-best-swiper-preloader__dot:nth-child(1) { animation-delay: 0s; }
.new-best-swiper-preloader__dot:nth-child(2) { animation-delay: 0.15s; }
.new-best-swiper-preloader__dot:nth-child(3) { animation-delay: 0.3s; }
@keyframes new-best-swiper-pulse {
    0%, 80%, 100% { transform: scale(0.6); opacity: 0.5; }
    40% { transform: scale(1); opacity: 1; }
}

/* Hero mover card (redesigned) */
.new-best-mcard {
    background: #ffffff;
    border: 1px solid var(--nb-border);
    border-radius: 20px;
    padding: 18px;
    text-align: left;

}
.new-best-mcard:hover {
    border-color: var(--nb-border-strong);
}
.new-best-mcard-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg, var(--nb-primary) 0%, var(--nb-primary-dark) 100%);
    color: #fff;
    font-family: var(--nb-sans);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 999px;

}
.new-best-mcard-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}
.new-best-mcard-logo {
    width: 76px;
    height: 76px;
    border-radius: 16px;
    background: #f3f9ff;
    border: 1px solid var(--nb-border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 8px;
}
.new-best-mcard-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.new-best-mcard-meta { flex: 1; min-width: 0; }
.new-best-mcard-name {
    font-family: var(--nb-serif);
    font-size: 17px;
    font-weight: 700;
    color: var(--nb-ink);
    line-height: 1.3;
    margin-bottom: 8px;
}
.new-best-mcard-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.new-best-mcard-score {
    font-family: var(--nb-sans);
    font-size: 16px;
    font-weight: 800;
    color: var(--nb-primary);
}
.new-best-mcard-stars { display: inline-flex; align-items: center; gap: 2px; }
.new-best-mcard-stars svg { width: 16px; height: 16px; }
.new-best-mcard-stars .star-filled { fill: #f59e0b; }
.new-best-mcard-stars .star-empty { fill: #dbe4ee; }
.new-best-mcard-revcount {
    font-family: var(--nb-sans);
    font-size: 11.5px;
    color: var(--nb-muted);
    width: 100%;
}
.new-best-mcard-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    width: 100%;
    padding: 11px 18px;
    background: linear-gradient(135deg, var(--nb-primary) 0%, var(--nb-primary-dark) 100%);
    color: #fff !important;
    font-family: var(--nb-sans);
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 12px;
   
}
.new-best-mcard-cta:hover { color: #fff !important; }

@media (max-width: 992px) {
    .new-best-hero-grid { grid-template-columns: 1fr; gap: 28px; }
    .new-best-hero-title { font-size: 38px; }
    .new-best-hero-subtitle { font-size: 16px; }
    .new-best-hero-form-card { max-width: 100%; margin-left: 0; padding: 22px; }
    .new-best-hero-grid:has(.new-best-hero-right) {
   
        grid-template-columns: 1fr;
}
.rating-cards-grid{
     grid-template-columns: 1fr;
}
    .rating-donut-chart {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: visible;
    width: 200px;
 
    align-items: center;
    margin: auto;

}

}
.best_company_list {
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
    margin: 30px 0px;
    border: 1px solid var(--nb-border);
}
@media (max-width: 576px) {
    .new-best-hero-container { padding: 20px 0 25px; }
    .new-best-hero-title { font-size: 26px; }
    .new-best-hero-stat { padding: 10px 14px; }
    .new-best-hero-stat b { font-size: 16px; }
    .new-best-hero-subtitle {
    color: #475569 !important;
    font-size: 16px !important;
}
.mgm-trust-box strong {
    display: block;
    font-size: 17px;
    line-height: 1;
    color: #1f76bb;
    margin-bottom: 7px;
    font-family: 'Noto Serif';
    font-weight: 700 !important;
}
.mgm-trust-box span {
    display: block;
    font-size: 9px;
    color: #617086;
    font-weight: 400;
}
.mgm-trust-box{
    min-width:auto  !important;
}
}
 .mgm-trust-box {
                min-width: 156px;
    background: #ffffff;
    border: 0px solid #e5edf6;
    border-radius: 18px;
    padding: 15px 20px;
        }

        .mgm-trust-box strong {
                display: block;
    font-size: 22px;
    line-height: 1;
    color: #1f76bb;
    margin-bottom: 7px;
    font-family: 'Noto Serif';
    font-weight: 700 !important;
        }
.mgm-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
        .mgm-trust-box span {
            display: block;
            font-size: 13px;
            color: #617086;
            font-weight: 400;
        }
/* ---------- 2. TABLE OF CONTENTS NAV ---------- */
.toc-nav {
    background: var(--nb-bg-card);
    border: 1px solid var(--nb-border);
    border-radius: 16px;
  margin-top: 20px;
    padding: 6px 10px;
    margin-bottom: 36px;
}
.toc-nav__lnk {
    border-bottom: none !important;
    border-radius: 12px;
    color: var(--nb-text);
    font-family: var(--nb-sans);
    font-weight: 600;
}
.toc-nav__lnk:hover {
    background: #eef6ff !important;
    color: var(--nb-primary);
}
.toc-nav__icon {
    background: #eef6ff;
    color: var(--nb-primary);
    border-radius: 10px;
}

/* ---------- 3. AUTHOR / TRUST BLOCK ---------- */
.author-block {
    background: var(--nb-bg-card);
    border: 1px solid var(--nb-border);
    border-radius: 20px;
  
    padding: 30px 32px;
}
.author-block__badge {
    background: #eaf7ee;
    color: #1a8f4c;
    border: 1px solid #c8ecd4;
}
.author-block__summary strong { color: var(--nb-primary); }
.trust-picks-box {
    background: linear-gradient(180deg, #f3f9ff 0%, #eaf4ff 100%) !important;
    border: 1px solid var(--nb-border-strong) !important;
    border-radius: 16px !important;
    padding: 28px 32px !important;
}
.trust-picks-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.trust-picks-icon {
    flex-shrink: 0;
    width: 80px;
}
.trust-picks-icon img {
    width: 100%;
  
    object-fit: contain;
}
.trust-picks-text {
    flex: 1;
}
.trust-picks-text h2 {
    font-family: var(--nb-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--nb-ink);
    margin: 0 0 12px;
}
.trust-picks-text p {
    color: var(--nb-ink) !important;
    font-family: var(--nb-sans);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

/* ---------- 4. KEY TAKEAWAYS ---------- */
#key-takeaways {
    background: linear-gradient(180deg, #ffffff 0%, var(--nb-bg-soft) 100%);
    border: 1px solid var(--nb-border);
    border-radius: 20px;
  
    padding: 32px 34px;
}
#key-takeaways h2,
#key-takeaways h3 { color: var(--nb-ink); font-family: var(--nb-serif); }

/* ---------- 5. RECOMMENDED / FEATURED MOVERS ---------- */
.featured_mover {
    color: var(--nb-ink) !important;
    font-family: var(--nb-serif) !important;
    font-size:32px;
}
#OurPartner .top_cards {
    background: var(--nb-bg-card) !important;
    border: 1px solid var(--nb-border) !important;
    border-radius: 20px !important;
   

}



#OurPartner .top_cards .card-footer a.btn,
.btn-cta,
a.btn.btn-primary.btn-sm.mb-2,
.get_q_btn,
.class_btns {
 
    display: block;
    text-align: center;
    background: #FF8C00;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    font-family: 'Noto Serif';
        border: none !important;

}
.best_company_rating,
#OurPartner .best_company_rating { color: var(--nb-primary) !important; }

/* ---------- 6. COMPANY REVIEWS ---------- */
.company_details h2 { color: var(--nb-ink); }
.company_details .company_title {
    background: linear-gradient(135deg, var(--nb-primary) 0%, var(--nb-primary-dark) 100%);
}
.numbring { background: var(--nb-primary); }

/* ---------- 7. COMPARE / SECTION CARDS ---------- */
.section-card {
    background: linear-gradient(180deg, #ffffff 0%, var(--nb-bg-soft) 100%) !important;
    border: 1px solid var(--nb-border) !important;
    border-radius: 24px !important;
   
    padding: 40px 36px !important;
}
.section-card h2,
#compare h2 { color: var(--nb-ink); font-family: var(--nb-serif); }
.comparison-select-card {
    background: var(--nb-bg-card) !important;
    border: 1px solid var(--nb-border) !important;
    border-radius: 20px !important;
  

}
.comparison-select-card:hover {
    transform: translateY(-4px);
    border-color: var(--nb-border-strong) !important;
    
}
.select-title { color: var(--nb-ink) !important; font-family: var(--nb-sans); font-weight: 700; }
.dotted-mover-card .comparison-select-card { border-style: dashed !important; }

/* ---------- 8. ACCORDIONS / FAQ ---------- */
.accordion-button {
    border-radius: 12px !important;
    font-family: var(--nb-serif) !important;
    color: var(--nb-ink) !important;
}
.accordion-button:not(.collapsed) {
    background: #eef6ff !important;
    color: var(--nb-primary) !important;
}
.accordion-body {
    background: #fbfdff !important;
    border: 1px solid var(--nb-border) !important;
    border-radius: 12px !important;
}
.calculator,
.cta_one,
.first-card,
.get-form {
    background: linear-gradient(180deg, #f3f9ff 0%, #eaf4ff 100%) !important;
    border: 1px solid var(--nb-border-strong) !important;
    border-radius: 16px !important;
}

/* ---------- Global accent unification ---------- */
a { color: var(--nb-primary); }
.color_head,
.get-form .card-header .color_head { color: var(--nb-primary) !important; }

@media (max-width: 768px) {
    .author-block { padding: 24px 16px; }
    #key-takeaways { padding: 24px 18px; }
    .section-card { padding: 26px 18px !important; }
}
  .quote-card{     text-align: center; background:#ffffff;border-radius:28px;padding:35px;border:2px solid #0d3a6b4a;font-family:'Plus Jakarta Sans',sans-serif;}
        .quote-badge{
    background: #fff6aa;
    color: #15803d;
    padding: 8px 14px;
    border-radius: 30px;
    font-weight: 600;
    font-family: 'Noto Serif';
    font-size: 14px;
}
        .quote-card h3{font-weight:800;color:#081f3f;margin-top:15px}
        .form-control,.form-select{height:58px;border-radius:14px;font-family:'Plus Jakarta Sans',sans-serif;}
        .btn-quote{border:2px solid #0043c0; height:60px; border-radius:16px;background:#0043c0;color:#fff;font-weight:400;font-family:'Noto Serif'; font-size:18px;}
         .btn-quote:hover{border:2px solid #0043c0;border-radius:16px;background:#fff;color:#0043c0;font-weight:400;font-family:'Noto Serif';}
        .label_form{font-family:'Plus Jakarta Sans',sans-serif;}

        /* Quote Card Form Inputs */
        .label_form {display:block;font-size:14px;font-weight:700;color:#0f172a;margin-bottom:8px;}
        .quote-card .form-control {background:#fff;border:1px solid #e2e8f0;height:54px;font-size:16px;border-radius:14px;padding:0 18px;transition:border-color 0.3s,box-shadow 0.3s;}
        .quote-card .form-control:focus {border-color:#1e63b5;box-shadow:0 0 0 3px rgba(30,99,181,.12);}
        .form-footer {margin-top:16px;}
        .stats{margin-top:40px}
        .stat{    background: #0067ff0f;
    border: 0px solid #0d3a6b24;
    border-radius: 20px;
    padding: 20px 0px;
    text-align: center;
    color: #0d3a6b;}
        .stat h4{font-size:36px;font-weight:600}
        @media(max-width:991px){.hero h1{font-size:42px}}
