body {
    font-family: 'Gantari', sans-serif;
    overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Yeseva One', serif;
    color: #38091A !important;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links {
    gap: 1.5rem;
}

.icon-sm {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-brand small {
    font-size: 11px;
    letter-spacing: 0.1px;
}

.site-brand .fw-bold {
    line-height: 20px;
}

.site-brand .lh-1 {
    line-height: 12px !important;
}

.bg-footer {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/assets/img/bg-footer.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-primary {
    background-color: #FE5792 !important;
    border-color: #FE5792 !important;
    color: #ffffff;
}

    .btn-primary:hover, .btn-outline-primary:hover {
        background-color: #ff3c81 !important;
        border-color: #ff3c81 !important;
        color: #ffffff;
    }

.btn-outline-primary {
    border-color: #FE5792 !important;
    color: #FE5792;
}

.bg-primary {
    background-color: #fe5792 !important;
}

footer .top-footer a:hover,
footer .bottom-footer a:hover {
    color: #fe5792 !important;
}

footer .social-links a:hover {
    border-color: #fe5792 !important;
    color: #fe5792 !important;
}

.bg-light {
    /*background-color: #FBEBF2 !important;*/
    background-color: var(--braggies-primary) !important;
}
/* Navbar animation */
.osahan-main-nav {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

/* Sticky header override */
.lead-nav.fixed-top {
    background: #FE5792 !important;
}

    .lead-nav.fixed-top .text-primary {
        color: #000 !important;
    }

    .lead-nav.fixed-top .text-center h5,
    .lead-nav.fixed-top .text-center small {
        display: none;
    }

    .lead-nav.fixed-top a.nav-link {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

/* Brand styling */
.site-brand small {
    font-size: 11px;
    letter-spacing: 0.1px;
}

.site-brand .fw-bold {
    line-height: 20px;
}

.site-brand .lh-1 {
    line-height: 12px !important;
}

/* Mobile brand icon container */
.icon-sm {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hide element at md and below */
@media (max-width: 992px) {
    .m-none {
        display: none !important;
    }
}

.bg-homepage {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/img/bg-homepage.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.shadow {
    box-shadow: 0 10px 40px 0 rgba(47,47,47,.1) !important;
}

.mt-n4 {
    margin-top: -4rem;
}

.text-primary {
    color: #FE5792 !important;
}

.bg-white {
    background-color: #fff !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.text-muted {
    color: #6c757d !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.display-2 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.lh-sm {
    line-height: 1.25 !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.link-primary {
    color: #FE5792 !important;
}

    .link-primary:hover {
        color: #fe5792 !important;
    }

.ms-1 {
    margin-left: 0.25rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.bride-img {
    width: 27rem;
}

.start-lg-40 {
    left: 40% !important;
}

.position-lg-absolute {
    position: absolute !important;
}

.ps-lg-5 {
    padding-left: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.osahan-main-nav {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

    .osahan-main-nav.fixed-top {
        background-color: #ffffff;
        box-shadow: 0px 10px 15px rgba(0,0,0,0.04);
    }

.lead-nav .nav-link {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    color: #ffffff !important;
}

.lead-nav.fixed-top .text-primary {
    color: #000 !important;
}

.lead-nav.fixed-top .text-center h5,
.lead-nav.fixed-top .text-center small {
    display: none;
}

.lead-nav.fixed-top .nav-link {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.m-none {
    display: none !important;
}

.site-brand small {
    font-size: 11px;
    letter-spacing: 0.1px;
}

.site-brand .fw-bold {
    line-height: 20px;
}

.site-brand .lh-1 {
    line-height: 12px !important;
}

.navbar-nav .dropdown-menu {
    box-shadow: 0px 24px 21px rgb(0 0 0 / 11%) !important;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes dropdown-show {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.dropdown-menu:hover .dropdown-item {
    opacity: 0.6;
}

.dropdown-menu .dropdown-item:hover {
    opacity: unset;
    font-weight: 500;
}

.dropdown-item {
    transition: all 0.2s ease-in-out;
    padding-right: 40px;
    position: relative;
}

    .dropdown-item:hover {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    .dropdown-item:after {
        content: "\ea6c";
        font-family: remixicon !important;
        font-style: normal;
        position: absolute;
        right: 0;
        font-size: 14px;
        line-height: 24px;
        opacity: 0;
        transition: all 0.3s ease 0s;
    }

    .dropdown-item:hover:after {
        opacity: unset;
    }

.single-dropdown-nav .dropdown-menu {
    border: none;
    border-radius: 11px;
    padding: 14px 22px 14px 14px;
    min-width: 270px;
}

    .single-dropdown-nav .dropdown-menu .dropdown-item {
        padding: 7px 40px 7px 14px;
        border-radius: 6px;
    }

        .single-dropdown-nav .dropdown-menu .dropdown-item::after {
            right: 11px;
        }
/* Background Colors */

.bg-bangl-rosewood-glow {
    background-color: var(--bangl-rosewood-glow);
}
.bg-bangl-dusty-blossom {
    background-color: var(--bangl-dusty-blossom);
}
.bg-bangl-muted-blush {
    background-color: var(--bangl-muted-blush);
}
.bg-bangl-vintage-petal {
    background-color: var(--bangl-vintage-petal);
}


.bg-bangl-rosewood {
    background-color: var(--bangl-rosewood);
}

.bg-bangl-blush {
    background-color: var(--bangl-blush);
}

.bg-bangl-rouge {
    background-color: var(--bangl-rouge);
}

.bg-bangl-crimson-dusk {
    background-color: var(--bangl-crimson-dusk);
}

.bg-bangl-charcoal {
    background-color: var(--bangl-charcoal);
}

.bg-bangl-umber {
    background-color: var(--bangl-umber);
}

.bg-bangl-ebony {
    background-color: var(--bangl-ebony);
}

.bg-bangl-deep-mocha {
    background-color: var(--bangl-deep-mocha);
}

.bg-bangl-stone {
    background-color: var(--bangl-stone);
}

.bg-bangl-warm-grey {
    background-color: var(--bangl-warm-grey);
}

.bg-bangl-sandstone {
    background-color: var(--bangl-sandstone);
}

.bg-bangl-muted-clay {
    background-color: var(--bangl-muted-clay);
}


/* Newly Added Colors */

.bg-bangl-muted-rose {
    background-color: var(--bangl-muted-rose);
}

.bg-bangl-antique-rose {
    background-color: var(--bangl-antique-rose);
}

.bg-bangl-faded-rose {
    background-color: var(--bangl-faded-rose);
}

.bg-bangl-soft-rose {
    background-color: var(--bangl-soft-rose);
}

.bg-bangl-warm-brown {
    background-color: var(--bangl-warm-brown);
}

.bg-bangl-deep-umber {
    background-color: var(--bangl-deep-umber);
}

.bg-bangl-earthy-mocha {
    background-color: var(--bangl-earthy-mocha);
}

.bg-bangl-deep-brown {
    background-color: var(--bangl-deep-brown);
}

.bg-bangl-warm-sand {
    background-color: var(--bangl-warm-sand);
}

.bg-bangl-warm-ivory {
    background-color: var(--bangl-warm-ivory);
}

.bg-bangl-muted-olive {
    background-color: var(--bangl-muted-olive);
}

.bg-bangl-muted-gold {
    background-color: var(--bangl-muted-gold);
}

.bg-bangl-soft-white {
    background-color: var(--bangl-soft-white);
}

.bg-bangl-pure-white {
    background-color: var(--bangl-pure-white);
}

.bg-bangl-snow-white {
    background-color: var(--bangl-snow-white);
}

.bg-bangl-classic-taupe {
    background-color: var(--bangl-classic-taupe);
}

.bg-bangl-golden-taupe {
    background-color: var(--bangl-golden-taupe);
}

.bg-bangl-soft-tan {
    background-color: var(--bangl-soft-tan);
}

.bg-bangl-warm-beige {
    background-color: var(--bangl-warm-beige);
}

.bg-white {
    background-color: #fff !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.g-md-5 {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
}

.rounded-0 {
    border-radius: 0 !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.375rem;
}

.card-header,
.card-footer {
    padding: 1rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header {
    border-bottom: 0;
}

.card-footer {
    border-top: 0;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-text {
    margin-top: 0;
    margin-bottom: 1rem;
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fw-bolder {
    font-weight: bolder !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.text-secondary-emphasis {
    color: rgba(108, 117, 125, 0.75) !important;
}

.color-bar {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2px;
    margin-top: 10px;
}

.color-box {
    width: 2px;
    height: 2px;
    animation: sweep 5.0s infinite ease-in-out;
    will-change: transform, filter;
}


    /* Staggered delay effect for sweeping wave */

    .color-box:nth-child(1) {
        animation-delay: 0s;
    }

    .color-box:nth-child(2) {
        animation-delay: 0.1s;
    }

    .color-box:nth-child(3) {
        animation-delay: 0.2s;
    }

    .color-box:nth-child(4) {
        animation-delay: 0.3s;
    }

    .color-box:nth-child(5) {
        animation-delay: 0.4s;
    }

    .color-box:nth-child(6) {
        animation-delay: 0.5s;
    }

    .color-box:nth-child(7) {
        animation-delay: 0.6s;
    }

    .color-box:nth-child(8) {
        animation-delay: 0.7s;
    }

    .color-box:nth-child(9) {
        animation-delay: 0.8s;
    }

    .color-box:nth-child(10) {
        animation-delay: 0.9s;
    }

    .color-box:nth-child(11) {
        animation-delay: 1s;
    }

    .color-box:nth-child(12) {
        animation-delay: 1.1s;
    }

    .color-box:nth-child(13) {
        animation-delay: 1.2s;
    }

    .color-box:nth-child(14) {
        animation-delay: 1.3s;
    }

    .color-box:nth-child(15) {
        animation-delay: 1.4s;
    }

    .color-box:nth-child(16) {
        animation-delay: 1.5s;
    }

    .color-box:nth-child(17) {
        animation-delay: 1.6s;
    }

    .color-box:nth-child(18) {
        animation-delay: 1.7s;
    }

    .color-box:nth-child(19) {
        animation-delay: 1.8s;
    }

    .color-box:nth-child(20) {
        animation-delay: 1.9s;
    }

    .color-box:nth-child(21) {
        animation-delay: 2.0s;
    }

    .color-box:nth-child(22) {
        animation-delay: 2.1s;
    }

    .color-box:nth-child(23) {
        animation-delay: 2.2s;
    }

    .color-box:nth-child(24) {
        animation-delay: 2.3s;
    }

    .color-box:nth-child(25) {
        animation-delay: 2.4s;
    }

    .color-box:nth-child(26) {
        animation-delay: 2.5s;
    }

    .color-box:nth-child(27) {
        animation-delay: 2.6s;
    }

    .color-box:nth-child(28) {
        animation-delay: 2.7s;
    }

    .color-box:nth-child(29) {
        animation-delay: 2.8s;
    }

    .color-box:nth-child(30) {
        animation-delay: 2.9s;
    }

    .color-box:nth-child(31) {
        animation-delay: 3.0s;
    }

    .color-box:nth-child(32) {
        animation-delay: 3.1s;
    }

@keyframes sweep {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.6;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/* Back To Top */
#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 10px 40px 0 rgba(47,47,47,.1) !important;
    background-color: #fff;
    color: #2d2a3e;
    width: 50px;
    border-radius: 100px;
    cursor: pointer;
    height: 50px;
    border: 3px solid #ebebeb;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

    #back-to-top:hover {
        box-shadow: 0 10px 40px 0 rgba(47,47,47,.1) !important;
        background-color: #2d2a3e;
        color: #ffffff;
    }

@media (max-width: 576px) {
    .mobile-scale-text h1,
    .mobile-scale-text h2 {
        font-size: 1.75rem !important;
    }

    .mobile-scale-text p:not(.fine-print) {
        font-size: 1rem !important;
        line-height: 1.6;
    }

    .mobile-scale-text .display-2 {
        font-size: 2.25rem !important;
    }

    .mobile-tighten {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .mobile-tighten p,
    .mobile-tighten h1,
    .mobile-tighten h2 {
        margin-bottom: 1rem !important;
    }

    .mobile-tighten .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .mobile-tighten .mb-5 {
        margin-bottom: 2rem !important;
    }

    .fine-print {
        font-size: 0.75rem !important;
        line-height: 1.4 !important;
    }

    .card-title.display-2 {
        font-size: 2rem !important;
        white-space: nowrap;
    }

    .card-title.display-2 {
        font-size: 2rem !important;
        white-space: nowrap;
        font-weight: 600 !important; /* instead of bolder */
    }

    .pricing-bottom-fix {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .logo-mobile {
        height: 36px !important;
    }

    .g-4 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

      [data-aos] {
        transition-duration: 300ms !important;
    }
}

.card.pricing-tier {
    border-radius: 1rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    .card.pricing-tier:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15);
    }

.img-pop {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

    .img-pop:hover {
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
        transform: scale(1.015);
    }

.img-framed {
    border: 6px solid #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
@media (hover: none) and (pointer: coarse) {
    .card.pricing-tier:active {
        transform: translateY(-4px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }
}
@keyframes shimmerGlow {
    0% {
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
    }
    50% {
        box-shadow: 0 12px 50px rgba(254, 87, 146, 0.2);
    }
    100% {
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
    }
}

blockquote {
    margin: 0 auto;
    padding: 3rem 1rem;
    max-width: calc(100% - 60px);
    background-color: #fff;
    border-left: 4px solid #FE5792;
    border-radius: 0.75rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
    animation: fadeInUp 0.8s ease-out both, shimmerGlow 5s ease-in-out infinite;
}


blockquote.testimonial p {
    font-family: 'Great Vibes', cursive !important;
    font-style: italic;
    font-size: 2.5rem !important;
    line-height: 1.6 !important;
    color: #6c757d !important;
    text-align: center !important;
}



@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.98);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media(max-width:575.98px){.masonry-container{column-count:2}}@media(min-width:576px){.masonry-container{column-count:3}}@media(min-width:768px){.masonry-container{column-count:4}}@media(min-width:1200px){.masonry-container{column-count:5}}.masonry-container{column-gap:1rem}.masonry-item{break-inside:avoid;margin-bottom:1rem;width:100%;display:inline-block}.masonry-item img,.masonry-item video{width:100%;height:auto;max-width:100%;display:block}.gallery-thumb{transition:all .3s ease;cursor:pointer;border-radius:12px;box-shadow:0 6px 16px rgba(0,0,0,.05)}.gallery-thumb:hover,.gallery-thumb:focus,.gallery-thumb:active{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.15)}@media(hover:none){.gallery-thumb:active{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.15)}}.video-wrapper{position:relative;display:inline-block}.video-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;z-index:2;pointer-events:none;opacity:.75;transition:opacity .3s ease}.video-wrapper:hover .video-overlay{opacity:1}.lazy-fade{opacity:0;transition:opacity .6s ease}.lazy-fade.loaded{opacity:1}
@media(max-width:575.98px){
  .card-body {
    padding: 0.75rem 0.5rem;
  }

  .card-text {
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
  }

  .card-body hr {
    margin: 0.5rem 0;
  }

  .card-body .btn {
    width: 32px !important;
    height: 32px !important;
    font-size: 0.85rem;
  }

  .card-body .btn i {
    font-size: 0.85rem;
  }
}

/*.flip-card {
    perspective: 1000px;
    cursor: pointer;
    width: 100%;
    position: relative;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 150%;*/ /* 960 / 640 = 1.5 for 3:2 portrait aspect */
    /*transform-style: preserve-3d;
    transition: transform 0.8s;
}

.flip-card:hover .flip-card-inner,
.flip-card-inner.flipped {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    overflow: hidden;
}

.flip-card-back {
    transform: rotateY(180deg);
}

.flip-card-front img,
.flip-card-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

    /*.flip-card {
    perspective: 1000px;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s;
}

.flip-card:hover .flip-card-inner,
.flip-card-inner.flipped {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
}

.flip-card-back {
    transform: rotateY(180deg);
}*/
    /* Shared for all flip-cards */
.flip-card {
    perspective: 1000px;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s;
}

.flip-card:hover .flip-card-inner,
.flip-card-inner.flipped {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
}

.flip-card-back {
    transform: rotateY(180deg);
}

.flip-card-front img,
.flip-card-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Gallery Grid Style (uses aspect ratio via padding) */
.flip-card-gallery .flip-card-inner {
    height: 0;
    padding-top: 150%; /* 960/640 */
}


/* Freestyle (uses height of parent/container) */
.flip-card-freeform .flip-card-inner {
    height: 100%;
}

.star-rating {
  display: flex;
  gap: 0.5rem;
  font-size: 2rem;
  justify-content: center;
}

.star {
  color: gold;
  opacity: 0;
  font-size: 2rem;
  animation: starPulse 2.5s ease-in-out infinite;
}

.star:nth-child(1) { animation-delay: 0s; }
.star:nth-child(2) { animation-delay: 0.2s; }
.star:nth-child(3) { animation-delay: 0.4s; }
.star:nth-child(4) { animation-delay: 0.6s; }
.star:nth-child(5) { animation-delay: 0.8s; }

@keyframes starPulse {
  0%, 100% {
    opacity: 0.2;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}
.fa-check {
  font-size: 1rem; /* or smaller if needed */
}

.braggies-tick {
    background-color: var(--braggies-primary); /* or use .bg-light if you're using white background instead */
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    font-size: 0.9em;
}
.other-tick {
    background-color: #999; /* dowdy dull dark grey */
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    font-size: 0.9em;
}
.cross-x {
    background-color: #dc3545; /* Bootstrap danger red */
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    font-size: 0.9em;
}

/*Animated title*/
.highlighted {
  display: inline-block;
  text-align: left;
  vertical-align: baseline;
  font-size: inherit;
  font-weight: bold;
  color: #FF5A5F;
  white-space: nowrap;
  position: relative;
  top: 0.05em;

}
#rotating-wrapper {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

#rotating-word {
  font-weight: bold;
  color: #FF5A5F;
}

#cursor {
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: #FF5A5F;
  animation: blink 1s steps(1) infinite;
  vertical-align: bottom;
  margin-left: 2px;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}




/*End of animated title*/