/* _content/SB18Blazor/App.razor.rz.scp.css */
/* _content/SB18Blazor/Controls/NewsTicker/NewsTicker.razor.rz.scp.css */
.marketing-one[b-2qor03kv89] {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}

.marketing-one .outer-container[b-2qor03kv89] {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    background-color: var(--primary-color);
}

.marketing-one .animation_mode[b-2qor03kv89] {
    position: relative;
    min-height: 60px;
    overflow: hidden;
    border-radius: 25px;
    margin-left: -10px;
    background-color: var(--primary-color);
}

.marketing-one .animation_mode span.review-text[b-2qor03kv89] {
    font-weight: 800;
    font-size: 40px;
    line-height: 1em;
    padding: 20px 20px 6px;
    display: inline-block;
    color: #000000;
}

.review-text[b-2qor03kv89] {
    width: 500px;
    cursor: pointer;
}

.marketing-one .animation_mode h1.light[b-2qor03kv89] {
    color: transparent;
    font-weight: 800;
    opacity: 0.70;
    -webkit-text-stroke-width: 2px;
    font-family: "Raleway", serif;
    -webkit-text-stroke-color: rgba(var(--black-color-rgb), 1);
}

.marketing-one .animation_mode .marketing-one_icon[b-2qor03kv89] {
    position: relative;
    top: -7px;
    font-size: 22px;
    line-height: 1em;
    margin: 0px 15px;
    color: #000000;
}

/* Testimonial Block One */

.testimonial-block_one[b-2qor03kv89] {
    position: relative;
    margin-bottom: 25px;
}

.testimonial-block_one-inner[b-2qor03kv89] {
    position: relative;
    padding: 20px 20px;
    border-radius: 25px;
    background-size: cover;
    background-color: #ffffff;
}

.testimonial-block_one-rating[b-2qor03kv89] {
    position: relative;
    font-size: 16px;
    color: #fecf66;
    text-align: right;
}

.testimonial-block_one-title[b-2qor03kv89] {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.testimonial-block_one-text[b-2qor03kv89] {
    position: relative;
    font-size: 14px;
    color: #181818;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.testimonial-block_one-author[b-2qor03kv89] {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    padding-left: 100px;
    min-height: 82px;
    padding-top: 7px;
    color: var(--black-color);
}

.testimonial-block_one-author span[b-2qor03kv89] {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.testimonial-block_one-image[b-2qor03kv89] {
    display: flex;
    align-items: center;
    /* Vertically centers the content */
    justify-content: center;
    /* Horizontally centers the content */
    font-size: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 82px;
    height: 82px;
    overflow: hidden;
    border-radius: 150px;
    border: 3px solid var(--primary-color);
}

.author-initial[b-2qor03kv89] {
    font-size: 40px !important;
    /* Example */
    font-weight: bold;
    color: #333;
    /* Example */
}

.testimonial-block_one-quote[b-2qor03kv89] {
    vertical-align: middle;
    text-align: center;
    position: absolute;
    right: 50px;
    bottom: -23px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    text-align: center;
    line-height: 70px;
    border-radius: 80px;
    background-color: var(--primary-color);
    border: 5px solid #ffffff;
}

.third-party-review-badge[b-2qor03kv89] {

    width: 40px;
    height: auto;
    padding-bottom: 8px;
}

.news-ticker-header[b-2qor03kv89] {
    text-align: center;

}
/* _content/SB18Blazor/Controls/SingleRoom.razor.rz.scp.css */
.payment-processing[b-rbokj4s6mc] {
    padding: 2rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.payment-spinner[b-rbokj4s6mc] {
    width: 3rem;
    height: 3rem;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-top-color: var(--primary-color, #007bff);
    border-radius: 50%;
    animation: spin-b-rbokj4s6mc 0.8s linear infinite;
}

@keyframes spin-b-rbokj4s6mc {
    to {
        transform: rotate(360deg);
    }
}

.payment-processing h5[b-rbokj4s6mc] {
    margin-top: 1rem;
    font-weight: 600;
}

.payment-processing p[b-rbokj4s6mc] {
    font-size: 0.9rem;
    opacity: 0.8;
}
