﻿@charset "UTF-8";
/*!
 * Bootstrap v3.3.6
 */

@import "montserrat.css";
@import "font-awesome.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

/* ===================================
   Water Treatment Redesign
   =================================== */
.hero-gradient {
    background: linear-gradient( to bottom, #dfe7ef 0%, #edf2f6 45%, #ffffff 100% );
    padding: 80px 0;
}

.hero-text {
    max-width: 550px;
}.page-width {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-title {
    color: #16324f !important;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
}

.hero-label {
    color: #1aa4a8;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.hero-text {
    color: #666;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.hero-image {
    width: 100%;
    border-radius: 12px;
}

.hero-checks {
    color: #555;
    margin-top: 20px;
}

    .hero-checks span {
        margin-right: 25px;
    }

.hero-section {
    background: linear-gradient( 180deg, #e8f2f7 0%, #FFFFFF 100% );
    padding: 96px 0;
}




.hero-row {
    display: flex;
    align-items: stretch;
    gap: 48px;
}


.hero-content-card,
.hero-image-card {
    height: 450px;
}

.hero-image-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}

    .hero-image-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        display: block;
    }

.page-width {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-width-narrow {
    max-width: 950px;
    margin: 0 auto;
    padding: 0 20px;
}

.section {
    padding: 60px 0;
}


.section-title {
    color: #16324f;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
}

.section-text {
    color: #666;
    line-height: 1.7;
}

/* ===================================
   Backgrounds
   =================================== */

.bg-hero-gradient {
    background: linear-gradient( to bottom, #dfe7ef 0%, #edf2f6 45%, #ffffff 100% );
}

.bg-soft-gray {
    background: #f3f6f8;
}

.bg-soft-pink {
    background: #fdf0f1;
}

.bg-cta {
    background: linear-gradient( 135deg, #0b3152, #0f5f79 );
}

/* ===================================
   Cards
   =================================== */

.card-modern {
    background: #ffffff;
    border: 1px solid #e5ebef;
    border-radius: 12px;
    padding: 25px;
}

.card-soft {
    background: #f5f7fa;
    border: 1px solid #e5ebef;
    border-radius: 12px;
    padding: 25px;
}

.card-pink {
    background: #fdf0f1;
    border: 1px solid #f3d6da;
    border-radius: 12px;
    padding: 25px;
}

.card-equal {
    height: 100%;
}

/* ===================================
   Images
   =================================== */

.img-modern {
    border-radius: 12px;
    display: block;
    max-width: 100%;
    height: auto;
}

.img-card {
    border-radius: 12px;
    overflow: hidden;
}

/* ===================================
   Spacing Helpers
   =================================== */

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}
@media (max-width: 991px) {

    .hero-row {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px;
    }

    .hero-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-content-card,
    .hero-image-card {
        height: auto !important;
    }

    .col-md-7,
    .col-md-5 {
        width: 100% !important;
        float: none !important;
    }
}
.hero-section .container {
    width: 95%;
    max-width: 1400px;
}
.hero-buttons {
    margin-top: 30px;
}

    .hero-buttons .btn-primary {
        background: #d62828;
        border-color: #d62828;
        color: #fff;
        border-radius: 8px;
        padding: 14px 24px;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .hero-buttons .btn-primary:hover {
            background: #c32020;
            border-color: #c32020;
        }

    .hero-buttons .btn-default {
        background: #fff;
        border: 1px solid #d9e2ea;
        color: #16324f;
        border-radius: 8px;
        padding: 14px 24px;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        margin-left: 10px;
    }

        .hero-buttons .btn-default:hover {
            background: #f5f7fa;
        }
.hero-secondary-btn {
    background: #ffffff;
    border: 1px solid #d9e2ea;
    color: #16324f;
    border-radius: 8px;
    padding: 14px 24px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

    .hero-secondary-btn:hover {
        background: #f5f7fa;
        color: #16324f;
    }
.hero-buttons {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

    .hero-buttons .btn {
        margin: 0;
    }
@media (max-width: 767px) {

    .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .hero-buttons .btn {
            width: 100%;
            margin: 0;
        }
}
.benefits-section {
    padding: 40px 0 80px;
    text-align: center;
}

.benefits-label {
    color: #16324f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.benefits-title {
    color: #16324f;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.benefits-description {
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto 50px;
}

.benefit-card {
    background: #eef2f5;
    border: 1px solid #e2e8ee;
    border-radius: 16px;
    padding: 32px;
    text-align: left;
    height: 100%;
}

.benefit-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #19b5c7;
    font-size: 24px;
    margin-bottom: 20px;
}

.benefit-title {
    color: #16324f;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.benefit-text {
    color: #6b7280;
    line-height: 1.7;
}
@media (max-width: 767px) {

    .benefit-card {
        text-align: center;
    }

    .benefit-icon {
        margin: 0 auto 20px;
    }
}

.solutions-section {
    padding: 80px 0;
    text-align: center;
    background: #F2F7FA;
}

.solutions-label {
    color: #16324f;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.solutions-title {
    color: #16324f;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.solutions-description {
    max-width: 650px;
    margin: 0 auto 40px;
    color: 6b7280;
}

.solution-card {
    background: #ffffff;
    border: 1px solid #e5ebef;
    border-radius: 12px;
    padding: 30px;
    text-align: left;
    height: 100%;
    transition: all .25s ease;
}

    .solution-card.featured {
        background: #0f3555;
        color: #ffffff;
        border: 2px solid #1aa4a8;
        box-shadow: 0 0 20px rgba(26, 164, 168, .25), 0 0 40px rgba(26, 164, 168, .15);
    }

        .solution-card.featured h3 {
            color: #ffffff !important;
        }

        .solution-card.featured .solution-number {
            color: #1aa4a8 !important;
        }

        .solution-card.featured .solution-footer {
            color: #1aa4a8 !important;
        }

        .solution-card.featured .solution-text {
            color: #ffffff !important;
        }

{
    text-align: center !important;
}
}
@media (max-width: 767px) {

    .hero-section .container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.solution-detail.solution-2 {
    background: #F2F7FA;
}
.solution-detail {
    padding: 80px 0;
    background: #ffffff;
}

.solution-detail-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
}

.solution-detail-image {
    width: 100%;
    border-radius: 12px;
    display: block;
}

.solution-detail-label {
    color: #1aa4a8;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.solution-detail-title {
    color: #16324f;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.solution-detail-text {
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 25px;
}

.solution-detail-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

    .solution-detail-list li {
        margin-bottom: 12px;
        color: #16324f;
    }

        .solution-detail-list li i {
            color: #1aa4a8;
            margin-right: 8px;
        }

.solution-btn {
    display: inline-block;
    padding: 12px 20px;
    border: 1px solid #16324f;
    border-radius: 6px;
    color: #16324f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

    .solution-btn:hover {
        background: #16324f;
        color: #ffffff;
        text-decoration: none;
    }
.solution-detail .row {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {

    .solution-detail .row {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }
}
.solution-detail-card .solution-detail-card {
    background: #f5f7fa;
    border: 1px solid #e5ebef;
    margin: 30px 0;
    padding: 25px;
}
.ro-chart-card {
    background: #ffffff;
    border: 1px solid #e5ebef;
    border-radius: 16px;
    padding: 0;
    margin-top: 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.ro-chart-title {
    background: #2f7cc2;
    color: #ffffff;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 700;
}

.ro-chart-card .table {
    margin-bottom: 0;
}

    .ro-chart-card .table th {
        background: #f5f7fa;
        color: #16324f;
        font-weight: 700;
        border-top: 0;
    }

    .ro-chart-card .table td,
    .ro-chart-card .table th {
        padding: 12px;
        vertical-align: middle;
    }

    .ro-chart-card .table tr:last-child td {
        border-bottom: 0;
    }

.ro-diagram {
    width: 100%;
    border-radius: 16px;
    display: block;
}

@media (max-width: 991px) {

    .ro-chart-card {
        margin-top: 20px;
    }

    .ro-chart-title {
        font-size: 13px;
        line-height: 1.5;
    }
}

.solution-detail:last-of-type .solution-btn {
    background: #d62828;
    border-color: #d62828;
    color: #fff;
}

    .solution-detail:last-of-type .solution-btn:hover {
        background: #c32020;
        border-color: #c32020;
    }
.solution-image-card {
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
}

    .solution-image-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
.comparison-section {
    padding: 80px 0;
    text-align: center;
    background: #f4f7f9;
}

.comparison-label {
    color: #1aa4a8;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.comparison-title {
    color: #16324f;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.comparison-description {
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto 40px;
}

.comparison-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.comparison-table {
    margin-bottom: 0;
}

    .comparison-table thead th {
        background: #16324f;
        color: #ffffff;
        border: 0;
        padding: 16px;
    }

    .comparison-table tbody td {
        padding: 16px;
        vertical-align: middle;
    }

    .comparison-table tbody tr:nth-child(even) {
        background: #f7fafc;
    }

.yes {
    color: #1aa4a8;
    font-weight: 700;
}

.partial {
    color: #f59e0b;
    font-weight: 700;
}

.no {
    color: #94a3b8;
    font-weight: 700;
}
.diagnostics-section {
    padding: 80px 0;
}

.diagnostics-label {
    color: #1aa4a8;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.diagnostics-title {
    color: #16324f;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.diagnostics-description {
    color: #6b7280;
    margin-bottom: 40px;
}

.diagnostic-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e5ebef;
    margin-bottom: 25px;
}

    .diagnostic-card h3 {
        color: #1aa4a8;
        font-size: 24px;
        font-weight: 700;
    }

.warning-card {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
}

    .warning-card h4 {
        color: #b91c1c;
        font-weight: 700;
    }

.visual-title {
    color: #16324f;
    font-weight: 700;
    margin-bottom: 20px;
}

.visual-grid img {
    border-radius: 8px;
    margin-bottom: 10px;
}

.visual-grid p {
    font-size: 12px;
    font-weight: 700;
}

.diagnostics-table th {
    background: #16324f;
    color: #ffffff;
}
.setup-section {
    padding: 80px 0;
    text-align: center;
    background: #f4f7f9;
}

.setup-label {
    color: #1aa4a8;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.setup-title {
    color: #16324f;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.setup-description {
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto 40px;
}

.setup-card {
    background: #ffffff;
    border: 1px solid #e5ebef;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.setup-card-title {
    color: #16324f;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.setup-image {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-radius: 8px;
}

.setup-card-text {
    color: #6b7280;
    line-height: 1.7;
}

@media (max-width: 767px) {

    .setup-card {
        text-align: center;
        margin-bottom: 20px;
    }
}
.iron-section {
    padding: 80px 0;
    text-align: center;
}

.iron-label {
    color: #1aa4a8;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.iron-title {
    color: #16324f;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.iron-description {
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto 40px;
}

.iron-card {
    background: #ffffff;
    border: 1px solid #e5ebef;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.iron-warning-card {
    padding: 0;
    text-align: left;
}

    .iron-card h3,
    .iron-warning-card h3 {
        color: #16324f;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .iron-warning-card h4 {
        margin-top: 25px;
        color: #16324f;
        font-size: 16px;
        font-weight: 700;
    }

.iron-image {
    width: 100%;
    border-radius: 10px;
    display: block;
    margin-bottom: 15px;
}

@media (max-width: 767px) {

    .iron-card,
    .iron-warning-card {
        text-align: center;
        margin-bottom: 20px;
    }
}
.carbon-section {
    padding: 80px 0;
    text-align: center;
    background: #f4f7f9;
}


.carbon-label {
    color: #1aa4a8;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.carbon-title {
    color: #16324f;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.carbon-description {
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto 40px;
}

.carbon-card {
    background: #ffffff;
    border: 1px solid #e5ebef;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
}

    .carbon-card.featured {
        background: #0f3555;
        border: 2px solid #1aa4a8;
        border-radius: 12px;
        color: #ffffff;
        box-shadow: 0 8px 20px rgba(15,53,85,.25);
    }

        .carbon-card.featured h3,
        .carbon-card.featured p,
        .carbon-card.featured strong {
            color: #ffffff;
        }

.carbon-tier {
    display: inline-block;
    background: #00c2e0;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: 12px;
    letter-spacing: .25px;
}

.carbon-card h3 {
    color: #16324f;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.carbon-image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
}

.carbon-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

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


.allinone-section {
    padding: 80px 0;
    text-align: center;
}

.allinone-label {
    display: inline-block;
    background: #e8fcff;
    color: #00c2e0;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.allinone-title {
    color: #16324f;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.allinone-description {
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto 50px;
}

.allinone-content {
    text-align: left;
}

    .allinone-content h3 {
        color: #16324f;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .allinone-content p {
        color: #6b7280;
        line-height: 1.7;
    }

.allinone-list {
    list-style: none;
    padding-left: 0;
    margin: 25px 0;
}

    .allinone-list li {
        margin-bottom: 12px;
        padding-left: 22px;
        position: relative;
    }

        .allinone-list li:before {
            content: "•";
            color: #00c2e0;
            position: absolute;
            left: 0;
        }

.allinone-image-card {
    background: #ffffff;
    border: 1px solid #e5ebef;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.allinone-image-title {
    color: #16324f;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.allinone-image {
    width: 100%;
    display: block;
    object-fit: contain;
}
.solution-detail-list li {
    color: #16324f;
    margin-bottom: 12px;
}
.value-section {
    padding: 80px 0;
    background: #f4f7f9;
}

.value-label {
    color: #16324f;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.value-title {
    color: #16324f;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.value-description {
    color: #6b7280;
    max-width: 700px;
    margin-bottom: 40px;
}

.value-card {
    background: #ffffff;
    border: 1px solid #e5ebef;
    border-radius: 12px;
    padding: 20px;
    height: 110%;
}

.value-amount {
    color: #d62828;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
}

.value-heading {
    color: #16324f;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.value-text {
    color: #6b7280;
    font-size: 12px;
    line-height: 1.5;
}

.value-source {
    margin-top: 25px;
    color: #9ca3af;
    font-size: 11px;
}
.pink-stain-section {
    padding: 60px 0;
}

.pink-stain-card {
    background: #fff5f5;
    border: 1px solid #f5d5d5;
    border-radius: 12px;
    padding: 25px;
}

.pink-stain-title {
    color: #b42318;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

    .pink-stain-title:before {
        content: "⚠ ";
    }

.pink-stain-text {
    color: #7a4242;
    margin-bottom: 20px;
    line-height: 1.7;
}

.pink-stain-subtitle {
    color: #b42318;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.pink-stain-small {
    color: #7a4242;
    font-size: 13px;
    line-height: 1.6;
}

.pink-stain-image {
    width: 100%;
    border-radius: 10px;
    display: block;
}

@media (max-width: 767px) {

    .pink-stain-card {
        text-align: center;
    }

    .pink-stain-image {
        margin-top: 20px;
    }
}
.cta-section {
    padding: 100px 0;
    background: linear-gradient( 180deg, #0f3555 0%, #124567 100% );
}

.cta-label {
    display: inline-block;
    background: #00c2e0;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cta-title {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-description {
    color: rgba(255,255,255,.75);
    margin-bottom: 35px;
}

.cta-phone-card {
    background: rgba(255,255,255,.08);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
}

.cta-phone-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #00c2e0;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin-right: 15px;
    font-size: 20px;
}

.cta-phone-label {
    color: rgba(255,255,255,.75);
    font-size: 11px;
    font-weight: 700;
}

.cta-phone-number {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
}

.cta-form-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,.20);
}

    .cta-form-card h3 {
        color: #16324f;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 25px;
    }

.cta-submit-btn {
    width: 100%;
    margin-top: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 20px;
    border-radius: 8px;
}

.cta-privacy {
    display: block;
    width: 100%;
    text-align: center;
    color: #9ca3af;
    font-size: 11px;
    margin-top: 12px;
}

@media (max-width: 767px) {

    .cta-section {
        text-align: center;
    }

    .cta-title {
        font-size: 34px;
    }

    .cta-phone-card {
        margin-bottom: 30px;
        justify-content: center;
    }

    .cta-form-card {
        margin-top: 30px;
    }
}
.section-label {
    display: inline-block;
    background: #e8fcff;
    color: #1aa4a8;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 15px;
}

    .section-label:before {
        content: "●";
        color: #1aa4a8;
        margin-right: 8px;
    }