/* ================================================================
   Wajid Movers — Brand & Colour System
   Bright, high-contrast professional moving company design.
   Dark colours used strategically — never dark-on-dark.
   ================================================================ */

:root {
    --wm-navy: #0D1B2A;
    --wm-blue: #2563EB;
    --wm-blue-hover: #1D4ED8;
    --wm-orange: #E8751A;
    --wm-orange-hover: #CF6514;
    --wm-white: #FFFFFF;
    --wm-light: #F4F6F8;
    --wm-light-blue: #EFF6FF;
    --wm-text: #475569;
    --wm-text-muted: #64748B;
    --wm-border: rgba(13, 27, 42, 0.1);
    --wm-shadow: 0 4px 24px rgba(13, 27, 42, 0.08);

    --primary-color: var(--wm-navy);
    --secondary-color: var(--wm-light);
    --bg-color: var(--wm-white);
    --text-color: var(--wm-text);
    --accent-color: var(--wm-orange);
    --divider-color: var(--wm-border);
    --dark-divider-color: rgba(255, 255, 255, 0.2);
}

body {
    color: var(--wm-text);
    background: var(--wm-white);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--wm-navy);
}

p {
    color: var(--wm-text);
}

a {
    color: var(--wm-blue);
}

a:hover {
    color: var(--wm-blue-hover);
}

.section-title h3 {
    color: var(--wm-blue);
}

.section-title h2 {
    color: var(--wm-navy);
}

.section-footer-text p a,
.section-title-content p a {
    color: var(--wm-blue);
    font-weight: 600;
}

/* ---- Logo ---- */
.wm-brand,
.wm-footer-brand {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    flex-shrink: 0;
}

.navbar-brand.wm-brand {
    margin: 0;
    padding: 0;
    max-width: none;
}

.navbar-brand.wm-brand img,
.wm-logo-img {
    display: block;
    height: 44px;
    width: auto;
    max-width: 210px;
    object-fit: contain;
}

.footer-logo-silver .wm-logo-img,
.footer-logo-silver img.wm-logo-img {
    width: auto !important;
    max-width: 200px !important;
    height: 40px;
}

.wm-footer-brand a {
    display: inline-flex;
    text-decoration: none;
}

.wm-footer-brand a:hover .wm-logo-img {
    opacity: 0.9;
}

/* ---- Preloader ---- */
.preloader {
    background: var(--wm-white);
}

.loading-container,
.loading {
    width: 160px;
    height: 160px;
}

.loading {
    border-width: 2px;
    border-color: transparent var(--wm-orange) transparent var(--wm-orange);
}

#loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    max-width: 110px;
    height: auto;
    margin: 0;
    padding: 0;
}

#loading-icon img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 110px;
    object-fit: contain;
}

/* ---- Header — always bright white, full width ---- */
header.main-header.header-silver {
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
}

header.main-header.header-silver .header-sticky,
header.main-header.header-silver .header-sticky.active {
    background: var(--wm-white);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 2px 20px rgba(13, 27, 42, 0.08);
    border-radius: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    left: 0;
    right: 0;
}

.main-header.header-silver .navbar {
    padding: 14px 0;
    width: 100%;
}

.main-header.header-silver .navbar > .container.wm-header-bar,
.main-header.header-silver .wm-header-bar {
    max-width: 100%;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
}

/* 3-column header: logo | centered menu | actions */
.wm-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 64px;
}

.wm-header-bar > .wm-brand {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
}

.wm-header-bar > .main-menu {
    flex: 1 1 auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.wm-header-bar .nav-menu-wrapper {
    flex: 0 1 auto;
    text-align: center;
    margin: 0;
}

.wm-header-bar .nav-menu-wrapper > ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    gap: 0;
}

.wm-header-bar .main-menu ul li {
    margin: 0 2px;
}

.wm-header-bar .main-menu ul li a {
    color: var(--wm-navy) !important;
    padding: 10px 12px !important;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.2;
}

.wm-header-bar .main-menu ul li a:hover,
.wm-header-bar .main-menu ul li a:focus {
    color: var(--wm-blue) !important;
}

