/* Scoped presentation for Computer-Programmer-Developer-Consultant city pages. */
.programmer-city-page {
    background: #f3f6f9;
    color: #263241;
    font-size: 17px;
    line-height: 1.72;
}

.programmer-city-page a {
    color: #1f5f93;
    font-weight: 600;
}

.programmer-city-page a:hover {
    color: #b21f2d;
}

.programmer-city-page > .g-bg-img-hero {
    position: relative;
    min-height: 330px !important;
    max-height: none !important;
    padding: 64px 20px !important;
    overflow: hidden;
}

.programmer-city-page > .g-bg-img-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 13, 27, .94), rgba(17, 47, 69, .78));
    z-index: 0;
}

.programmer-city-page > .g-bg-img-hero > .container {
    position: relative;
    z-index: 1;
}

.programmer-city-page > .g-bg-img-hero .g-bg-primary-dark-v3,
.programmer-city-page > .g-bg-img-hero span {
    background: transparent !important;
    background-color: transparent !important;
    color: #fff !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .34);
}

.programmer-city-page > .g-bg-img-hero h1,
.programmer-city-page > .g-bg-img-hero h2 {
    margin: 0 !important;
}

.programmer-city-page > .g-bg-img-hero h1 span {
    display: inline-block;
    max-width: 1050px;
    padding: 0 !important;
    font-size: 44px !important;
    line-height: 1.16 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none;
}

.programmer-city-page > .g-bg-img-hero h2 span {
    display: inline-block;
    max-width: 980px;
    padding: 12px 0 0 !important;
    color: rgba(255, 255, 255, .84) !important;
    font-size: 22px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none;
}

.programmer-city-page > section.bg-light,
.programmer-city-page > section.justify-content-center {
    background: linear-gradient(180deg, #f4f7fb 0%, #eef3f8 100%) !important;
    padding: 52px 20px 34px !important;
}

.programmer-city-page > section > .container,
.programmer-city-page .city-service-note {
    max-width: 1140px;
}

.programmer-city-page > section.bg-light > .container,
.programmer-city-page > section.justify-content-center > .container {
    padding: 40px 46px !important;
    background: #fff;
    border: 1px solid #dfe7f1;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.programmer-city-page > section.bg-light > .container::before,
.programmer-city-page > section.justify-content-center > .container::before,
.programmer-city-page .city-service-note::before {
    content: "";
    display: block;
    width: 76px;
    height: 4px;
    margin: 0 auto 24px;
    background: #b21f2d;
    border-radius: 999px;
}

.programmer-city-page .u-heading-v2__title,
.programmer-city-page h1.h1 {
    margin: 0 0 20px !important;
    color: #1b2635;
    font-size: 36px !important;
    line-height: 1.22 !important;
    font-weight: 700 !important;
    letter-spacing: 0;
}

.programmer-city-page .lead {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    color: #3f4b5c;
    font-size: 18px;
    line-height: 1.72;
}

.programmer-city-page p,
.programmer-city-page li {
    color: #3f4b5c;
    font-size: 17px;
    line-height: 1.72;
}

.programmer-city-page p:has(> b:only-child) {
    margin: 30px 0 14px;
}

.programmer-city-page p:has(> b:only-child) b {
    display: block;
    color: #1b2635;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700 !important;
}

.programmer-city-page ul.text-left {
    margin: 18px 0 30px;
    padding-left: 0;
    list-style: none;
}

.programmer-city-page ul.text-left li {
    position: relative;
    margin-bottom: 10px;
    padding: 13px 18px 13px 42px;
    background: #f8fafc;
    border: 1px solid #e2e9f2;
    border-radius: 8px;
}

.programmer-city-page ul.text-left li::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 19px;
    width: 7px;
    height: 7px;
    background: #b21f2d;
    border-radius: 50%;
}

.programmer-city-page .city-service-note {
    margin: 34px auto 0;
    padding: 34px 40px;
    background: #fff;
    border: 1px solid #dfe7f1;
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .07);
}

.programmer-city-page .city-service-note::before {
    margin-left: 0;
    margin-right: 0;
}

.programmer-city-page .city-service-note h2 {
    margin: 0 0 14px;
    color: #1b2635;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
}

.programmer-city-page .city-service-note p {
    margin: 0;
}

.programmer-city-page section:not(.bg-light):not(.g-bg-img-hero) > .container > .row > .col-lg-4 > div {
    height: 100%;
    padding: 28px !important;
    background: #fff;
    border: 1px solid #dfe7f1;
    border-radius: 8px !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
}

.programmer-city-page .col-lg-4 h2 {
    color: #1b2635;
    font-size: 21px !important;
    line-height: 1.32;
}

.programmer-city-page .col-lg-4 img {
    max-width: 82px;
    height: auto;
}

.programmer-city-page section[style*="background-color"] {
    background: #111827 !important;
    border-top: 4px solid #b21f2d;
}

.programmer-city-page section[style*="background-color"] h2 {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 1.55;
}

.programmer-city-page section[style*="background-color"] a {
    color: #fff !important;
    text-decoration: underline;
}

.programmer-city-page .g-mb-100.g-mt-100 {
    margin-top: 54px !important;
    margin-bottom: 70px !important;
    padding: 30px;
    background: #fff;
    border: 1px solid #dfe7f1;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .05);
}

.programmer-city-page .u-btn-primary,
.programmer-city-page .btn.u-btn-primary {
    border-radius: 6px;
    background: #b21f2d !important;
    border-color: #b21f2d !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(178, 31, 45, .24);
}

@media (max-width: 900px) {
    .programmer-city-page > .g-bg-img-hero {
        min-height: 270px !important;
        padding: 48px 18px !important;
    }

    .programmer-city-page > .g-bg-img-hero h1 span {
        font-size: 34px !important;
    }

    .programmer-city-page > .g-bg-img-hero h2 span {
        font-size: 19px !important;
    }

    .programmer-city-page > section.bg-light > .container,
    .programmer-city-page > section.justify-content-center > .container,
    .programmer-city-page .city-service-note {
        padding: 28px 24px !important;
    }
}
