/*
 * Theme Override — White + Purple/Pink brand
 * Primary : #9d11cf
 * Secondary: #b4386e
 * Loaded after style.css — only overrides background, text, and border colours.
 */

/* ── CSS Variables ──────────────────────────────────── */
:root {
  --primary_color  : #9d11cf;
  --secondary_color: #b4386e;
}

/* ── Base / Body ─────────────────────────────────────── */
body {
  background-color: #ffffff;
  color: #555555;
}

/* ── Page Loader ────────────────────────────────────── */
.page-loader {
  background: #ffffff;
}
.page-loader .bounceball:before {
  background-color: var(--primary_color);
}

/* ── Subtitle badge ──────────────────────────────────── */
.subtitle {
  color: #1a1a2e;
  border-color: #dde0e8;
}

/* ── Section Headers ─────────────────────────────────── */
.section-header h1 {
  color: #1a1a2e;
}

/* ── Theme Button (previously black text on green) ────── */
.theme-btn {
  color: #ffffff;
}
.theme-btn:hover {
  color: var(--primary_color);
}

/* ── Icon Menu (hamburger) ───────────────────────────── */
.icon-menu {
  background: #ffffff;
  border-color: #dde0e8;
}
.icon-menu span {
  background: #1a1a2e;
}
.home1-page .icon-menu,
.home5-page .icon-menu,
.home6-page .icon-menu {
  background: #ffffff;
}

/* ── Sidebar Navigation Menu (floating pill) ────────── */
.menu {
  background: #ffffff;
  border-color: #dde0e8;
}
.menu li .scroll-to,
.menu li a {
  color: #888888;
}
.menu li .scroll-to span,
.menu li a span {
  background: #1a1a2e;
  color: #ffffff;
}
.menu li .scroll-to span::before,
.menu li a span::before {
  background: #1a1a2e;
}
.home1-page .menu,
.home5-page .menu,
.home6-page .menu {
  background: #ffffff;
}

/* ── Responsive Sidebar Menu ─────────────────────────── */
.responsive-sidebar-menu .sidebar-menu-inner {
  background: #f8f4ff;
}
.responsive-sidebar-menu .sidebar-menu-inner .menu-wrap .menu li a span {
  color: #555555;
}
.responsive-sidebar-menu .sidebar-menu-inner .menu-wrap .menu li a.active span {
  color: #1a1a2e;
}
.responsive-sidebar-menu .sidebar-menu-inner .sidebar-social ul li a {
  color: #777777;
}

/* ── Global Color Panel ───────────────────────────────── */
.global-color .setting-toggle {
  background: #ffffff;
}
.global-color .inner .global-color-option {
  background: #f8f4ff;
}
.global-color .inner .global-color-option h2 {
  color: #1a1a2e;
}
.global-color .inner .global-color-option .global-color-option-inner p {
  color: #1a1a2e;
}
.global-color .inner .global-color-option .global-color-option-inner .themes li a {
  color: #1a1a2e;
}
.global-color .inner .global-color-option .global-color-option-inner .themes li a::before {
  background: #1a1a2e;
}
.global-color .inner .global-color-option .close-settings {
  color: #1a1a2e;
}

/* ── Header ───────────────────────────────────────────── */
.header-area {
  background: #ffffff;
}
.header-area nav .nav-menu li a {
  color: #1a1a2e;
}
.header-area nav .nav-menu li .dropdown {
  background: #ffffff;
  box-shadow: 0 6px 24px rgba(157,17,207,.12);
}
.header-area .header-right .show-menu-toggle {
  color: #1a1a2e;
  border-color: rgba(26,26,46,.25);
}
.header-area nav .close-menu {
  color: #1a1a2e;
}

/* Mobile nav panel */
@media (max-width: 767px) {
  .header-area .header-right nav {
    background: #f8f4ff;
  }
}