.wm-header-actions {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex: 0 0 auto;
    min-width: 0;
}

.header-phone-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: var(--wm-navy);
    font-family: var(--accent-font, "Space Grotesk", sans-serif);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.header-phone-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(232, 117, 26, 0.12);
    color: var(--wm-orange);
    flex-shrink: 0;
}

.header-phone-icon i {
    font-size: 13px;
}

.header-phone-text {
    display: inline-block;
    line-height: 1.2;
}

.header-phone-cta:hover {
    color: var(--wm-orange);
}

.header-phone-cta:hover .header-phone-icon {
    background: var(--wm-orange);
    color: var(--wm-white);
}

.wm-header-quote {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 50px 10px 16px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    white-space: nowrap;
    min-height: 46px;
    box-sizing: border-box;
}

.wm-header-quote::before {
    top: 50% !important;
    right: 4px !important;
    width: 34px !important;
    height: 34px !important;
    transform: translateY(-50%) !important;
    background-size: 16px auto !important;
    border-radius: 4px !important;
    margin: 0 !important;
}

.wm-header-bar .navbar-toggle {
    flex: 0 0 auto;
    margin-left: auto;
}

/* ---- Buttons ---- */
.btn-default.btn-highlighted,
.btn-default.btn-highlighted:hover {
    background: var(--wm-orange);
    border-color: var(--wm-orange);
    color: var(--wm-white);
}

.btn-default.btn-highlighted::after {
    background: var(--wm-orange-hover);
}

.btn-default.btn-highlighted:hover {
    color: var(--wm-white);
}

.btn-default.btn-highlighted:hover::before {
    background-color: var(--wm-navy);
}

.btn-default {
    background: var(--wm-orange);
    color: var(--wm-white);
}

.btn-default::before {
    background-color: var(--wm-navy);
}

.btn-default::after {
    background: var(--wm-orange-hover);
}

.btn-default:hover {
    color: var(--wm-white);
}

.btn-default.btn-outline-light {
    background: transparent;
    border: 2px solid var(--wm-white);
    color: var(--wm-white);
    padding: 15px 22px !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-default.btn-outline-light::before,
.btn-default.btn-outline-light::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
}

.btn-default.btn-outline-light i {
    margin: 0;
    font-size: 14px;
    line-height: 1;
}

.btn-default.btn-outline-light:hover {
    background: var(--wm-white);
    color: var(--wm-navy);
}

/* ---- Hero ---- */
/* --wm-hero-image is set in the template with {% static %} (WhiteNoise-safe). */
.hero-silver {
    --wm-hero-image: url('/static/images/components/slider/slider1.jpg');
    background-image: linear-gradient(135deg, rgba(13, 27, 42, 0.82) 0%, rgba(37, 99, 235, 0.45) 100%),
        var(--wm-hero-image);
    background-size: cover;
    background-position: center;
    padding: 160px 0 100px;
}

.hero-silver.dark-section .section-title h3 {
    color: var(--wm-orange);
}

.hero-silver.dark-section .section-title h1,
.hero-silver.dark-section .section-title h2,
.hero-silver.dark-section .section-title p {
    color: var(--wm-white);
}

.hero-body-item-silver {
    background: var(--wm-white);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: var(--wm-shadow);
}

.hero-body-item-silver .icon-box {
    background: var(--wm-orange);
}

.hero-body-item-content-silver h3 {
    color: var(--wm-navy);
}

.page-header.parallaxie {
    background-image: linear-gradient(135deg, rgba(13, 27, 42, 0.85) 0%, rgba(37, 99, 235, 0.4) 100%),
        url('https://images.unsplash.com/photo-1601584115197-04ec5eb8655a?w=1600&q=80');
}

.page-header .section-title h1,
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    color: var(--wm-white);
}

.our-approach.dark-section.parallaxie {
    background-image: linear-gradient(135deg, rgba(13, 27, 42, 0.88) 0%, rgba(37, 99, 235, 0.35) 100%),
        url('https://images.unsplash.com/photo-1519003722824-194d4455a60c?w=1600&q=80');
}

/* ---- Section alternation ---- */
.about-us-silver {
    background: var(--wm-white);
}

