@import "sections/hero.css";
@import "sections/zigzag.css";
@import "sections/prefooter.css";
@import "sections/faqs.css";

.h1, h1 {
    font-size: 3rem;
}

.h2, h2 {
    font-size: 3.5rem;
}

.troubleshoot-dns-servers--page a:not(.cta-btn) {
    text-decoration: underline;
}

.troubleshoot-dns-servers--page a:not(.cta-btn):hover {
    text-decoration: none;
}

.cta-btn {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 120%;
}

@media screen and (max-width: 1199px) {
    h1, .h1 {
        font-size: 3rem;
    }

    h2, .h2 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 991px) {
    .cta-btn {
        width: 100%;
        text-align: center;
        border-radius: 1rem;
        padding: 1rem;
    }
}

@media screen and (max-width: 575px) {
    h1, .h1 {
        font-size: 2.5rem;
    }

    h2, .h2 {
        font-size: 2.5rem;
    }

    h2, .h2 {
        font-size: 2.5rem;
    }

    .row > * {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cta-btn {
        border-radius: 1.25rem;
        width: 100%;
    }
}

/* Hero Section*/
.hero {
    border-radius: 2.5rem;
    background-image: url("/images/redesign/home/hero-bg.jpg");
    margin-bottom: 0;
    padding: 4rem 0;
}

.hero .hero-foreground {
    object-position: 40%;
}

.hero .cta-btn {
    padding: 1rem 7rem;
    border-radius: 1.25rem;
}

.hero .col-6 > p {
    padding-right: 4rem;
}

.hero-devices svg {
    height: 1.5rem;
}

@media screen and (max-width: 1399px) {
    .hero .cta-btn {
        padding: 1rem 3rem;
    }
}

@media screen and (max-width: 991px) {
    .hero {
        padding-bottom: 0;
        padding-top: 3rem;
    }

    .hero .hero-foreground {
        margin-top: 2rem;
    }

    .hero .cta-btn {
        padding: 1rem;
        font-size: 1.25rem;
    }

    .hero--subtext {
        text-align: center;
        width: 80%;
        margin: 1.5rem auto 0 auto;
    }

    .hero .col-6 > p {
        padding: 0;
        text-align: center;
    }
}

/* Hero Section*/
/* dns-servers-desc Section*/
.dns-servers-desc {
    padding: 3.75rem 0;
}
.dns-servers-desc h2 {
    margin-bottom: 1rem;
}
.dns-servers-desc p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    width: 85%;
    margin: 0 auto;
}
/* dns-servers-desc Section*/
/* troubleshoot-tips Section*/
.troubleshoot-tips {
    padding: 3.75rem 0;
    background: #F7F6F5;
}
.troubleshoot-tips--heading h2 {
    width: 80%;
    margin: 0 auto 2rem auto;
}
.troubleshoot-tips--heading p {
    width: 80%;
    margin: 0 auto 2rem auto;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
}
.troubleshoot-tips--heading h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 125%;
}
/* troubleshoot-tips Section*/
/* faqs section */
.setup-section.faqs-section {
    background: transparent;
    padding: 0;
}
.setup-section .subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    margin-top: 1.5rem;
    text-align: center;
}
.setup-section .accordion-flush {
    margin-top: 2rem;
}
.setup-section.faqs-section .accordion-item {
    border: 1px solid #E9E9E9;
    padding-bottom: 2rem;
    background: #fff;
}

