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;
}

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;
}

.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: var(--site-theme-color);
    border-color: var(--site-theme-color);
    color: #ffffff;
}

.btn-primary:hover,
.btn-outline-primary:hover {
    background-color: var(--site-hover-color);
    border-color: var(--site-hover-color);
    color: #ffffff;
}

.btn-outline-primary {
    border-color: var(--site-theme-color);
    color: var(--site-theme-color);
}


.bg-primary {
    background-color: var(--site-theme-color);
}

footer .top-footer a:hover,
footer .bottom-footer a:hover {
    color: var(--site-theme-color);
}

footer .social-links a:hover {
    border-color: var(--site-theme-color);
    color: var(--site-theme-color);
}

/* Navbar animation */
.osahan-main-nav {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

/* Sticky header override */
.site-nav.fixed-top {
    background: var(--site-theme-color);
}

    .site-nav.fixed-top .text-primary {
        color: #000;
    }

    .site-nav.fixed-top .text-center h5,
    .site-nav.fixed-top .text-center small {
        display: none;
    }

    .site-nav.fixed-top a.nav-link {
        padding-top: 20px;
        padding-bottom: 20px;
    }

/* 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;
}

/* 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;
    }
}*/

.bg-homepage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.shadow {
    box-shadow: 0 10px 40px 0 rgba(47,47,47,.1);
}

.mt-n4 {
    margin-top: -4rem;
}

.text-primary {
    color: var(--site-theme-color);
}

.bg-white {
    background-color: #fff;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.fw-bold {
    font-weight: 600;
}

.fw-normal {
    font-weight: 400;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.text-muted {
    color: #6c757d;
}

.p-5 {
    padding: 3rem;
}

.pt-3 {
    padding-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mb-0 {
    margin-bottom: 0;
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.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));
}

.lh-sm {
    line-height: 1.25;
}

.py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.link-primary {
    color: var(--site-theme-color);
}

    .link-primary:hover {
        color: var(--site-theme-color);
    }

.ms-1 {
    margin-left: 0.25rem;
}

.pt-5 {
    padding-top: 3rem;
}

.bride-img {
    width: 27rem;
}

.start-lg-40 {
    left: 40%;
}

.position-lg-absolute {
    position: absolute;
}

.ps-lg-5 {
    padding-left: 3rem;
}

.pb-5 {
    padding-bottom: 3rem;
}

.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);
    }

.site-nav .nav-link {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #ffffff;
}

.site-nav.fixed-top .text-primary {
    color: #000;
}

.site-nav.fixed-top .text-center h5,
.site-nav.fixed-top .text-center small {
    display: none;
}

.site-nav.fixed-top .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
}

.m-none {
    display: none;
}

.site-brand small {
    font-size: 11px;
    letter-spacing: 0.1px;
}

.site-brand .fw-bold {
    line-height: 20px;
}

.site-brand .lh-1 {
    line-height: 12px;
}

.navbar-nav .dropdown-menu {
    box-shadow: 0px 24px 21px rgb(0 0 0 / 11%);
}

.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;
        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;
}

.mb-5 {
    margin-bottom: 3rem;
}

.g-md-5 {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
}

.rounded-0 {
    border-radius: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.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;
}

.me-2 {
    margin-right: 0.5rem;
}

.text-secondary-emphasis {
    color: rgba(108, 117, 125, 0.75);
}

.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);
    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);
        background-color: #2d2a3e;
        color: #ffffff;
    }

