:root {
    --brand: #684287;
    --brand-light: #7a53a0;
    --bs-border-radius: 12px;
    --bs-border-radius-sm: 12px;
    --bs-border-radius-lg: 12px;
    --bs-border-radius-xl: 12px;
    --bs-border-radius-xxl: 12px;

    --bs-border-radius-pill: 12px;
}

/* Force override anything custom */
.rounded,
.rounded-sm,
.rounded-lg,
.rounded-xl,
.rounded-xxl,
.card,
.btn,
.form-control,
.dropdown-menu,
.modal-content,
.alert,
.badge,
.navbar,
.list-group-item,
.input-group-text,
.pagination .page-link {
    border-radius: 12px !important;
}
body {
    background: #f5f6fb;
    font-family: 'Inter', system-ui, sans-serif;
    color: #333;
    margin: 0;
}

body.cursor-wait,
body.cursor-wait * {
    cursor: progress !important;
}

.content-padding{
    padding-top:20px;
}

.bg-lavender {
  background-color: #f3ecfa; /* soft lavender tone */
}

a {
    text-decoration: none;
}

.link-accent {
  color: #e85ca1;
  font-weight: 600;
  text-decoration: none;
  /* transition: color 0.25s ease; */
}
.link-accent:hover {
  color: #d04b8d;
  text-decoration: underline;
}