/* ── Left Sidebar ─────────────────────────────────────── */
.left-sidebar {
  border-color: #dde0e8;
}
.left-sidebar h2 {
  color: #1a1a2e;
}
.left-sidebar .sidebar-header .designation {
  color: #555555;
}
.left-sidebar .social-profile li a {
  border-color: #dde0e8;
  color: #777777;
}
.left-sidebar .copyright {
  color: #888888;
}
.left-sidebar .address {
  color: #555555;
}

/* Bottom sidebar (home page variant) */
.bottom-sidebar .social-profile li a {
  border-color: #dde0e8;
  color: #777777;
}
.bottom-sidebar .copyright {
  color: #888888;
}

/* ── Hero Section ─────────────────────────────────────── */
.hero-section .hero-content h1 {
  color: #1a1a2e;
}
.hero-section .hero-content > p {
  color: #555555;
}
.hero-section .hero-content .go-to-project-btn {
  border-color: #dde0e8;
}

/* ── Resume ───────────────────────────────────────────── */
.resume-area .resume-content .resume-timeline .item::after {
  background: #e0e0e8;
}
.resume-area .resume-content .resume-timeline .item::before {
  background: #bbb8cc;
}
.resume-area .resume-content .resume-timeline .item h2 {
  color: #1a1a2e;
}
.resume-area .resume-content .resume-timeline .item h2 a {
  color: #1a1a2e;
}
.resume-area .resume-content .resume-timeline .item p {
  color: #777777;
}

/* ── Services ─────────────────────────────────────────── */
.services-items .service-item {
  border-color: #dde0e8;
}
.services-items .service-item h2 {
  color: #1a1a2e;
}
.services-items .service-item h2 a {
  color: #1a1a2e;
}
.services-items .service-item p {
  color: #777777;
}
.services-items .service-item .projects {
  color: #1a1a2e;
}

/* ── Skills ───────────────────────────────────────────── */
.skills .skill .skill-inner {
  border-color: #dde0e8;
}
.skills .skill p {
  color: #1a1a2e;
}

/* ── Achievements ─────────────────────────────────────── */
.achievements .achievement .achievement-inner img {
  border-color: #dde0e8;
}
.achievements .achievement p {
  color: #1a1a2e;
}

/* ── Portfolio ────────────────────────────────────────── */
.portfolio-items h2 a {
  color: #1a1a2e;
}
.portfolio-items h2 a:hover {
  border-color: #1a1a2e;
}
.portfolio-items .portfolio-item:hover .portfolio-item-inner .portfolio-categories li a {
  background: #1a1a2e;
  color: #ffffff;
}

/* Case study button: white text on purple */
.case-study-btn {
  color: #ffffff !important;
}
.case-study-btn:hover {
  color: var(--primary_color) !important;
}

/* ── Testimonials ─────────────────────────────────────── */
.testimonial-item .testimonial-item-inner {
  border-color: #dde0e8;
}
.testimonial-item .testimonial-item-inner .author h3 {
  color: #1a1a2e;
}
.testimonial-item .testimonial-item-inner > p {
  color: #333333;
}
.testimonial-item .testimonial-item-inner .project-btn {
  color: #1a1a2e;
}
.testimonial-area .testimonial-slider-wrap .testimonial-footer-nav .testimonial-nav button {
  border-color: #dde0e8;
  color: #555555;
}
.testimonial-area .testimonial-slider-wrap .testimonial-footer-nav .testimonial-nav #testimonial-slide-count .left {
  color: #1a1a2e;
}

/* ── Clients ──────────────────────────────────────────── */
.clients-logos h4 {
  color: #555555;
}

/* ── Pricing Table ────────────────────────────────────── */
.pricing-table-items .pricing-table {
  border-color: #dde0e8;
}
.pricing-table-items .pricing-table .pricing-table-header {
  border-bottom-color: #e0dce8;
}
.pricing-table-items .pricing-table .pricing-table-header h4 {
  color: #1a1a2e;
}
.pricing-table-items .pricing-table .pricing-table-header h1 span {
  color: #888888;
}
.pricing-table-items .pricing-table ul li {
  color: #555555;
}
.pricing-table-items .info {
  color: #555555;
}

