
/*------------------------
[Table of Contents]
- Global
- Global - Links
- Global - Lists 
- Global - Buttons
- Global - Default Block & Class Adjustments
- Global - Utility Classes
- Global - Testimonial
- Global - Package Link
- Header
- Header - Layout & Mobile Re-organization
- Header - Logo
- Header - Navigation
- Header - Mobile Navigation Menu
- Footer
- Pages
- Pages - Hero
- Pages - Home
- Pages - Contact
- Pages - Faqs
- Pages - About
- Contact Form 7
- Getwid Blocks
- Getwid Blocks - Tabs
- Getwid Blocks - Accordion
- Package
- Package - Las Vegas
- Package Checkout
- Package Checkout - Progress
- Package Checkout - Alert
- Package Checkout - Item
- Package Checkout - Terms
- Package Checkout - Table
- Package Checkout - Form
- Package Checkout - Confirmation
- Forms
- Forms - Basis Theory
- Forms - Honeypot
------------------------*/


/* Global */

@media (min-width: 1920px) {
    html {
        font-size: 0.875vw;
    }
    body {
        --wp--style--global--content-size: 50vw;
        --wp--style--global--wide-size: 75vw;
    }
}

/* Global - Links */

p a {
    color: var(--wp--preset--color--accent);
}

.tabt-header-link a {
    text-decoration: none;
}

@media (max-width: 1280px) {
    .tabt-header-link p {
        display: none;
    }
}

/* Global - Lists */

ul.tabt-list-bullets {
    list-style-type: none;
    padding-left: 0;
    position: relative;
}

ul.tabt-list-bullets li {
    line-height: 1.4;
    position: relative;
    padding-left: 1rem;
}

ul.tabt-list-bullets li::before {
    content: '';
    width: 0.5em;
    height: 0.75em;
    left: 0;
    top: 0.375em;
    position: absolute;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: var(--wp--preset--color--accent-2);
}

ul.tabt-list-bullets li:not(:last-of-type) {
    margin-bottom: 0.5em;
}

/* Global - Buttons */

a.tabt-button {
    background-color: var(--wp--preset--color--accent-3);
    border-radius: 0.33rem;
    border-color: var(--wp--preset--color--contrast);
    border-width: 0;
    color: var(--wp--preset--color--contrast);
    display: inline-block;
    font-family: var(--wp--preset--font-family--heading);
    font-size: var(--wp--preset--font-size--small);
    font-style: normal;
    font-weight: 500;
    line-height: inherit;
    padding-top: 0.875rem;
    padding-right: 1.625rem;
    padding-bottom: 0.875rem;
    padding-left: 1.625rem;
    text-decoration: none;
}

.wp-block-button__link,
.tabt-button {
    transform: translateY(0px);
    transition: transform .25s;
}

.wp-block-button__link:hover,
.tabt-button:hover {
    transform: translateY(-4px);
}

/* Global - Default Block & Class Adjustments */

.wp-block-cover.alignfull {
    padding-left: var(--wp--style--root--padding-left);
    padding-right: var(--wp--style--root--padding-left);
}

/* Global - Utility Classes */

.tabt-sr-only {
    display: none;
}

.tabt-sticky {
    position: sticky;
    top: 1rem;
}

.tabt-strap {
    font-family: var(--wp--preset--font-family--heading);
    font-size: var(--wp--preset--font-size--small);
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 1em;
    position: relative;
}

.tabt-strap::after {
    content: '_____';
    display: block;
    position: inherit;
    letter-spacing: -.25em;
    line-height: 0.25em;
    text-align: inherit;
}

.tabt-price {
    display: block;
}

.tabt-price__currency {
    font-size: 0.5em;
}

.tabt-price__current {
    font-family: var(--wp--preset--font-family--heading);
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    color: var(--wp--preset--color--contrast);
    display: flex;
}

.tabt-price__current .tabt-price__currency {
    font-size: .5em;
    line-height: 1.25em;
}

.tabt-price__description {
    font-family: var(--wp--preset--font-family--heading);
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--wp--preset--color--contrast);
    flex-basis: 80px;
    line-height: 1;
    margin-bottom: 7px;
}

@media (min-width: 900px) {
    .tabt-text-align-center-desktop {
        text-align: center;
    }
    .tabt-align-center-desktop {
        text-align: center;
    }
    .tabt-justify-content-center-desktop {
        justify-content: center;
    }
    .tabt-row-reverse-desktop {
        flex-direction: row-reverse;
    }
}