/*@media (max-width: 576px) {
    .mobile-scale-text h1,
    .mobile-scale-text h2 {
        font-size: 1.75rem;
    }

    .mobile-scale-text p:not(.fine-print) {
        font-size: 0.70rem;
        line-height: 1.6;
    }

    .mobile-scale-text .display-2 {
        font-size: 2.25rem;
    }

    .mobile-tighten {
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .mobile-tighten p,
    .mobile-tighten h1,
    .mobile-tighten h2 {
        margin-bottom: 1rem;
    }

    .mobile-tighten .py-5 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .mobile-tighten .mb-5 {
        margin-bottom: 2rem;
    }

    .fine-print {
        font-size: 0.50rem;
        line-height: 1.4;
    }

    .card-title.display-2 {
        font-size: 2rem;
        white-space: nowrap;
    }

    .card-title.display-2 {
        font-size: 2rem;
        white-space: nowrap;
        font-weight: 600;*/ /* instead of bolder */
    /*}

    .pricing-bottom-fix {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .logo-mobile {
        height: 36px;
    }

    .g-4 {
        margin-left: 0;
        margin-right: 0;
    }

      [data-aos] {
        transition-duration: 300ms;
    }
}*/

.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);
    }
}


#related-products .row > [class*="col-"] {
    margin-bottom: 1.5rem;
}

.related-product-card {
    height: 100%;
}

.related-product-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.related-product-title {
    min-height: 3rem;
    margin-bottom: 0;
}

blockquote {
    margin: 0 auto;
    padding: 3rem 1rem;
    max-width: calc(100% - 60px);
    background-color: #fff;
    border-left: 4px solid var(--site-theme-color);
    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;
    font-style: italic;
    font-size: 2.5rem;
    line-height: 1.6;
    color: #6c757d;
    text-align: center;
}



@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;
    height: 32px;
    font-size: 0.85rem;
  }*/

  .card-body .btn i {
    font-size: 0.85rem;
  }
}
.heart-rating {
  display: flex;
  gap: 0.5rem;
  font-size: 2rem;
  justify-content: center;
}

.heart {
  color: red;
  opacity: 0;
  font-size: 2rem;
  animation: heartPulse 2.5s ease-in-out infinite;
}

.heart:nth-child(1) { animation-delay: 0s; }
.heart:nth-child(2) { animation-delay: 0.2s; }
.heart:nth-child(3) { animation-delay: 0.4s; }
.heart:nth-child(4) { animation-delay: 0.6s; }
.heart:nth-child(5) { animation-delay: 0.8s; }

@keyframes heartPulse {
  0%, 100% {
    opacity: 0.2;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}
.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%;
}
.flip-card:focus-within .flip-card-inner {
    transform: rotateY(180deg);
}
/*Animated title*/
.highlighted {
  display: inline-block;
  text-align: left;
  vertical-align: baseline;
  font-size: inherit;
  font-weight: bold;
  color: var(--site-theme-color);
  white-space: nowrap;
  position: relative;
  top: 0.05em;

}
#rotating-wrapper {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

#rotating-word {
  font-weight: bold;
  color: var(--site-theme-color);
}

#cursor {
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: var(--site-theme-color);
  animation: blink 1s steps(1) infinite;
  vertical-align: bottom;
  margin-left: 2px;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.bg-themed {
  background-color: var(--site-page-background, #fff);
}

.bg-themed-dark {
  background-color: var(--site-theme-color);
  color: #fff;
}
.text-themed {
  color: var(--site-theme-color);
}

.site-text-light {
    color: var(--bangl-text-light)
}
.site-text-light-muted {
    color: var(--bangl-text-light-muted)

}
.pricing-tier.popular {
    box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15);
    background-color: #f7f3f3; /* soft blush highlight */
    z-index: 1;
}

.pricing-tier.raised {
    margin-top: -12px;
}

/*@media (max-width: 576px) {
    .pricing-tier .badge {
        font-size: 0.75rem;
        padding: 0.25rem 0.75rem;
    }
}*/
.pricing-tier.popular {
  margin-bottom: -12px;
}
@media (max-width: 576px) {
  .container.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 576px) {
  section.bg-white.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
.card-overlay-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.72);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; /* keeps hover flip working */
    z-index: 2;
    border-radius: 6px; /* matches .img-framed style */
}

.card-overlay-text {
    font-family: 'Yeseva One', serif;
    font-size: 1.5rem;
    color: #38091A;
    text-align: center;
    padding: 0.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0.5rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.card-img-overlay-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* translucent black */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}