/* ---------- SPACING SYSTEM ---------- */
.section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.section-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.section-sm {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.section-title {
  font-weight: 700;
  color: var(--brand);
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-top: 0rem;       /* consistent vertical rhythm */
  margin-bottom: 0rem;  /* balanced gap before content */
}

.section-title-psychics {
  margin-top: 5rem;       /* extra breathing room after filters */
  margin-bottom: 2.5rem;  /* slightly tighter for visual balance */
}

.section-sm.bg-white {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
    padding-top: 6rem !important;   /* top breathing space */
  padding-bottom: 6rem !important; /* bottom spacing */
  margin-left: -50vw;
  margin-right: -50vw;
  background: #fff !important;
  box-shadow: 0 -1px 0 rgba(0,0,0,0.05);
}

/* Uniform horizontal padding for SEO content on mobile */
@media (max-width: 767.98px) {
  .section-sm.bg-white .container {
    padding-left: 1.25rem !important;  /* ~20px */
    padding-right: 1.25rem !important;
  }
    .article-card .col-md-4 {
        padding: 0 !important;
    }

    /* Make the image full width */
    .article-card img {
        width: 100% !important;
        padding: 0 14px;
        height: auto;
        display: block;
        border-radius: 16px !important; /* keep your rounded look */
    }
}

.btn-brand {
  background: var(--brand);
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 24px;
  letter-spacing: .02em;
  box-shadow: 0 4px 12px rgba(104, 66, 135, 0.25);
  transition: background-color .25s ease, box-shadow .25s ease;
}

.btn-brand:hover {
  background: var(--brand-light);
  color: #fff;
  box-shadow: 0 4px 16px rgba(104, 66, 135, 0.35);
}

.btn-outline-primary,
.show > .btn-outline-primary.dropdown-toggle {
  border-color: var(--brand) !important;
  color: var(--brand) !important;
}

.btn-brand-outline-secondary {
    padding: 10px 24px;           /* same padding as btn-brand */
    border-radius: 10px;          /* same radius */
    font-weight: 600;             /* same weight */
    min-width: 95px;
    border-color: #d6d6d6;
    color: #555;
    transition: all 0.25s ease;
}

.btn-brand-outline-secondary :hover {
    background-color: #eee;
    color: #222;
}

.btn-tip {
    padding: 10px 24px;
    border-radius: 10px;
    font-weight: 600;
    min-width: 95px;
    border: 2px solid #28a745; /* green */
    color: #28a745;
    background: #fff;
    transition: all .25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-tip i {
    font-size: 1.1rem;
}

.btn-tip:hover {
    background: #28a745;
    color: #fff;
    box-shadow: 0 4px 14px rgba(40, 167, 69, 0.3);
}

/* Block (red) */
.btn-blocker {
    padding: 10px 24px;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: .02em;
    background: #dc3545;
    color: #fff;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.25);
    transition: background-color .25s ease, box-shadow .25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-blocker:hover {
    background: #c82333;
    box-shadow: 0 4px 16px rgba(220, 53, 69, 0.35);
    color: #fff;
}

/* Unblock (green) */
.btn-unblock {
    padding: 10px 24px;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: .02em;
    background: #28a745;
    color: #fff;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.25);
    transition: background-color .25s ease, box-shadow .25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-unblock:hover {
    background: #218838;
    box-shadow: 0 4px 16px rgba(40, 167, 69, 0.35);
    color: #fff;
}

.btn-brand-danger {
  background: #dc3545; /* base red */
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 24px;
  letter-spacing: .02em;
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.25);
  transition: background-color .25s ease, box-shadow .25s ease;
}

.btn-brand-danger:hover {
  background: #e85a68; /* lighter red */
  color: #fff;
  box-shadow: 0 4px 16px rgba(220, 53, 69, 0.35);
}

/* BUSY (red) */
.btn-brand-busy {
  background: #dc3545;
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 24px;
  letter-spacing: .02em;
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.25);
  transition: background-color .25s ease, box-shadow .25s ease;
}

.btn-brand-busy:hover {
  background: #bb2d3b;
  color: #fff;
  box-shadow: 0 4px 16px rgba(220, 53, 69, 0.35);
}

/* OFFLINE (grey) */
.btn-brand-offline {
  background: #e9ecef;
  border: none;
  color: #6c757d;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 24px;
  letter-spacing: .02em;
  /* box-shadow: 0 4px 12px rgba(108, 117, 125, 0.25); */
  transition: background-color .25s ease, box-shadow .25s ease;
}

.btn-brand-offline:hover {
  background: #d7dbdf;
  color: #6c757d;
  box-shadow: 0 4px 16px rgba(108, 117, 125, 0.35);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.show > .btn-outline-primary.dropdown-toggle:focus {
  background-color: var(--brand) !important;
  border-color: var(--brand) !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* Dropdown menu base */
.dropdown-menu {
  background-color: #f8f9fa !important; /* soft grey */
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08) !important;
}

/* Menu items */
.dropdown-menu .dropdown-item {
  color: #333 !important;
  transition: all 0.25s ease;
}

/* Hover */
.dropdown-menu .dropdown-item:hover {
  background-color: var(--brand-light) !important;
  color: #fff !important;
}

/* Active or selected */
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  background-color: var(--brand) !important;
  color: #fff !important;
}

.btn-spaced {
    margin-bottom: 2rem;
}

.btn-pink {
  background-color: #e85ca1;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  padding: 10px 24px;
  letter-spacing: 0.02em;
  transition: background-color 0.25s ease, transform 0.15s ease;
}

.btn-pink:hover {
  background-color: #d04b8d;
  color: #fff;
}

.btn-pink:active {
  box-shadow: none;
}

.hero {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: linear-gradient(135deg, #fff 60%, #f8eaf3); /* lilac-pink wash */
  text-align: center;
  padding: 90px 20px 100px !important; /* balanced vertical rhythm */
}

.hero h1 {
  color: var(--brand);
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
}

.hero p {
  max-width: 700px;
  margin: 0 auto 1.75rem;
  color: #555;
  font-size: 1.15rem;
  line-height: 1.7;
}

.heading-primary{
    color: var(--brand);
}

.heading-dashboard {
    color: var(--brand);
    margin-bottom: 2.5rem;;
}

.store-badges {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.store-badges img {
    height: 48px;
    margin: 10px;
}

/* Universal badge fix */
.badge,
.label,
.count-badge,
.message-count,
.unread-count {
    background-color: #e60023 !important; /* red */
    color: #fff !important;
    border-radius: 20px !important;
    padding: 2px 8px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    display: inline-block !important;
}

/* --- Search & Filter Section --- */
.search-filter {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  padding: 22px 28px;
  margin-bottom: 2.5rem;
  width: 100%;
}

/* Input, select, button height + spacing */
.search-filter select.form-select,
.search-filter input.form-control,
.search-filter .btn {
  height: 46px;
  font-size: 0.95rem;
  border-radius: 10px;
  padding: 0 14px;
}

.search-filter .btn-outline-secondary,
.search-filter .btn-brand {
    line-height: 1;
    /* ensures vertical centering stays perfect */
}

/* Filter bar (below search) spacing control */
.filter-bar {
  margin-top: 0rem;      /* gap between search and filter */
  margin-bottom: 0rem;    /* gap below filter before psychics */
  padding-top: 0rem;     /* optional internal balance */
  padding-bottom: 0rem;
}

@media (max-width: 767.98px) {
  #searchForm .d-flex {
    flex-wrap: wrap !important;
  }
  #searchForm .d-flex > div {
    width: 100% !important;
  }
  #searchForm .btn {
    width: 100%;
  }
}

/* --- card styles (from card.html) --- */
.psychic-card {
    border: none;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    text-align: center;
    position: relative;
    padding: 28px 24px 32px;
    transition: .25s all ease;
}

.psychic-card:hover {
    transform: none;
    /* remove hover lift */
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.1);
    /* keep a soft shadow */
}