/* ── Blog Cards (homepage) ────────────────────────────── */
.blog-table-items .blog-table {
  border-color: #dde0e8;
}
.blog-table-items .blog-table .blog-table-header {
  border-bottom-color: #e0dce8;
}
.blog-table-items .blog-table .blog-table-header h1 span {
  color: #888888;
}
.blog-table-items .blog-table ul li {
  color: #555555;
}
.blog-table-items .info {
  color: #555555;
}
.blog-table-items .blog-table .blog-table-desc {
  color: #666666;
}

/* ── Contact Form ─────────────────────────────────────── */
.contact-area .contact-content h3 {
  color: #1a1a2e;
}
.contact-area .contact-content .contact-form .input-group label {
  color: #1a1a2e;
}
.contact-area .contact-content .contact-form .input-group label span {
  color: #888888;
}
.contact-area .contact-content .contact-form .input-group select,
.contact-area .contact-content .contact-form .input-group textarea,
.contact-area .contact-content .contact-form .input-group input {
  color: #333333;
}
.contact-area .contact-content .contact-form .input-group textarea {
  border-bottom-color: #dde0e8;
}
.contact-area .contact-content .contact-form .input-group textarea::placeholder,
.contact-area .contact-content .contact-form .input-group input::placeholder {
  color: #aaaaaa;
}

/* ── Breadcrumb ───────────────────────────────────────── */
.breadcrumb-area {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
}
.breadcrumb-area .breadcrumb-content h1 {
  color: #ffffff;
}
.breadcrumb-area .breadcrumb-content .breadcrumbs li {
  color: rgba(255,255,255,.8);
}
.breadcrumb-area .breadcrumb-content .breadcrumbs li a {
  color: #ffffff;
}

/* ── Blog List Page ───────────────────────────────────── */
.blog-item .meta li a {
  color: #555555;
}
.blog-item .blog-item-content h1 a {
  color: #1a1a2e;
}
.blog-item .blog-item-content .read-more-btn {
  color: #1a1a2e;
}
.blog-item .blog-item-content .read-more-btn:hover {
  color: var(--primary_color);
  border-color: var(--primary_color);
}

/* ── Blog Sidebar ─────────────────────────────────────── */
.blog-sidebar .blog-sidebar-item {
  background: #f8f4ff;
}
.blog-sidebar .blog-sidebar-item h3 {
  color: #1a1a2e;
}
.blog-sidebar .blog-sidebar-item ul li {
  border-bottom-color: #dde0e8;
}
.blog-sidebar .blog-sidebar-item ul li a {
  color: #555555;
}
.blog-sidebar .blog-sidebar-item.blog-tags ul li a {
  background: #1a1a2e;
  color: #ffffff;
}
.blog-sidebar .blog-sidebar-item.blog-tags ul li a:hover {
  background: var(--primary_color);
  color: #ffffff;
}
.search-form input {
  background: #f8f4ff;
  color: #1a1a2e;
  border-color: #dde0e8;
}
.search-form button {
  color: #555555;
}

/* ── Blog Details ─────────────────────────────────────── */
.blog-details-area .blog-details-content p {
  color: #555555;
}
.blog-details-area .blog-details-content h3 {
  color: #1a1a2e;
}
.blog-details-area .blog-details-content .lists li::before {
  background: #888888;
}
.blog-details-area .blog-details-content .tags li a {
  background: #1a1a2e;
  color: #ffffff;
}
.blog-details-area .blog-details-content .tags li a:hover {
  background: var(--primary_color);
  color: #ffffff;
}

/* ── Blog Style 2 meta bar ────────────────────────────── */
.blog-item2 .meta {
  background: #f8f4ff;
}
.blog-item2 .meta li a {
  color: #777777;
}
.blog-item2 .meta li a:hover {
  color: #1a1a2e;
}

