/* Northshore project-level UI polish */
:root {
    --ns-ink: #12213a;
    --ns-muted: #5d6a7d;
    --ns-line: #e3e9f2;
    --ns-surface: #ffffff;
    --ns-soft: #f3f7fb;
    --ns-teal: #0f8f8a;
    --ns-gold: #c5912f;
}

body {
    background: #fbfcff;
    color: var(--ns-muted);
}

p {
    line-height: 1.72;
}

.navbar.navbar-style-one .navbar-nav > li > a.active,
.navbar.navbar-style-one .navbar-nav > li > a:hover {
    color: var(--color-secondary);
}

.navbar.navbar-style-one .dropdown-menu {
    border: 1px solid var(--ns-line);
    border-radius: 8px;
    box-shadow: 0 20px 45px rgba(18, 33, 58, 0.12);
    padding: 10px;
}

.navbar.navbar-style-one .dropdown-menu li a {
    border-radius: 6px;
    color: var(--ns-ink);
    font-weight: 500;
}

.navbar.navbar-style-one .dropdown-menu li a:hover {
    background: var(--ns-soft);
    color: var(--color-secondary);
}

.attr-nav li.button a,
.btn.btn-gradient,
.contact-form-style-one button {
    box-shadow: 0 14px 28px rgba(11, 87, 227, 0.22);
}

.banner-area.banner-style-one .banner-thumb::after,
.breadcrumb-area::after {
    background: linear-gradient(90deg, rgba(4, 18, 38, 0.82), rgba(4, 18, 38, 0.38));
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
}

.banner-area.banner-style-one .content {
    max-width: 720px;
}

.banner-style-one h2 {
    color: #ffffff !important;
    font-weight: 700;
    max-width: 760px;
}

.banner-style-one h4 {
    color: #cfe0ff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: none;
}

.northshore-hero-copy {
    color: #eef5ff;
    font-size: 20px;
    line-height: 1.65;
    margin-top: 22px;
    max-width: 620px;
}

.breadcrumb-area {
    padding-bottom: 120px;
    padding-top: 150px;
}

.breadcrumb-area h1 {
    font-weight: 700;
}

.breadcrumb-area .breadcrumb li a,
.breadcrumb-area .breadcrumb li {
    color: #eef5ff;
}

.northshore-section-heading {
    margin-bottom: 34px;
    max-width: 760px;
}

.northshore-section-heading .sub-title {
    color: var(--ns-teal);
}

.northshore-lead {
    color: var(--ns-ink);
    font-size: 18px;
}

.northshore-metric-strip {
    background: var(--ns-surface);
    border: 1px solid var(--ns-line);
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(18, 33, 58, 0.08);
    margin-top: 36px;
    overflow: hidden;
}

.northshore-metric {
    border-right: 1px solid var(--ns-line);
    padding: 24px;
}

.northshore-metric:last-child {
    border-right: 0;
}

.northshore-metric strong {
    color: var(--ns-ink);
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 8px;
}

.northshore-metric span {
    color: var(--ns-muted);
    display: block;
    font-size: 15px;
    line-height: 1.5;
}

.service-tab-navs .nav-link {
    border-radius: 8px;
}

.service-tab-navs .nav-link.active {
    box-shadow: 0 14px 32px rgba(11, 87, 227, 0.18);
}

.northshore-service-overview {
    background: var(--ns-surface);
    border: 1px solid var(--ns-line);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(18, 33, 58, 0.07);
    padding: 34px;
}

.northshore-service-list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
}

.northshore-service-list li {
    background: var(--ns-soft);
    border-left: 3px solid var(--ns-teal);
    border-radius: 8px;
    color: var(--ns-ink);
    line-height: 1.55;
    padding: 18px 18px 18px 20px;
}

.northshore-service-list strong {
    color: var(--color-primary);
    display: block;
    margin-bottom: 5px;
}