.psychic-card .name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: nowrap;
}

.psychic-card .badges {
  min-height: 28px; /* enough for 1 row of badges */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.badge-live {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #dc3545;
    color: #fff;
    font-weight: 600;
    border-radius: 18px;
    padding: 6px 12px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 6px 14px rgba(220, 53, 69, .3);
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.psychic-card h2 {
    font-weight: 700;
    font-size: 1.35rem;
    margin-top: 16px;
    margin-bottom: 6px;
    color: #212529;
}

.online {
    color: #28a745;
    font-weight: 600;
    font-size: 0.95rem;
}

.rating i {
    color: #ffc107;
}

.rating span {
    color: #6c757d;
    font-weight: 500;
}

/* ===== Pill / Tag styles ===== */

.pill {
    display: block;
    background: #f8f9fa;
    color: #333;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid #e5e5e5;
    transition: background 0.15s, color 0.15s;
}

.pill:hover {
    background: #eee;
    color: #000;
}

.badge-tag {
    display: inline-block;
    font-size: 0.7rem;
    /* slightly smaller */
    font-weight: 600;
    border-radius: 20px;
    padding: 4px 10px;
    /* reduced height */
    color: #fff;
    text-transform: capitalize;
}

/* Primary brand-based pills */
.badge-tag.purple {
    background: #7b4bc4;
    /* your brand purple */
}

/* Soft complementary set for categories */
.badge-tag.blue {
    background: #4c73e6;
    /* cooler blue */
}

.badge-tag.pink {
    background: #e85ca1;
    /* from logo accent pink */
}

.badge-tag.teal {
    background: #3ab9b2;
    /* optional neutral tone for variety */
}

.badge-tag.gold {
    background: #f1b44c;
    /* warm category option */
}

.meta {
    color: #5f6368;
    font-size: 0.95rem;
    line-height: 1.5;
}

.btn-main {
    width: 100%;
    background: #2563eb;
    /* normal bright blue */
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 12px;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: 0 8px 20px rgba(37, 99, 235, .25);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-main:hover {
    background: #153ba8;
    /* noticeably darker royal blue */
    color: #fff !important;
    /* lock text color */
    box-shadow: 0 6px 18px rgba(21, 59, 168, .3);
    /* richer, deeper glow */
}

.online-glow {
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 20px rgba(25, 135, 84, .4);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 rgba(25, 135, 84, .4);
    }

    50% {
        box-shadow: 0 0 10px rgba(25, 135, 84, .5);
    }

    100% {
        box-shadow: 0 0 0 rgba(25, 135, 84, .4);
    }
}

.rate {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 6px;
}

/* Pagination */
.pagination {
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 4rem !important; 
    margin-bottom: 4rem !important; 
}

.pagination .disabled {
  display: none !important; /* hide prev/next when inactive */
}

.pagination .disabled .page-link i {
  opacity: 0.3;
  pointer-events: none;
}

.pagination .page-item {
  margin: 0 !important; /* reset bootstrap margins */
}

.pagination .page-link {
  border-radius: 50% !important;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: var(--brand);
  background: #fff;
  border: 1px solid #ddd;
  transition: all 0.25s ease;
}

.pagination .page-link:hover {
  background-color: var(--brand-light);
  color: #fff !important;
}

.pagination .active .page-link {
  background-color: var(--brand);
  color: #fff !important;
  border-color: var(--brand);
}

.pagination .page-link i {
  font-size: 1rem;
  line-height: 1;
}

/* Testimonials */
.psychic-avatar-wrapper {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.psychic-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.client-avatar-wrapper {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.client-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* .testimonial-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  max-height: 400px;
  overflow: hidden;
} */
.testimonial-item {
  flex: 0 0 400px;      /* fixed width for each card */
  max-width: 400px;     /* prevent expansion */
  min-width: 400px;     /* prevent shrinking */
  margin: 0 auto;       /* center within carousel/grid */
}

.testimonial-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testimonial-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.text-brand {
  color: #684287;
}

.testimonial-section {
  padding-top: 2rem !important;     /* generous top spacing */
  padding-bottom: 4rem !important;  /* equal bottom spacing */
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.testimonial-carousel-btn {
    top: 50% !important;
    transform: translateY(-50%) !important;
    bottom: auto !important;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border: none;
}

.testimonial-carousel-btn:hover {
    background: #f3f3f3;
}

.testimonial-carousel-btn span {
    filter: invert(1) brightness(0);
    width: 18px;
    height: 18px;
}

.testimonial-carousel-btn:hover span {
    filter: invert(1) brightness(10);
}

.testimonial-section .container {
    background: transparent !important;
}

.content-padding .testimonial-section {
    background: transparent !important;
}


.content-padding .testimonial-section {
    background: transparent !important;
}

.content-padding .testimonial-section .container {
    background: transparent !important;
}

.content-padding .testimonial-section .carousel-item {
    background: transparent !important;
}

.content-padding .testimonial-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.content-padding {
    background: transparent !important; /* cleanest fix */
}

.page-bottom-pad {
    padding-bottom: 30px !important;
}

/* Carousel spacing */
.owl-carousel .owl-stage {
  display: flex;
  gap: 1.25rem !important;
}

/* Navigation buttons */
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #684287 !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(104, 66, 135, 0.3);
  transition: all 0.2s ease;
}
.owl-nav button:hover {
  background: #553472 !important;
}
.owl-nav button.owl-prev { left: -60px; }
.owl-nav button.owl-next { right: -60px; }
.owl-nav button span {
  font-size: 1.4rem;
  line-height: 1;
}

/* Reduce gap below carousel */
.testimonial-section .owl-carousel {
  margin-bottom: 1.5rem !important;
}

.testimonial-section .card{
  min-height:360px;
  max-height:380px;
  width:400px;                 /* fixed visual width so short text doesn't shrink */
  border-radius:16px;
}

@media (max-width: 767.98px) {
  /* show only first card inside each slide */
  .testimonial-section .carousel-item .col-md-6,
  .testimonial-section .carousel-item .col-lg-4 {
    display: none !important;
  }

  .testimonial-section .carousel-item .col-md-6:first-child,
  .testimonial-section .carousel-item .col-lg-4:first-child {
    display: flex !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  /* center the single card */
  .testimonial-section .carousel-item .row {
    justify-content: center !important;
  }
}

/* === Fix for testimonial cards being cut off === */
#testimonialCarousel .carousel-inner {
    overflow: visible !important;
}

.testimonial-section .container {
    overflow: visible;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1) brightness(10);
  width: 1.25rem;
  height: 1.25rem;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: linear-gradient(145deg, #7a53a0, #684287);
}

/* ===== Footer refined vertical spacing ===== */
footer {
  background: #1d1525;
  color: #ccc;
  margin-top: 5rem;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

/* Headings & links */
.footer-menu h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 1.25rem !important; /* space below each heading */
}

footer ul li + li {
  margin-top: 0.6rem; /* ~10px vertical spacing between links */
}


footer a {
    color: #ccc;
    transition: color 0.25s ease;
}

footer a:hover {
    color: #fff;
}

/* Vertical gap between links inside lists */
footer ul li+li {
    margin-top: 0.6rem;
    /* ~10px gap between links */
}

/* Space between top link columns and bottom CTA block */
footer .row {
  margin-bottom: 3rem !important;
}

/* CTA section spacing */
footer .text-center h5 {
    margin-bottom: 2rem;
    /* more breathing room below headline */
}

footer .text-center .btn {
    margin-bottom: 2rem;
    /* balanced spacing below button */
}

footer .social {
    margin-bottom: 2rem;
    /* equal spacing before copyright */
}

footer p.small {
    margin-top: 1.5rem;
    /* ensure copyright isn't glued to icons */
}

.footer-menu .row > [class*="col-"] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu ul li {
  margin-bottom: 0.6rem; /* vertical spacing between items */
}

.footer-menu ul li a {
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  transition: color 0.25s ease;
}

.footer-menu ul li a:hover {
  color: #fff;
}

/* Adds breathing room between footer columns */
.footer-menu .col-md-3 {
  margin-bottom: 2rem;
}

.social a {
    font-size: 20px;
    margin: 0 8px;
    color: #ccc;
}

.social a:hover {
    color: #fff;
}

/* ===== Mobile-specific fixes ===== */
@media (max-width: 767.98px) {

    /* Show exactly one card per slide by allowing wrapping */
    .testimonial-section .carousel-inner .row {
        flex-wrap: wrap !important;
        overflow: visible !important;
    }

    /* Controls visible and inside edges */
    #testimonialCarousel .carousel-control-prev {
        left: 8px !important;
    }

    #testimonialCarousel .carousel-control-next {
        right: 8px !important;
    }
}

/* Tablet tweaks */
@media (min-width: 768px) and (max-width: 991.98px) {
    #testimonialCarousel .carousel-control-prev {
        left: 12px !important;
    }

    #testimonialCarousel .carousel-control-next {
        right: 12px !important;
    }
}


