body {
    font-family: sans-serif,Verdana;
    overflow-y: scroll;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.page-item:hover {
    cursor: pointer;
    background-color:#333
}

.page-link {
    cursor: pointer;
}
/* Tablet: 2 cards */
@media (min-width: 768px) {
    .card-deck {
        flex: 0 0 calc(50% - 16px);
    }
    .afterburner-deck {
        flex: 0 0 calc(50% - 16px);
    }
}

/* Desktop: 3 cards */
@media (min-width: 1024px) {
    .card-deck {
        flex: 0 0 calc(33.333% - 16px);
    }
    .afterburner-deck {
        flex: 0 0 calc(33.333% - 16px);
    }
}

button#donate_button {
    width: 130px;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px
}

button#subscribe_button {
    width: 130px;
    height: 40px;
    display: block;
    margin-top: 20px;
    border-radius: 10px;
}

button#donate_button:hover {
    background-color: #9b08ed;
    border: 1px solid #9b08ed;
    color: white
}

#overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
}

#myVideo, .myVideo {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}



.bottom {
    position: fixed;
    bottom: 30%;
    width: auto;
    padding: 20px;
    color: white;
}



#first {
    float: left;
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
}

#second {
    float: left;
    width: 100vw;
    height: auto;
    background-color: #e5e3d9;
    padding-bottom: 70px;
}

#third {
    float: left;
    width: 100vw;
    height: 750px;
    background-color: rgba(54, 1, 63, 0.97);
    display: block;
}

#fourth {
    float: left;
    width: 100vw;
    height: 750px;
    background-color: #e5e3d9;
    height: auto;
    padding-bottom: 70px;
}

#fifth {
    float: left;
    width: 100vw;
    height: 100vh;
    background-color: #9b08ed;
    background-repeat: no-repeat;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: center;
    align-items: center;
    background-size: cover;
}

#sixth {
    float: left;
    width: 100vw;
    height: auto;
    background-color: #5a0f14;
}

#clear {
    clear: both;
}

img#bannerLogoFooter {
    width: 140px;
    height: 80px;
    display: block;
}

div.center_scroll_holder {
    position: fixed;
    bottom: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

div.center_scroll_holder_up {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 60px;
    width: 100vw
}

div#footer_container_first {
    float: left;
    width: 600px;
    height: 400px;
    padding-left: 20px;
    margin-top: 50px;
}

div.footer_container_second, div#footer_container_second_last {
    float: left;
    width: auto;
    margin-top: 50px;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: center;
    display: block;
    color: white;
    margin-left: 80px;
}

.footer-links:hover {
    color: #333333
}

div.services_slider_holder {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: center;
}

svg {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-right: 10px;
}

a {
    color: white;
    text-decoration: none;
}


.form-control {
    width: 500px
}

p#scroll_message {
    font-size: 20px;
    position: fixed;
    bottom: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    color: white
}

img#scrolling_down {
    width: 40px;
    height: 40px;
}

img#scrolling_up {
    position: absolute;
    width: 70px;
    height: 70px;
    height: 70px;
    margin-top: 180px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1
}

div.slide {
    width: 400px;
    height: 400px;
    padding: 5px;
    border-radius: 20px;
    margin: 5px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: 400px 400px;
}

ul {
    list-style-type: none;
}

.text-block {
    background-color: black;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

h1#services {
    font-size: 50px;
    text-align: center;
    padding-top: 115px;
    color: #9b08ed;
    clear: left;
}


h1.title, h1.title_start {
    font-size: 50px;
    padding-top: 115px;
    color: #9b08ed;
    clear: left;
}

h1.title_start {
    text-align: left;
}

h1#donate {
    font-size: 40px;
    padding-top: 105px;
    color: #9b08ed
}

div#service_title_holder {
    float: left;
    width: 100vw;
    clear: left;
}

div#service_div_holder, div#discovery_div_holder {
    float: left;
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom:10px;
}

p#services_title {
    font-size: 20px;
    text-align: center;
    color: #9b08ed;
}

h5#services_title {
    font-size: 25px;
    margin-top: 60%;
    margin-left: 10px;
    width: 100vw;
    cursor: pointer;
}

