/**
 * ==========================================
 * ILL IT SOLUTIONS - SERVICE PAGES
 * ==========================================
 *
 * Shared presentation for service pages and
 * the main Services landing page.
 */


/* ==========================================
 * EXISTING SERVICE DETAIL PAGE ELEMENTS
 * ========================================== */

.illit-service-help-cta > .col-inner {
    overflow: hidden;
}

html.darklooks-mode-changer-enabled
.illit-service-help-cta > .col-inner {
    background: #383838 !important;
    background-color: #383838 !important;
    background-image: none !important;
    border: 1px solid #4a4a4a !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16) !important;
}

html.darklooks-mode-changer-enabled
.illit-service-help-cta h2,
html.darklooks-mode-changer-enabled
.illit-service-help-cta h3,
html.darklooks-mode-changer-enabled
.illit-service-help-cta h4,
html.darklooks-mode-changer-enabled
.illit-service-help-cta p,
html.darklooks-mode-changer-enabled
.illit-service-help-cta strong {
    color: #f2f2f2 !important;
}

html.darklooks-mode-changer-enabled
.illit-service-help-cta .button {
    background: #4A99D4 !important;
    background-color: #4A99D4 !important;
    border-color: #4A99D4 !important;
    color: #ffffff !important;
}

html.darklooks-mode-changer-enabled
.illit-service-help-cta .button:hover {
    background: #3f8cc7 !important;
    background-color: #3f8cc7 !important;
    border-color: #3f8cc7 !important;
    color: #ffffff !important;
}


/* ==========================================
 * SHARED OTHER SERVICES BLOCK
 * ========================================== */

.illit-other-services {
    position: relative;
}

.illit-other-services
> .section-content
> .row:first-child h3 {
    margin-bottom: 10px;
    color: #5d5d5d;
}

.illit-other-services
> .section-content
> .row:first-child p {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}

.illit-other-services
.illit-service-card > .col-inner {
    height: 100%;
    padding: 28px 24px;
    border-radius: 16px;
    background: #ffffff;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.illit-other-services
.illit-service-card:hover > .col-inner {
    transform: translateY(-3px);
}

.illit-other-services
.illit-service-card .featured-box {
    height: 100%;
}

.illit-other-services
.illit-service-card h3 {
    margin-top: 12px;
    margin-bottom: 10px;
    color: #333333;
}

.illit-other-services
.illit-service-card p {
    margin-bottom: 0;
    color: #5d5d5d;
    font-size: 0.94rem;
    line-height: 1.55;
}

html:not(.darklooks-mode-changer-enabled)
.illit-other-services {
    background: #eef2f5 !important;
    background-color: #eef2f5 !important;
    background-image: none !important;
}

html:not(.darklooks-mode-changer-enabled)
.illit-other-services
.illit-service-card > .col-inner {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border: 1px solid #cfd8df !important;
    box-shadow: 0 7px 22px rgba(31, 41, 55, 0.10) !important;
}

html:not(.darklooks-mode-changer-enabled)
.illit-other-services
.illit-service-card:hover > .col-inner {
    border-color: rgba(74, 153, 212, 0.55) !important;
    box-shadow: 0 10px 28px rgba(31, 41, 55, 0.14) !important;
}

html.darklooks-mode-changer-enabled
.illit-other-services {
    background: #232323 !important;
    background-color: #232323 !important;
    background-image: none !important;
}

html.darklooks-mode-changer-enabled
.illit-other-services
> .section-content
> .row:first-child h3 {
    color: #f2f2f2 !important;
}

html.darklooks-mode-changer-enabled
.illit-other-services
> .section-content
> .row:first-child p {
    color: #d5d5d5 !important;
}

html.darklooks-mode-changer-enabled
.illit-other-services
.illit-service-card > .col-inner {
    background: #2b2b2b !important;
    background-color: #2b2b2b !important;
    background-image: none !important;
    border: 1px solid #414141 !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14) !important;
}

html.darklooks-mode-changer-enabled
.illit-other-services
.illit-service-card:hover > .col-inner {
    border-color: rgba(74, 153, 212, 0.55) !important;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.20) !important;
}

html.darklooks-mode-changer-enabled
.illit-other-services
.illit-service-card h3,
html.darklooks-mode-changer-enabled
.illit-other-services
.illit-service-card strong {
    color: #f3f3f3 !important;
}