/* ===== Chevron position refinement ===== */
@media (min-width: 992px) {
    #testimonialCarousel .carousel-control-prev {
        left: -70px !important;
    }

    #testimonialCarousel .carousel-control-next {
        right: -70px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #testimonialCarousel .carousel-control-prev {
        left: 10px !important;
    }

    #testimonialCarousel .carousel-control-next {
        right: 10px !important;
    }
}

@media (max-width: 767.98px) {
    #testimonialCarousel .carousel-control-prev {
        left: 6px !important;
    }

    #testimonialCarousel .carousel-control-next {
        right: 6px !important;
    }

    .page-pane {
        padding-left: 1rem;   /* 16px */
        padding-right: 1rem;  /* 16px */
    }
}

/* ===== Enhancements pass ===== */
.navbar {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08); /* soft but visible divider */
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); /* crisp fallback line */

  margin-bottom: 0;
    border-radius: 0 !important;
}

.navbar-sticky {
    position: sticky;
    top: 0;
    z-index: 1030;
    transition: box-shadow .25s ease;
}

.navbar-sticky.stuck {
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.search-filter {
    border-bottom: 1px solid #eee;
}

.search-summary {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  font-size: 0.95rem;
  color: #555;
}
.search-summary .text-brand {
  color: var(--brand);
  font-weight: 600;
}

#seo-content {
    padding-top: 5rem;
}

