/* =========================================================
   CODENYC CREATIVE SERVICES
   ========================================================= */

.main {
    flex: 1;
    display: flex;
    align-items: center;
}

.body.price-list {
    background-color: #111111;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
}

.body.price-list header,
.body.price-list .main,
.body.price-list footer {
    position: relative;
    z-index: 2;
}

.body.price-list::before {
    background: rgba(0,0,0,0.12) !important;
}

.divider-soft {
    border: 0;
    border-top: 1px solid rgba(0,0,0,.15);
    margin: 2.5rem 0;
}


/* =========================================================
   HEADER
   ========================================================= */

@media (min-width: 992px) {

    #header .header-nav {
        display: flex;
        align-items: center;
        flex-grow: 1;
        justify-content: flex-start;
        align-self: stretch;
    }

}

@media (max-width: 991px) {

    #header .header-logo {
        display: none !important;
    }

    #header .header-container {
        position: relative;
    }

    #header .d-none.d-sm-inline-flex {
        display: inline-flex !important;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 !important;
    }

}


/* =========================================================
   CREATIVE SERVICES SECONDARY NAV
   ========================================================= */

.pricehub-nav {
    background: #000;
    min-height: 66px;
    display: flex;
    align-items: center;
}

.pricehub-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 66px;
}

.pricehub-links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pricehub-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d6d6d6;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all .2s ease;
    white-space: nowrap;
    box-sizing: border-box;
}

.pricehub-links a:nth-child(1) {
    width: 145px;
}

.pricehub-links a:nth-child(2) {
    width: 135px;
}

.pricehub-links a:nth-child(3) {
    width: 145px;
}

.pricehub-links a:nth-child(4) {
    width: 155px;
}

.pricehub-links a:hover {
    color: #ffffff;
    text-decoration: none;
}

.pricehub-links a.active {
    background: rgba(211, 32, 39, .25);
    border: 1px solid rgba(211,32,39,.55);
    color: #ffffff;
}


/* =========================================================
   COMPARE PLANS BUTTON
   ========================================================= */

.all-packages {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #d32027 !important;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 17px;
    border-radius: 22px;
    transition: all .2s ease;
}

.all-packages:hover {
    background: #ed3e45 !important;
    color: #ffffff !important;
}

.all-packages i {
    font-size: 10px;
}


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

.pricehub-mobile-toggle {
    display: none;
}

@media (max-width: 767px) {

    .pricehub-links,
    .pricehub-nav .all-packages {
        display: none;
    }

    .pricehub-nav-inner {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 10px 0;
    }

    .pricehub-mobile-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 340px;
        background: rgba(211,32,39,.25);
        border: 1px solid rgba(211,32,39,.55);
        border-radius: 7px;
        color: #ffffff;
        padding: 10px 14px;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
    }

    .pricehub-mobile-links {
        display: flex;
        flex-direction: column;
        margin-top: 8px;
    }

    .pricehub-mobile-links a {
        display: block;
        padding: 10px 14px;
        color: #d6d6d6;
        text-decoration: none;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .pricehub-mobile-links a.active {
        background: rgba(211,32,39,.25);
        color: #ffffff;
    }

    .pricehub-mobile-links a:hover {
        color: #ffffff;
    }

}

@media (min-width: 768px) {

    .pricehub-mobile-toggle,
    #pricehubMobileMenu {
        display: none !important;
    }

}


/* =========================================================
   CREATIVE HUB
   ========================================================= */

.pricehub {
    background: #ffffff;
    color: #ffffff;
}


/* =========================================================
   HERO
   ========================================================= */

.pricehub-hero {
    text-align: center;
    padding: 90px 20px 76px;
}

.pricehub-eyebrow {
    display: inline-block;
    border: 1px solid rgba(0,0,0,.15);
    background: rgba(0,0,0,.55);
    color: #fff;
    border-radius: 20px;
    padding: 7px 16px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 22px;
}

.pricehub-hero h1 {
    margin: 0 auto 12px;
    max-width: 900px;
    color: #000;
    font-size: 54px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -2px;
}

.pricehub-hero h1 span {
    color: #d32027;
}

.pricehub-hero p {
    max-width: 820px;
    margin: 0 auto;
    color: #000;
    font-size: 18px;
    line-height: 1.55;
}


/* =========================================================
   PACKAGE SECTION
   ========================================================= */

.packages-section {
    padding: 0 0 45px;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}


/* =========================================================
   PACKAGE CARDS
   ========================================================= */

.package-card {
    background: linear-gradient(
        145deg,
        #a52328 0%,
        #b92f3d 100%
    );
    border: 1px solid rgba(211, 32, 39,.35);
    border-radius: 15px;
    min-height: 610px;
    position: relative;
    overflow: hidden;
}

.package-card.featured {
    background: linear-gradient(
        145deg,
        #a52328 0%,
        #b92f3d 100%
    );
}

.package-card.accelerator {
    background: linear-gradient(
        145deg,
        #a52328 0%,
        #b92f3d 100%
    );
    border: 1px solid rgba(255,0,0,.55);
}