.our-services-silver {
    background: var(--wm-light);
}

.wm-section-alt {
    background: var(--wm-light-blue);
}

.wm-section-white {
    background: var(--wm-white);
}

.our-testimonials-silver,
.our-faqs,
.page-projects {
    background: var(--wm-white);
}

.service-areas-section {
    background: var(--wm-light);
}

/* ---- Cards ---- */
.service-item-silver {
    background: var(--wm-white);
    box-shadow: var(--wm-shadow);
    border: 1px solid var(--wm-border);
}

.service-item-header-silver .icon-box {
    background: var(--wm-orange);
}

.service-item-header-silver .icon-box::before {
    background: var(--wm-navy);
}

.testimonial-card {
    background: var(--wm-white);
    border: 1px solid var(--wm-border);
    box-shadow: var(--wm-shadow);
    padding: 28px;
    height: 100%;
    border-radius: 8px;
}

.testimonial-card p {
    color: var(--wm-text);
}

.testimonial-card h4 {
    color: var(--wm-navy);
}

.testimonial-card .stars {
    color: var(--wm-orange);
    margin-bottom: 12px;
}

.testimonial-placeholder {
    border: 2px dashed var(--wm-border);
    background: var(--wm-light);
}

.what-we-item-silver {
    background: var(--wm-white);
    border: 1px solid var(--wm-border);
    border-radius: 8px;
    padding: 28px;
    height: 100%;
    box-shadow: var(--wm-shadow);
}

.how-it-works-step {
    text-align: center;
    padding: 24px 16px;
}

.how-it-works-step .step-number {
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    background: var(--wm-orange);
    color: var(--wm-white);
    font-weight: 700;
    font-size: 20px;
    margin: 0 auto 16px;
}

.how-it-works-step h3 {
    color: var(--wm-navy);
}

.how-it-works-step p {
    color: var(--wm-text);
}

.about-counter-box-silver {
    background: var(--wm-white);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: var(--wm-shadow);
    width: auto;
    max-width: none;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 18px 24px;
}

.about-counter-silver {
    width: auto;
}

.about-counter-silver h2 {
    color: var(--wm-orange);
    font-size: 40px;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
}

.about-counter-silver h2 .counter {
    display: inline;
}

.about-counter-silver p {
    color: var(--wm-navy);
    margin: 6px 0 0;
    white-space: nowrap;
}

.service-area-tag {
    display: inline-block;
    padding: 8px 16px;
    margin: 6px;
    background: var(--wm-white);
    border: 1px solid var(--wm-border);
    border-radius: 6px;
    font-weight: 600;
    color: var(--wm-navy);
    box-shadow: 0 2px 8px rgba(13, 27, 42, 0.04);
}

.service-area-tag:hover {
    border-color: var(--wm-blue);
    color: var(--wm-blue);
}

.faq-contact-box .icon-box {
    background: var(--wm-orange);
}

.accordion-item {
    background: var(--wm-white);
    border: 1px solid var(--wm-border);
}

.accordion-button {
    color: var(--wm-navy);
    background: var(--wm-white);
}

.accordion-button:not(.collapsed) {
    color: var(--wm-blue);
    background: var(--wm-light-blue);
}

/* ---- CTA banner ---- */
.cta-banner-section {
    background: linear-gradient(135deg, var(--wm-navy) 0%, #1a3a5c 100%);
    color: var(--wm-white);
    padding: 80px 0;
}

.cta-banner-section h2,
.cta-banner-section p {
    color: var(--wm-white);
}

.cta-banner-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 8px;
}

.cta-banner-actions .btn-default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin: 0;
    box-sizing: border-box;
    vertical-align: middle;
}

.cta-banner-section .btn-default.btn-highlighted {
    background: var(--wm-orange);
    border: 2px solid var(--wm-orange);
    color: var(--wm-white);
    padding: 15px 57px 15px 20px;
}

.cta-banner-section .btn-default.btn-highlighted::after {
    background: var(--wm-orange-hover);
}

.cta-banner-section .btn-default.btn-outline-light {
    border: 2px solid var(--wm-white);
    padding: 15px 22px !important;
    line-height: 1.2;
}

