/* Brand Color Variables */
:root {
    --brand-red: #DF1F28;
    --brand-orange: #EE7F22;
    --brand-blue: #046EB1;
    --brand-yellow: #FCC211;
    --brand-dark-blue: #046EB1;
    --brand-teal: #01ACAD;
    --brand-green: #84C041;
    --brand-dark-grey: #333333;
    --brand-light-grey: #333333;
    
    /* Seasonal Colors */
    --spring-green: #32CD32;
    --summer-yellow: #FFD700;
    --fall-orange: #FF8C00;
    --winter-blue: #4169E1;

    --white: #fff;
    --black: #000;
}

.logo img {
    max-height: 50px;
    width: auto;
}

.section-header p {
    max-width: 700px;
}

.hero-section {
    margin-top: 0px;
}

.hero-subtitle {
    max-width: 800px;
}

.benefit-card {
    padding: 0rem;
}

.package-card {
    overflow: initial;
}

/* .tab-button.active,
.tab-button:hover {
    background: var(--brand-teal);
    border-color: var(--brand-teal);
}

.tab-button {
    border: 2px solid var(--brand-teal);
    color: var(--brand-teal);
} */

.example-link {
    display: flex;
    color: var(--brand-blue);
    font-weight: bold;
    margin-top: 1rem;
    text-decoration: none;
    cursor: pointer;
}

.example-link svg {
    margin-left: 5px;
    transform: scale(.67);
}

.benefit-icon.brand-yellow {
    background: linear-gradient(135deg, var(--brand-yellow), var(--brand-yellow));
}


.package-card {
    box-shadow: 0 25px 20px rgba(0, 0, 0, 0.2);
    transition: .3s;

}
.package-card:hover {
    box-shadow: 0 35px 30px rgba(0, 0, 0, 0.3);
}

.package-button {
    padding: 1rem 1rem;
}

.checkmark {
    font-size: 1.3rem;
}

.package-card.featured-scale {
    transform: scale(1.05) translateY(0) !important;
}

.status-past {
      background: rgba(0, 0, 0, 0.4);
}

.gform_heading {
    display: none !important;
}

.contact-info-section a {
    text-decoration: none;
    cursor: pointer;
    font-size: 1.5rem;
}
.contact-info-section p {
    font-size: 1rem;
}

.examples-section {
    background: #eee;
}

.nav-right {
    display: flex;
    align-items: center;
}
.nav-right .header-phone {
    margin-left: 2rem;
}

.phone-button {
    border-radius: 50px;
}

.package-description {
    font-size: 0.875rem;
    opacity: .5;
}

.view-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-icon svg {
    color: #fff;
}

.lightbox-nav {
    width: 60px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.cta-button {
    background: var(--brand-orange);
    border-radius: 12px;
}

.play-button {
    width: 50px;
    height: 50px;
    background: transparent;
}
.play-button img {
    width: 30px;
    height: 30px;
}

.video-play-overlay .play-button img {
    width: 40px;
    height: 40px;
}

.grid-overlay img {
    width: 20px;
    height: 20px;
}

.pad {
    padding: 5rem 0;
}

.free-consultation-callout {
    text-align: left;
    margin-top: 5rem;
}

.contact-info-card h4 {
    font-size: 1.5rem;
}

.free-consultation-callout .cta-button.primary {
    font-size: 1rem;
    color: var(--brand-blue)
}

.hidden {
    display: none;
}

.woocommerce-order-received {
    padding-top: 4rem;
}

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

.wp-element-button {
    background: var(--brand-blue);
    border: 0;
    color: var(--white);
    text-transform: uppercase;
    font-size: 1rem;


}
.wp-element-button:hover {
    background: var(--brand-dark-blue);
}

@media(max-width: 500px) {
    .grid-item.size-tall, .grid-item.size-wide, .grid-item.size-large {
        grid-column: span 1;
        /* grid-row: span 1; */
    }

    .logo img {
        max-height: 30px;
    }

    .site-header {
        padding: 10px 0;
    }

    .packages-grid {
        padding: 0 1rem;
    }

    .package-content {
        padding: 0;
    }

    .package-card {
        margin-top: 2rem;
    }

    .package-card:first-child {
        margin-top: 0;
    }

    .tab-button {
        white-space: nowrap;
    }
}