@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Barlow:ital,wght@0,300;0,400;1,300;1,400&display=swap');

@font-face {
    font-family: 'si';
    src: url('../pi/socicon.eot');
    src: url('../pi/socicon.eot?#iefix') format('embedded-opentype'),
        url('../pi/socicon.woff') format('woff'),
        url('../pi/socicon.ttf') format('truetype'),
        url('../pi/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =========================================================
   REBOOT IT SERVICE PAGE
   Completely isolated from Astra / Elementor / Bootstrap
========================================================= */

.reboot-service-page {
    --reboot-blue: #416bb5;
    --reboot-dark-blue: #00245f;
    --reboot-yellow: #ffd500;
    --reboot-text: #333333;
    --reboot-light: #f7f7f7;

    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: Arial, Helvetica, sans-serif;
    color: var(--reboot-text);
    background: #fff;

    overflow: hidden;
}

.reboot-service-page *,
.reboot-service-page *::before,
.reboot-service-page *::after {
    box-sizing: border-box;
}


/* =========================================================
   COMMON CONTAINER
========================================================= */

.reboot-service-page .reboot-container {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}


/* =========================================================
   COMMON SECTION
========================================================= */

.reboot-service-page .reboot-section {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.reboot-service-page .reboot-section-title {
    width: 100%;
    margin-bottom: 18px;
}

.reboot-service-page .reboot-section-title h2 {
    margin: 0;
    padding: 0;

    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;

    color: #222;
}

.reboot-service-page .reboot-white-title h2 {
    color: #fff;
}


/* =========================================================
   HERO
========================================================= */

.reboot-service-page .reboot-hero {
    position: relative;

    width: 100%;
    min-height: 190px;

    overflow: hidden;

    background: var(--reboot-blue);
}

.reboot-service-page .reboot-hero-bg {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center center;

    display: block;
}

.reboot-service-page .reboot-hero-overlay {
    position: absolute;
    inset: 0;

    background: rgba(65, 107, 181, 0.12);

    z-index: 1;
}

.reboot-service-page .reboot-hero-inner {
    position: relative;

    min-height: 190px;

    display: flex;
    align-items: center;

    z-index: 2;
}

.reboot-service-page .reboot-hero-content {
    width: 47%;
    max-width: 470px;

    padding: 20px 0;

    position: relative;
    z-index: 5;
}

.reboot-service-page .reboot-hero-content h1 {
    margin: 0 0 8px;

    font-size: 27px;
    line-height: 1.15;
    font-weight: 500;

    color: #fff;
}

.reboot-service-page .reboot-hero-content p {
    margin: 0 0 13px;

    font-size: 12px;
    line-height: 1.45;

    color: #fff;
}

.reboot-service-page .reboot-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 31px;
    padding: 6px 17px;

    border-radius: 18px;

    text-decoration: none !important;

    font-size: 11px;
    font-weight: 600;

    cursor: pointer;

    transition: all .2s ease;
}

.reboot-service-page .reboot-btn-yellow {
    background: var(--reboot-yellow);
    color: #111 !important;
}

.reboot-service-page .reboot-btn-yellow:hover {
    background: #fff;
    color: #111 !important;
}


/* Service man */

.reboot-service-page .reboot-service-man {
    position: absolute;

    right: 8%;
    bottom: 0;

    width: 270px;
    max-width: 28%;

    height: auto;

    z-index: 4;

    pointer-events: none;
}


/* =========================================================
   INTRO
========================================================= */

.reboot-service-page .reboot-intro {
    padding-top: 28px;
    padding-bottom: 20px;
}

.reboot-service-page .reboot-two-column {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 40px;

    align-items: center;
}

.reboot-service-page .reboot-about-content h2 {
    margin: 0 0 13px;

    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;

    color: #222;
}

.reboot-service-page .reboot-description,
.reboot-service-page .reboot-description p {
    font-size: 12px;
    line-height: 1.65;
}

.reboot-service-page .reboot-description p {
    margin: 0 0 10px;
}

.reboot-service-page .reboot-about-image {
    width: 100%;
}

.reboot-service-page .reboot-about-image img {
    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;

    margin: 0 auto;
}


/* =========================================================
   BRANDS
========================================================= */

.reboot-service-page .reboot-brands {
    padding-top: 10px;
    padding-bottom: 22px;
}

.reboot-service-page .reboot-brand-list {
    display: flex;

    flex-wrap: wrap;

    gap: 6px;

    align-items: center;
}

.reboot-service-page .reboot-brand-item {
    width: 76px;
    height: 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #eeeeee;
    border-radius: 3px;

    background: #fff;

    overflow: hidden;
}

.reboot-service-page .reboot-brand-item img {
    display: block;

    max-width: 90%;
    max-height: 25px;

    width: auto;
    height: auto;

    object-fit: contain;
}


/* =========================================================
   THREE STEPS
========================================================= */

.reboot-service-page .reboot-steps {
    padding-top: 5px;
    padding-bottom: 30px;
}

.reboot-service-page .reboot-three-column {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 30px;
}

.reboot-service-page .reboot-step-card {
    text-align: left;
}

.reboot-service-page .reboot-step-image {
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.reboot-service-page .reboot-step-image img {
    width: 70px;
    height: 58px;

    object-fit: contain;
}

.reboot-service-page .reboot-step-title {
    display: flex;

    align-items: center;

    gap: 8px;

    margin-top: 5px;
}

.reboot-service-page .reboot-step-number {
    width: 24px;
    height: 24px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--reboot-blue);

    color: #fff;

    font-size: 12px;
    font-weight: 600;

    flex: 0 0 24px;
}

.reboot-service-page .reboot-step-title h3 {
    margin: 0;

    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;

    color: #222;
}

.reboot-service-page .reboot-step-card > p {
    margin: 5px 0 0 32px;

    font-size: 10px;
    line-height: 1.5;

    color: #555;
}


/* =========================================================
   WHY US
========================================================= */

.reboot-service-page .reboot-why-us {
    width: 100%;

    padding: 25px 0 28px;

    background: var(--reboot-blue);
}

.reboot-service-page .reboot-why-us .reboot-section-title {
    margin-bottom: 15px;
}

.reboot-service-page .reboot-why-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    column-gap: 45px;
    row-gap: 20px;
}

.reboot-service-page .reboot-why-card {
    min-height: 52px;

    display: flex;

    align-items: center;

    gap: 12px;
}

.reboot-service-page .reboot-why-card > img {
    width: 39px;
    height: 39px;

    object-fit: contain;

    flex: 0 0 39px;
}

.reboot-service-page .reboot-why-card h3 {
    margin: 0 0 3px;

    font-size: 10px;
    line-height: 1.2;
    font-weight: 600;

    color: #fff;
}

.reboot-service-page .reboot-why-card p {
    margin: 0;

    font-size: 8px;
    line-height: 1.4;

    color: #fff;
}


/* =========================================================
   RICH CONTENT
========================================================= */

.reboot-service-page .reboot-content-section {
    padding-top: 28px;
    padding-bottom: 20px;
}

.reboot-service-page .reboot-rich-content {
    font-size: 11px;
    line-height: 1.65;

    color: #444;
}

.reboot-service-page .reboot-rich-content h1,
.reboot-service-page .reboot-rich-content h2,
.reboot-service-page .reboot-rich-content h3,
.reboot-service-page .reboot-rich-content h4 {
    color: #222;

    line-height: 1.35;

    margin-top: 18px;
    margin-bottom: 8px;
}

.reboot-service-page .reboot-rich-content h2 {
    font-size: 20px;
}

.reboot-service-page .reboot-rich-content h3 {
    font-size: 16px;
}

.reboot-service-page .reboot-rich-content h4 {
    font-size: 14px;
}

.reboot-service-page .reboot-rich-content p {
    margin: 0 0 8px;
}

.reboot-service-page .reboot-rich-content ul,
.reboot-service-page .reboot-rich-content ol {
    margin-top: 5px;
    margin-bottom: 10px;

    padding-left: 20px;
}

.reboot-service-page .reboot-rich-content li {
    margin-bottom: 3px;
}


/* =========================================================
   FAQ
========================================================= */

.reboot-service-page .reboot-faq-section {
    padding-top: 22px;
}

.reboot-service-page .reboot-faq {
    width: 100%;
}

.reboot-service-page .reboot-faq-item {
    width: 100%;

    margin-bottom: 3px;
}

.reboot-service-page .reboot-faq-question {
    width: 100%;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 15px;

    padding: 8px 12px;

    border: 0;
    border-radius: 0;

    background: var(--reboot-blue);

    color: #fff;

    text-align: left;

    font-family: inherit;
    font-size: 11px;
    font-weight: 600;

    cursor: pointer;

    outline: none;

    box-shadow: none;
}

.reboot-service-page .reboot-faq-question:hover,
.reboot-service-page .reboot-faq-question:focus {
    background: #365fa6;
    color: #fff;

    outline: none;
}

.reboot-service-page .reboot-faq-icon {
    font-size: 17px;
    line-height: 1;

    flex: 0 0 auto;

    transition: transform .2s ease;
}

.reboot-service-page .reboot-faq-question.active .reboot-faq-icon {
    transform: rotate(45deg);
}

.reboot-service-page .reboot-faq-answer {
    display: none;

    padding: 12px 15px;

    border: 1px solid #eeeeee;
    border-top: 0;

    background: #fff;

    font-size: 11px;
    line-height: 1.6;

    color: #444;
}

.reboot-service-page .reboot-faq-answer p {
    margin: 0 0 8px;
}


/* =========================================================
   LOCATIONS
========================================================= */

.reboot-service-page .reboot-locations {
    padding-top: 25px;
}

.reboot-service-page .reboot-location-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    column-gap: 25px;
    row-gap: 8px;
}