html.darklooks-mode-changer-enabled
.illit-other-services
.illit-service-card p {
    color: #d5d5d5 !important;
}

html.darklooks-mode-changer-enabled
.illit-other-services
.illit-service-card a {
    color: #4A99D4 !important;
}

html.darklooks-mode-changer-enabled
.illit-other-services
.illit-service-card a:hover {
    color: #6eb2e2 !important;
}


/* ==========================================
 * SERVICE PAGE IMAGES
 * ========================================== */

.illit-service-page-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

html.darklooks-mode-changer-enabled
.illit-service-page-image img {
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.18);
}


/* ==========================================
 * SERVICES LANDING PAGE V2 - SHARED
 * ========================================== */

.illit-section-intro {
    max-width: 780px;
    margin-right: auto !important;
    margin-left: auto !important;
    line-height: 1.65;
}

.illit-services-eyebrow {
    margin-bottom: 9px !important;
    color: #4A99D4 !important;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.illit-services-card-kicker {
    margin-bottom: 7px !important;
    color: #4A99D4 !important;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.illit-services-card-tag {
    display: inline-block;
    width: auto;
    margin: 0 0 14px !important;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(74, 153, 212, .12);
    color: #4A99D4 !important;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.2;
    text-transform: uppercase;
}


/* HERO */

.illit-services-hero-title {
    max-width: 760px;
    margin-bottom: 18px !important;
    color: #303030 !important;
    font-size: clamp(2.25rem, 4vw, 3.25rem) !important;
    line-height: 1.08 !important;
}

.illit-services-hero-title span {
    color: #4A99D4 !important;
}

.illit-services-hero-copy {
    max-width: 720px;
    color: #5d5d5d !important;
    font-size: 1.08rem;
    line-height: 1.65;
}

.illit-services-support-card {
    padding: 28px;
    border: 1px solid #d8e0e6;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(31, 41, 55, .10);
}

.illit-services-support-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #303030;
}

.illit-services-support-card p {
    color: #5d5d5d;
}

.illit-services-tick-list {
    margin: 17px 0 0 0;
    padding: 16px 0 0 0;
    border-top: 1px solid #dfe4e8;
    list-style: none;
}

.illit-services-tick-list li {
    position: relative;
    margin: 0 0 9px;
    padding-left: 23px;
    color: #5d5d5d;
}

.illit-services-tick-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #4A99D4;
    font-weight: 800;
}


/* CARD BUTTONS */

.illit-services-card-button {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 12px 16px;
    border-radius: 7px;
    background: #4A99D4;
    color: #ffffff !important;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

.illit-services-card-button:hover {
    background: #3f8cc7;
    color: #ffffff !important;
}

.illit-services-card-button-dark {
    background: #333333;
}

.illit-services-card-button-dark:hover {
    background: #242424;
}

.illit-services-card-button-grey {
    background: #5d5d5d;
}

.illit-services-card-button-grey:hover {
    background: #4c4c4c;
}


/* FEATURED SERVICES */

.illit-services-featured-v2 {
    background: #eef2f5 !important;
}

.illit-services-feature-card {
    margin-bottom: 20px;
}

.illit-services-feature-card > .col-inner {
    height: 100%;
    border: 1px solid #cfd8df;
    box-shadow: 0 7px 22px rgba(31, 41, 55, .09);
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.illit-services-feature-card:hover > .col-inner {
    transform: translateY(-3px);
    border-color: rgba(74, 153, 212, .60);
    box-shadow: 0 11px 28px rgba(31, 41, 55, .14);
}

.illit-services-feature-card h3 {
    margin: 0 0 10px;
    font-size: 1.12rem;
}

.illit-services-feature-card h3 a {
    color: #303030 !important;
    text-decoration: none !important;
}

.illit-services-feature-card h3 a:hover {
    color: #4A99D4 !important;
}

.illit-services-feature-card p {
    color: #5d5d5d;
    line-height: 1.55;
}

.illit-services-card-link {
    color: #4A99D4 !important;
    font-weight: 700;
    text-decoration: none !important;
}

.illit-services-card-link:hover {
    text-decoration: underline !important;
}


/* INTRO */

.illit-services-intro-v2 {
    background: #ffffff !important;
}

.illit-services-inline-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 18px;
    margin: 24px 0 26px;
}

.illit-services-inline-points span {
    position: relative;
    padding-left: 20px;
    color: #444444;
    line-height: 1.45;
}

.illit-services-inline-points span::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #4A99D4;
    font-weight: 800;
}