.services-style-one {
    background: var(--ns-surface);
    border: 1px solid var(--ns-line);
    border-radius: 8px;
    height: 100%;
    padding: 32px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-style-one:hover {
    box-shadow: 0 18px 42px rgba(18, 33, 58, 0.1);
    transform: translateY(-4px);
}

.services-style-one i {
    background: rgba(15, 143, 138, 0.1);
    border-radius: 8px;
    color: var(--ns-teal);
    font-size: 34px;
    height: 58px;
    line-height: 58px;
    margin-bottom: 22px;
    text-align: center;
    width: 58px;
}

.services-style-one h4 {
    font-size: 20px;
    line-height: 1.38;
}

.services-style-one h4 a {
    color: var(--ns-ink);
}

.northshore-management-card {
    background: var(--ns-surface);
    border: 1px solid var(--ns-line);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(18, 33, 58, 0.08);
    padding: 36px;
}

.choose-us-style-one .list-item li h4 {
    margin-bottom: 0;
}

.choose-us-style-one .list-item a {
    color: #ffffff;
}

.choose-us-style-one .list-item a:hover {
    color: #dcecff;
}

.request-call-back-area {
    position: relative;
}

.request-call-back-area::before {
    background: rgba(4, 18, 38, 0.68);
    content: "";
    inset: 0;
    position: absolute;
}

.request-call-back-area .container {
    position: relative;
    z-index: 1;
}

.service-detail-intro {
    background: linear-gradient(135deg, #f6f9ff 0%, #ffffff 62%);
    border: 1px solid var(--ns-line);
    border-radius: 8px;
    margin-bottom: 32px;
    padding: 34px;
}

.service-detail-intro .sub-title {
    color: var(--ns-teal);
}

.service-detail-intro h2 {
    color: var(--ns-ink);
    font-size: 34px;
    margin-bottom: 16px;
}

.service-detail-content > p:first-child {
    color: var(--ns-ink);
    font-size: 18px;
}

.service-detail-content ul.check-list li {
    background: var(--ns-surface);
    border: 1px solid var(--ns-line);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(18, 33, 58, 0.06);
    min-height: 100%;
    padding: 24px 24px 24px 58px;
}

.service-detail-content ul.check-list li::after {
    left: 24px;
    top: 25px;
}

.quick-contact-widget {
    border-radius: 8px;
    box-shadow: 0 20px 46px rgba(18, 33, 58, 0.14);
    position: sticky;
    top: 110px;
}

.quick-contact-widget::after {
    background: linear-gradient(135deg, rgba(18, 33, 58, 0.9), rgba(11, 87, 227, 0.62));
    opacity: 1;
}

.quick-contact-widget h3 {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 16px;
}

.quick-contact-widget p {
    color: #e7eefb;
}

.quick-contact-widget h4 a {
    color: #ffffff;
    font-size: 17px;
    word-break: break-word;
}

.contact-style-one-info {
    background: var(--ns-surface);
    border: 1px solid var(--ns-line);
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(18, 33, 58, 0.07);
    padding: 34px;
}

.contact-form-style-one {
    border: 1px solid var(--ns-line);
    border-radius: 8px;
}

.contact-form-style-one input,
.contact-form-style-one textarea {
    color: var(--ns-ink);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 991px) {
    .northshore-service-list {
        grid-template-columns: 1fr;
    }

    .northshore-metric {
        border-bottom: 1px solid var(--ns-line);
        border-right: 0;
    }

    .northshore-metric:last-child {
        border-bottom: 0;
    }

    .quick-contact-widget {
        position: relative;
        top: auto;
    }
}

@media (max-width: 767px) {
    .banner-style-one h2 {
        font-size: 38px;
    }

    .northshore-hero-copy {
        font-size: 17px;
    }

    .northshore-service-overview,
    .service-detail-intro,
    .northshore-management-card,
    .contact-style-one-info {
        padding: 26px;
    }

    .service-detail-intro h2 {
        font-size: 28px;
    }
}