/* ---- Footer ---- */
.main-footer-silver.wm-footer {
    background: var(--wm-light);
    background-image: none;
    padding: 0;
}

.main-footer-silver.wm-footer .footer-header-silver {
    background: linear-gradient(135deg, var(--wm-navy) 0%, #1a3a5c 100%);
    border-bottom: none;
    margin: 0;
    padding: 60px 0;
}

.main-footer-silver.wm-footer .footer-header-silver .section-title h2 {
    color: var(--wm-white);
}

.main-footer-silver.wm-footer .footer-header-silver .btn-default.btn-highlighted {
    background: var(--wm-orange);
    border: 2px solid var(--wm-orange);
    color: var(--wm-white);
    padding: 15px 57px 15px 20px;
}

.main-footer-silver.wm-footer .footer-header-silver .btn-default.btn-highlighted::after {
    background: var(--wm-orange-hover);
}

.main-footer-silver.wm-footer .footer-header-silver .btn-default.btn-outline-light {
    border: 2px solid var(--wm-white);
    padding: 15px 22px !important;
    line-height: 1.2;
}

.main-footer-silver.wm-footer .footer-header-btn-silver.cta-banner-actions {
    margin-top: 40px;
}

.wm-footer-body {
    padding: 70px 0 40px;
}

.main-footer-silver.wm-footer .about-footer-content-silver p {
    color: var(--wm-text);
}

.main-footer-silver.wm-footer .footer-menu-silver h4 {
    color: var(--wm-navy);
    margin-bottom: 16px;
    font-size: 18px;
}

.main-footer-silver.wm-footer .footer-menu-silver ul {
    flex-direction: column;
    gap: 8px;
}

.main-footer-silver.wm-footer .footer-menu-silver ul li {
    color: var(--wm-text);
}

.main-footer-silver.wm-footer .footer-menu-silver ul li a {
    color: var(--wm-text);
}

.main-footer-silver.wm-footer .footer-menu-silver ul li a:hover {
    color: var(--wm-blue);
}

.wm-footer-contact h4 {
    color: var(--wm-navy);
    margin-bottom: 16px;
    font-size: 18px;
}

.wm-footer-contact p {
    color: var(--wm-text);
    margin-bottom: 8px;
}

.wm-footer-contact a {
    color: var(--wm-navy);
    font-weight: 600;
    text-decoration: none;
}

.wm-footer-contact a:hover {
    color: var(--wm-blue);
}

.footer-newsletter-form-silver h3 {
    font-size: 18px;
    color: var(--wm-navy);
    margin-bottom: 16px;
}

.footer-newsletter-form-silver .form-group {
    background: var(--wm-white);
    border: 1px solid var(--wm-border);
    border-radius: 8px;
    padding: 4px;
}

.footer-newsletter-form-silver .form-group .form-control {
    color: var(--wm-navy);
}

.footer-newsletter-form-silver .form-group .form-control::placeholder {
    color: var(--wm-text-muted);
}

.footer-newsletter-form-silver .form-group .newsletter-btn {
    background-color: var(--wm-orange);
}

.footer-newsletter-form-silver .form-group .newsletter-btn i {
    color: var(--wm-white);
}

.footer-newsletter-form-silver .form-group .newsletter-btn:hover {
    background-color: var(--wm-orange-hover);
}

.footer-copyright-silver {
    background: var(--wm-navy);
}

.footer-copyright-text-silver p {
    color: rgba(255, 255, 255, 0.75);
}

.footer-social-links-silver ul li a {
    background: var(--wm-white);
    color: var(--wm-navy);
    border: 1px solid var(--wm-border);
}

.footer-social-links-silver ul li a:hover {
    background: var(--wm-orange);
    color: var(--wm-white);
    border-color: var(--wm-orange);
}

.footer-scrolling-ticker {
    background: var(--wm-blue);
}

.scrolling-content span {
    color: var(--wm-white);
}

.dark-section:not(.hero-silver):not(.cta-banner-section) {
    background-color: var(--wm-navy);
}

.dark-section .section-title h3,
.dark-section .section-title h1,
.dark-section .section-title h2,
.dark-section .section-title p {
    color: var(--wm-white);
}

/* ---- Mobile sticky CTA ---- */
.mobile-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: var(--wm-white);
    border-top: 1px solid var(--wm-border);
    padding: 10px 12px;
    gap: 10px;
    box-shadow: 0 -4px 20px rgba(13, 27, 42, 0.1);
}