.illit-services-why-card {
    border-left: 6px solid #4A99D4;
}

.illit-services-info-list {
    display: grid;
    gap: 17px;
}

.illit-services-info-list div {
    display: grid;
    gap: 3px;
}

.illit-services-info-list strong {
    color: #4A99D4;
}

.illit-services-info-list span {
    color: #5d5d5d;
    line-height: 1.55;
}


/* SERVICES DIRECTORY */

.illit-services-directory-v2 {
    background: #eef2f5 !important;
}

.illit-services-directory-card {
    margin-bottom: 20px;
}

.illit-services-directory-card > .col-inner {
    height: 100%;
    border: 1px solid #cfd8df;
    box-shadow: 0 7px 22px rgba(31, 41, 55, .09);
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.illit-services-directory-card:hover > .col-inner {
    transform: translateY(-3px);
    border-color: rgba(74, 153, 212, .60);
    box-shadow: 0 11px 30px rgba(31, 41, 55, .14);
}

.illit-services-directory-card h3 {
    margin: 0 0 10px;
}

.illit-services-directory-card h3 a {
    color: #4A99D4 !important;
    text-decoration: none !important;
}

.illit-services-directory-card h3 a:hover {
    color: #3f8cc7 !important;
}

.illit-services-directory-card p,
.illit-services-directory-card li {
    color: #5d5d5d;
    line-height: 1.5;
}

.illit-services-directory-card ul {
    margin: 2px 0 16px 18px;
}

.illit-services-directory-card li {
    margin-bottom: 4px;
}


/* LOCAL CTA */

.illit-services-local-cta-v2 {
    background: #5d5d5d !important;
}

.illit-services-local-cta-v2 h2 {
    color: #ffffff !important;
}

.illit-services-local-cta-v2
> .section-content
> .row
> .col:first-child
p:not(.illit-services-eyebrow) {
    color: #eeeeee !important;
}


/* PROCESS */

.illit-services-process-v2 {
    background: #ffffff !important;
}

.illit-process-step > .col-inner {
    height: 100%;
}

.illit-process-step img {
    width: 100%;
    border-radius: 14px;
}

.illit-process-card {
    min-height: 175px;
    height: 100%;
    margin-top: 12px;
    padding: 23px;
    border: 1px solid #dfe5e9;
    border-radius: 16px;
    background: #f7f9fb;
}

.illit-process-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 13px;
    border-radius: 50%;
    background: #4A99D4;
    color: #ffffff;
    font-weight: 800;
}

.illit-process-card h3 {
    margin: 0 0 8px;
    color: #303030;
    font-size: 1.06rem;
}

.illit-process-card p {
    margin: 0;
    color: #5d5d5d;
    line-height: 1.55;
}


/* TESTIMONIALS / FAQ */

.illit-services-testimonials-v2 {
    background: #eef2f5 !important;
}

.illit-services-faq-v2 {
    background: #ffffff !important;
}


/* FINAL CTA */

.illit-services-final-cta-v2 h2,
.illit-services-final-cta-v2
> .section-content
> .row
> .col:first-child
p,
.illit-services-final-cta-v2
> .section-content
> .row
> .col:first-child
strong {
    color: #ffffff !important;
}

.illit-services-final-cta-v2
> .section-content
> .row
> .col:first-child
a {
    color: #6eb2e2 !important;
}


/* ==========================================
 * SERVICES LANDING PAGE V2 - DARK MODE
 * ========================================== */

html.darklooks-mode-changer-enabled
.illit-services-hero-title {
    color: #f5f5f5 !important;
}

html.darklooks-mode-changer-enabled
.illit-services-hero-copy {
    color: #d7d7d7 !important;
}

html.darklooks-mode-changer-enabled
.illit-services-support-card {
    border-color: #444444 !important;
    background: #2b2b2b !important;
    background-color: #2b2b2b !important;
    background-image: none !important;
    box-shadow: none !important;
}