@media (min-width: 1200px) {
    .tabt-strap::after {
        line-height: 1em;
    } 
    .tabt-container-half {
        width: calc(var(--wp--style--global--wide-size) / 2);
        max-width: 100%;
    }
    .tabt-row-reverse-desktop .tabt-container-half {
        margin-left: auto;
    }
}

/* Global - Testimonial */

.tabt-testimonial {
    width: 100%;
    padding: 2rem 2rem 1.5rem;
    background-color: #FFF;
    border-radius: .5rem;
}

.tabt-testimonial__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1rem;
}

.tabt-testimonial__source {
    color: var(--wp--preset--color--accent);
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--wp--preset--font-family--heading);
}

.tabt-testimonial__verified {
    color: var(--wp--preset--color--contrast);
    font-size: 0.875rem;
    font-style: italic;
    font-family: var(--wp--preset--font-family--heading);
}

.tabt-testimonial__body {
    color: var(--wp--preset--color--contrast);
    font-size: 1rem;
    font-family: var(--wp--preset--font-family--body);
    margin-bottom: 1.5rem;
}

.tabt-testimonial__text blockquote {
    margin: 0px;
}

.tabt-testimonial__footer {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 1.5rem;
}

.tabt-testimonial__footer::before {
    content: '';
    display: block;
    width: 80px;
    border-top: 1px solid var(--wp--preset--color--contrast);
    position: absolute;
    top: 0;
    left: 0;
}

.tabt-testimonial__package {
    color: var(--wp--preset--color--accent);
    font-size: 0.875rem;
    font-weight: 600;
    font-family: var(--wp--preset--font-family--heading);
}

.tabt-testimonial__rating {
    width: 120px;
    height: 14px;
    margin-top: 0.375rem;
    display: block;
    background: url('/wp-content/themes/twentytwentyfour-child/assets/img/testimonial-rating-4.png') no-repeat left center / contain;
}

.tabt-testimonial__logo {
    width: 150px;
    height: 50px;
    display: block;
    background: url('/wp-content/themes/twentytwentyfour-child/assets/img/tripadvisor-logo.png') no-repeat left center / contain;
}

.glide-slide .tabt-testimonial {
    margin: 2rem;
}

/* Global - Package Link */

.tabt-package-link {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    color: #FFF;
    padding: var(--wp--preset--spacing--20);
    padding-top: 100px;
    box-sizing: border-box;
    box-shadow: 0 1rem 2rem -1rem rgba(29,59,76,0.25);
    min-height: 200px;
    transform: translateY(0);
    transition: transform .5s ease;
}

.tabt-package-link.is-active {
    cursor: pointer;
    display: block;
}

.tabt-package-link.is-active:hover {
    transform: translateY(-0.5rem);
}

.tabt-package-link__callout {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.tabt-package-link__callout::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 140px;
    background-color: var(--wp--preset--color--contrast);
    border-radius: 50%;
    transform: translateX(-0.75rem) translateY(1rem) scale(1.25);
    transform-origin: bottom left;
}

.tabt-package-link.is-active .tabt-package-link__callout::before {
    background-color: var(--wp--preset--color--accent-2);
}

.tabt-package-link__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tabt-package-link__background::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: linear-gradient(210deg, rgba(0,0,0,0.25) 0%, var(--wp--preset--color--contrast) 100%);
}

.tabt-package-link__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tabt-package-link__content {
    position: relative;
    color: #FFF;
}

.tabt-package-link__title {
    position: relative;
    font-size: 1.75rem;
    font-weight: 600;
    color: #FFF;
}

.tabt-package-link__link a {
    font-size: var(--wp--preset--font-size--small);
    color: #FFF;
}

.tabt-package-link__link a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tabt-package-link__price {
    font-family: var(--wp--preset--font-family--heading);
    font-size: 2rem;
    line-height: 1.25;
    text-align: center;
    position: relative;
}

.tabt-package-link__price-description {
    font-family: var(--wp--preset--font-family--heading);
    font-size: 0.75rem;
    line-height: 1;
    text-align: center;
    position: relative;
}

.tabt-package-link__coming-soon {
    font-family: var(--wp--preset--font-family--heading);
    font-size: 1rem;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}


/* ------ */
/* Header */
/* ------ */