.psychic-card {
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06) !important;
}

.psychic-card .avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 10px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, .15);
}

.badge-live {
    box-shadow: 0 0 8px rgba(220, 53, 69, .5);
}

.meta {
    font-size: .9rem;
}

footer {
    background: #1d1525;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Utility */
.btn-spaced {
    margin-bottom: 2rem !important;
}


/* Breadcrumb Styling */
.breadcrumb {
  background: transparent;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #aaa; /* softer separator */
  padding: 0 6px;
}

.breadcrumb-item a {
  color: #684287; /* your purple brand color */
  font-weight: 600;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
  color: #e85ca1; /* your pink hover accent */
}

.breadcrumb-item.active {
  color: #444; /* subtle grey for current page */
  font-weight: 500;
}


.page-title {
  color: var(--brand, #684287);
  letter-spacing: -0.01em;
  line-height: 1.25;
  text-align: center;
}

.page-content {
  color: #444;
  font-size: 1.05rem;
  line-height: 1.7;
  text-align: left;
}

.page-header {
    text-align: center;
  /* background-color: #f9f7fb; 
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); */
}

.text-brand { color: var(--brand, #684287); }

.star-rating {
  background: url('/images/star-outline.svg') repeat-x;
}
.star-rating .rating-stars {
  background: url('/images/star-filled.svg') repeat-x;
  height: 18px;
}

.service-card {
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.service-card:hover {
  transform: none !important;         /* stop vertical jump */
  box-shadow: 0 6px 18px rgba(0,0,0,0.08); /* keep nice hover shadow */
}

/* Brand button color override */
.btn-primary {
  background-color: #684287 !important;
  border-color: #684287 !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #553172 !important;
  border-color: #553172 !important;
}

.btn-primary:active {
  background-color: #4a2964 !important;
  border-color: #4a2964 !important;
}

.btn-outline-primary {
  color: #684287 !important;
  border-color: #684287 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #684287 !important;
  color: #fff !important;
}

/* Full-width white section (bypasses container limits safely) */
.section-fluid-white {
  background: #fff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.article-card {
    border-radius: 16px;
    transition: box-shadow .25s ease, transform .25s ease;
    background: #fff;
}
.article-card:hover {
    transform: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.article-thumb {
    border-radius: 14px;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.article-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--brand);
    text-decoration: none;
}
.article-title:hover {
    color: var(--brand-light);
}

.article-excerpt {
    color: #555;
    font-size: 0.96rem;
    line-height: 1.55;
    max-width: 95%;
}

.article-meta {
    font-size: 0.85rem;
    color: #777;
}


.card {
    border-radius: 16px;
}

.badge {
    font-size: .95rem;
    font-weight: 500;
}

.operator-view p {
    line-height: 1.6;
}

/* BASE BADGE STYLE */
.badge-common {
    display: inline-block;
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 20px;
    line-height: 1;
    color: #fff;
}

/* COLORS */
.badge-tag-gold {
    background: linear-gradient(135deg, #EFCB68, #D4A53A);
    color: #000;
}

.badge-tag-purple {
    background: #6A3EA1;
}

.badge-tag-blue {
    background: #2693FF;
}

.badge-tag-orange {
    background: #FF7A29;
}

.badge-tag-gray {
    background: #6c757d;
}

.error-placeholder {
    min-height: 22px;    /* enough space for one small error line */
    display: block;
}

.error-box {
    height: 28px;          /* FIXED, DOES NOT CHANGE */
    display: flex;
    align-items: flex-start;
}

.error-box .help-block {
    margin: 0;             /* prevent spacing */
    font-size: 13px;
    line-height: 14px;
}

/* Overlay Container */
.live-player .live-overlay {
    position: absolute;
    inset: 0;
    z-index: 20;
    pointer-events: none;
}

/* LIVE badge top-left */
.live-player .live-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #dc3545;
    color: #fff;
    padding: 4px 12px;
    font-size: 13px;
    border-radius: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    pointer-events: auto;
}

/* Earnings (below LIVE badge) */
.live-player .earnings-caption {
    position: absolute;
    top: 48px;
    left: 12px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    pointer-events: auto;
}

/* Speaker top-right */
.live-player .speaker-toggle {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: #ffffffd1;
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 25;
    pointer-events: auto;
}

/* View count bottom-right */
.live-player .viewer-count {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0,0,0,0.65);
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 4px;
    pointer-events: auto;
}

/* Live ended overlay */
.live-player .live-ended {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.85);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 30;
    border-radius: inherit;
}

/* Left menu active/highlight */
.list-group-item.active {
    background-color: var(--brand) !important;   /* brand colour */
    border-color: var(--brand) !important;
    color: #fff !important;
    font-weight: 600;
}

/* Hover */
.list-group-item:hover {
    background-color: #f4e8ff;
    color: var(--brand);
}

.social-icon {
    border-radius: 50%;
    background-color: #684287;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
    text-decoration: none;
}

.social-icon:hover {
    background-color: #56336d;
    color: #fff;
}

.card-pay-btn {
    height: 56px !important;           /* EXACT PayPal visual height */
    border-radius: 4px !important;     /* Same as PayPal */
    background-color: #684287 !important;
    border: 2px solid #684287 !important;
    color: #fff !important;
    font-size: 17px;
    font-weight: 500;

    display: flex;
    align-items: center;               /* centered like PayPal */
    justify-content: center;
    gap: 10px;

    padding: 0 !important;             /* PayPal has no padding */
    transition: all .2s ease-in-out;
}

.card-pay-btn:hover {
    background-color: #54306B !important;
    border-color: #54306B !important;
    color: #fff !important;
}

.card-icons i {
    font-size: 24px;                    /* visually matches PayPal logo size */
    line-height: 1;
}

.redeem-btn {
    height: 56px !important;             /* exact paypal height */
    border-radius: 4px !important;       /* same paypal radius */
    border: 2px solid #684287 !important;
    background: #fff !important;         /* NOT filled */
    color: #684287 !important;

    font-size: 17px;
    font-weight: 500;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all .2s ease-in-out;
    padding: 0 !important;               /* matches paypal */
}

.redeem-btn:hover {
    background: #684287 !important;
    color: #fff !important;
    border-color: #684287 !important;
}

/* Modern vertical sidebar nav for account section */

/* Outer sidebar block matches right-pane card */
/* OUTER LEFT SIDEBAR CONTAINER */
#slide-menu-collapse {
    background: #fff;
    padding: 18px 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Vertical menu layout */
.list-group {
    display: flex;
    flex-direction: column;
    gap: 8px; /* consistent spacing */
}

/* Menu items */
.list-group-item {
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: var(--rounded-global) !important;
    padding: 12px 16px !important;
    font-weight: 500;
    color: #333 !important;
    transition: background .15s ease, box-shadow .15s ease, color .15s ease;
}

/* Hover */
.list-group-item:hover {
    background: #f8f6fb !important; /* subtle brand-tinted hover */
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

/* Active item */
.list-group-item.active {
    background: #684287 !important;
    border-color: #684287 !important;
    color: #fff !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 4px rgba(104,66,135,0.25);
}

/* Badge inside items */
.list-group-item .badge {
    background-color: #dc3545 !important; /* red */
    color: #fff !important;              /* white text */
    border-radius: 10rem;
    font-size: 0.75rem;
    padding: 0.35em 0.6em;
    margin-left: 6px;
}
.list-group-item-action.active {
    background-color: var(--brand, #684287) !important;
    color: #fff !important;
}

/* Force rounded on first/last (not needed with gap, but harmless) */
.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: var(--rounded-global) !important;
}

/* Hide old sr-only text */
.button-toggle .sr-only {
    display: none !important;
}

/* New mobile menu toggle */
.account-menu-toggle {
    background: #fff;
    border: 1px solid #ddd;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 12px;
}

.account-menu-toggle i {
    font-size: 26px;
    color: #684287;
}

/* Mobile sidebar fixes */
#slide-menu-collapse {
    border-radius: 12px;
    padding: 12px;
}

/* Ensure menu shows above content */
#slide-menu-collapse.collapse.show {
    z-index: 1000;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Only style badges inside account sidebar menu */
#slide-menu-collapse .badge {
    background-color: #dc3545 !important;
    color: #fff !important;
    border-radius: 10rem;
    font-size: 0.75rem;
    padding: 0.35em 0.6em;
    margin-left: 6px;
}

/* Reset badges everywhere else (so specializations go back to normal) */
.specializations .badge,
.badge.bg-light {
    background-color: #f8f9fa !important;
    color: #212529 !important;
}

/* Fix layout spacing in mobile */
@media (max-width: 767px) {
    .content-padding {
        padding-top: 10px !important;
    }

    nav.breadcrumb {
        margin-bottom: 0 !important;
    }

    .account-pane-wrapper {
        padding-top: 10px !important;
    }
}

.account-inner-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    transition: box-shadow .15s ease, border-color .15s ease;
}

.account-inner-card:hover {
    border-color: #c9b3ff;
    box-shadow: 0 0 0 3px rgba(150, 80, 255, 0.15);
}

/* Fix textarea font + height */
#chatMessage {
    font-size: 0.95rem !important;
    line-height: 1.3;
    padding-top: 10px;
    min-height: 48px;
}

