:root {
    --sms-blue: #2f6fbd;
    --sms-blue-deep: #174b87;
    --sms-orange: #ff7900;
    --sms-orange-soft: #fff0e3;
    --sms-green: #3f6844;
    --sms-ink: #102033;
    --sms-muted: #637083;
    --sms-border: #dfe8f2;
    --sms-surface: #f6f9fc;
    --sms-white: #ffffff;
    --sms-shadow: 0 18px 48px rgba(16, 32, 51, 0.13);
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--sms-ink);
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    background: var(--sms-white);
}

main {
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.sms-topbar {
    background: var(--sms-blue-deep);
    color: var(--sms-white);
    font-size: 0.9rem;
}

.sms-topbar a {
    color: var(--sms-white);
}

.sms-navbar {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(223, 232, 242, 0.8);
    transition: box-shadow 0.2s ease, background 0.2s ease;
}

.sms-navbar.is-stuck {
    box-shadow: 0 8px 28px rgba(16, 32, 51, 0.08);
}

.sms-logo {
    height: 44px;
    max-width: 214px;
    object-fit: contain;
}

.navbar-nav .nav-link {
    color: var(--sms-ink);
    font-weight: 700;
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: var(--sms-orange);
}

.sms-btn {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 800;
    gap: 0.55rem;
    justify-content: center;
    min-height: 44px;
    padding: 0.78rem 1.05rem;
}

.sms-btn-primary {
    background: var(--sms-orange);
    border: 1px solid var(--sms-orange);
    color: var(--sms-white);
}

.sms-btn-primary:hover,
.sms-btn-primary:focus {
    background: #e86d00;
    border-color: #e86d00;
    color: var(--sms-white);
}

.sms-btn-outline {
    background: var(--sms-white);
    border: 1px solid var(--sms-blue);
    color: var(--sms-blue);
}

.sms-btn-outline:hover,
.sms-btn-outline:focus {
    background: var(--sms-blue);
    color: var(--sms-white);
}

.sms-hero {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 44%, rgba(255, 255, 255, 0.22) 70%, rgba(255, 255, 255, 0.08) 100%), url("../img/home-services-hero.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 720px;
    padding: 8.5rem 0 3.75rem;
    position: relative;
}

.sms-hero::after {
    background: linear-gradient(0deg, rgba(16, 32, 51, 0.05), rgba(16, 32, 51, 0));
    bottom: 0;
    content: "";
    height: 160px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.sms-hero-content {
    max-width: 690px;
    position: relative;
    z-index: 1;
}

.sms-kicker {
    align-items: center;
    background: rgba(47, 111, 189, 0.1);
    border: 1px solid rgba(47, 111, 189, 0.18);
    border-radius: 8px;
    color: var(--sms-blue-deep);
    display: inline-flex;
    font-weight: 800;
    gap: 0.55rem;
    margin-bottom: 1rem;
    padding: 0.52rem 0.75rem;
}

.sms-hero h1 {
    color: var(--sms-ink);
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 1rem;
}

.sms-hero .lead {
    color: #304052;
    font-size: 1.18rem;
    line-height: 1.75;
    max-width: 610px;
}

.sms-quote-strip {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(223, 232, 242, 0.9);
    border-radius: 8px;
    box-shadow: var(--sms-shadow);
    margin-top: 2rem;
    max-width: 900px;
    padding: 1rem;
}

.sms-quote-strip .form-control,
.sms-quote-strip .form-select {
    border-color: var(--sms-border);
    border-radius: 8px;
    min-height: 48px;
}

.sms-trust-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.4rem;
}

.sms-trust-pills span {
    align-items: center;
    background: rgba(63, 104, 68, 0.1);
    border: 1px solid rgba(63, 104, 68, 0.18);
    border-radius: 8px;
    color: var(--sms-green);
    display: inline-flex;
    font-weight: 800;
    gap: 0.45rem;
    padding: 0.52rem 0.75rem;
}

.sms-section {
    padding: 5.25rem 0;
    overflow-wrap: anywhere;
}

.sms-section-soft {
    background: var(--sms-surface);
}

.sms-section-blue {
    background: var(--sms-blue-deep);
    color: var(--sms-white);
}

.sms-section-title {
    margin-bottom: 2.25rem;
}

.sms-section-title .sms-kicker {
    margin-bottom: 0.7rem;
}

.sms-section-title h2 {
    font-size: 2.35rem;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 0.75rem;
}

.sms-section-title p {
    color: var(--sms-muted);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
    max-width: 720px;
}

.sms-section-blue .sms-section-title p,
.sms-section-blue .sms-mini-muted {
    color: rgba(255, 255, 255, 0.78);
}

.sms-stat {
    background: var(--sms-white);
    border: 1px solid var(--sms-border);
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(16, 32, 51, 0.06);
    height: 100%;
    padding: 1.25rem;
}

.sms-stat strong {
    color: var(--sms-blue-deep);
    display: block;
    font-size: 2.1rem;
    font-weight: 900;
    line-height: 1;
}

.sms-stat span {
    color: var(--sms-muted);
    display: block;
    font-weight: 700;
    margin-top: 0.5rem;
}

.sms-service-card,
.sms-feature-card,
.sms-vendor-card,
.sms-testimonial,
.sms-blog-card,
.sms-city-link,
.sms-process-step {
    background: var(--sms-white);
    border: 1px solid var(--sms-border);
    border-radius: 8px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.row > [class*="col"] > .sms-service-card,
.row > [class*="col"] > .sms-vendor-card,
.row > [class*="col"] > .sms-testimonial,
.row > [class*="col"] > .sms-blog-card,
.row > [class*="col"] > .sms-city-link,
.row > [class*="col"] > .sms-process-step {
    height: 100%;
}

.sms-service-card:hover,
.sms-feature-card:hover,
.sms-vendor-card:hover,
.sms-testimonial:hover,
.sms-blog-card:hover,
.sms-city-link:hover,
.sms-process-step:hover {
    border-color: rgba(47, 111, 189, 0.45);
    box-shadow: var(--sms-shadow);
    transform: translateY(-3px);
}

.sms-service-card {
    overflow: hidden;
}

.sms-service-media {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: #edf5ff;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.sms-service-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sms-service-media i {
    color: var(--sms-blue);
    font-size: 2.2rem;
}

.sms-service-body,
.sms-vendor-body,
.sms-blog-body,
.sms-testimonial,
.sms-feature-card,
.sms-process-step {
    padding: 1.25rem;
}

.sms-service-body h3,
.sms-vendor-body h3,
.sms-blog-body h3,
.sms-feature-card h3,
.sms-process-step h3 {
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 0.45rem;
}

.sms-service-body p,
.sms-vendor-body p,
.sms-blog-body p,
.sms-feature-card p,
.sms-process-step p,
.sms-testimonial p {
    color: var(--sms-muted);
    line-height: 1.65;
    margin-bottom: 0;
}

.sms-icon-box {
    align-items: center;
    background: var(--sms-orange-soft);
    border-radius: 8px;
    color: var(--sms-orange);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    margin-bottom: 1rem;
    width: 44px;
}

.sms-process-step {
    position: relative;
}

.sms-process-number {
    align-items: center;
    background: var(--sms-blue);
    border-radius: 8px;
    color: var(--sms-white);
    display: inline-flex;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    margin-bottom: 1rem;
    width: 42px;
}

.sms-city-link {
    align-items: center;
    color: var(--sms-ink);
    display: flex;
    gap: 0.8rem;
    justify-content: space-between;
    min-height: 68px;
    padding: 0.95rem 1rem;
}

.sms-city-link i {
    color: var(--sms-orange);
}

.sms-city-link span {
    color: var(--sms-muted);
    font-size: 0.9rem;
    font-weight: 700;
}

.sms-vendor-logo {
    align-items: center;
    background: #edf5ff;
    border-radius: 8px;
    display: flex;
    height: 74px;
    justify-content: center;
    margin-bottom: 1rem;
    overflow: hidden;
    width: 74px;
}

.sms-vendor-logo img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sms-vendor-logo i {
    color: var(--sms-blue);
    font-size: 1.65rem;
}

.sms-badge {
    align-items: center;
    background: rgba(47, 111, 189, 0.1);
    border-radius: 8px;
    color: var(--sms-blue-deep);
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 800;
    gap: 0.4rem;
    padding: 0.42rem 0.6rem;
}

.sms-badge-orange {
    background: var(--sms-orange-soft);
    color: #a64d00;
}

.sms-testimonial-head {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    margin-top: 1rem;
}

.sms-avatar {
    align-items: center;
    background: #edf5ff;
    border-radius: 8px;
    color: var(--sms-blue);
    display: flex;
    flex: 0 0 auto;
    font-weight: 900;
    height: 52px;
    justify-content: center;
    overflow: hidden;
    width: 52px;
}

.sms-avatar img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sms-rating {
    color: var(--sms-orange);
    display: flex;
    gap: 0.18rem;
    margin-bottom: 0.8rem;
}

.sms-blog-media {
    aspect-ratio: 16 / 10;
    background: #edf5ff;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.sms-blog-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sms-blog-media-fallback {
    align-items: center;
    color: var(--sms-blue);
    display: flex;
    font-size: 2rem;
    height: 100%;
    justify-content: center;
}

.sms-blog-sidebar {
    align-self: flex-start;
}

.sms-blog-sidebar .sms-feature-card {
    height: auto;
}

.sms-faq .accordion-item {
    border: 1px solid var(--sms-border);
    border-radius: 8px;
    margin-bottom: 0.85rem;
    overflow: hidden;
}

.sms-faq .accordion-button {
    color: var(--sms-ink);
    font-weight: 900;
}

.sms-faq .accordion-button:not(.collapsed) {
    background: #edf5ff;
    color: var(--sms-blue-deep);
}

.sms-cta-band {
    background: var(--sms-green);
    color: var(--sms-white);
    padding: 3.25rem 0;
}

.sms-page-hero {
    background: linear-gradient(135deg, #eef6ff 0%, #ffffff 54%, #fff1e5 100%);
    border-bottom: 1px solid var(--sms-border);
    padding: 5.5rem 0 3.75rem;
}

.sms-page-hero h1 {
    font-size: 3.1rem;
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 0.85rem;
}

.sms-page-hero p {
    color: var(--sms-muted);
    font-size: 1.12rem;
    line-height: 1.75;
    margin-bottom: 0;
    max-width: 760px;
}

.sms-content {
    color: #26384c;
    font-size: 1.04rem;
    line-height: 1.85;
}

.sms-content h2,
.sms-content h3,
.sms-content h4 {
    color: var(--sms-ink);
    font-weight: 900;
    margin-top: 1.65rem;
}

.sms-content img {
    border-radius: 8px;
    height: auto;
    max-width: 100%;
}

.sms-breadcrumbs {
    color: var(--sms-muted);
    font-weight: 700;
    margin-bottom: 1rem;
}

.sms-breadcrumbs a {
    color: var(--sms-blue);
}

.sms-pagination .pagination {
    gap: 0.35rem;
    justify-content: center;
    margin: 2rem 0 0;
}

.sms-pagination .page-link {
    border-color: var(--sms-border);
    border-radius: 8px;
    color: var(--sms-blue-deep);
    font-weight: 800;
}

.sms-pagination .active .page-link {
    background: var(--sms-blue);
    border-color: var(--sms-blue);
}

.sms-footer {
    background: #0f1f2e;
    clear: both;
    color: rgba(255, 255, 255, 0.82);
    overflow-wrap: anywhere;
    padding: 4rem 0 1.4rem;
    position: relative;
    z-index: 1;
}

.sms-footer h3,
.sms-footer h4 {
    color: var(--sms-white);
    font-weight: 900;
}

.sms-footer a:hover {
    color: var(--sms-orange);
}

.sms-footer-logo {
    background: var(--sms-white);
    border-radius: 8px;
    margin-bottom: 1rem;
    max-width: 240px;
    padding: 0.65rem;
}

.sms-footer-logo img {
    max-width: 100%;
}

.sms-social a {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: var(--sms-white);
    display: inline-flex;
    height: 40px;
    justify-content: center;
    margin-right: 0.45rem;
    width: 40px;
}

.sms-mini-muted {
    color: var(--sms-muted);
}

.fw-black {
    font-weight: 900;
}

.sms-empty {
    border: 1px dashed var(--sms-border);
    border-radius: 8px;
    color: var(--sms-muted);
    padding: 1.5rem;
}

@media (max-width: 991.98px) {
    .sms-hero {
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)), url("../img/home-services-hero.webp");
        min-height: auto;
        padding: 7rem 0 3.5rem;
    }

    .sms-hero h1 {
        font-size: 3rem;
    }

    .sms-section {
        padding: 4rem 0;
    }
}

@media (max-width: 575.98px) {
    .sms-topbar {
        font-size: 0.82rem;
    }

    .sms-logo {
        height: 36px;
        max-width: 176px;
    }

    .sms-hero {
        padding-top: 6.2rem;
    }

    .sms-hero h1 {
        font-size: 2.35rem;
    }

    .sms-hero .lead {
        font-size: 1rem;
    }

    .sms-section-title h2 {
        font-size: 1.9rem;
    }

    .sms-page-hero h1 {
        font-size: 2.25rem;
    }

    .sms-stat strong {
        font-size: 1.7rem;
    }
}
