.btn-page.disabled i {
    -webkit-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
    color: #c0c0c0;
    font-size: 1.5rem;
}
#schedule-tour-modal .modal-body {
    overflow: hidden;
    border-radius: 1rem;
}
#schedule-tour-modal .modal-title {
    color: #292929 !important;
    font-weight: 600 !important;
}
#schedule-tour-modal .left-side {
    background-color: #f7fbf1;
    border-right: 1px solid #dedede;
}
#schedule-tour-modal .left-side img {
    height: 10rem;
}
#schedule-tour-modal .right-side p {
    font-size: 1rem !important;
}
#schedule-tour-modal .right-side .container,
#schedule-tour-modal .left-side .container {
    padding: 5rem;
}
#schedule-tour-modal .left-side .img-card {
    height: 100%;
    width: 100%;
    min-height: 12rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    border-radius: 8px;
}
@media (max-width: 767.98px) {
    #schedule-tour-modal .right-side .container,
    #schedule-tour-modal .left-side .container {
        padding: 2rem;
    }
    #schedule-tour-modal .right-side .container {
        /* padding-top: 0 !important; */
    }
    #schedule-tour-modal .modal-body {
        border-radius: 0;
    }
}
@media (max-width: 991.98px) {
    #schedule-tour-modal .right-side .container,
    #schedule-tour-modal .left-side .container {
        padding: 2rem;
    }
}

/* CHATBOX */
.chatbox-container .body h5 {
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
}
.chatbox-container .group-link .chat-link:hover {
    background-color: #dcffbb !important;
    color: #212529 !important;
}
/* BLOG */
.wrapper .blog-post {
    margin-top: 3rem;
}

/* LOADER */

/*****************************************************
******************  4. Preloader  ********************
*****************************************************/

.page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: block;
    z-index: 99999999;
}

.loader span {
    font-family: "Montserrat", Helvetica, sans-serif;
    position: absolute;
    font-weight: normal;
    top: 52%;
    font-size: 45px;
    letter-spacing: 15px;
    margin-left: -100px;
    left: 50%;
    margin-top: 20px;
    color: #212121;
}

/*Preloader 1*/

.loader-style-1 {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.5s 0.1s;
    transition: transform 0.5s 0.1s;
    perspective: 9999px;
    color: #3e3e3e;
    margin: -40px 0 0 -40px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -37px;
    top: 65px;
    opacity: 1;
}

.loader-style-1.panelLoad {
    z-index: 11;
    top: 45%;
    margin-top: -60px;
    -webkit-animation: panel 2.2s infinite forwards;
    animation: panel 2.2s infinite forwards;
}

.loader-style-1.panelLoad .cube-face {
    color: black;
    box-shadow: inset 0 0 0 1px #222, 0 0 1px 1px #222;
}

.loader-style-1 .cube-face {
    width: inherit;
    height: inherit;
    position: absolute;
    background: white;
    box-shadow: inset 0 0 0 1px #3e3e3e, 0 0 1px 1px #3e3e3e;
    opacity: 1;
    font-family: Arial, Helvetica, sans-serif;
}

.loader-style-1 .cube-face-front {
    transform: translate3d(0, 0, 40px);
    -webkit-transform: translate3d(0, 0, 40px);
    font-size: 30px;
}

.loader-style-1 .cube-face-back {
    -webkit-transform: rotateY(180deg) translate3d(0, 0, 40px);
    transform: rotateY(180deg) translate3d(0, 0, 40px);
}

.loader-style-1 .cube-face-left {
    -webkit-transform: rotateY(-90deg) translate3d(0, 0, 40px);
    transform: rotateY(-90deg) translate3d(0, 0, 40px);
}

.loader-style-1 .cube-face-right {
    -webkit-transform: rotateY(90deg) translate3d(0, 0, 40px);
    transform: rotateY(90deg) translate3d(0, 0, 40px);
}

.loader-style-1 .cube-face-top {
    -webkit-transform: rotateX(90deg) translate3d(0, 0, 40px);
    transform: rotateX(90deg) translate3d(0, 0, 40px);
}

.loader-style-1 .cube-face-bottom {
    -webkit-transform: rotateX(-90deg) translate3d(0, 0, 40px);
    transform: rotateX(-90deg) translate3d(0, 0, 40px);
}

@-webkit-keyframes panel {
    0% {
        -webkit-transform: rotateY(0deg) rotateZ(0deg);
    }
    20% {
        -webkit-transform: rotateY(90deg) rotateZ(0deg);
    }
    40% {
        -webkit-transform: rotateX(45deg) rotateZ(45deg);
    }
    60% {
        -webkit-transform: rotateX(90deg) rotateY(180deg) rotateX(90deg);
    }
    80% {
        -webkit-transform: rotateX(310deg) rotateZ(230deg);
    }
    100% {
        -webkit-transform: rotateX(360deg) rotateZ(360deg);
    }
}