div.service {
    float: left;
    margin: 5px;
    width: 400px;
    height: 400px;
    border-radius: 10px;
    color: #ffff;
    background-size: cover;
}

div.discover {
    float: left;
    margin: 5px;
    width: 400px;
    height: 400px;
    border-radius: 10px;
    color: #ffff;
    background-repeat: no-repeat;
    background-size: cover;
}


div.statement_container {
    width: 600px;
    height: 500px;
}

ul.splide_list {
    margin: 0;
    padding: 0;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: center;
    align-items: center;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: relative;
    color: white;
    width: auto;
    padding: 10px;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: center;
    align-items: center;
}

.prevServices, .nextServices, .prevDiscover, .nextDiscover {
    cursor: pointer;
    position: relative;
    color: black;
    width: auto;
    padding: 10px;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: center;
    align-items: center;
}

/* Next & previous buttons */
.prevServices, .nextServices, .prevDiscover, .nextDiscover {
    visibility: hidden
}


.prev:hover, .next:hover, .prevServices:hover, .nextServices:hover, .prevDiscover:hover, .nextDiscover:hover {
    background-color: rgba(0,0,0,0.8);
}

.slider_title {
    display: block;
    color: white;
    padding-left: 20px;
    margin-top: 50%;
    font-size: 25px;
}

.slider_time {
    cursor: pointer;
    color: white;
    padding-left: 20px;
}

@media only screen and (max-width: 1050px) {
    div#footer_container_second, div#footer_container_second_last {
        float: left;
        width: auto;
        height: 300px;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
        justify-content: center;
        display: block;
        color: white;
        margin-left: 40px;
    }
}

@media only screen and (min-width: 1333px) and (max-width: 2000px) {
    #slide2, #slide_title2, #slide_time2, #slide1, #slide_title1, #slide_time1 {
        display: block
    }
}


@media only screen and (min-width: 1110px) and (max-width: 1332px) {
    .drop-down-container-a {
        width: 30%;
        height: auto;
        float: left;
    }

    .drop-down-container-b {
        width: 70%;
        height: auto;
        float: left;
        background-color: lightgrey;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
        justify-content: center;
        align-items: center;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .about-links {
        margin-left: 10%
    }

    #slide2, #slide_title2, #slide_time2 {
        display: none
    }

    div#service_div_holder, div#discovery_div_holder {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }

    div#service_one, div#service_two, div#service_three {
        width: 350px;
        height: 400px
    }

    div#discover_one, div#discover_two, div#discover_three {
        height: 400px
    }

    div#footer_container_second, div#footer_container_second_last {
        width: 100vw;
        margin-left: 20px;
    }
}

@media only screen and (min-width: 963px) and (max-width: 1109px) {

    .drop-down-container-a {
        width: 30%;
        height: auto;
        float: left;
    }

    .drop-down-container-b {
        width: 70%;
        height: auto;
        float: left;
        background-color: lightgrey;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
        justify-content: center;
        align-items: center;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .about-links {
        margin-left: 10%
    }

    #slide2, #slide_title2, #slide_time2 {
        display: none
    }

    div#service_div_holder, div#discovery_div_holder {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }

    div#service_one, div#service_two, div#service_three {
        width: 300px;
        height: 400px
    }

    div#discover_one, div#discover_two, div#discover_three {
        width: 300px;
        height: 400px
    }

    div#footer_container_first {
        display: none
    }
}

@media only screen and (min-width: 885px) and (max-width: 962px) {
    #slide2, #slide_title2, #slide_time2, #slide1, #slide_title1, #slide_time1,#navTitle {
        display: none
    }

    div.slide {
        width: 350px;
        height: auto;
        border-radius: 20px;
        margin: 5px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    div#service_div_holder, div#discovery_div_holder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }

    div#service_one, div#service_two, div#service_three, div#discover_one, div#discover_two, div#discover_three {
        width: 600px;
        height: 450px
    }

    .slider_title {
        display: block;
        color: white;
        min-width: 100vw;
        padding-left: 20px;
        margin-top: 50%;
        font-size: 25px;
    }

    .slider_time {
        cursor: pointer;
        color: white;
        padding-left: 20px;
    }

    div#footer_container_first {
        display: none
    }
}

