body {
    /* background: linear-gradient(180deg, #DFD4FF 10.68%, #FFF 60.21%); */
    background: rgba(247, 242, 247, 0.93);
    background-repeat: no-repeat;
}

.navbar.w-nav {
    height: 80px;
    background-color: #fff;
    z-index: 21;
}

.navbar.w-nav + * {
    margin-top: 80px;
    min-height: calc(100vh - 80px);
}

.container.nav-container {
    padding: 5px 20px;
}

.ai-form-content {
    margin-bottom: 0;
}

.hero-cta-input-holder .purple-text {
    color: #7850ff;
    background-color: #fff;
    border: 2px solid #7850ff;
    padding: 5px 10px;
    font-size: 18px;
}

.hero-cta-input-holder .build-form-input {
    padding: 0 10px;
    height: auto;
}

.quincy-quote {
    display: flex;
    max-width: 760px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.quincy-quote img {
    height: 70px;
    margin: 0 15px;
}

.quincy-quote p {
    background-color: #D6C7FF;
    padding: 15px;
    border-radius: 15px;
    font-size: 14px;
    margin-bottom: 0;
}

.quincy-quote::after {
    border-color: #D6C7FF transparent transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 20px;
    top: 50%;
    content: " ";
    display: block;
    left: 88px;
    position: absolute;
}

.cta-wrapper {
    min-width: 70vw;
}

#load-products {
    min-height: 80vh;
}

.slot-btn.active {
    background-color: rgba(25, 118, 210, 0.08);
    color: #7850ff;
    display: flex;
    align-items: center;
}

/* .product-size .tick-mark {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0;
    background: #7850ff;
    padding: 0;
    border-radius: 50%;
} */

.slot-btn.active .tick-mark
/* , .product-size:has(>input:checked[type=radio]) .tick-mark  */
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0.5em;
    background: #7850ff;
    padding: 5px;
    border-radius: 50%;
}

.slot-btn.active .tick-mark::before
/* , .product-size:has(>input:checked[type=radio]) .tick-mark::before */
{
    position: absolute;
    left: -2px;
    top: 51%;
    height: 30%;
    width: 2px;
    background-color: #fff;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}

.slot-btn.active .tick-mark::after
/* , .product-size:has(>input:checked[type=radio]) .tick-mark::after  */
{
    position: absolute;
    left: -2px;
    bottom: 4px;
    height: 2px;
    width: 62%;
    background-color: #fff;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}

#slotModal .product-size {
    border: 1px solid #7850ff;
    border-radius: 5px;
    padding: 1em;
    margin: 0.5em;
    color: #7850ff;
    font-weight: normal!important;
}

#slotModal .product-size:hover {
    background-color: rgba(25, 118, 210, 0.08);
    color: #7850ff;
    cursor: pointer;
}

#slotModal .product-size:has(>input:checked[type=radio]) {
    background-color: #7850ff;
    color: #fff;
}

#slotModal .product-size input[type=radio] {
    visibility: hidden;
}

#slotModal .product-size label {
    cursor: pointer;
    margin-bottom: 0!important;
}

@media (min-width: 576px) {
    /* .modal-dialog {
        max-width: 80vw;
    } */
}

@media (max-width: 576px) {
    .slot-btn {
        font-size: 13px;
    }

    .slot-time {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 991px) {
    .nav-menu {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 1px solid #f2f2f2;
    }
}