/* Header - Layout & Mobile Re-organization */

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column.tabt-header-column-logo {
    flex-basis: 25%;
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column.tabt-header-column-nav {
    flex-basis: 50%;
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column.tabt-header-column-links {
    flex-basis: 25%;
}

@media (max-width: 1099px) {
    .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column.tabt-header-column-logo {
        flex-basis: 100%;
        order: 1;
    }
    .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column.tabt-header-column-nav {
        flex-basis: 40px;
        order: 3;
        justify-self: flex-end;
    }
    .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column.tabt-header-column-links {
        flex-basis: 100%;
        order: 2;
        justify-self: flex-end;
    }
}

/* Header - Logo */

.tabt-header-logo svg {
    width: 160px;
    height: auto;
}

html.has-modal-open a.tabt-header-logo {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 999999;
}

/* Header - Navigation */

.wp-block-navigation-item.tabt-nav-link-packages a.wp-block-navigation-item__content {
    color: var(--wp--preset--color--accent);
}

@media (min-width: 900px) {
    .wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu {
        position: relative;
    }
    .wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% + 2rem);
    }
    .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
        border: none;
        transform: translateY(2rem);
        z-index: 3;
        border-radius: 0px 0px 5px 6px;
        overflow: hidden;
    }
    .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container li {
        font-size: 1rem;
        padding: 5px;
    }
    .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container li:hover a {
        border-radius: 3px;
        background-color: var(--wp--preset--color--base-2);
        text-decoration: none;
    }
}

/* Header - Mobile Navigation Menu (Adjust collapse size from 600px to 1100px) */

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: none;
    }
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: block;
    }
}

@media (min-width: 1100px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: block;
    }
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none;
    }
}


/* ------ */
/* Footer */
/* ------ */


/* ----- */
/* Pages */
/* ----- */

/* Pages - Hero */

.tabt-page-hero {
    min-height: 0px;
    padding-top: clamp(1rem, 10vw, 6rem);
    padding-bottom: clamp(1rem, 12vw, 7.5rem);
}

/* Pages - Home */
.tabt-home-hero {
    position: relative;
    padding-top: clamp(6rem, 10vw, 6rem);
    box-sizing: unset;
}

.tabt-home-hero::before {
    content: '';
    background: url('/wp-content/themes/twentytwentyfour-child/assets/svg/tabt-section-border-2.svg') no-repeat bottom center / 100% auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100vw;
    height: 16vw;
    z-index: 2;
}

.tabt-home-hero .wp-block-cover__inner-container {
    position: relative;
}

@media ( max-width: 599px ) {
    .tabt-home-hero {
        padding-top: 45vw;
    }
    .tabt-home-hero.wp-block-cover .wp-block-cover__background {
        background: linear-gradient(180deg, transparent 0%, rgb(4,4,46) 56.25vw) !important;
    }
    .tabt-home-hero.wp-block-cover video {
        width: 100vw !important;
        height: auto !important;
    }
}

@media ( min-width: 1200px ) and ( max-width: 1920px ) {
    .tabt-home-hero h1 {
        width: 900px !important;
        max-width: 100% !important;
    }
}

.tabt-home-packages {
    position: relative;
    z-index: 3;
    margin-top: -15vw;
}

.tabt-home-presentation {
    position: relative;
}

.tabt-home-presentation::before {
    content: '';
    background: url('/wp-content/themes/twentytwentyfour-child/assets/svg/tabt-section-border-3.svg') no-repeat top center / 100% auto;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100vw;
    height: 9vw;
    z-index: 2;
}

.tabt-home-presentation::after {
    content: '';
    background: url('/wp-content/themes/twentytwentyfour-child/assets/svg/tabt-section-border-4.svg') no-repeat bottom center / 100% auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100vw;
    height: 16vw;
    z-index: 2;
}

.tabt-home-presentation .wp-block-column:first-of-type {
    align-self: stretch;
}

.tabt-home-presentation .wp-block-cover {
    min-height: clamp(250px, 680px, 75vw);
    height: 100%;
}

/* Pages - Contact */

.tabt-contact-hero {
    position: relative;
}

.tabt-contact-hero::before {
    content: '';
    background: url('/wp-content/themes/twentytwentyfour-child/assets/svg/tabt-section-border-1.svg') no-repeat bottom center / 100% auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100vw;
    height: 16vw;
    z-index: 2;
}

/* Pages - FAQs */

.tabt-faqs-hero {
    position: relative;
}

.tabt-faqs-hero::before {
    content: '';
    background: url('/wp-content/themes/twentytwentyfour-child/assets/svg/tabt-section-border-1.svg') no-repeat bottom center / 100% auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100vw;
    height: 16vw;
    z-index: 2;
}

.tabt-faqs-hero .wp-block-cover__inner-container {
    z-index: 3;
}

/* Pages - About */

.tabt-about-hero {
    padding-bottom: clamp(1rem, 10vw, 2.5rem);
}

.tabt-about-mission {
    position: relative;
}

