/* Nelson Moving & Storage - Restored Legacy Stylesheet */
/* Original site: ASP.NET with North American Van Lines branding */

/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #004499;
}

img {
    max-width: 100%;
    height: auto;
}

/* Header */
.header-top {
    background-color: #003366;
    color: #fff;
    padding: 8px 0;
    font-size: 12px;
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top a {
    color: #ccc;
    font-size: 12px;
}

.header-top a:hover {
    color: #fff;
}

.header-top .phone-number {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.header-main {
    background-color: #fff;
    border-bottom: 3px solid #f7941d;
    padding: 15px 0;
}

.header-main .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 60px;
    margin-right: 10px;
}

.logo-text {
    font-size: 22px;
    font-weight: bold;
    color: #003366;
    line-height: 1.2;
}

.logo-text small {
    display: block;
    font-size: 11px;
    font-weight: normal;
    color: #666;
    letter-spacing: 1px;
}

.header-cta {
    text-align: right;
}

.header-cta .phone {
    font-size: 22px;
    font-weight: bold;
    color: #003366;
}

.header-cta .quote-btn {
    display: inline-block;
    background-color: #f7941d;
    color: #fff;
    padding: 8px 20px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    text-transform: uppercase;
}

.header-cta .quote-btn:hover {
    background-color: #e5830f;
    text-decoration: none;
}

/* Navigation */
.main-nav {
    background-color: #003366;
    border-bottom: 2px solid #002244;
}

.main-nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.main-nav ul li {
    position: relative;
}

.main-nav ul li a {
    display: block;
    color: #fff;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-right: 1px solid #004488;
}

.main-nav ul li a:hover {
    background-color: #004488;
    text-decoration: none;
}

.main-nav ul li.active a {
    background-color: #f7941d;
}

/* Dropdown */
.main-nav ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #003366;
    min-width: 220px;
    z-index: 100;
    flex-direction: column;
}

.main-nav ul li:hover ul {
    display: flex;
}

.main-nav ul li ul li a {
    padding: 10px 16px;
    font-size: 12px;
    border-right: none;
    border-bottom: 1px solid #004488;
}

/* Container */
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Breadcrumb */
.breadcrumb {
    background-color: #f5f5f5;
    padding: 10px 0;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}

.breadcrumb a {
    color: #0066cc;
}

.breadcrumb span {
    color: #999;
    margin: 0 5px;
}

/* Main Content */
.main-content {
    padding: 30px 0;
}

.content-wrapper {
    display: flex;
    gap: 30px;
}

.content-area {
    flex: 1;
}

.sidebar {
    width: 300px;
    flex-shrink: 0;
}

/* Typography */
h1 {
    color: #003366;
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.3;
    border-bottom: 2px solid #f7941d;
    padding-bottom: 10px;
}

h2 {
    color: #003366;
    font-size: 22px;
    margin: 25px 0 12px;
    line-height: 1.3;
}

h3 {
    color: #003366;
    font-size: 18px;
    margin: 20px 0 10px;
}

p {
    margin-bottom: 15px;
    line-height: 1.7;
}

ul.content-list, ol.content-list {
    margin: 15px 0;
    padding-left: 25px;
}

ul.content-list li, ol.content-list li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Sidebar */
.sidebar-widget {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-top: 3px solid #003366;
    margin-bottom: 20px;
    padding: 20px;
}