/* ── Comments ─────────────────────────────────────────── */
.comments-area h3 {
  color: #1a1a2e;
}
.comments-area .comments .comments-list .comment-item .comment-body .comment-content h4 {
  color: #1a1a2e;
}
.comments-area .comments .comments-list .comment-item .comment-body .comment-content p {
  color: #777777;
}
.comments-area .comments .children {
  border-top-color: #dde0e8;
}

/* ── Comment Form ─────────────────────────────────────── */
.comment-form h3 {
  color: #1a1a2e;
}
.comment-form form .input-group input,
.comment-form form .input-group textarea {
  color: #333333;
}
.comment-form form .input-group textarea {
  border-bottom-color: #dde0e8;
}

/* ── Footer ───────────────────────────────────────────── */
.footer-area {
  background: #f8f4ff;
}
.footer-area .footer-widget-item h3 {
  color: #1a1a2e;
}
.footer-area .footer-widget-item p {
  color: #666666;
}
.footer-area .footer-widget-item .social-links li a {
  color: #888888;
}
.footer-area .footer-widget-item .social-links li a:hover {
  color: #1a1a2e;
}
.footer-area .footer-widget-item.footer-links ul li a {
  color: #666666;
}
.footer-area .footer-widget-item.footer-links ul li a:hover {
  color: #1a1a2e;
}
.footer-area .footer-widget-item.footer-contact-widget ul li .title {
  color: #1a1a2e;
}
.footer-area .footer-widget-item.footer-contact-widget ul li .sub-title {
  color: #666666;
}

/* ── Calendar (booking page) ─────────────────────────── */
.fc-timegrid-slot-label-cushion {
  color: #555555;
}

/* ════════════════════════════════════════════════════════
   GRADIENT ACCENTS
   ════════════════════════════════════════════════════════ */