.tabt-about-mission::before {
    content: '';
    background: url('/wp-content/themes/twentytwentyfour-child/assets/svg/tabt-section-border-5.svg') no-repeat top center / 100% auto;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100vw;
    height: 9vw;
    z-index: 2;
}

.tabt-about-mission::after {
    content: '';
    background: url('/wp-content/themes/twentytwentyfour-child/assets/svg/tabt-section-border-4.svg') no-repeat bottom center / 100% auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100vw;
    height: 16vw;
    z-index: 2;
}

.tabt-about-mission .wp-block-cover {
    min-height: 50vw;
}

.tabt-about-mission .wp-block-columns:last-of-type .wp-block-column > .wp-block-group {
    padding-bottom: 8vw;
}

@media (min-width: 900px) { 
    .tabt-about-mission .wp-block-columns .wp-block-column {
        align-self: stretch !important;
    } 
    .tabt-about-mission .wp-block-columns .wp-block-column .wp-block-cover {
        height: 100%;
    } 
    .tabt-about-mission .wp-block-columns:first-of-type .wp-block-column > .wp-block-group {
        padding-top: 5vw;
    } 
    .tabt-about-mission .wp-block-columns:last-of-type .wp-block-column > .wp-block-group {
        padding-bottom: 4vw;
    }
    .tabt-about-mission .wp-block-cover {
        min-height: 430px;
    }    
}


/* -------------- */
/* Contact Form 7 */
/* -------------- */

.wpcf7-form {
    position: relative;
    width: 600px;
    max-width: 100%;
}

.wpcf7-form label {
    font-family: var(--wp--preset--font-family--heading);
    font-size: 0.875rem;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #A7BBC4;
    border-radius: 7px;
    margin-top: 0.25rem;
    min-height: 38px;
    padding: 0.1rem 0.5rem;
    font-family: var(--wp--preset--font-family--body);
    font-size: 1rem;
}