html.darklooks-mode-changer-enabled
.illit-services-support-card h3 {
    color: #f3f3f3 !important;
}

html.darklooks-mode-changer-enabled
.illit-services-support-card p,
html.darklooks-mode-changer-enabled
.illit-services-info-list span,
html.darklooks-mode-changer-enabled
.illit-services-tick-list li {
    color: #d5d5d5 !important;
}

html.darklooks-mode-changer-enabled
.illit-services-tick-list {
    border-top-color: #444444;
}

html.darklooks-mode-changer-enabled
.illit-services-featured-v2,
html.darklooks-mode-changer-enabled
.illit-services-directory-v2,
html.darklooks-mode-changer-enabled
.illit-services-testimonials-v2 {
    background: #232323 !important;
    background-color: #232323 !important;
    background-image: none !important;
}

html.darklooks-mode-changer-enabled
.illit-services-intro-v2,
html.darklooks-mode-changer-enabled
.illit-services-process-v2,
html.darklooks-mode-changer-enabled
.illit-services-faq-v2 {
    background: #252525 !important;
    background-color: #252525 !important;
    background-image: none !important;
}

html.darklooks-mode-changer-enabled
.illit-services-featured-v2 h2,
html.darklooks-mode-changer-enabled
.illit-services-intro-v2 h2,
html.darklooks-mode-changer-enabled
.illit-services-directory-v2 h2,
html.darklooks-mode-changer-enabled
.illit-services-process-v2 h2,
html.darklooks-mode-changer-enabled
.illit-services-testimonials-v2 h2,
html.darklooks-mode-changer-enabled
.illit-services-faq-v2 h2 {
    color: #f3f3f3 !important;
}

html.darklooks-mode-changer-enabled
.illit-services-feature-card > .col-inner,
html.darklooks-mode-changer-enabled
.illit-services-directory-card > .col-inner {
    border-color: #414141 !important;
    background: #2b2b2b !important;
    background-color: #2b2b2b !important;
    background-image: none !important;
    box-shadow: none !important;
}

html.darklooks-mode-changer-enabled
.illit-services-feature-card h3 a,
html.darklooks-mode-changer-enabled
.illit-services-directory-card h3 a {
    color: #4A99D4 !important;
}

html.darklooks-mode-changer-enabled
.illit-services-feature-card p,
html.darklooks-mode-changer-enabled
.illit-services-directory-card p,
html.darklooks-mode-changer-enabled
.illit-services-directory-card li,
html.darklooks-mode-changer-enabled
.illit-services-inline-points span,
html.darklooks-mode-changer-enabled
.illit-section-intro {
    color: #d5d5d5 !important;
}

html.darklooks-mode-changer-enabled
.illit-services-card-tag {
    background: rgba(74, 153, 212, .16) !important;
}

html.darklooks-mode-changer-enabled
.illit-process-card {
    border-color: #414141 !important;
    background: #2b2b2b !important;
    background-color: #2b2b2b !important;
    background-image: none !important;
}

html.darklooks-mode-changer-enabled
.illit-process-card h3 {
    color: #f3f3f3 !important;
}

html.darklooks-mode-changer-enabled
.illit-process-card p {
    color: #d5d5d5 !important;
}


/* ==========================================
 * RESPONSIVE
 * ========================================== */