/* ── Gradient helper ─────────────────────────────────── */
.grad-text {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Gradient Buttons ────────────────────────────────── */
.theme-btn {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
  border-color: #b4386e;
  color: #ffffff;
}
.theme-btn:hover {
  background: linear-gradient(135deg, #b4386e, #9d11cf);
  color: #ffffff;
  border-color: #9d11cf;
}

.case-study-btn {
  background: linear-gradient(135deg, #9d11cf, #b4386e) !important;
  border-color: #b4386e !important;
  color: #ffffff !important;
}
.case-study-btn:hover {
  background: none !important;
  color: #9d11cf !important;
  border-color: #9d11cf !important;
}

/* ── Gradient Text — Hero ────────────────────────────── */
.hero-section .hero-content h1 span,
.hero-section .hero-content h4 span {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-section .hero-content .facts h1 {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Gradient Text — Section Headers ─────────────────── */
.section-header h1 span {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Gradient Text — About ───────────────────────────── */
.about-area .about-title {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}
.about-area .about-description span,
.about-area .about-description strong {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-area .about-description a {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Gradient Text — Primary text utility ────────────── */
.primary-text {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

/* ── Gradient Text — Skills & Achievements numbers ──── */
.skills .skill .skill-inner h1,
.achievements .achievement .achievement-inner h1 {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Gradient Text — Pricing & Blog card headings ────── */
.pricing-table-items .pricing-table .pricing-table-header h1,
.blog-table-items .blog-table .blog-table-header h6,
.blog-table-items .blog-table .blog-table-header h1 {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Gradient Text — Blog meta icon ─────────────────── */
.blog-item .meta li a i {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Gradient Text — Comment date ───────────────────── */
.comments-area .comments .comments-list .comment-item .comment-body .comment-content h4 .date {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.comments-area .comments .comments-list .comment-item .comment-body .comment-content h4 .date::before {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
}

/* ── Gradient Text — Services service icon ───────────── */
.services-items .service-item i {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Gradient Border — Read more btn underline ────────── */
.blog-item .blog-item-content .read-more-btn {
  border-bottom-color: #9d11cf;
}

/* ── Gradient — Resume timeline dot hover ────────────── */
.resume-area .resume-content .resume-timeline .item:hover::before {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
}

/* ── Gradient — Testimonial stars ───────────────────── */
.testimonial-item .testimonial-item-inner .testimonial-stars .la {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ════════════════════════════════════════════════════════
   FONT SIZE INCREASES  (+2 px small · +4 px large)
   ════════════════════════════════════════════════════════ */

/* Body base */
body { font-size: 18px; }

/* ── Tiny labels / badges (12-13 px → +2) ────────────── */
.subtitle                                        { font-size: 14px; }
.menu li .scroll-to span, .menu li a span        { font-size: 14px; }
.services-items .service-item .projects          { font-size: 14px; }
.case-study-btn                                  { font-size: 14px; }
.contact-area .contact-content .contact-form .input-group label { font-size: 14px; }
.blog-item2 .meta li                             { font-size: 14px; }
.resume-area .resume-content .resume-timeline .item p { font-size: 15px; }
.testimonial-item .testimonial-item-inner .author p   { font-size: 15px; }
.pricing-table-items .pricing-table .pricing-table-header .top p { font-size: 15px; }
.blog-table-items .blog-table .blog-table-header .top p          { font-size: 15px; }

/* ── Small body copy (14-16 px → +2) ─────────────────── */
.left-sidebar .sidebar-header .designation  { font-size: 16px; }
.left-sidebar .copyright                    { font-size: 16px; }
.left-sidebar h4                            { font-size: 18px; }
.hero-section .hero-content .facts p        { font-size: 16px; }
.services-items .service-item p             { font-size: 16px; }
.skills .skill p                            { font-size: 16px; }
.achievements .achievement p                { font-size: 16px; }
.portfolio-items .portfolio-item .portfolio-item-inner .portfolio-categories li a { font-size: 16px; }
.clients-logos h4                           { font-size: 16px; }
.pricing-table-items .pricing-table ul li   { font-size: 16px; }
.pricing-table-items .info                  { font-size: 16px; }
.blog-table-items .blog-table ul li         { font-size: 16px; }
.blog-table-items .info                     { font-size: 16px; }
.breadcrumb-area .breadcrumb-content .breadcrumbs li { font-size: 16px; }
.blog-item .meta li                         { font-size: 16px; }
.blog-item .blog-item-content .read-more-btn { font-size: 18px; }
.blog-item2 .blog-item-content .read-more-btn { font-size: 16px; }
.blog-details-area .blog-details-content p  { font-size: 17px; }
.blog-details-area .blog-details-content .lists li { font-size: 17px; }
.blog-details-area .blog-details-content .tags li a { font-size: 16px; }
.blog-sidebar .blog-sidebar-item.blog-tags ul li a { font-size: 16px; }
.comment-form form .input-group input,
.comment-form form .input-group textarea    { font-size: 16px; }
.footer-area .footer-widget-item p          { font-size: 17px; }
.footer-area .footer-widget-item.footer-links ul li a { font-size: 17px; }
.footer-area .footer-widget-item.footer-contact-widget ul li .title    { font-size: 16px; }
.footer-area .footer-widget-item.footer-contact-widget ul li .sub-title { font-size: 17px; }
.bottom-sidebar .copyright                  { font-size: 16px; }
.contact-area .contact-content .contact-form .input-group select,
.contact-area .contact-content .contact-form .input-group textarea,
.contact-area .contact-content .contact-form .input-group input { font-size: 20px; }
.testimonial-item .testimonial-item-inner .testimonial-stars .la { font-size: 22px; }
.footer-area .footer-widget-item .social-links li a { font-size: 20px; }

/* ── Medium headings (18-24 px → +4) ─────────────────── */
.left-sidebar h3                            { font-size: 24px; }
.testimonial-item .testimonial-item-inner .author h3 { font-size: 22px; }
.footer-area .footer-widget-item h3         { font-size: 24px; }
.blog-sidebar .blog-sidebar-item h3         { font-size: 24px; }
.comments-area h3,
.comment-form h3                            { font-size: 24px; }
.global-color .inner .global-color-option h2 { font-size: 38px; }

/* ── Large headings (24-30 px → +4) ──────────────────── */
.left-sidebar h2                            { font-size: 28px; }
.resume-area .resume-content .resume-timeline .item h2 { font-size: 28px; }
.services-items .service-item h2            { font-size: 28px; }
.portfolio-items h2                         { font-size: 28px; }
.testimonial-item .testimonial-item-inner > p { font-size: 28px; }
.contact-area .contact-content h3           { font-size: 28px; }
.blog-item .blog-item-content h1            { font-size: 32px; }
.blog-item2 .blog-item-content h1           { font-size: 29px; }
.blog-details-area .blog-details-content h3 { font-size: 26px; }
.skills .skill .skill-inner h1,
.achievements .achievement .achievement-inner h1 { font-size: 34px; }
.services-items .service-item i             { font-size: 34px; }
.pricing-table-items .pricing-table .pricing-table-header h4 { font-size: 22px; }
.pricing-table-items .pricing-table .pricing-table-header h1 span,
.blog-table-items .blog-table .blog-table-header h1 span { font-size: 28px; }

/* ── Extra-large headings (45-48 px → +4) ────────────── */
.section-header h1                          { font-size: 52px; line-height: 64px; }
.pricing-table-items .pricing-table .pricing-table-header h1 { font-size: 52px; }
.blog-table-items .blog-table .blog-table-header h1          { font-size: 52px; }
.breadcrumb-area .breadcrumb-content h1     { font-size: 49px; }

/* ── Hero (72-78 px → +4) ────────────────────────────── */
.hero-section .hero-content h1              { font-size: 82px; line-height: 94px; }
.hero-section .hero-content .facts h1       { font-size: 76px; }

/* ── Responsive tweaks ───────────────────────────────── */
@media (max-width: 787px) {
  .hero-section .hero-content h1  { font-size: 62px; line-height: 1.3; }
  .hero-section .hero-content .facts h1 { font-size: 56px; }
}
@media (max-width: 584px) {
  .section-header h1              { font-size: 42px; line-height: 1.4; }
  .hero-section .hero-content h1  { font-size: 54px; }
  .hero-section .hero-content .facts h1 { font-size: 52px; }
}


/* ════════════════════════════════════════════════════════
   CHATBOT — Purple / Pink theme
   ════════════════════════════════════════════════════════ */

/* ── Toggle button ───────────────────────────────────── */
.chat-toggle-btn {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
  font-size: 16px;
}
.chat-toggle-btn:hover {
  background: linear-gradient(135deg, #b4386e, #9d11cf);
}

/* ── Chat box wrapper ────────────────────────────────── */
#chat-box {
  background: #ffffff;
  box-shadow: 0 8px 40px rgba(157,17,207,.18);
}

/* ── Header ───────────────────────────────────────────── */
#chat-header {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
  border-bottom-color: transparent;
  border-radius: 18px 18px 0 0;
}
#chat-header .chat-title {
  color: #ffffff;
}
#chat-header .chat-close {
  color: #ffffff;
}
#chat-header .chat-close:hover {
  background: rgba(255,255,255,.2);
}

/* ── Messages area ────────────────────────────────────── */
#messages {
  color: #333333;
}
#messages .chat-bubble.user {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
  color: #ffffff;
}
#messages .chat-bubble.assistant {
  background: #f3eeff;
  color: #333333;
}
#messages .chat-bubble.assistant.error {
  background: #ffe0e0;
  color: #b71c1c;
}

/* ── Input area ───────────────────────────────────────── */
#chat-input-area {
  background: #f8f4ff;
  border-top-color: #ede0f5;
}
#user-message {
  background: #ffffff;
  color: #333333;
  border: 1.5px solid #e0d0f0;
}
#user-message:focus {
  box-shadow: 0 0 0 2px #9d11cf44;
}
#send-btn {
  background: linear-gradient(135deg, #9d11cf, #b4386e);
}
#send-btn:hover {
  background: linear-gradient(135deg, #b4386e, #9d11cf);
}

/* ── Site footer bar ─────────────────────────────────── */
.site-footer {
  background: #f8f4ff;
  border-top-color: #e0d0f0;
  color: #555555;
}
.site-footer .brand  { color: #1a1a2e; }
.site-footer .footer-nav a  { color: #555555; }
.site-footer .footer-nav a:hover { border-color: #9d11cf; }
.site-footer .contact-link  { color: #555555; }

/* ── Payment chips (booking page) ────────────────────── */
.payment-chips .pay-chip {
  background: #f3eeff;
  border-color: #dde0e8;
  color: #555555;
}
.payment-methods .method-pill {
  background: #f8f4ff;
  border-color: #dde0e8;
  color: #555555;
}

/* ════════════════════════════════════════════════════════
   BACKGROUND FLOATERS
   ════════════════════════════════════════════════════════ */

/* ── Floater container + dot texture overlay ────────── */
.bg-floaters {
  position: fixed;
  inset: 0;
  /* z-index 5: above all section backgrounds (auto/0) but
     below nav/sidebar/modals which sit at z-index 10+ */
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
}

/* Dotted texture lives here as an overlay so it actually
   shows above every section's solid background */
.bg-floaters::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: radial-gradient(circle, rgba(157,17,207,0.08) 1.8px, transparent 1.8px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 1;
}

.floater {
  position: absolute;
  border-radius: 50%;
  filter: blur(45px);
  animation: floatDrift ease-in-out infinite alternate;
}

/* f1 — large primary blob, top-left */
.floater.f1 {
  width: 480px;
  height: 480px;
  background: rgba(157, 17, 207, 0.10);
  top: -140px;
  left: -120px;
  animation-duration: 28s;
  animation-delay: 0s;
}

/* f2 — medium secondary blob, top-right */
.floater.f2 {
  width: 320px;
  height: 320px;
  background: rgba(180, 56, 110, 0.10);
  top: 4%;
  right: -90px;
  animation-duration: 34s;
  animation-delay: -10s;
}

/* f3 — small primary, centre-left */
.floater.f3 {
  width: 200px;
  height: 200px;
  background: rgba(157, 17, 207, 0.09);
  top: 40%;
  left: 6%;
  animation-duration: 22s;
  animation-delay: -5s;
}

/* f4 — large secondary blob, bottom-right */
.floater.f4 {
  width: 420px;
  height: 420px;
  background: rgba(180, 56, 110, 0.08);
  bottom: -130px;
  right: -70px;
  animation-duration: 40s;
  animation-delay: -18s;
}

/* f5 — small primary, mid-right */
.floater.f5 {
  width: 170px;
  height: 170px;
  background: rgba(157, 17, 207, 0.09);
  top: 58%;
  right: 10%;
  animation-duration: 20s;
  animation-delay: -7s;
}

/* f6 — medium secondary, bottom-left */
.floater.f6 {
  width: 260px;
  height: 260px;
  background: rgba(180, 56, 110, 0.09);
  bottom: 4%;
  left: -60px;
  animation-duration: 32s;
  animation-delay: -22s;
}

@keyframes floatDrift {
  0%   { transform: translate(0px,    0px)   scale(1);    }
  25%  { transform: translate(24px,  -36px)  scale(1.05); }
  50%  { transform: translate(-18px,  30px)  scale(0.96); }
  75%  { transform: translate(30px,   12px)  scale(1.03); }
  100% { transform: translate(-12px, -24px)  scale(1);    }
}