.chat-message {
    padding: 10px 14px;
    background: #fff;
    border-radius: var(--rounded-global);
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

#chatBody::-webkit-scrollbar {
    width: 6px;
}

#chatBody::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

/* Add spacing between icons and send button */
.chat-input-icon {
    margin-left: 0.5rem !important;
}

.chat-separator  {
    border: 0;
    border-top: 1px solid #eaeaea;
}

/* Prevent wrapping */
.chat-input-group {
    white-space: nowrap;
}

/* Fix textarea size so icons stay on same row */
.chat-textarea {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    font-size: 1rem;
}

/* Equal size icon buttons */
.chat-icon-btn {
    width: 48px !important;
    height: 48px !important;
    margin-left: 6px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#chat-form .btn-emoji,
#chat-form .btn-attachment,
#chat-form .btn-recording {
    width: 46px;
    height: 46px;
    padding: 0;
    border-radius: 10px;
    border: 1px solid var(--bs-border-color, #d0d5dd);
    background-color: #fff;
    color: #495057;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

#chat-form .btn-emoji:hover,
#chat-form .btn-attachment:hover,
#chat-form .btn-recording:hover,
#chat-form .btn-emoji:focus,
#chat-form .btn-attachment:focus,
#chat-form .btn-recording:focus {
    background-color: #f8f9fa;
    border-color: var(--brand-light);
    color: #2b2b2b;
    box-shadow: 0 0 0 0.15rem rgba(104, 66, 135, 0.2);
}

#chat-form .btn-emoji:disabled,
#chat-form .btn-attachment:disabled,
#chat-form .btn-recording:disabled {
    background-color: #f1f3f5;
    color: #adb5bd;
    border-color: #e2e6ea;
    box-shadow: none;
}