.reboot-service-page .reboot-location-item {
    display: flex;

    align-items: flex-start;

    gap: 5px;

    color: #333 !important;

    text-decoration: none !important;

    font-size: 10px;
    line-height: 1.45;
}

.reboot-service-page .reboot-location-item:hover {
    color: var(--reboot-blue) !important;
}

.reboot-service-page .reboot-check {
    color: var(--reboot-blue);

    flex: 0 0 auto;
}


/* =========================================================
   TESTIMONIALS
========================================================= */

.reboot-service-page .reboot-testimonials {
    padding-top: 25px;
    padding-bottom: 40px;
}

.reboot-service-page .reboot-testimonial-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 15px;
}

.reboot-service-page .reboot-story-card {
    min-height: 150px;

    padding: 14px;

    border: 1px solid #e7e7e7;

    border-radius: 6px;

    background: #fff;

    box-shadow: 0 2px 7px rgba(0,0,0,.03);
}

.reboot-service-page .reboot-story-header {
    display: flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 10px;
}

.reboot-service-page .reboot-user-icon {
    width: 30px;
    height: 30px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--reboot-blue);

    color: #fff;
}

.reboot-service-page .reboot-story-header h3 {
    margin: 0;

    font-size: 11px;
    font-weight: 600;

    color: #333;
}

