/* =========================
   Background Section
========================= */
/*.bg-image {*/
/*    background: url("https://www.brickclay.com/wp-content/themes/brickclay-new/assets/images/pages/text-pages/bg-image.png") no-repeat;*/
/*    background-size: contain;*/
/*    padding-top: 70px !important;*/
/*    padding-bottom: 110px !important;*/
/*}*/

/* hero section start  */
.bg-wrapper {
    background-image: url(https://www.brickclay.com/wp-content/themes/brickclay-new/assets/images/pages/models/hero-section.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 70px 0;
}

.defender-privacy .flex-wrapper {
    margin-bottom: 100px;
    margin-top: 100px;

}

.defender-privacy .text-page p {
    color: #6D6D6D;
}

.defender-privacy .highlight-text {
    font-size: 20px !important;
    line-height: 26px !important;
    color: #000 !important;
}

.defender-privacy .hero-section {
    max-width: 744px;
    margin: 0 auto;
}

.defender-privacy .da-text-after-heading {
    font-weight: 400;
    font-size: 64px;
    line-height: 74px;
    letter-spacing: -1.5px;
    text-align: center;
    margin-bottom: 16px;
}


.defender-privacy .da-text-after-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #6D6D6D;
}

/* =========================
   Layout
========================= */
.flex-wrapper {
    display: flex;
    padding: 0 65px;
    gap: 60px;
    /* better than hard spacing */
}

.dates {
    width: 228px;
    flex-shrink: 0;
}

.dates.mobile {
    display: none;
}

.date-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 20px;
}

/*.date-box:not(:last-child) {*/
/*    margin-bottom: 20px;*/
/*    margin-top: 20px;*/
/*}*/


/* =========================
   Typography – Headings
========================= */
.text-page h1,
.text-page h2,
.text-page h3 {
    font-weight: 400;
    color: #000;
}

.text-page .heading2 {
    font-size: 64px;
    line-height: 1.15;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
}

.text-page .heading3 {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: -0.85px;
    margin: 40px 0 8px;
}

.text-page .heading4 {
    font-size: 20px;
    line-height: 1.3;
    margin: 20px 0 8px;
    text-align: left;
}


/* =========================
   Typography – Body
========================= */
.text-page p,
.text-page ul,
.text-page ol {
    font-size: 16px;
    line-height: 1.6;
    color: #6D6D6D;
    margin-bottom: 10px;
}

.date-box .title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #6D6D6D;
}

.date-box .date {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
}


/* =========================
   Lists
========================= */
.bullet-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.bullet-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
}

.bullet-list li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 0;
    background-color: #F9452D;
    border-radius: 50%;
}

.bullet-list li strong {
    color: #000;
    font-weight: 500;
}


/* =========================
   Links
========================= */
.text-page a {
    color: #000;
    text-decoration: none;
}

.text-page a:hover {
    text-decoration: underline;
}


/* =========================
   Responsive
========================= */
@media (max-width: 1023px) {
/*.bg-image {*/
/*        background: url("https://www.brickclay.com/wp-content/themes/brickclay-new/assets/images/pages/text-pages/bg-image-mobile.webp") no-repeat;*/
/*        padding-top: 50px !important;*/
/*        background-size: contain;*/
/*        padding-bottom: 50px !important;*/
/*    }*/
    .bg-wrapper {
        padding: 60px 0;
    }

    .hero-section {
        max-width: 510px;
        margin: 0 auto;
    }

    .section-eyebrow {
        margin-bottom: 16px;
    }

    .da-text-after-heading {
        font-weight: 400 !important;
        font-size: 40px !important;
        line-height: 53px !important;
        letter-spacing: -1.5px !important;
    }

    .da-text-after-desc {
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 25px !important;
    }

    .defender-privacy .flex-wrapper {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .flex-wrapper {
        flex-direction: column;
        padding: 0;
        gap: 30px;
    }

    .dates.desktop {
        display: none;
    }
    .dates.mobile {
        display: flex;
    }
    .dates {
        width: 100%;
        display: flex;
        gap: 20px;
        margin: 20px 0;
    }


    /*.date-box:not(:last-child) {*/
    /*    margin-bottom: 0;*/
    /*    margin-top: 0;*/
    /*}*/

    .text-page .heading2 {
        font-size: 36px;
        line-height: 40px;
    }

    .text-page .heading3 {
        font-size: 22px;
    }

    .text-page .heading4 {
        font-size: 18px;
    }

    .bullet-list li::before {
        top: 8px;
    }
    .text-page p,
    .text-page ul,
    .text-page ol {
        font-size: 14px;
        line-height: 20px;
    }

    .text-page p,
    .text-page ul,
    .text-page ol {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width:678px) {
    /* --- Hero Section --- */

    .bg-wrapper {
        padding: 40px 0;
    }

    .section-eyebrow {
        margin-bottom: 20px;
    }

    .da-text-after-heading {
        font-weight: 400;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.56px;
        margin-bottom: 10px;
    }

    .da-text-after-desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    .text-page p, .text-page ul, .text-page ol {
        font-size: 14px;
        line-height: 20px;
    }
}