.sidebar-widget h3 {
    color: #003366;
    font-size: 16px;
    margin: 0 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.sidebar-widget ul {
    list-style: none;
    padding: 0;
}

.sidebar-widget ul li {
    border-bottom: 1px solid #eee;
}

.sidebar-widget ul li a {
    display: block;
    padding: 8px 0;
    color: #0066cc;
    font-size: 13px;
}

.sidebar-widget ul li a:hover {
    color: #f7941d;
}

.sidebar-quote {
    background-color: #003366;
    color: #fff;
    text-align: center;
    padding: 25px 20px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.sidebar-quote h3 {
    color: #fff;
    margin-bottom: 10px;
}

.sidebar-quote .phone {
    font-size: 20px;
    font-weight: bold;
    color: #f7941d;
    display: block;
    margin: 10px 0;
}

.sidebar-quote .btn {
    display: inline-block;
    background-color: #f7941d;
    color: #fff;
    padding: 10px 25px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

/* Hero / Banner */
.page-banner {
    background-color: #003366;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}

.page-banner h1 {
    color: #fff;
    border-bottom: none;
    font-size: 32px;
}

.page-banner p {
    font-size: 16px;
    color: #ccc;
}

/* Home Page Sections */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.service-card {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-top: 3px solid #f7941d;
    padding: 25px;
    text-align: center;
}

.service-card h3 {
    color: #003366;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 13px;
    color: #666;
}

.service-card a.read-more {
    display: inline-block;
    color: #f7941d;
    font-weight: bold;
    font-size: 13px;
    margin-top: 10px;
}

/* Testimonial */
.testimonial-item {
    background-color: #f8f9fa;
    border-left: 4px solid #f7941d;
    padding: 20px 25px;
    margin-bottom: 20px;
}

.testimonial-item blockquote {
    font-style: italic;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.7;
}

.testimonial-item .attribution {
    color: #003366;
    font-weight: bold;
    font-size: 13px;
}

/* Location Pages */
.location-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 20px 0;
}

.location-item {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}

.location-item a {
    font-weight: bold;
    color: #003366;
    font-size: 15px;
}

.location-item a:hover {
    color: #f7941d;
}

/* Sitemap Page */
.sitemap-section {
    margin-bottom: 25px;
}

.sitemap-section h2 {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.sitemap-section ul {
    list-style: none;
    padding: 0;
    column-count: 2;
}

.sitemap-section ul li {
    padding: 5px 0;
}

.sitemap-section ul li a {
    color: #0066cc;
}

/* Contact Form */
.contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 20px 0;
}

.contact-details h3 {
    margin-top: 0;
}

.contact-details p {
    margin-bottom: 8px;
}

/* Awards */
.award-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    padding: 20px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
}

.award-item .award-year {
    font-size: 36px;
    font-weight: bold;
    color: #f7941d;
    flex-shrink: 0;
}

/* Footer */
.footer {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 40px 0 0;
    font-size: 13px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.footer-col h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #333;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 6px;
}

.footer-col ul li a {
    color: #999;
    font-size: 12px;
}

.footer-col ul li a:hover {
    color: #f7941d;
}

.footer-col p {
    color: #999;
    font-size: 12px;
    line-height: 1.6;
}

.footer-bottom {
    background-color: #111;
    padding: 15px 0;
    text-align: center;
    font-size: 11px;
    color: #666;
    border-top: 1px solid #333;
}

.footer-bottom a {
    color: #999;
}

/* NAVL Badge */
.navl-badge {
    display: inline-block;
    background-color: #003366;
    color: #fff;
    padding: 5px 12px;
    font-size: 11px;
    border-radius: 2px;
    margin-top: 10px;
}

/* Table */
.content-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.content-table th,
.content-table td {
    padding: 10px 15px;
    border: 1px solid #ddd;
    text-align: left;
}

.content-table th {
    background-color: #003366;
    color: #fff;
    font-size: 13px;
}

.content-table tr:nth-child(even) {
    background-color: #f8f8f8;
}

/* Responsive */
@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .location-list {
        grid-template-columns: 1fr 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr 1fr;
    }

    .contact-info {
        grid-template-columns: 1fr;
    }

    .main-nav ul {
        flex-direction: column;
    }

    .main-nav ul li ul {
        position: static;
    }

    .header-main .container {
        flex-direction: column;
        text-align: center;
    }

    .header-cta {
        text-align: center;
        margin-top: 10px;
    }

    .sitemap-section ul {
        column-count: 1;
    }
}

@media (max-width: 480px) {
    .location-list {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }
}