.reboot-service-page .reboot-story-content p {
    margin: 0 0 7px;

    font-size: 9px;
    line-height: 1.5;

    color: #555;
}

.reboot-service-page .reboot-rating {
    margin-top: 8px;

    color: #ffd000;

    font-size: 10px;
}

.reboot-service-page .reboot-rating i {
    margin-right: 2px;
}


/* =========================================================
   REMOVE ASTRA EXTRA SPACING AROUND THIS PAGE
========================================================= */

.reboot-service-page img {
    vertical-align: middle;
}

.reboot-service-page a {
    box-shadow: none;
}

.reboot-service-page button {
    box-shadow: none;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .reboot-service-page .reboot-container {
        max-width: 960px;
    }

    .reboot-service-page .reboot-hero {
        min-height: 210px;
    }

    .reboot-service-page .reboot-hero-inner {
        min-height: 210px;
    }

    .reboot-service-page .reboot-hero-content {
        width: 52%;
    }

    .reboot-service-page .reboot-hero-content h1 {
        font-size: 24px;
    }

    .reboot-service-page .reboot-service-man {
        right: 2%;
        width: 245px;
        max-width: 31%;
    }

    .reboot-service-page .reboot-two-column {
        gap: 25px;
    }

    .reboot-service-page .reboot-why-grid {
        column-gap: 25px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .reboot-service-page .reboot-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .reboot-service-page .reboot-section {
        padding-top: 25px;
        padding-bottom: 25px;
    }


    /* HERO */

    .reboot-service-page .reboot-hero {
        min-height: 300px;
    }

    .reboot-service-page .reboot-hero-bg {
        object-position: center;
    }

    .reboot-service-page .reboot-hero-inner {
        min-height: 300px;

        align-items: flex-start;
    }

    .reboot-service-page .reboot-hero-content {
        width: 62%;
        padding-top: 45px;
    }

    .reboot-service-page .reboot-hero-content h1 {
        font-size: 21px;
        line-height: 1.2;
    }

    .reboot-service-page .reboot-hero-content p {
        font-size: 10px;
        line-height: 1.4;
    }

    .reboot-service-page .reboot-service-man {
        right: -10px;
        bottom: 0;

        width: 190px;
        max-width: 45%;
    }


    /* INTRO */

    .reboot-service-page .reboot-two-column {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .reboot-service-page .reboot-about-content h2 {
        font-size: 20px;
    }

    .reboot-service-page .reboot-description,
    .reboot-service-page .reboot-description p {
        font-size: 11px;
    }


    /* BRANDS */

    .reboot-service-page .reboot-brand-list {
        gap: 6px;
    }

    .reboot-service-page .reboot-brand-item {
        width: calc(20% - 5px);
        min-width: 55px;
        height: 35px;
    }


    /* STEPS */

    .reboot-service-page .reboot-three-column {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .reboot-service-page .reboot-step-card {
        text-align: left;
    }

    .reboot-service-page .reboot-step-image {
        justify-content: flex-start;
    }


    /* WHY US */

    .reboot-service-page .reboot-why-grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }

    .reboot-service-page .reboot-why-card {
        min-height: auto;
    }


    /* CONTENT */

    .reboot-service-page .reboot-rich-content {
        font-size: 11px;
        line-height: 1.6;
    }


    /* FAQ */

    .reboot-service-page .reboot-faq-question {
        font-size: 10px;

        padding: 9px 10px;
    }

    .reboot-service-page .reboot-faq-answer {
        font-size: 10px;
    }


    /* LOCATIONS */

    .reboot-service-page .reboot-location-grid {
        grid-template-columns: 1fr;

        gap: 8px;
    }


    /* TESTIMONIALS */

    .reboot-service-page .reboot-testimonial-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .reboot-service-page .reboot-story-card {
        min-height: auto;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .reboot-service-page .reboot-hero {
        min-height: 270px;
    }

    .reboot-service-page .reboot-hero-inner {
        min-height: 270px;
    }

    .reboot-service-page .reboot-hero-content {
        width: 65%;
        padding-top: 30px;
    }

    .reboot-service-page .reboot-hero-content h1 {
        font-size: 18px;
    }

    .reboot-service-page .reboot-hero-content p {
        font-size: 9px;
    }

    .reboot-service-page .reboot-service-man {
        width: 165px;
        max-width: 43%;
    }

    .reboot-service-page .reboot-section-title h2 {
        font-size: 19px;
    }

    .reboot-service-page .reboot-brand-item {
        width: calc(25% - 5px);
    }

}