@keyframes panel {
    0% {
        -webkit-transform: rotateY(0deg) rotateZ(0deg);
        transform: rotateY(0deg) rotateZ(0deg);
    }
    20% {
        -webkit-transform: rotateY(90deg) rotateZ(0deg);
        transform: rotateY(90deg) rotateZ(0deg);
    }
    40% {
        -webkit-transform: rotateX(45deg) rotateZ(45deg);
        transform: rotateX(45deg) rotateZ(45deg);
    }
    60% {
        -webkit-transform: rotateX(90deg) rotateY(180deg) rotateX(90deg);
        transform: rotateX(90deg) rotateY(180deg) rotateX(90deg);
    }
    80% {
        -webkit-transform: rotateX(310deg) rotateZ(230deg);
        transform: rotateX(310deg) rotateZ(230deg);
    }
    100% {
        -webkit-transform: rotateX(360deg) rotateZ(360deg);
        transform: rotateX(360deg) rotateZ(360deg);
    }
}

/*Preloader 2*/

.loader-style-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -28px 0 -25px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    border-top: 3px solid #2a94f6;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: spinn 0.6s infinite linear;
    animation: spinn 0.6s infinite linear;
}

@-webkit-keyframes spinn {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spinn {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Contact Form Block customization */
.contact-form-block .contact-list a {
    text-decoration: none;
    color: #292929;
    font-weight: 300;
}
.contact-form-block .contact-list i {
    width: 16px;
}
@media (max-width: 767.98px) {
    nav .sched-btn {
        display: none;
    }
}
/* NAVBAR CUSTOMIZATION */
@media (max-width: 767.98px) {
    .top-bar {
        font-size: 1.1rem !important;
    }
    .top-bar .top-bar__content--lg {
        display: none !important;
    }
    .top-bar .top-bar__content--sm {
        height: fit-content;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0.5rem;
    }
    .top-bar .top-bar__content--sm * {
        font-weight: 400;
        color: #fff;
    }
    .top-bar .top-bar__content--sm .top-bar__content--left {
        justify-content: space-between;
        width: 100%;
        display: flex;
    }
    .top-bar .top-bar__content--sm .top-bar__content--right {
        width: 100%;
        text-align: left;
    }
    nav.navbar {
        margin-top: 4rem;
    }
    .wrapper .hero-wrap {
        padding: 12rem 0rem 2rem 0rem !important;
    }
    header {
        margin-top: 9rem !important;
    }
}
.custom-veterans {
    padding: 3rem 0 !important;
    margin-bottom: 3rem !important;
}

/* Pagination */
.pagination .page-link {
    color: #a36cd8;
}
.page-item.active {
    z-index: 0;
}
.page-item.active .page-link {
    background-color: #a36cd8;
    border-color: #a36cd8;
}
/*  */

.chat-bubble {
    /* animation: pulse-animation-themed 2s infinite,
        pulse-animation-themed-2 6s infinite; */
}

/* Pulse Animation Keyframes */
@keyframes pulse-animation {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(0, 123, 255, 0); /* Shadow expands and fades */
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}
@keyframes pulse-animation-themed {
    0% {
        /* transform: scale(0.95); */
        box-shadow: 0 0 0 0 rgba(161, 216, 108, 0.7); /* #a1d86c in rgba */
    }
    70% {
        /* transform: scale(1); */
        /* Shadow expands and fades using your theme color */
        box-shadow: 0 0 0 15px rgba(161, 216, 108, 0);
    }
    100% {
        /* transform: scale(0.95); */
        box-shadow: 0 0 0 0 rgba(161, 216, 108, 0);
    }
}

@keyframes pulse-animation-themed-2 {
    0% {
        /* transform: scale(0.95); */
        box-shadow: 0 0 0 0 rgba(161, 216, 108, 0.7); /* #a1d86c in rgba */
    }
    70% {
        /* transform: scale(1); */
        /* Shadow expands and fades using your theme color */
        box-shadow: 0 0 0 20px rgba(161, 216, 108, 0);
    }
    100% {
        /* transform: scale(0.95); */
        box-shadow: 0 0 0 0 rgba(161, 216, 108, 0);
    }
}
.chat-bubble {
    background-image: unset !important;
}
.chat-bubble img {
    z-index: 1;
}
.chat-bubble::before,
.chat-bubble::after {
    content: "";
    position: absolute;
    width: 100%; /* Start at button's size */
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: transparent; /* Ripples are not filled */
    /* Ripple's border: color is your theme color, thickness can be adjusted */
    border: 15px solid #a1d86c;
    transform: scale(0); /* Start scaled down (invisible) */
    opacity: 1; /* Start opaque, will fade out via animation */
}
.ripple-animation::before,
.ripple-animation::after {
    /* Animation properties */
    animation-name: ripple-wave;
    animation-duration: 2s; /* How long one ripple animation cycle takes */
    animation-timing-function: ease-out; /* Ripple slows down as it expands */
    animation-iteration-count: infinite;
}
.chat-bubble:hover::before,
.chat-bubble:hover::after {
    border-color: #a36cd8 !important;
}
.chat-bubble::after {
    animation-delay: 0.75s; /* Adjust delay as needed (e.g., 0.5s, 1s) */
}
@keyframes ripple-wave {
    0% {
        transform: scale(
            0.5
        ); /* Start slightly larger than 0 to ensure border is visible initially if desired, or keep at 0 */
        opacity: 0.8; /* Initial opacity of the ripple */
    }
    100% {
        transform: scale(
            2.5
        ); /* How far the ripple expands (e.g., 2.5 times the button size) */
        opacity: 0; /* Fade out completely */
    }
}
.location a {
    text-decoration: none;
    color: #666666;
    font-weight: 300;
}