.wpcf7-not-valid-tip {
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.wpcf7-form .wpcf7-submit {
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    background-color: var(--wp--preset--color--accent-3);
    border: none;
    color: var(--wp--preset--color--contrast);
    font-family: var(--wp--preset--font-family--heading);
}


/* ------------- */
/* Getwid Blocks */
/* ------------- */

/* Getwid Blocks - Tabs */

.has-layout-vertical-left>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link {
    border: none;
    color: var(--wp--preset--color--accent);
    font-family: var(--wp--preset--font-family--heading);
}

.has-layout-vertical-left>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link a {
    color: var(--wp--preset--color--accent);
}

.has-layout-vertical-left>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link.ui-state-active a {
    color: var(--wp--preset--color--contrast);
    font-weight: bold;
}

.wp-block-getwid-tabs__tab-content {
    border: none;
    padding: 0;
}

@media (max-width: 900px) {
    .wp-block-getwid-tabs {
        flex-direction: column;
    }
    .wp-block-getwid-tabs__nav-links,
    .has-layout-vertical-left>.wp-block-getwid-tabs__nav-links {
        flex-direction: row;
        max-width: none;
        gap: 0.25rem;
        margin-bottom: 2rem;
    }
    .wp-block-getwid-tabs__nav-link a {
        border: 1px solid var(--wp--preset--color--base-2);
        border-radius: 5px;
        font-size: var(--wp--preset--font-size--small);
    }
    .has-layout-vertical-left>.wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link.ui-state-active a {
        color: var(--wp--preset--color--base);
        border-color: var(--wp--preset--color--contrast);
        background-color: var(--wp--preset--color--contrast);
        font-weight: 600;
    }
}

/* Getwid Blocks - Accordion */

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
    border-top: 1px solid #C6DAE3;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
    border: none;
    padding: 1.25rem 0;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
    border: none;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header .wp-block-getwid-accordion__header-title {
    color: var(--wp--preset--color--accent);
    font-family: var(--wp--preset--font-family--heading);
    font-size: 1.1rem;
}

.wp-block-getwid-accordion__content {
    border: none;
    padding-top: 0px;
    padding-left: 0px;
    font-size: 1rem;
}

@media (max-width: 900px) {
    .wp-block-getwid-accordion .wp-block-getwid-accordion__header .wp-block-getwid-accordion__header-title {
        font-size: var(--wp--preset--font-size--medium);
    }
}


/* ------- */
/* Package */
/* ------- */

.tabt-package-hero-callout ul.tabt-list-bullets {
    margin: auto;
    width: 85%;
    font-size: 0.875rem;
}

@media (max-width: 600px) {
    .tabt-package-hero {
        padding-top: 20vw;
    }   
    .tabt-package-hero.wp-block-cover .wp-block-cover__background {
        background: linear-gradient(to bottom, rgba(119,179,224,0) 0%, rgb(2,21,37) 300px) !important;
    }
    .tabt-package-hero.wp-block-cover .wp-block-cover__image-background {
        top: 0;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 300px;
    }
}

.tabt-package-hero .wp-block-cover__inner-container {
    z-index: 2;
}

.tabt-package-hero::before {
    content: '';
    background: url('/wp-content/themes/twentytwentyfour-child/assets/svg/tabt-section-border-2.svg') no-repeat bottom center / 100% auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100vw;
    height: 15vw;
    z-index: 2;
}

.tabt-package-hero-card {
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 1rem 2rem -1rem rgba(29,59,76,0.25);
    background-color: #FFF;
    border-radius: .5rem;
    overflow: hidden;
    font-family: var(--wp--preset--font-family--heading);
    margin-bottom: 2rem;
}

.tabt-package-hero-card__header,
.tabt-package-hero-card__content,
.tabt-package-hero-card__footer {
    padding-top: clamp(1rem, 5vw, 1.5rem);
    padding-bottom: clamp(1rem, 5vw, 1.5rem);
    padding-left: clamp(1rem, 5vw, 2rem);
    padding-right: clamp(1rem, 5vw, 2rem);
    color: var(--wp--preset--color--contrast);
}

.tabt-package-hero-card__header {
    border-bottom: 1px solid var(--wp--preset--color--base-2);
    padding-bottom: 0.75rem;
}

.tabt-package-hero-card__price {
    margin-top: 1rem;
}

.tabt-package-hero-card__price .tabt-price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

.tabt-package-hero-card__price .tabt-price__current {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
}

.tabt-package-hero-card__price .tabt-price__description {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
    margin-left: 1.125rem;
}

.tabt-package-hero-card__price .tabt-price__compare {
    grid-column: 2 / span 1;
    grid-row: 1 / span 2;
    font-size: 0.875rem;
}

.tabt-package-hero-card__duration {
    font-size: var(--wp--preset--font-size--small);
}

.tabt-package-hero-card__price .tabt-price__savings {
    padding: 0.125em 0.5em;
    background-color: var(--wp--preset--color--accent-2);
    color: #FFF;
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 0.25em;
    border-radius: 4px;
}

.tabt-package-hero-card__title {
    font-weight: 700;
}

.tabt-package-hero-card__content {
    font-size: 0.875rem;
    padding-top: 0.75rem;
}

.tabt-package-hero-card__content ul {
    list-style-type: none;
    padding-left: 0;
    position: relative;
}

.tabt-package-hero-card__content ul li {
    line-height: 1.4;
    position: relative;
    padding-left: 1rem;
}

.tabt-package-hero-card__content ul li::before {
    content: '';
    width: 0.5em;
    height: 0.75em;
    left: 0;
    top: 0.2em;
    position: absolute;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: var(--wp--preset--color--accent-2);
}

.tabt-package-hero-card__content ul li:not(:last-of-type) {
    margin-bottom: 0.5em;
}

.tabt-package-hero-card__footer {
    background-color: var(--wp--preset--color--base-2);
    font-size: .75rem;
    line-height: 1.25;
}

.tabt-package-hero-card__footer p {
    margin: 0.5em 0px 0px;
}

.tabt-package-hero-card__footer p:first-of-type {
    margin: 0px;
}

.tabt-package-hero-card__link-wrapper {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

@media (min-width: 940px) {
    .tabt-package-hero-card {
        margin-block-start: 5vw !important;
    }
}

.tabt-package-how-it-works {
    border: 2px solid var(--wp--preset--color--base-2);
    border-radius: 0.5rem;
    padding-left: var(--wp--preset--spacing--40);
    padding-right: var(--wp--preset--spacing--40);
    position: relative;
}

@media (min-width: 900px) {
    .tabt-package-how-it-works::before {
        content: '';
        display: block;
        position: absolute;
        width: 14px;
        height: 78%;
        left: calc(50% - 7px);
        top: 10%;
        background: radial-gradient( var(--wp--preset--color--accent-2) 0%, var(--wp--preset--color--accent-2) 16%, transparent 17% );
        background-size: 18px 18px;
        background-repeat: repeat-y;
        z-index: -1;
    }
}

.tabt-package-how-it-works h2 {
    text-align: center;
    position: relative;
    transform: translateY(-50%);
    background-color: #FFF;
    display: block;
    width: 240px;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1.75rem;
    margin: auto;
}

.tabt-package-how-it-works .wp-block-buttons {
    transform: translateY(50%);
}

/* Package - Las Vegas */

.tabt-package-las-vegas-accomodations {
    position: relative;
}

.tabt-package-las-vegas-accomodations::before {
    content: '';
    background: url('/wp-content/themes/twentytwentyfour-child/assets/svg/tabt-section-border-3.svg') no-repeat top center / 100% auto;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100vw;
    height: 9vw;
    z-index: 2;
}

.tabt-package-las-vegas-accomodations::after {
    content: '';
    background: url('/wp-content/themes/twentytwentyfour-child/assets/svg/tabt-section-border-6.svg') no-repeat bottom center / 100% auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100vw;
    height: 16vw;
    z-index: 2;
}


/* ---------------- */
/* Package Checkout */
/* ---------------- */

.tabt-checkout {
    margin-top: 0px; 
    position: relative;
    border-top: 1px solid var(--wp--preset--color--base-2);
    border-bottom: 1px solid var(--wp--preset--color--base-2);
}

.tabt-checkout h2 {
    color: var(--wp--preset--color--contrast);
}

@media (max-width: 899px) {
    .tabt-package-header-columns {
        flex-wrap: wrap !important;
        gap: 0px !important;
    }
    
    .tabt-package-header-columns .wp-block-column:nth-child(1) {
        flex-basis: 30% !important;
        order: 1;
    }
    
    .tabt-package-header-columns .wp-block-column:nth-child(2) {
        flex-basis: 100%;
        order: 3;
        margin-top: .5rem;
        padding-top: 1rem;
        border-top: 1px solid var(--wp--preset--color--base-2);
    }
    
    .tabt-package-header-columns .wp-block-column:nth-child(3) {
        flex-basis: 70% !important;
        order: 2;
    }

    .tabt-package-header-columns .wp-block-column:nth-child(3) .wp-block-group {
        justify-content: flex-end !important;
    }
}

/* Package Checkout - Progress */

.tabt-checkout-progress {
    border-bottom: 1px solid var(--wp--preset--color--base-2);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
}

.tabt-progress-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
}

.tabt-progress-tab {
    color: #8599a2;
    font-family: var(--wp--preset--font-family--heading);
    font-size: 0.8rem;
    position: relative;
}

.tabt-progress-tab__indicator {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 0.75rem;
    height: 0.75rem;
    border: 1px solid #C6DAE3;
    border-radius: 50%;
    padding: 0.125rem;
    margin-right: 0.5rem;
    font-size: .75rem;
    position: relative;
}

.tabt-progress-tab.complete .tabt-progress-tab__indicator {
    background-color: var(--wp--preset--color--accent);
    border-color: var(--wp--preset--color--accent);
}

.tabt-progress-tab.complete {
    color: var(--wp--preset--color--contrast);
}

.tabt-progress-tab.complete .tabt-progress-tab__indicator::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('/wp-content/themes/twentytwentyfour-child/assets/svg/tabt-checkmark-white.svg') no-repeat center center / 60% auto, var(--wp--preset--color--accent);
    border-color: var(--wp--preset--color--accent); 
    border-radius: 50%;
    color: #FFF;
}