.setup-section .accordion-flush>.accordion-item:first-child,
.setup-section .accordion-flush>.accordion-item:last-child {
    border: 1px solid #E9E9E9;
}
.setup-section .accordion-button {
    padding: 2rem 2rem 0 2rem;
    align-items: center;
}
.setup-section .accordion-button img {
    width: 4rem;
    height: 4rem;
    margin-right: 1.5rem;
    border-radius: .5rem;
}
.setup-section .accordion-button img.inverted {
    filter: invert(1);
}
.setup-section .accordion-body {
    padding: 2rem 2rem 0 2rem;
}
.setup-section .accordion-body hr {
    margin: 1.5rem 0;
}
.setup-section .accordion-body ol {
    counter-reset: section;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.setup-section .accordion-body .setup--list {
    margin-top: 2rem;
}
.setup-section .accordion-body ol > li {
    counter-increment: section;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    margin: 1rem 0;
}
.setup-section .accordion-body ol > li ul {
    padding-left: 3rem;
    list-style: disc;
    width: 100%;
}
.setup-section .accordion-body ol > li:first-child {
    margin-top: 0;
}
.setup-section .accordion-body ol > li:last-child {
    margin-bottom: 0;
}
.setup-section .accordion-body ol > li:before {
    content: counter(section, decimal);
    display: inline-flex;
    flex-wrap: wrap;
    width: 2rem;
    height: 2rem;
    padding: 0.5rem 1rem;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 0.5rem;
    color: #fff;
    background: var(--black-text);
    margin-right: 1rem;
}
.setup-section .accordion-body ol > li .title {
    width: calc(100% - 3rem);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 155%;
}
.setup-section .accordion-body .image-caption {
    margin: 1rem 0 1rem 0;
    max-width: 55%;
    display: flex;
    flex-wrap: wrap;
}
.setup-section .accordion-body .image-caption img {
    width: auto;
    object-fit: contain;
}
.setup-section .accordion-body img.icon-ios {
    width: 2rem;
    height: 2rem;
    border-radius: .5rem;
    margin-left: .5rem;
    vertical-align: bottom;
}
.setup-section .accordion-body ol li img {
    object-fit: contain;
    width: auto;
}

.setup-accordion--content p {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 155%;
}

@media screen and (max-width: 991px) {
    .troubleshoot-tips--heading h2, .troubleshoot-tips--heading p {
        width: 100%;
    }
    .setup-section .accordion-body .image-caption {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 0;
    }
    .setup-section .accordion-body ol li img {
        margin: 0;
        width: 100%;
    }
    .setup-section .accordion-button {
        padding: 1.5rem 1.5rem 0 1.5rem;
        font-size: 1.5rem;
        font-weight: 500;
    }
    .setup-section .accordion-body {
        padding: 1rem 1.5rem 0 1.5rem;
    }
    .setup-section .accordion-item {
        padding-bottom: 1.5rem;
    }

    .setup-section .accordion-body ol > li .title {
        font-size: 1rem;
    }
    .setup-section .accordion-button img {
        margin-right: 1rem;
    }
    .setup-section .accordion-body ol > li ul {
        padding-left: 1rem;
    }
}
/* faqs section */
/* faqs section */
.fix-dns-issues {
    padding: 3.75rem 0;
}
.fix-dns-issues .faqs-section {
    padding: 0;
}
.fix-dns-issues img {
    border-radius: 2.5rem;
}
.fix-dns-issues #faqs-accordion {
    margin: 0;
}
.fix-dns-issues .faqs-section .container {
    padding:0;
}
.fix-dns-issues .faqs-section .accordion-body ul, .faqs-section .accordion-body ol {
    padding-left: 1rem;
}
.fix-dns-issues .faqs-section img {
    border-radius: 0;
    margin: .5rem 0;
}
.fix-dns-issues .faqs-section .accordion-body li {
    list-style-position: outside;
}
.fix-dns-issues .faqs-section .accordion-button {
    align-items: center;
}
.fix-dns-issues .faqs-section .accordion-button span {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    background: var(--black-text);
    border-radius: 0.5rem;
    line-height: 1;
    padding: .75rem 1rem;
    margin-right: 1rem;
}
@media screen and (max-width: 991px) {
    .fix-dns-issues img {
        max-height: 30rem;
        object-fit: cover;
    }
}
/* faqs section */



/* common-issues Zigzag Section*/
.common-issues .zigzag {
    background: #EBEBEB;
}

.common-issues .zigzag h2 {
    margin-bottom: 1.5rem;
}

.common-issues .subtitle {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
}

.common-issues .zigzag--items, .common-issues .zigzag--item {
    margin: 0;
}

.common-issues .zigzag--item ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.common-issues .zigzag--item li {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    margin: .75rem 0;
}

.common-issues .zigzag--item li:before {
    content: "";
    background: url("/images/redesign/svg/check-rounded.svg") no-repeat;
    background-size: contain;
    width: 1.75rem;
    height: 1.75rem;
    filter: invert(1);
    margin-right: 0.5rem;
}

.common-issues .zigzag--item li p {
    display: inline;
    width: calc(100% - 2.5rem);
    text-align: left;
}

@media screen and (max-width: 991px) {
    .common-issues .zigzag--items {
        margin-top: 0;
    }
    .common-issues .zigzag--item li {
        display: flex;
    }

    .common-issues .zigzag--item ul {
        margin-bottom: 0;
    }
}

/* common-issues Zigzag Section*/

/* faqs section */
.faqs-section {
    background: #fff;
}
.faqs-section .accordion-item {
    background: #F7F6F5;
    border: none;
}
#faqs-accordion {
    margin-bottom: 0;
}
.faqs-section a:not(.cta-btn) {
    text-decoration: none;
}
.faqs-section a:not(.cta-btn):hover {
    text-decoration: underline;
}
@media screen and (max-width: 991px) {
    .faqs-section {
        padding: 3rem 0;
    }
    .faqs-section .accordion-button {
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 140%;
    }
    #faqs-accordion {
        margin-top: 1.5rem;
    }
}
/* faqs section */

/* prefooter section */
.prefooter {
    background: #F2F2F2;
}
.upper-prefooter .prefooter{
    background: #E9E9E9;
}
.prefooter img {
    object-position: center;
}
.upper-prefooter .prefooter img {
    left: auto;
    right: 0;
    border-radius: 2.5rem 0 0 2.5rem;
    width: calc(45% - 2rem);
    object-position: center;
}
@media screen and (max-width: 1399px) {
    .upper-prefooter .prefooter img {
        width: calc(50% - 2rem);
    }
}
@media screen and (max-width: 991px) {
    .prefooter {
        padding: 1rem 0 3rem;
    }
    .upper-prefooter .prefooter img {
        width: 100%;
        height: auto;
        position: relative;
        top: unset;
        bottom: unset;
        border-radius: 0;
        margin-bottom: 2rem;
    }
    .prefooter .col-lg-6 {
        width: 100%;
        padding: 0 1rem;
    }
    .prefooter p {
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 140%;
    }
}
/* prefooter section */