.package-content {
    padding: 35px 34px 35px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.package-badge {
    display: inline-block;
    align-self: flex-start;
    background: rgba(0,0,0,.55);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.package-card h2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 900;
    margin: 0 0 12px;
    letter-spacing: -.5px;
}

.package-subtitle {
    color: #edaeb1;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 22px;
}

.package-price {
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 5px;
}

.package-period {
    color: #edaeb1;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
}

.package-description {
    color: #d0d0d0;
    font-size: 12px;
    line-height: 1.55;
    margin: 26px 0 18px;
    min-height: 58px;
}

.package-divider {
    height: 1px;
    background: rgba(255,255,255,.12);
    margin-bottom: 14px;
}

.included-title {
    color: #edaeb1;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 9px;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 0;
	margin-bottom: 20px !important;
}

.package-features li {
    position: relative;
    padding-left: 19px;
    color: #e2e2e2;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 9px;
}

.package-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #edaeb1;
    font-weight: 800;
}

.package-button {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #d32027;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    padding: 14px 15px;
    border-radius: 7px;
    transition: all .2s ease;
}

.package-button:hover {
    background: #ed3e45;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.package-button i {
    font-size: 11px;
}


/* =========================================================
   COMPARISON
   ========================================================= */

.comparison-section {
    padding: 0 0 15px;
}

.comparison-box {
    background: #181818;;
    border: 1px solid rgba(211,32,39,.35);
    border-radius: 15px;
    padding: 48px 43px 38px;
}

.comparison-heading {
    text-align: center;
    margin-bottom: 30px;
}

.comparison-heading h2 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 900;
    margin: 0 0 7px;
}

.comparison-heading p {
    color: #c6c6c6;
    font-size: 13px;
    margin: 0;
}

.comparison-table-wrap {
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table th {
    color: #d6d6d6;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .5px;
    text-align: center;
    padding: 14px 12px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.comparison-table th:first-child {
    text-align: left;
}

.comparison-table td {
    color: #e2e2e2;
    font-size: 12px;
    padding: 14px 12px;
    border-bottom: 1px solid rgba(255,255,255,.07);
    text-align: center;
}

.comparison-table td:first-child {
    text-align: left;
    font-weight: 700;
}

.comparison-table tr:last-child td {
    border-bottom: 0;
}

.comparison-table .check {
    color: #d32027;
    font-weight: 800;
}


/* =========================================================
   BACK TO HOME
   ========================================================= */

.hub-back-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    color: #d32027;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all .2s ease;
}

.hub-back-price:hover {
    color: #ed3e45;
    text-decoration: none;
}

.hub-back-price i {
    font-size: 10px;
}


/* =========================================================
   FOOTER
   ========================================================= */

#footer {
    background: #fff !important;
    border-top: none !important;
    margin-top: 0px;
}

#footer .footer-copyright {
    background: transparent;
}

#footer .footer-copyright p {
    color: #000;
    font-size: 0.9em;
}


/* =========================================================
   BOOTSTRAP GUTTER
   ========================================================= */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 0rem;
}


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

@media (max-width: 991px) {

    .pricehub-hero {
        padding: 70px 20px 55px;
    }

    .pricehub-hero h1 {
        font-size: 50px;
    }

    .packages-grid {
        grid-template-columns: 1fr;
        max-width: 650px;
        margin: 0 auto;
    }

    .package-card {
        min-height: auto;
    }

    .package-badge {
        font-size: 12px;
        align-self: center;
        margin-bottom: 18px;
    }

    .package-card h2 {
        font-size: 37px;
        text-align: center;
    }

    .package-subtitle {
        font-size: 17px;
        text-align: center;
        margin-bottom: 15px;
    }

    .package-price {
        font-size: 45px;
        text-align: center;
    }

    .package-period {
        font-size: 15px;
        text-align: center;
    }

    .package-description {
        font-size: 16px;
    }

    .included-title {
        font-size: 14px;
        text-align: center;
    }

    .package-features {
        display: inline-block;
        text-align: left;
        margin: 0 auto;
    }

    .package-features li {
        font-size: 16px;
    }

}


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

@media (max-width: 767px) {

    .packages-section .container,
    .comparison-section .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .packages-grid {
        width: 100%;
    }

    .pricehub-hero h1 {
        font-size: 34px;
    }

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

    .package-card h2 {
        font-size: 30px;
    }

    .package-subtitle {
        font-size: 15px;
    }

    .package-price {
        font-size: 35px;
    }

    .package-period {
        font-size: 12px;
    }

    .package-description {
        font-size: 14px;
    }

    .package-features li {
        font-size: 14px;
    }

    .comparison-box {
        padding: 35px 20px 30px;
    }

}


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

@media (max-width: 575px) {

    .package-card h2 {
        font-size: 22px;
    }

    .package-price {
        font-size: 28px;
    }

}


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

.survey-cta {
    padding: 75px 20px 15px;
}

.survey-cta h2 {
    margin: 0 0 12px;
    color: #000000;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 900;
}

.survey-cta > p {
    max-width: 620px;
    margin: 0 auto 28px;
    color: #555555;
    font-size: 16px;
    line-height: 1.6;
}

.survey-cta .package-button {
    display: inline-flex;
    width: auto;
    max-width: none;
    margin: 0 auto;
    padding: 15px 28px;
    font-size: 15px;
}

.survey-note {
    max-width: 600px;
    margin: 22px auto 0;
}

.survey-note p {
    margin: 0;
    color: #888888;
    font-size: 12px;
    line-height: 1.5;
}

.survey-note strong {
    color: #555555;
}