.tabt-progress-tab.active {
    color: var(--wp--preset--color--contrast);
    font-weight: 600;
}

.tabt-progress-tab.active .tabt-progress-tab__indicator {
    background: var(--wp--preset--color--accent);
    border-color: var(--wp--preset--color--accent);
    color: #FFF;
}

@media (min-width: 600px) {
    .tabt-progress-tabs {
        /* justify-content: center; */
        gap: 4rem;
    }
    .tabt-progress-tab:not(:first-of-type)::before {
        content: '';
        position: absolute;
        left: -6px;
        top: 0.625rem;
        width: calc(4rem - 12px);
        height: 1px;
        background-color: var(--wp--preset--color--base-2);
        transform: translateX(-100%);
    }
}

/* Package Checkout - Columns */

.tabt-package-step-strap {
    color: var(--wp--preset--color--accent);
    font-family: var(--wp--preset--font-family--heading);
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.tabt-checkout-columns .tabt-checkout-columns__column {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: var(--wp--style--root--padding-left);
    padding-right: var(--wp--style--root--padding-right);
}

.tabt-checkout-featured-image__wrapper {
    width: 100%;
    height: 240px;
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
}

.tabt-checkout-columns img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tabt-checkout-columns__column-heading {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
    padding-bottom: 0.5em;
    border-bottom: 1px solid var(--wp--preset--color--base-2);
}

.tabt-checkout-columns__column-subheading {
    font-size: 1rem;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

.tabt-checkout-item {
    position: relative;
    border: 1px solid var(--wp--preset--color--base-2);
    border-radius: 0.5rem;
    overflow: hidden;
}

@media (min-width: 900px) {
    .tabt-checkout-columns {
        display: flex;
        position: relative;
    }
    .tabt-checkout-columns .tabt-checkout-columns__column {
        flex-basis: 50%;
        padding-top: var(--wp--preset--spacing--30);
        padding-bottom: var(--wp--preset--spacing--30);
    }
    .tabt-checkout-columns .tabt-checkout-columns__column:nth-child(1) {
        padding-left: 0px;
        padding-left: var(--wp--preset--spacing--40);
        padding-right: var(--wp--preset--spacing--40);
    }
    .tabt-checkout-columns .tabt-checkout-columns__column:nth-child(2) {
        border-left: 1px solid var(--wp--preset--color--base-2);
        padding-left: var(--wp--preset--spacing--40);
        padding-right: 0px;
        padding-right: var(--wp--preset--spacing--40);
    }
}

/* Package Checkout - Alert */

.tabt-checkout-item__alert {
    background-color: #e83681;
    color: #FFF;
    font-size: .875rem;
    padding: 0.75rem 1rem;
}

.tabt-checkout-item__alert-heading {
    font-size: 1rem;
    font-weight: 700;
    margin-block-start: 0px;
}

/* Package Checkout - Item */

.tabt-checkout-item__content {
    padding: 1rem;
    font-size: 0.875rem;
}

.tabt-checkout-item__content-heading {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    padding-bottom: 0.5rem;
}

.tabt-checkout-item__content-heading-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.tabt-checkout-item__content-heading h3 {
    font-size: clamp(1.125rem, 1.125rem + ((1vw - 0.2rem) * 0.767), 1.25rem);
    margin: 0px 0px 0.5rem;
}

.tabt-checkout-item__content-heading .tabt-price__current {
    font-size: 2rem;
}

.tabt-checkout-item__content-heading .tabt-price__description {
    font-size: 0.75rem;
    margin-bottom: 0.3em;
}

.tabt-checkout-item__content-heading-image {
    flex-basis: 25%;
    border-radius: 0.25rem;
    overflow: hidden;
}

.tabt-checkout-item hr {
    border: 1px solid var(--wp--preset--color--base-2);
}

.tabt-checkout-item__content-features ul {
    list-style-type: none;
    padding-left: 0;
    position: relative;
    margin-bottom: 0px;
}

.tabt-checkout-item__content-features ul li {
    position: relative;
    padding-left: 1rem;
    font-size: 0.875rem;
}

.tabt-checkout-item__content-features ul li::before {
    content: '';
    width: 0.5em;
    height: 0.75em;
    left: 0;
    top: 0.375em;
    position: absolute;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: var(--wp--preset--color--accent-2);
}

/* Package Checkout - Terms */

.tabt-checkout-terms {
    padding: 0.375rem 1rem;
    border-radius: 6px;
    background-color: var(--wp--preset--color--base-2);
    font-size: 0.75rem;
    margin-top: 1rem;
}

.tabt-checkout-terms p {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

/* Package Checkout - Table */

.tabt-checkout__table {
    margin-top: 1rem;
}

.tabt-checkout__table tr:not(:first-child) {
    border-top: 1px solid black;
}

.tabt-checkout__table td {
    font-size: 0.9rem;
    vertical-align: text-top;
    width: 50%;
}

.tabt-checkout__table td:first-child {
    font-weight: bold;
}

.tabt-checkout__table ul {
    list-style-type: none;
    padding-left: 0px;
}

.tabt-checkout__table li {
    padding-left: 0.75rem;
}

.tabt-checkout__table li:not(first-of-type) {
    margin-top: 0.5rem;
}

/* Package Checkout - Form */

.tabt-checkout-form-wrapper {
    background-color: #FFF;
    border-radius: 0.5rem;
}

.tabt-checkout-form label {
    display: block;
    font-family: var(--wp--preset--font-family--heading);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--wp--preset--color--contrast);
    margin-bottom: 0.125em;
}

form.tabt-package-form,
form.tabt-checkout-form {
    position: relative;
}

form.tabt-package-form.processing > *,
form.tabt-checkout-form.processing > * {
    opacity: 0.25;
}

form.tabt-package-form .tab-loader,
form.tabt-checkout-form .tab-loader {
    display: none;
}

form.tabt-package-form.processing .tabt-loader,
form.tabt-checkout-form.processing .tabt-loader {
    display: block;
    opacity: 1;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    transform: rotate(0deg);
    background: url('/wp-content/themes/twentytwentyfour-child/assets/img/tabt-loader.png') no-repeat center center / contain;
    animation: loaderspin 1s linear 0s infinite normal both running;
}

@media (min-width: 1332px) {
    .tabt-checkout-columns .tabt-checkout-columns__column:nth-child(1) {
        padding-left: 0px;
    }
    .tabt-checkout-columns .tabt-checkout-columns__column:nth-child(2) {
        padding-right: 0px;
    }
}

@keyframes loaderspin {
    from { transform: rotate(0deg); }
    to { transform: rotate(359deg); }
}

/* Package Checkout - Confirmation */

h2.tabt-checkout-confirmation-heading {
    font-size: 1.875rem; 
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.tabt-checkout__package-bg {
    position: relative;
    height: clamp(100px, 35vw, 250px);
    width: 100vw;
    overflow: hidden;
}

.tabt-checkout__package-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 900px) {
    h2.tabt-checkout-confirmation-heading {
        color:#FFF;
        font-size: 3.875rem; 
        margin-top: 4rem;
        text-shadow: 0 0 20px black;
    }
    .tabt-checkout__package-bg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 50vw;
        overflow: hidden;
        background-color: var(--wp--preset--color--base-2);
        border-right: 1px solid var(--wp--preset--color--base-2);
        z-index: -1;
    }
    .tabt-checkout__package-bg-overlay {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(190deg,rgba(2,21,37,0.8) 28%,rgba(2,21,37,0.2) 74%);
    }
}

/* Package Checkout - Retarget */

h2.tabt-checkout-retarget-heading {
    font-size: 1.875rem; 
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.tabt-checkout-retarget-text {
    margin-bottom: 2.5rem;
}

@media (min-width: 900px) {
    h2.tabt-checkout-retarget-heading {
        color:#FFF;
        font-size: 3rem; 
        margin-top: 2rem;
        margin-bottom: 1rem;
        text-shadow: 0 0 20px black;
    }
    .tabt-checkout-retarget-text {
        color:#FFF;
        margin-bottom: 3.5rem;
    }
}

/* ----- */
/* Forms */
/* ----- */

.tabt-form {
    width: 100%;
    position: relative;
}

@media (min-width: 600px) {
    .tabt-form__columns {
        display: flex;
        gap: 1rem;
    }
    .tabt-form__column {
        flex-basis: auto;
        flex-grow: 1;
    }
}

.tabt-form__field {
    display: block;
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
}

.tabt-form__field label {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.tabt-form__asterisk {
    color: red;
}

.tabt-form__field-instructions {
    font-size: 0.75rem;
    color: #78909b;
    margin-top: 0.25rem;
}

.tabt-form__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.tabt-form__checkbox-input {
    flex-basis: 1.5rem;
}

.tabt-form__consent-checkbox {
    margin-top: 1.875rem;
}

.tabt-form__consent-checkbox label {
    font-family: var(--wp--preset--font-family--body);
    font-size: 0.75rem;
    font-weight: 500;
}

.tabt-form__submit {
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: .25rem;
    background-color: var(--wp--preset--color--accent-3);
    color: var(--wp--preset--color--contrast);
    font-family: var(--wp--preset--font-family--heading);
}

button:disabled {
    opacity: 0.25 !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
select {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0.375rem 0.5rem;
    font-family: var(--wp--preset--font-family--heading);
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #C6DAE3;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-height: 38px;
}

/* Forms - Basis Theory */

#cardName,
#cardNumber,
#cardExpirationDate,
#cardVerificationCode {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-family: var(--wp--preset--font-family--heading);
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #C6DAE3;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-height: 38px;
}

/* Forms - Native CC Fields */

#inputCardExpirationMonth {
    display: inline-block;
    width: 6rem;
}

#inputCardExpirationYear {
    display: inline-block;
    width: 6rem;
}

#inputCardVerificationCode {
    width: 4rem;
}

.tabt-form__columns--card-expiration-date {
    display: flex;
    gap: 0.75rem;
}

.tabt-form__columns--card-expiration-date .tabt-form__column {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
    flex-grow: 0;
}

/* Forms - Honeypot */

input#inputPetName {
    display: none !important; /* Honeypot field */
}



input[type="text"]#inputCardNumber {
    width: 100%; /* Adjust width as needed */
    padding: 10px;
    font-size: 16px;
}

input[type="text"]#inputCardNumber::after {
    content: ' ';
    display: inline-block;
    width: 10px; /* Adjust space width as needed */
}