@media only screen and (min-width: 552px) and (max-width: 700px) {
    p, .form-control {
        width: 440px;
    }
    .drop-down-container-a {
        display: none;
    }

    .drop-down-container-b {
        display: none;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 2000px) {
    #navTitle {
        display: block;
        width: 400px
    }
}
@media only screen and (min-width: 665px) and (max-width: 1099px) {
    #navTitle {
        display: none;
    }
}

    @media only screen and (min-width: 550px) and (max-width: 884px) {

        #parish {
            font-size: 50px;
        }

        img#scrolling_down {
            width: 40px;
            height: 40px;
        }

        p#scroll_message {
            font-size: 20px;
            bottom: 4%;
        }

        #slide2, #slide_title2, #slide_time2, #slide1, #slide_title1, #slide_time1 {
            display: none
        }

        div#service_div_holder, div#discovery_div_holder {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 15px;
        }

        div.slide {
            width: 350px;
            height: auto;
            border-radius: 20px;
            margin: 5px;
            background-repeat: no-repeat;
            background-size: cover;
        }

        div#service_one, div#service_two, div#service_three, div#discover_one, div#discover_two, div#discover_three {
            width: 600px;
            height: 450px
        }

        .slider_title {
            display: block;
            color: white;
            min-width: 100vw;
            padding-left: 20px;
            margin-top: 50%;
            font-size: 25px;
        }

        .slider_time {
            cursor: pointer;
            color: white;
            padding-left: 20px;
        }

        div#footer_container_first {
            display: none
        }
    }
@media only screen and (min-width: 601px) and (max-width: 700px) {
    p, .form-control {
        width: 550px;
    }
}


