:root {
    --montserrat-font: "Montserrat";
    --Inter-font: "Inter";
    --white: #ffffff;
    --black: #000000;
    --primary-color: #47a38e;
}

body {
    background: #050b09 !important;
    color: #B4BCC3;
    font-family: var(--montserrat-font);
}

header.entry-header,
header.site-header {
    display: none;
}

.ast-container {
    padding: 0 15px;
    max-width: 1326px;
    width: 100%;
}

.pre-iv-exam-icon .elementor-icon {
    min-width: 80px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0F241F;
    border-radius: 12px;
}

.pre-iv-exam-list .elementor-icon-list-text span {
    color: #A9E5D5;
    font-weight: 700;
}

.pre-iv-exam-price span {
    font-family: var(--montserrat-font);
    font-weight: 700;
    font-size: 38px;
    line-height: 50px;
    color: var(--primary-color);
}

.pre-iv-exam-price .elementor-heading-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.preiv-exam-card .elementor-icon {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.preiv-exam-card-off span {
    font-family: var(--Inter-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #B4BCC3;
}


.cuatom-table {
    overflow: auto;
}

.cuatom-table table {
    width: 100%;
    margin-bottom: 0;
    border-radius: 16px;
}

.cuatom-table table,
.cuatom-table td,
.cuatom-table th {
    border: 0;
    text-align: start;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #B4BCC3;
    vertical-align: text-top;
}

.cuatom-table th {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: var(--primary-color);
    padding: 12px 20px;
    position: relative;
    white-space: nowrap;
    width: 50%;
}

.cuatom-table td {
    padding: 12px 20px;
    position: relative;
    width: 50%;
}

.cuatom-table td:first-child {
    color: var(--white);
}

.cuatom-table td:first-child p {
    color: #B4BCC3;
    margin: 24px 0 0;
}

.cuatom-table b {
    font-weight: 500 !important;
    color: var(--white);
}

.cuatom-table ul {
    margin-bottom: 0;
}

.cuatom-table td::before,
.cuatom-table th::before {
    content: '';
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-bottom: 1px solid #212121;
    border-left: 1px solid #212121;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.cuatom-table th::before {
    border-top: 1px solid #212121;
    background: #0D1C17;
}

.cuatom-table tr td:last-child:before,
.cuatom-table tr th:last-child:before {
    border-right: 1px solid #212121;
}

.cuatom-table tr:last-child td:first-child::before {
    border-radius: 0 0 0 16px;
}

.cuatom-table tr:last-child td:last-child::before {
    border-radius: 0 0 16px 0;
}

.cuatom-table tr:first-child th:first-child::before {
    border-radius: 16px 0 0 0;
}

.cuatom-table tr:first-child th:last-child::before {
    border-radius: 0 16px 0 0;
}

.preiv-driplab-card {
    position: relative;
}

.preiv-driplab-card .elementor-icon-box-icon {
    padding-right: 100px;
}

.preiv-driplab-card .elementor-icon-box-description {
    font-family: var(--Inter-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--white);
    width: fit-content;
    padding: 4px 8px;
    background: #1C4E80;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}

.perfect-drips-card .elementor-icon {
    min-width: 80px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #0F241F;
    border-radius: 12px;
}

.perfect-drips-card {
    display: flex;
    flex-direction: column;
}

.perfect-drips-card .card-bottom {
    margin-top: auto;
}

.signature-item-card .elementor-icon {
    min-width: 48px;
    width: 48px;
    height: 48px;
}

.signature-item-card .elementor-icon-box-icon {
    padding-right: 100px;
}

.signature-item-card .elementor-icon-box-description {
    font-family: var(--Inter-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--white);
    width: fit-content;
    padding: 4px 8px;
    background: var(--primary-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}

.cream-level-list ul li {
    position: relative;
    padding-left: 20px !important;
}

.cream-level-list ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #B4BCC3;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

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

    .cuatom-table td,
    .cuatom-table th {
        font-size: 16px;
        line-height: 24px;
    }
}

.mb-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.mb-popup-dialog {
    position: relative;
    width: auto;
    margin: 28px;
    pointer-events: none;
    display: flex;
    align-items: center;
    min-height: calc(100% - 28px * 2);
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.mb-popup-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #212529;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 12px;
    outline: 0;
}

.mb-close {
    display: flex;
    margin: 16px 16px 0 auto;
    font-size: 28px;
    cursor: pointer;
    z-index: 10;
    color: var(--black);
    line-height: 1;
    width: 30px;
    height: 30px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mb-close:hover {
    color: var(--primary-color);
}

.mb-popup-open {
    overflow: hidden;
    height: 100dvh !important;
}

#mb-widget-container {
    width: 100%;
    height: 100%;
    padding: 16px;
    overflow-y: auto;
    box-sizing: border-box;
}

#mb-widget-container .mindbody-widget,
#mb-widget-container healcode-widget {
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: block;
}

.mindbody-widget .iframe-loader {
    display: none !important;
}

.book-this-drip-btn .elementor-button {
    width: 100% !important;
}

.site-footer {
    background: #08120e;
    padding: 24px 15px;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
}

.site-primary-footer-wrap {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}

.widget .wp-element-button {
    padding: 13px 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color) !important;
    color: var(--white) !important;
    background: var(--primary-color) !important;
    border-radius: 80px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.widget .wp-element-button:hover {
    background-color: #47A38E1A !important;
    color: var(--primary-color) !important;
}

.site-footer .ast-builder-footer-grid-columns {
    max-width: 1296px !important;
    width: 100%;
}

.site-footer-section-1 .footer-widget-area {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.wp-block-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: unset;
    color: #b4bcc3;
    transition: all 0.3s ease-in-out;
}

.wp-block-list li a:hover {
    color: var(--primary-color);
}

.wp-block-list li a i {
    width: 24px;
    height: 24px;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget.widget_block {
    margin-bottom: 0;
}

.site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .widget .wp-element-button {
        padding: 13px 13px;
        font-size: 14px;
        line-height: 24px;
    }
}