/* ==========================================================================
   PAKET PAGE
   ========================================================================== */


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




/* ==========================================================================
   BREADCRUMB
   ========================================================================== */




.package-breadcrumb a {
    color: #666666;

    text-decoration: none;
}


.package-breadcrumb a:hover,
.package-breadcrumb a:focus {
    color: #002EBE;

    text-decoration: none;
}


.package-breadcrumb .fa {
    margin-right: 4px;
}


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

.package-page-intro__content {
    max-width: 720px;
}











/* ==========================================================================
   PAGE
   ========================================================================== */

.package-page {
    width: 100%;

    padding: 60px 0 72px;

    background: #FFFFFF;
}


/* ==========================================================================
   GRID
   ========================================================================== */

.package-page__grid {
    display: grid;

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

    gap: 24px;

    align-items: stretch;
}


/* ==========================================================================
   CARD
   ========================================================================== */

.package-card {
    display: flex;
    flex-direction: column;

    min-width: 0;

    background: #FFFFFF;

    border: 1px solid #E7E7E7;
    border-radius: 8px;

    overflow: hidden;

    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}





/* ==========================================================================
   MEDIA
   ========================================================================== */

.package-card__media {
    position: relative;

    width: 100%;

    aspect-ratio: 16 / 10;

    background: #F0F0F0;

    overflow: hidden;
}


.package-card__media img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* ==========================================================================
   PLACEHOLDER
   ========================================================================== */

.package-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    color: #002EBE;

    font-size: 34px;
}


/* ==========================================================================
   BADGE
   ========================================================================== */

.package-card__badge {
    position: absolute;

    top: 14px;
    left: 14px;

    max-width: calc(100% - 28px);

    padding: 6px 10px;

    background: #002EBE;

    border-radius: 5px;

    color: #FFFFFF;

    font-family: "Raleway", sans-serif;
    font-size: 10px;
    font-weight: 700;

    letter-spacing: .4px;
    text-transform: uppercase;
}


/* ==========================================================================
   BODY
   ========================================================================== */

.package-card__body {
    display: flex;
    flex-direction: column;

    flex: 1;

    padding: 22px;
}


/* ==========================================================================
   TITLE
   ========================================================================== */

.package-card__title {
    margin: 0 0 9px;

    color: #262626;

    font-family: "Raleway", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;

    text-transform: none;
}


/* ==========================================================================
   SUMMARY
   ========================================================================== */

.package-card__summary {
    margin: 0 0 16px;

    color: #666666;

    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.65;
}


/* ==========================================================================
   PRICE
   ========================================================================== */

.package-card__price {
    margin: 0 0 17px;

    color: #002EBE;

    font-family: "Raleway", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}


/* ==========================================================================
   ITEMS
   ========================================================================== */

.package-card__items {
    margin: 0 0 22px;
    padding: 0;

    list-style: none;
}


.package-card__items li {
    display: flex;
    align-items: flex-start;

    margin-bottom: 9px;

    color: #444444;

    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 1.55;
}


.package-card__items li:last-child {
    margin-bottom: 0;
}


.package-card__items .fa {
    flex: 0 0 16px;

    margin-top: 3px;
    margin-right: 7px;

    color: #002EBE;
}


/* ==========================================================================
   CTA
   ========================================================================== */

.package-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

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

    margin-top: auto;

    padding: 10px 16px;

    background: #25D366;

    border: 1px solid #25D366;
    border-radius: 6px;

    color: #FFFFFF;

    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 700;

    text-decoration: none;
}


.package-card__button .fa {
    margin-right: 8px;

    font-size: 17px;
}





/* ==========================================================================
   EMPTY STATE
   ========================================================================== */













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

@media only screen
and (min-width: 768px)
and (max-width: 991px) {

    .package-page-intro__content h1 {
        font-size: 32px;
    }


    .package-page {
        padding: 52px 0 60px;
    }


    .package-page__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 20px;
    }

}


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

@media screen and (max-width: 767px) {

    .package-page-intro {
        padding: 30px 0;
    }


    .package-breadcrumb {
        margin-bottom: 18px;
    }


    .package-page__eyebrow {
        font-size: 11px;
    }


    .package-page-intro__content h1 {
        font-size: 28px;
    }


    .package-page-intro__content > p:last-child {
        font-size: 13px;
    }


    .package-page {
        padding: 42px 0 48px;
    }


    .package-page__grid {
        display: block;
    }


    .package-card {
        margin-bottom: 18px;
    }


    .package-card:last-child {
        margin-bottom: 0;
    }


    .package-card__body {
        padding: 18px;
    }


    .package-card__title {
        font-size: 17px;
    }


    .package-empty {
        padding: 35px 22px;
    }

}

/* ==========================================================================
   EMPTY STATE CTA
   ========================================================================== */

.package-empty__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    margin-top: 18px;
    padding: 10px 18px;
    background: #25D366;
    border: 1px solid #25D366;
    border-radius: 7px;
    color: #FFFFFF !important;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
}

.package-empty__button:hover,
.package-empty__button:focus {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

@media screen and (max-width: 767px) {
    .package-empty__button {
        width: 100%;
    }
}