@media only screen and (min-width: 550px) and (max-width: 600px) {
    p, .form-control {
        width: 500px;
    }
}

    @media only screen and (min-width: 300px) and (max-width: 549px) {

        p, .form-control {
            width: 440px;
        }

        #buffer-first, #second-about {
            margin: 0;
            padding: 0;
        }

        .drop-down-container-a {
            display: none
        }

        .drop-down-container-b {
            display: none;
        }

        #slide2, #slide_title2, #slide_time2, #slide1, #slide_title1, #slide_time1 {
            display: none
        }

        div#service_div_holder, div#discovery_div_holder {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 15px;
        }

        div.slide {
            width: 300px;
            height: 300px;
            border-radius: 20px;
            margin: 5px;
            background-repeat: no-repeat;
            background-size: cover;
        }

        div#service_one, div#service_two, div#service_three, div#discover_one, div#discover_two, div#discover_three {
            width: 300px;
            height: 300px
        }

        img#bannerLogo {
            width: 140px;
            height: 80px;
        }

        img#bannerLogoFooter {
            width: 100px;
            height: 70px;
        }

        .slider_title {
            display: block;
            color: white;
            min-width: 100vw;
            padding-left: 20px;
            margin-top: 50%;
            font-size: 25px;
        }

        .slider_time {
            cursor: pointer;
            color: white;
            padding-left: 20px;
        }

        #footer_container_first {
            display: none
        }

        div#footer_container_second {
            width: 100vw;
            margin-left: 10px;
        }

        div.statement_container {
            overflow: hidden;
            padding: 5px
        }

        div.external {
            display: none
        }

        div#footer_container_second_last {
            display: none
        }

        #parish {
            font-size: 25px
        }

        p#scroll_message {
            font-size: 20px;
            margin: 0px;
            position: fixed;
            bottom: 10%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        img#scrolling_down {
            width: 30px;
            height: 30px;
        }

        div.center_scroll_holder {
            position: fixed;
            bottom: 5%;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100vw;
        }
    }

    .hexagon {
        float: left;
        width: 40px; /* Adjust as needed */
        height: calc(40px * 1.1547); /* Approximate height for a regular hexagon */
        background-color: #007bff; /* Example color */
        clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    }

    .gray-bg {
        background-color: #f5f5f5;
    }

    img {
        max-width: 100%;
    }

    img {
        vertical-align: middle;
        border-style: none;
    }

    /* About Me 
---------------------*/
    .about-text h3 {
        font-size: 40px;
        font-weight: 700;
        margin: 0 0 6px;
    }

    @media (max-width: 767px) {
        .about-text h3 {
            font-size: 35px;
        }
    }

    .about-text h6 {
        font-weight: 600;
        margin-bottom: 15px;
    }

    @media (max-width: 767px) {
        .about-text h6 {
            font-size: 18px;
        }
    }

    .about-text p {
        font-size: 18px;
        max-width: 450px;
    }

        .about-text p mark {
            font-weight: 600;
            color: #20247b;
        }

    .about-list {
        padding-top: 10px;
    }

        .about-list .media {
            padding: 5px 0;
        }

        .about-list label {
            color: #20247b;
            font-weight: 600;
            width: 88px;
            margin: 0;
            position: relative;
        }

            .about-list label:after {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                right: 11px;
                width: 1px;
                height: 12px;
                background: #20247b;
                -moz-transform: rotate(15deg);
                -o-transform: rotate(15deg);
                -ms-transform: rotate(15deg);
                -webkit-transform: rotate(15deg);
                transform: rotate(15deg);
                margin: auto;
                opacity: 0.5;
            }

        .about-list p {
            margin: 0;
            font-size: 15px;
        }

    @media (max-width: 991px) {
        .about-avatar {
            margin-top: 30px;
        }
    }

    .about-section .counter {
        width: 1000px;
        padding: 22px 20px;
        background: #ffffff;
        border-radius: 10px;
        box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    }

        .about-section .counter .count-data {
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .about-section .counter .count {
            font-weight: 700;
            color: #20247b;
            margin: 0 0 5px;
        }

        .about-section .counter p {
            font-weight: 600;
            margin: 0;
        }

    mark {
        background-image: linear-gradient(rgba(252, 83, 86, 0.6), rgba(252, 83, 86, 0.6));
        background-size: 100% 3px;
        background-repeat: no-repeat;
        background-position: 0 bottom;
        background-color: transparent;
        padding: 0;
        color: currentColor;
    }

    .theme-color {
        color: #fc5356;
    }

    .dark-color {
        color: #20247b;
    }

    #containers {
        margin-left: 0;
        width: 100%;
        height: 400px;
        color: black;
    }

    .loader-circle-37 {
        display: none;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        position: absolute;
        top: 570px;
        margin-left: 130px
    }

        .loader-circle-37::before {
            content: "";
            position: absolute;
            width: 50px;
            height: 50px;
            border-radius: 100%;
            color: #00eaff;
            box-shadow: inset -5px 0 0 5px currentColor;
            clip: rect(0, 64px, 32px, 0);
            -webkit-animation: tadpole 1s infinite linear;
            animation: loader-circle-37-spin 1s infinite linear;
        }

    @keyframes loader-circle-37-spin {
        0% {
            transform: rotate(-180deg);
            box-shadow: inset -5px 0 0 5px currentColor;
        }

        50% {
            transform: rotate(0);
            box-shadow: inset -1px 0 0 1px currentColor;
        }

        100% {
            transform: rotate(180deg);
            box-shadow: inset -5px 0 0 5px currentColor;
        }
    }

    #sort-status {
        color: #00eaff;
        margin-left: 5px;
    }

    .action {
        color: black;
    }

    #text-area, #statements {
        width: 700px;
        height: 500px
    }

.float-item {
    float: left; /* Floats the divs to the left */
    width: 48%; /* Adjust width as needed, leaving space for margins */
    margin-right: 2%; /* Add margin for spacing */
    /* Optional styling */
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
}

.float-container::after {
    content: "";
    display: table;
    clear: both; /* Clears the float to prevent parent collapse */
}

.loader {
    width: 40px;
    height: 40px;
    border: 5px solid;
    border-color: #0d6efd transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.parallax {
    /* The image used */
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 2000px) {
    .profile-holder {
        text-align:center
    }
}

@media (max-width: 1000px) {
    .profile-holder {
        margin-left:30px;
    }
}

@media (max-width: 768px) {
    .profile-holder {
        margin-left: 20px;
    }
}

@media (max-width: 700px) {
    .profile-holder {
        text-align:left;
        margin-left: 20%
    }
}