#chat-form .btn-emoji span,
#chat-form .btn-attachment span,
#chat-form .btn-recording span {
    font-size: 1.15rem;
    line-height: 1;
    font-family: "bootstrap-icons" !important;
    font-weight: normal;
    display: inline-flex;
}

#chat-form .btn-emoji span::before {
    content: "\f327";
}

#chat-form .btn-attachment span::before {
    content: "\f4b3";
}

#chat-form .btn-recording span::before {
    content: "\f490";
}

#chat-form .btn-emoji,
#chat-form .btn-attachment,
#chat-form .btn-recording,
#chat-form .btn-send {
    margin-left: 0.5rem;
}

#chat-form .btn-emoji {
    margin-left: 0.75rem;
}

#chat-form .btn-send {
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(104, 66, 135, 0.25);
}

#chat-form .btn-send.disabled {
    box-shadow: none;
    opacity: 0.65;
}

/* Send button */
.chat-send-btn {
    margin-left: 0.5rem !important;
    height: 48px !important;
    border-radius: 10px !important;
}

.emojionearea,
.emojionearea.form-control {
    width: auto !important;
    flex-grow: 1 !important;
}

.emojionearea-editor {
    min-height: 40px !important;
    padding-top: 8px !important;
}

.account-card {
    border: 1px solid #dcdcdc !important;
    border-radius: 0.65rem !important;
    transition: box-shadow .15s ease, border-color .15s ease, background-color .15s ease !important;
}