.mobile-sticky-cta a {
    flex: 1;
    text-align: center;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6px;
}

.mobile-sticky-cta .call-btn {
    background: var(--wm-navy);
    color: var(--wm-white);
}

.mobile-sticky-cta .quote-btn {
    background: var(--wm-orange);
    color: var(--wm-white);
}

/* ---- Forms ---- */
.form-control {
    color: var(--wm-navy);
    border-color: var(--wm-border);
}

.form-control::placeholder {
    color: var(--wm-text-muted);
}

.form-control:focus {
    border-color: var(--wm-blue);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

/* ---- Mobile navigation ---- */
.slicknav_btn {
    background: var(--wm-orange);
}

.slicknav_icon .slicknav_icon-bar {
    background-color: var(--wm-white);
}

.slicknav_menu {
    background: var(--wm-white);
    box-shadow: var(--wm-shadow);
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
    color: var(--wm-navy);
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover {
    color: var(--wm-blue);
    background: var(--wm-light-blue);
}

.service-single-hero-image img,
.hero-image-silver img,
.about-us-image-box-silver img {
    border-radius: 8px;
    object-fit: cover;
}

/* Mid desktop: tighten spacing so menu stays centered */
@media (max-width: 1199px) and (min-width: 992px) {
    .wm-header-bar > .wm-brand,
    .wm-header-actions {
        min-width: 0;
        flex: 1 1 0;
    }

    .wm-header-bar > .wm-brand {
        display: flex;
        justify-content: flex-start;
    }

    .navbar-brand.wm-brand img,
    .wm-logo-img {
        height: 40px;
        max-width: 180px;
    }

    .wm-header-bar .main-menu ul li a {
        padding: 10px 8px !important;
        font-size: 14px;
    }

    .header-phone-text {
        font-size: 14px;
    }

    .wm-header-quote {
        padding: 9px 46px 9px 14px !important;
        font-size: 14px !important;
        min-height: 42px;
    }

    .wm-header-quote::before {
        width: 30px !important;
        height: 30px !important;
        background-size: 14px auto !important;
    }

    .wm-header-actions {
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .main-header.header-silver .navbar {
        padding: 10px 0;
    }

    .wm-header-bar {
        min-height: 56px;
        gap: 12px;
    }

    .wm-header-bar > .wm-brand {
        min-width: 0;
        flex: 1 1 auto;
    }

    .wm-header-bar > .main-menu {
        display: none !important;
    }

    .wm-header-actions {
        display: none !important;
    }

    .wm-header-bar .navbar-toggle {
        display: block;
        margin-left: 0;
    }

    .navbar-brand.wm-brand img,
    .wm-logo-img {
        height: 38px;
        max-width: 190px;
    }

    .hero-silver {
        padding: 120px 0 80px;
    }

    .mobile-sticky-cta {
        display: flex;
    }

    body {
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .wm-header-bar {
        min-height: 52px;
    }

    .navbar-brand.wm-brand img,
    .wm-logo-img {
        height: 34px;
        max-width: 168px;
    }

    .hero-body-item-silver {
        width: 100%;
    }
}

/* Equal side columns so nav stays visually centered on desktop */
@media (min-width: 992px) {
    .main-header.header-silver .header-sticky,
    .main-header.header-silver .header-sticky.active {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .main-header.header-silver .wm-header-bar {
        max-width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }

    .wm-header-bar > .wm-brand,
    .wm-header-actions {
        flex: 1 1 0;
        min-width: 0;
    }

    .wm-header-bar > .wm-brand {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .wm-header-bar > .main-menu {
        flex: 0 1 auto;
    }

    .wm-header-actions {
        justify-content: flex-end;
    }

    .wm-header-bar .navbar-toggle {
        display: none !important;
    }
}