@media (max-width: 767px) {
    #paging{
        display:none
    }
}

/* ============================= */
/* Root Holder (Single Fixed Anchor) */
/* ============================= */

/* Prompt Box */
.fr-crooks-textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 1rem;
    font-family: inherit;
    border: 1px solid #d6d0c4;
    border-radius: 4px;
}

.fr-crooks-response {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.fr-crooks-button2 {
    background-color: #4b2e2e;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
}

    .fr-crooks-button2:hover {
        background-color: #5c3838;
    }

#AI-holder {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    background: transparent;
    padding: 0;
    border-radius: 24px;
    transition: all 0.3s ease;
}

    #AI-holder.active {
        background: black;
        padding: 20px;
        border-radius: 24px;
    }
/* ============================= */
/* Floating Container */
/* ============================= */

#fr-crooks-floating {
    display: none;
    position: relative;
}

/* ============================= */
/* Avatar Section */
/* ============================= */

#fr-crooks-avatar {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 10px;
    padding-bottom: 20px;
}

    #fr-crooks-avatar img {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        border: 3px solid #4b2e2e;
    }

    #fr-crooks-avatar span {
        display: block;
        margin-top: 0.75rem;
        font-size: 0.9rem;
        letter-spacing: 1px;
        color: white;
    }

/* ============================= */
/* Launch Button */
/* ============================= */

.fr-crooks-button {
    padding: 14px 22px;
    background: #1f2937;
    color: white;
    border: none;
    border-radius: 999px; /* pill shape */
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    transition: all 0.2s ease;
}

    .fr-crooks-button:hover {
        background: #374151;
        transform: translateY(-2px);
    }

/* ============================= */
/* Speech Bubble */
/* ============================= */

.fr-crooks-bubble {
    background: white;
    padding: 1rem;
    border-radius: 16px;
    max-width: 600px;
    width: 95vw;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    margin-bottom: 1rem;
    font-size: 0.95rem;
    line-height: 1.4;
    position: relative;
}

    .fr-crooks-bubble::after {
        content: "";
        position: absolute;
        bottom: -10px;
        right: 40px;
        width: 20px;
        height: 20px;
        background: white;
        transform: rotate(45deg);
    }

/* ============================= */
/* MINI MODE */
/* ============================= */

.mode-mini .fr-crooks-bubble {
    max-width: 320px;
    font-size: 0.85rem;
    padding: 0.75rem;
}

.mode-mini #fr-crooks-avatar img {
    width: 70px;
    height: 70px;
}

.mode-mini #fr-crooks-avatar span {
    font-size: 0.75rem;
}

/* ============================= */
/* Responsive Adjustments */
/* ============================= */

@media (max-width: 480px) {
    .fr-crooks-bubble {
        max-width: 90vw;
    }

    #fr-crooks-avatar img {
        width: 90px;
        height: 90px;
    }
}

.thinking {
    opacity: 0.8;
    font-style: italic;
}

.thinking-dots::after {
    content: "";
    display: inline-block;
    width: 1.5em;
    text-align: left;
    animation: thinkingDots 1.2s infinite steps(4, end);
}

@keyframes thinkingDots {
    0% {
        content: "";
    }

    25% {
        content: ".";
    }

    50% {
        content: "..";
    }

    75% {
        content: "...";
    }

    100% {
        content: "";
    }
}

.ai-status {
    min-height: 18px;
    margin-top: 6px;
    font-size: 14px;
    color: white;
    opacity: 0.9;
}

/* Wrap so overlay can position on top of img */
.ai-avatar-wrap {
    position: relative;
    display: inline-block;
}

.ai-avatar {
    display: block;
}

/* Blink overlay: a “lid” bar that quickly closes */
.ai-blink-overlay {
    position: absolute;
    left: 18%;
    right: 18%;
    top: 30%;
    height: 16%;
    background: rgba(0,0,0,0.85);
    border-radius: 999px;
    transform: scaleY(0);
    transform-origin: center;
    pointer-events: none;
    opacity: 0;
}

.ai-blink-on {
    opacity: 1;
    animation: aiBlink 1.2s infinite;
}