.account-card:hover {
    background-color: #ffe6f2 !important;
    border-color: #ffa3cf !important;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08) !important;
}

.account-card-unread {
    background-color: #f4f0ff !important;
    border-color: #d4c7ff !important;
    box-shadow: 0 0.35rem 1.25rem rgba(104, 66, 135, 0.15) !important;
}

.account-card-unread:hover {
    background-color: #ede4ff !important;
    border-color: #bda7ff !important;
}
.account-card .truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-user-view .chat-header a {
    color: var(--brand) !important;
    font-weight: 600;
}

.app-user-view .chat-header a:hover {
    text-decoration: underline;
}

.chat-primary-header {
    background-color: var(--brand) !important;
    border-color: var(--brand) !important;
}

.chat-wrapper {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    overflow-y: auto;
    transition: none;
}

.chat-avatar {
    border-radius: 50% !important;
}

.status-indicator {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #fff;
}

.status-dot {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    display: inline-block;
}

.status-online .status-dot {
    background-color: #28a745;
}

.status-online .status-label {
    color: #9ef0b7;
}

.status-offline .status-dot {
    background-color: #adb5bd;
}

.status-offline .status-label {
    color: #ced4da;
}

.status-busy .status-dot,
.status-away .status-dot {
    background-color: #dc3545;
}

.status-busy .status-label,
.status-away .status-label {
    color: #ffb3b3;
}

.app-user-view .chat-header a.text-white {
    color: #fff !important;
}


#recording-content {
    padding: 10px;
    position: relative;
}

#recordContainer {
    text-align: center;
}

#recordTime {
    padding-bottom: 10px;
}

#recordCircle {
    margin: 0 auto;
    font-weight: 700;
    cursor: pointer;
    width: 80px;
    height: 80px;
    text-align: center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #684287;
    color: #fff;
}

.startRecord {}

.stopRecord {}

#recordText {
    padding-top: 32px;
}

.circle-audio-player {
    display: block;
    cursor: pointer;
}

.delete-recording {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.audio-container {
    padding: 5px 0px;
}

.thumbnail {
    width: 200px;
    margin-top: 10px;
}

.bootbox .modal-header .close {
    display: none !important;
}

.bootbox .btn-primary {
    background: var(--brand) !important;
    border-color: var(--brand) !important;
    color: #fff !important;
    border-radius: 12px !important;
    padding: 10px 18px !important;
    font-weight: 600;
}

.bootbox .btn-secondary {
    background: transparent !important;
    color: var(--brand) !important;
    border: 2px solid var(--brand) !important;
    border-radius: 12px !important;
    padding: 10px 18px !important;
    font-weight: 600;
}

.call-avatar-lg {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.local-preview {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 160px;
    height: 120px;
    z-index: 9999;

    /* optional style */
    border-radius: 8px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
}

@media (max-width: 768px) {
    .local-preview {
        width: 120px;
        height: 90px;
        bottom: 8px;
        right: 8px;
    }
}

.bg-brand-soft {
    background: rgba(104,66,135,0.08);
}

#callEndStats .card-body {
    background: #d9f7d9 !important;
    border-left: 5px solid #2ecc71 !important;
    color: #145c1c !important;
}

/* Default tab link color */
.nav-tabs .nav-link {
    color: var(--brand-color) !important;
}

/* Hover */
.nav-tabs .nav-link:hover {
    color: var(--brand-color) !important;
}

/* Active tab */
.nav-tabs .nav-link.active {
    color: var(--brand-color) !important;
    font-weight: 600;
}

.loading-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.spinner-border.text-brand {
    color: var(--brand-color);
}