@media (max-width: 849px) {

    .illit-service-help-cta > .col-inner {
        border-radius: 16px;
    }

    .illit-other-services {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .illit-services-hero-title {
        font-size: 2.35rem !important;
    }

}

@media (max-width: 549px) {

    html.darklooks-mode-changer-enabled
    .illit-service-help-cta > .col-inner {
        border-radius: 14px !important;
    }

    .illit-other-services {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .illit-other-services
    .illit-service-card > .col-inner {
        padding: 24px 20px;
        border-radius: 12px;
    }

    html.darklooks-mode-changer-enabled
    .illit-other-services
    .illit-service-card > .col-inner {
        border-radius: 12px !important;
    }

    .illit-services-hero-title {
        font-size: 2rem !important;
    }

    .illit-services-hero-copy {
        font-size: 1rem;
    }

    .illit-services-support-card {
        padding: 22px 20px;
        border-radius: 14px;
    }

    .illit-services-inline-points {
        grid-template-columns: 1fr;
    }

    .illit-process-card {
        min-height: 0;
        border-radius: 13px;
    }

}

/* ==========================================
 * SERVICES REPAIR PROCESS - CARD HEIGHT FIX
 * ==========================================
 *
 * The process columns contain BOTH an image and
 * a text card. Giving the card height:100% makes
 * the card try to match the entire column height
 * in addition to the image, which causes it to
 * extend into the Customer Feedback section.
 *
 * Use flex layout on the column instead. The card
 * fills only the remaining space beneath its image.
 */

.illit-services-process-v2
.illit-process-step > .col-inner {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}


.illit-services-process-v2
.illit-process-step .img {
    flex: 0 0 auto !important;
}


.illit-services-process-v2
.illit-process-step .illit-process-card {
    flex: 1 1 auto !important;

    height: auto !important;
    min-height: 175px !important;

    margin-top: 12px !important;
    margin-bottom: 0 !important;
}


/*
 * Give the process section enough breathing room
 * before Customer Feedback without relying on the
 * cards to create vertical spacing.
 */
.illit-services-process-v2 {
    padding-bottom: 58px !important;
}


@media (max-width: 849px) {

    .illit-services-process-v2
    .illit-process-step .illit-process-card {
        min-height: 160px !important;
    }

}


@media (max-width: 549px) {

    .illit-services-process-v2
    .illit-process-step > .col-inner {
        height: auto !important;
    }


    .illit-services-process-v2
    .illit-process-step .illit-process-card {
        min-height: 0 !important;
    }

}

/* ==========================================
 * SERVICES FINAL CTA - INNER CARD ONLY
 * ==========================================
 *
 * The OUTER blue/background preservation is
 * handled globally by darklooks-ui.css via:
 *
 * .illit-dark-preserve-blue
 * .illit-blue-tech-pattern
 *
 * This file only styles the service-page card
 * that sits on top of that preserved section.
 */

html.darklooks-mode-changer-enabled
.illit-services-final-cta-v2
.illit-services-final-card,
html.darklooks-mode-changer-enabled
.illit-services-final-cta-v2
.illit-services-support-card {
    background: #2b2b2b !important;
    background-color: #2b2b2b !important;
    background-image: none !important;

    border: 1px solid rgba(255, 255, 255, 0.18) !important;

    box-shadow:
        0 8px 26px rgba(0, 0, 0, 0.20) !important;
}


html.darklooks-mode-changer-enabled
.illit-services-final-cta-v2
.illit-services-final-card h3,
html.darklooks-mode-changer-enabled
.illit-services-final-cta-v2
.illit-services-support-card h3 {
    color: #ffffff !important;
}


html.darklooks-mode-changer-enabled
.illit-services-final-cta-v2
.illit-services-final-card p,
html.darklooks-mode-changer-enabled
.illit-services-final-cta-v2
.illit-services-support-card p {
    color: #e5e5e5 !important;
}


html.darklooks-mode-changer-enabled
.illit-services-final-cta-v2
.illit-services-card-button,
html.darklooks-mode-changer-enabled
.illit-services-final-cta-v2
.illit-services-card-button:link,
html.darklooks-mode-changer-enabled
.illit-services-final-cta-v2
.illit-services-card-button:visited,
html.darklooks-mode-changer-enabled
.illit-services-final-cta-v2
.illit-services-card-button:hover,
html.darklooks-mode-changer-enabled
.illit-services-final-cta-v2
.illit-services-card-button:focus,
html.darklooks-mode-changer-enabled
.illit-services-final-cta-v2
.illit-services-card-button:active {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}


html.darklooks-mode-changer-enabled
.illit-services-final-cta-v2
.illit-services-card-button {
    background: #4A99D4 !important;
    background-color: #4A99D4 !important;
    border-color: #4A99D4 !important;
}


html.darklooks-mode-changer-enabled
.illit-services-final-cta-v2
.illit-services-card-button-dark {
    background: #353535 !important;
    background-color: #353535 !important;
    border-color: #4a4a4a !important;
}


html.darklooks-mode-changer-enabled
.illit-services-final-cta-v2
.illit-services-card-button-grey {
    background: #5d5d5d !important;
    background-color: #5d5d5d !important;
    border-color: #6a6a6a !important;
}