@keyframes aiBlink {
    0%, 92%, 100% {
        transform: scaleY(0);
    }

    93% {
        transform: scaleY(1);
    }

    95% {
        transform: scaleY(0);
    }

    96% {
        transform: scaleY(1);
    }

    98% {
        transform: scaleY(0);
    }
}

/* Thinking dots */
.ai-dots::after {
    content: "";
    display: inline-block;
    width: 1.5em;
    text-align: left;
    animation: aiDots 1.1s infinite steps(4, end);
}

@keyframes aiDots {
    0% {
        content: "";
    }

    25% {
        content: ".";
    }

    50% {
        content: "..";
    }

    75% {
        content: "...";
    }

    100% {
        content: "";
    }
}

.hero-title {
    position: absolute;
    top: 60%;
    left: 8%;
    transform: translateY(-50%);
    width: 100vw;
    text-shadow: 0 3px 8px rgba(0,0,0,0.35);

}

.save-color-btn:disabled {
    cursor: not-allowed;
    opacity: 0.55;
    box-shadow: none;
    filter: none;
}

.color-spec-btn {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    overflow: hidden;
    border: none;
    padding: 6px;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    cursor: pointer;
    position: relative;
}

.color-spec-btn img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

.color-spec-btn:hover {
        transform: translateY(-2px) scale(1.05);
        box-shadow: 0 8px 18px rgba(0,0,0,0.12), inset 0 1px 0 rgba(255,255,255,0.8);
    }

.color-spec-btn:active {
        transform: scale(0.96);
        box-shadow: inset 0 3px 6px rgba(0,0,0,0.15);
    }

.admin-field {
    margin-bottom: 18px;
}

.rtb-inline-edit {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.rtb-inline-edit input,
.rtb-inline-edit textarea {
        flex: 1;
    }

.rtb-inline-edit textarea {
        min-height: 120px;
    }

.rtb-update-btn {
    min-width: 90px;
    height: 46px;
    border: none;
    border-radius: 12px;
    background: #9b08ed;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.rtb-update-btn:hover {
    opacity: 0.92;
}

.rtb-save-row {
    margin-top: 18px;
}

.rtb-save-btn {
    width: 100%;
    max-width: 220px;
    height: 46px;
    border: none;
    border-radius: 12px;
    background: #9b08ed;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 0 20px;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(155, 8, 237, 0.25);
    transition: transform 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease;
}

.rtb-save-btn:hover {
    opacity: 0.95;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(155, 8, 237, 0.32);
}

.rtb-save-btn:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(155, 8, 237, 0.22);
}

.rtb-save-btn:disabled {
        opacity: 0.6;
        cursor: not-allowed;
        box-shadow: none;
    }

.rtb-container-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px 18px 20px 18px;
    border-radius: 18px;
    background: #f4f4f4;
    border: 1px solid #e2e2e2;
    box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}

.rtb-container-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 4px;
}

.rtb-container-card .rtb-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rtb-container-card input,
.rtb-container-card textarea {
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 15px;
    box-sizing: border-box;
    background: #ffffff;
}

.rtb-container-card textarea {
    min-height: 110px;
    line-height: 1.5;
    resize: vertical;
}

.rtb-container-card label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.rtb-container-card + .rtb-container-card {
    margin-top: 14px;
}

.rtb-container-card .rtb-group {
    padding: 10px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #eeeeee;
}

.rtb-actions {
    margin-top: 20px;
}

.about-wedding-arrangements {
    text-align: left !important;
}

.about-wedding-services-list {
    display: block !important;
    list-style: none !important;
    margin: 16px 0 !important;
    padding: 0 !important;
}

    .about-wedding-services-list li {
        display: block !important;
        float: none !important;
        clear: both !important;
        width: 100% !important;
        margin: 0 0 12px 0 !important;
        padding: 0 0 0 28px !important;
        position: relative !important;
        text-align: left !important;
        white-space: normal !important;
    }

        .about-wedding-services-list li::before {
            content: "\2713"; /* checkmark */
            position: absolute;
            left: 0;
            top: 0;
            color: #d4af37;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
        }

rtb-preview-about-welcome-video{
    width: 600px;
    height:500px;
}