.card:hover .card-img-overlay-label {
    opacity: 0;
}
/*@media (max-width: 576px) {
  .display-1 {
    font-size: 2.25rem !important;
    line-height: 1.2 !important;
  }
}
@media (max-width: 576px) {
  .hero-section .container {
    padding-top: 5rem !important;
  }
}
*/
@media (max-width: 576px) {
  .hero-section .container {
    padding-top: 5rem !important;
  }
}
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.spinner-grow {
    display: inline-block;
    vertical-align: -0.125em;
}

.spinner-grow {
    width: 2rem;
    height: 2rem;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
}
.basket-table tfoot tr {
    border: none !important;
}
.basket-table tfoot th,
.basket-table tfoot td {
    border: none !important;
}

.basket-table .spacer-row td {
    padding: 0;
    border: none !important;
    background: transparent !important;
    height: 0.75rem;
}
.accordion-button.collapsed {
    background-color: #f8f9fa; /* light gray, or whatever you want when collapsed */
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff; /* white, or whatever you want when open */
}
.mobile-breadcrumb-title {
    max-width: 80px;
}

@media (min-width: 768px) {
    .mobile-breadcrumb-title {
        max-width: none;
    }
}
body.get-started-modal-open .modal-backdrop.show {
    background-color: #f7dbe8;
    opacity: 0.72;
}

/* Floating Snappies Contact Dock + Chat */
.snappies-chat {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1055;
    display: flex;
    align-items: center;
    gap: 12px;
}

.snappies-contact-dock {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px 10px 8px;
    border-radius: 16px 0 0 16px;
    background: rgba(248, 248, 251, 0.95);
    border: 1px solid rgba(31, 42, 58, 0.22);
    border-right: 0;
    box-shadow: 0 10px 24px rgba(24, 28, 36, 0.16);
    transform: translateX(calc(100% - 32px));
    transition: transform .25s ease;
}

.snappies-chat:hover .snappies-contact-dock,
.snappies-chat:focus-within .snappies-contact-dock,
.snappies-chat.dock-open .snappies-contact-dock {
    transform: translateX(0);
}

