﻿.page {
    font-family: Inter, Roboto, sans-serif;
}

h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.package-1 {
    background: #5C8774;
}

    .package-1.border {
        border: 1px solid #5C8774;
    }

.package-2 {
    background: #155036;
}

    .package-2.border {
        border: 1px solid #155036;
    }

.package-3 {
    background: #0E3B27;
}

    .package-3.border {
        border: 1px solid #0E3B27;
    }

.header-section-container {
    text-align: center;
    padding-top: 72px;
    padding-bottom: 72px;
}

    .header-section-container h1 {
        color: #12452E;
        font-family: Roboto;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 24px;
    }

    .header-section-container .page_subtitle {
        color: #424242;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 24px;
    }

.cta-modules-section {
    background: linear-gradient(179deg, #FFF 38.76%, #15803D 210.96%);
    margin-bottom: 72px;
    padding-bottom: 90px;
    border-radius: 0 0 40px 40px;
}

    .cta-modules-section .container {
        margin: 0px auto;
    }

    .cta-modules-section .d-flex {
        gap: 30px;
        flex-wrap: wrap;
    }

        .cta-modules-section .d-flex > div {
            flex: 1;
            max-width: calc(33.33% - 20px);
            min-width: calc(33.33% - 20px);
        }

    .cta-modules-section .module {
        color: #FFF;
        padding: 72px 32px 24px;
        border-radius: 16px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    }

    .cta-modules-section .quote {
        font-size: 18px;
        font-style: italic;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 8px;
        height: 56px;
    }

    .cta-modules-section .title {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        height: 80px;
        margin-bottom: 12px;
    }

    .cta-modules-section .description {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        height: 144px;
        margin-bottom: 48px;
    }

.row {
    margin: 0px;
    padding: 24px 9px;
    vertical-align: middle;
}

    .row.alt {
        background-color: #CEE7DC;
    }

.indicator-container {
    text-align: center;
    height: 100%;
}

.indicator {
    width: 47px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.package-features-section {
    margin-bottom: 60px;
}

    .package-features-section h3 {
        color: white;
    }

    .package-features-section .package-header {
        text-align: center;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 117px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .package-features-section .package-header.package-1 {
            background-color: transparent;
            background-image: url('/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/pricing/package-title-background1.svg');
        }

        .package-features-section .package-header.package-2 {
            background-image: url('/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/pricing/package-title-background2.svg');
        }

        .package-features-section .package-header.package-3 {
            background-image: url('/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/pricing/package-title-background3.svg');
        }

    .package-features-section .name-container {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
    }

    .package-features-section .grid-container .name-container {
        color: #333;
        height: 64px;
        display: flex;
        align-items: center;
    }

    .package-features-section .grid-container .indicator.active {
        background-image: url('/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/pricing/circle-check.svg');
    }

    .package-features-section .list-container .package-container {
        border-radius: 16px;
        padding: 40px 40px 16px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
        margin-bottom: 32px;
        color: white;
    }

    .package-features-section .list-container .indicator {
        background-image: url('/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/pricing/circle-check-white.svg');
    }

    .package-features-section .list-container h3, .package-features-section .list-container .list-item {
        margin-bottom: 24px;
    }

    .package-features-section .list-container .list-item {
        display: table;
        width: 100%;
        min-height: 48px;
    }

        .package-features-section .list-container .list-item .name-container, .package-features-section .list-container .list-item .indicator {
            display: table-cell;
        }

        .package-features-section .list-container .list-item .name-container {
            padding-right: 32px;
            vertical-align: middle;
        }

        .package-features-section .list-container .list-item .indicator {
            width: 47px;
        }


.add-ons-section {
    margin-bottom: 160px;
}

    .add-ons-section .add-ons-section-header {
        color: white;
        padding: 24px;
        border-radius: 40px 40px 0 0;
        background: #155036;
    }

        .add-ons-section .add-ons-section-header .title {
            font-size: 28px;
            font-style: normal;
            font-weight: 600;
            line-height: 36px;
            margin-bottom: 12px;
        }

        .add-ons-section .add-ons-section-header .subtitle {
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 28px;
        }

    .add-ons-section .name-container {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    .add-ons-section .description {
        font-size: 16px;
    }

    .add-ons-section .indicator {
        background-image: url('/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/pricing/circle-plus.svg');
    }

.cta-section {
    border-radius: 16px;
    box-shadow: 0 4px 7.3px 0 rgba(142, 142, 142, 0.25);
    margin: 0px 32px 80px 32px;
    padding: 40px;
}

    .cta-section .d-flex {
        gap: 48px;
        align-items: center;
    }

    .cta-section .image-container {
        min-width: 45%;
    }

    .cta-section img {
        border-radius: 6px;
    }

    .cta-section h3 {
        color: #12452E;
        margin-bottom: 16px;
    }

    .cta-section .description {
        margin-bottom: 32px;
    }

@media (max-width: 1399px) {
    .cta-modules-section .quote {
        height: 84px;
    }
}

@media (min-width: 1200px) {
}

@media (max-width: 1199px) {
    h3 {
        line-height: 30px;
    }

    .cta-modules-section .d-flex > div {
        min-width: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .cta-modules-section .quote {
        height: 56px;
    }

    .package-features-section .package-header {
        background-size: cover;
    }
}

@media (min-width: 992px) {
    .package-features-section .list-container {
        display: none;
    }
}

@media (max-width: 991px) {
    .package-features-section .grid-container {
        display: none;
    }

    .add-ons-section .col-md-3:not(.indicator-column) {
        width: 100%;
        max-width: 100%;
        flex: none;
    }

    .add-ons-section .indicator-column {
        display: none;
    }

    .cta-section .d-flex {
        flex-direction: column;
        gap: 32px;
    }

    .cta-section .image-container {
        min-width: 100%;
        text-align: center;
    }
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
    .cta-modules-section .d-flex > div {
        max-width: 100%;
        min-width: 100%;
    }

    .cta-modules-section .quote, .cta-modules-section .title, .cta-modules-section .description {
        height: fit-content;
    }
}

@media (min-width: 576px) {
}

@media (max-width: 575px) {
    .btn.btn-blue {
        width: 100%;
    }

    .header-section-container {
        padding-top: 40px;
        padding-bottom: 48px;
    }

        .header-section-container h1 {
            font-size: 32px;
        }

    .cta-modules-section {
        padding: 0px 0px 80px 0px;
    }

        .cta-modules-section .module {
            padding: 40px;
        }

    .package-features-section, .add-ons-section {
        margin-bottom: 48px;
    }

    .cta-section {
        margin: 0px 0px 48px 0px;
    }
}