.snappies-contact-dock-toggle {
    width: 28px;
    height: 64px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(145deg, #f38faf, #d96f96);
    color: #fff;
}

.snappies-contact-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.snappies-contact-action {
    border: 0;
    min-width: 170px;
    border-radius: 999px;
    background: #fff;
    color: #243246;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    font-weight: 600;
    box-shadow: 0 8px 16px rgba(24, 28, 36, 0.12);
}

.snappies-contact-action:hover {
    color: #243246;
    transform: translateX(-2px);
}

.snappies-contact-action i {
    width: 18px;
    text-align: center;
}

.snappies-chat-launcher {
    background: linear-gradient(145deg, #f7dbe8, #edbdd3);
}

.snappies-chat-launcher .chat-icon-close {
    display: none;
}

.snappies-chat.open .snappies-chat-launcher .chat-icon-open {
    display: none;
}

.snappies-chat.open .snappies-chat-launcher .chat-icon-close {
    display: inline;
}

.snappies-chat-launcher.shimmy {
    animation: snappies-chat-shimmy .8s ease-in-out 0s 2;
}

@keyframes snappies-chat-shimmy {
    0% { transform: translateX(0); }
    25% { transform: translateX(-2px) rotate(-2deg); }
    50% { transform: translateX(2px) rotate(2deg); }
    75% { transform: translateX(-1px) rotate(-1deg); }
    100% { transform: translateX(0); }
}

.snappies-chat-panel {
    width: min(400px, calc(100vw - 24px));
    height: min(620px, calc(100vh - 80px));
    margin-right: 14px;
    background: #f8f8fb;
    border: 1px solid rgba(31, 42, 58, 0.24);
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(24, 28, 36, 0.18), 0 28px 60px rgba(24, 28, 36, 0.16);
    display: none;
    flex-direction: column;
    overflow: hidden;
}

.snappies-chat.open .snappies-chat-panel {
    display: flex;
}

.snappies-chat-contact {
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #e7e9ef;
}

.snappies-chat-contact > div {
    min-width: 0;
}

.snappies-chat-close {
    margin-left: auto;
    border: 0;
    background: transparent;
    color: #5f6f85;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.snappies-chat-close:hover {
    background: #e9edf3;
    color: #1f2a3a;
}

.snappies-chat-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.snappies-chat-status {
    color: #5f6f85;
    font-size: .8rem;
    margin-top: 2px;
}

.snappies-chat-status span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #2ec34f;
    border-radius: 50%;
    margin-right: 4px;
}

.snappies-chat-thread { flex: 1; padding: 16px; overflow: auto; }
.snappies-chat-date { margin: 0 0 14px; text-align: center; color: #303b4c; font-weight: 700; font-size: .9rem; }
.snappies-chat-message { margin-bottom: 14px; }
.snappies-chat-message:last-child { margin-bottom: 0; }
.snappies-chat-author { margin-bottom: 9px; color: #647387; font-size: .9rem; font-weight: 600; }
.snappies-chat-bubble { background: #e9edf3; border-radius: 14px; padding: 12px 14px; color: #1f2a3a; font-weight: 500; line-height: 1.45; font-size: 0.98rem; }
.snappies-chat-bubble p { margin: 0 0 8px; }
.snappies-chat-bubble p:last-child { margin-bottom: 0; }
.snappies-chat-bubble ul,
.snappies-chat-bubble ol { margin: 0; padding-left: 18px; }
.snappies-chat-bubble li { margin: 0 0 6px; }
.snappies-chat-bubble strong { font-weight: 650; }
.snappies-chat-bubble-user { background: #f9f6f0; margin-left: 24px; }
.snappies-chat-bubble-assistant { background: #f7dbe8; }
.snappies-chat-typing { display: inline-flex; align-items: center; gap: 8px; color: #50607a; font-style: italic; }
.snappies-chat-typing .dots { display: inline-flex; gap: 4px; }
.snappies-chat-typing .dots i { width: 6px; height: 6px; border-radius: 50%; background: #8492a5; opacity: .35; animation: snappies-dot 1.2s infinite ease-in-out; }
.snappies-chat-typing .dots i:nth-child(2) { animation-delay: .15s; }
.snappies-chat-typing .dots i:nth-child(3) { animation-delay: .3s; }

@keyframes snappies-dot {
    0%, 80%, 100% { transform: translateY(0); opacity: .35; }
    40% { transform: translateY(-2px); opacity: 1; }
}

.snappies-chat-compose { padding: 12px; border-top: 1px solid #e7e9ef; }
.snappies-chat-compose textarea { width: 100%; border: 1.5px solid #2c8bff; border-radius: 14px; padding: 12px; resize: none; outline: none; background: #f7f8fc; }
.snappies-chat-actions { display: flex; align-items: center; gap: 12px; color: #7a8699; margin-top: 10px; }
.snappies-chat-actions button { margin-left: auto; border: 0; width: 34px; height: 34px; border-radius: 999px; background: #e8ecf4; color: #73839a; font-size: 1rem; }
.snappies-chat-actions button:disabled { opacity: .6; cursor: not-allowed; }

@media (max-width: 576px) {
    .snappies-chat {
        right: 8px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }

    .snappies-contact-action {
        min-width: 152px;
        padding: 8px 12px;
    }

    .snappies-contact-label {
        font-size: .88rem;
    }

    .snappies-chat-panel {
        position: fixed;
        right: 12px;
        left: 12px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        width: calc(100vw - 24px);
        max-width: none;
        margin-right: 0;
        height: min(540px, calc(100vh - 40px));
        z-index: 1056;
    }

    .snappies-chat.open .snappies-contact-dock {
        opacity: 0;
        pointer-events: none;
    }
}

