/*
 * whizbrigade-theme.css
 * ─────────────────────────────────────────────────────────
 * Overrides aigence template colors, fonts, and branding
 * to match WhizBrigade design system:
 *   - Background: #111111 (dark)
 *   - Accent/CTA: #7C3AED (coral)
 *   - Headings: #FFFFFF
 *   - Body text: rgba(255,255,255,0.7)
 *   - Font: Ubuntu (headings), Plus Jakarta Sans (body — kept)
 * ─────────────────────────────────────────────────────────
 */

/* ===== HERO SPACING + HEADING FIX ===== */
.hero-two {
  padding-top: 100px !important;
}

@media (max-width: 991px) {
  .hero-two {
    padding-top: 80px !important;
  }
}

.hero-two__title-2 {
  font-size: 22px !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}
@media (max-width: 767px) {
  .hero-two__title-2 {
    font-size: 18px !important;
  }
}

/* ===== CSS VARIABLE OVERRIDES ===== */
:root {
  /* Coral accent replaces purple base */
  --aigence-base: #7C3AED;
  --aigence-base-rgb: 124, 58, 237;

  /* Coral also replaces blue primary */
  --aigence-primary: #7C3AED;
  --aigence-primary-rgb: 124, 58, 237;

  /* Dark backgrounds */
  --aigence-black: #111111;
  --aigence-black-rgb: 17, 17, 17;
  --aigence-black2: #000000;
  --aigence-black2-rgb: 0, 0, 0;
  --aigence-black3: #0A0A0A;
  --aigence-black3-rgb: 10, 10, 10;
  --aigence-black4: #1A1A1A;
  --aigence-black4-rgb: 26, 26, 26;
  --aigence-black5: #050505;
  --aigence-black5-rgb: 5, 5, 5;
  --aigence-black6: #0D0D0D;
  --aigence-black6-rgb: 13, 13, 13;
  --aigence-black7: #080808;
  --aigence-black7-rgb: 8, 8, 8;
  --aigence-black8: #121212;
  --aigence-black8-rgb: 18, 18, 18;

  /* Muted body text */
  --aigence-text: rgba(255, 255, 255, 0.7);
  --aigence-text-rgb: 200, 200, 200;
  --aigence-text-gray: rgba(255, 255, 255, 0.55);
  --aigence-text-gray-rgb: 180, 180, 180;

  /* Grays — neutral instead of blue-tinted */
  --aigence-gray: #999999;
  --aigence-gray-rgb: 153, 153, 153;
  --aigence-gray2: #AAAAAA;
  --aigence-gray2-rgb: 170, 170, 170;
  --aigence-gray3: #888888;
  --aigence-gray3-rgb: 136, 136, 136;

  /* Override white2 for dark section backgrounds */
  --aigence-white2: #1A1A1A;
  --aigence-white2-rgb: 26, 26, 26;

  /* Border color — subtle on dark */
  --aigence-border-color: rgba(255, 255, 255, 0.1);
  --aigence-border-color-rgb: 40, 40, 40;
}

/* ===== LOGO REPLACEMENT ===== */
.main-header__logo img,
.footer-widget__logo img {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.main-header__logo a,
.footer-widget__logo {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.main-header__logo a::after,
.footer-widget__logo::after {
  content: "WhizBrigade";
  font-family: "Ubuntu", "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  white-space: nowrap;
}

/* ===== BUTTON OVERRIDES ===== */
/* Primary button text pill — solid purple instead of pink/blue gradient */
.aigence-btn__text {
  background: linear-gradient(90deg, #7C3AED 0%, #6C2FD6 100%) !important;
}

.aigence-btn__text::after {
  background: linear-gradient(90deg, #6C2FD6 0%, #7C3AED 100%) !important;
}

/* Arrow icon circle — matching purple */
.aigence-btn__icon {
  background: linear-gradient(270deg, #7C3AED 0%, #6C2FD6 100%) !important;
}

.aigence-btn__icon::after {
  background: linear-gradient(270deg, #6C2FD6 0%, #7C3AED 100%) !important;
}

/* White/outline variant — text pill */
.aigence-btn--white .aigence-btn__text {
  background: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  color: #FFFFFF !important;
}

.aigence-btn--white:hover .aigence-btn__text {
  background: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color: #111111 !important;
}

.aigence-btn--white .aigence-btn__text::after {
  background: #FFFFFF !important;
}

/* White variant icon */
.aigence-btn--white .aigence-btn__icon {
  background: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.aigence-btn--white:hover .aigence-btn__icon {
  background: #FFFFFF !important;
  color: #111111 !important;
}

/* Secondary button (aigence-btn-two) */
.aigence-btn-two {
  color: #FFFFFF;
  background-color: #1A1A1A;
}

.aigence-btn-two::after {
  background: linear-gradient(90deg, #7C3AED 0%, #6C2FD6 100%) !important;
}

/* ===== CARD BACKGROUNDS ===== */
.service-card-two,
.blog-card-two,
.testimonial-card-two,
.funfact-two__item,
.why-choose-two__item,
.project-card__content {
  background-color: #1A1A1A;
}

/* Card shape decorative elements — coral tint */
.service-card-two__bg,
.blog-card-two__shape,
.testimonial-card-two__shape__1,
.testimonial-card-two__shape__2 {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1) 0%, rgba(124, 58, 237, 0.03) 100%) !important;
}

/* ===== SECTION BACKGROUNDS ===== */
/* Projects section dark overlay */
.projects-one__bg__1,
.projects-one__bg__2 {
  opacity: 0.3;
}

/* Testimonials bg */
.testimonials-two__bg {
  opacity: 0.15;
}

/* CTA wrapper — coral gradient */
.cta-one__wrapper {
  background: linear-gradient(135deg, #7C3AED 0%, #6C2FD6 100%);
}

/* ===== TOPBAR ===== */
.topbar--two {
  background-color: #0A0A0A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* ===== HEADER ===== */
.main-header--two {
  background-color: #111111;
}

/* Sticky nav — override aigence.css position:relative (no aigence.js cloned header) */
.main-header {
  position: sticky !important;
  top: 0;
  z-index: 999;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.main-header--two.sticky-header--cloned {
  background-color: rgba(17, 17, 17, 0.97);
}

/* ===== QUOTE SECTION ===== */
.quote-one__wrapper {
  background: linear-gradient(135deg, #1A1A1A 0%, #111111 100%);
}

/* ===== WHY CHOOSE SECTION ===== */
.why-choose-two__item__icon-box {
  background: rgba(124, 58, 237, 0.1);
}

.why-choose-two__item__icon {
  color: #7C3AED;
}

/* ===== FOOTER ===== */
.main-footer--two {
  background-color: #0A0A0A;
}

.footer-widget__about-title span {
  color: #7C3AED !important;
}

/* ===== CLIENT CAROUSEL — adjust for dark bg ===== */
.client-carousel__image {
  filter: brightness(0.7) grayscale(0.3);
}

.client-carousel__hover-image {
  filter: brightness(1) grayscale(0);
}

/* ===== RATINGS — coral stars ===== */
.aigence-ratings__icon {
  color: #7C3AED;
}

/* ===== CATEGORY BADGES ===== */
.blog-card-two__category {
  background: rgba(124, 58, 237, 0.15) !important;
  color: #7C3AED !important;
}

/* ===== SCROLL / MARQUEE TEXT ===== */
.slide-text__scroll span {
  color: rgba(255, 255, 255, 0.08);
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.15);
}

/* ===== SEC-TITLE — white headings on dark ===== */
.sec-title {
  color: #FFFFFF;
}

/* ===== FUNFACT COUNT — coral numbers ===== */
.funfact-two__item__count {
  color: #7C3AED;
}

/* ── Section brand wordmark ──────────────────────────────── */
.wb-section-brand {
  font-family: "Ubuntu", sans-serif;
  font-size: clamp(48px, 7vw, 80px);
  font-weight: 800;
  letter-spacing: -2px;
  color: rgba(255, 255, 255, 0.08);
  line-height: 1;
  margin-top: 24px;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
  user-select: none;
}

/* ===== AI POWER SECTION ===== */
.ai-power.section-space {
  margin-top: 100px !important;
  padding-top: 200px !important;
  padding-bottom: 140px !important;
}

@media (max-width: 991px) {
  .ai-power.section-space {
    margin-top: 60px !important;
    padding-top: 140px !important;
    padding-bottom: 100px !important;
  }
}

.ai-power__card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px 24px !important;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s !important;
  border-radius: 16px;
}

.ai-power__card:hover {
  background: rgba(124, 58, 237, 0.15) !important;
  border-color: rgba(124, 58, 237, 0.3) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2), 0 0 20px rgba(124, 58, 237, 0.1) !important;
}

.ai-power__card__icon,
.ai-power__card__icon i {
  color: #FFFFFF !important;
  transition: color 0.3s, background 0.3s, border-color 0.3s, transform 0.3s !important;
}

.ai-power__card:hover .ai-power__card__icon,
.ai-power__card:hover .ai-power__card__icon i {
  color: #FFFFFF !important;
  transform: scale(1.1) !important;
}

.ai-power__card[data-mood="sunrise"] .ai-power__card__icon {
  background: rgba(251, 191, 36, 0.2) !important;
  border: 1px solid rgba(251, 191, 36, 0.35) !important;
}
.ai-power__card[data-mood="sunrise"] .ai-power__card__icon i { color: #FCD34D !important; }
.ai-power__card[data-mood="sunrise"]:hover .ai-power__card__icon {
  background: rgba(251, 191, 36, 0.4) !important;
  border-color: rgba(251, 191, 36, 0.6) !important;
}

.ai-power__card[data-mood="morning"] .ai-power__card__icon {
  background: rgba(59, 130, 246, 0.2) !important;
  border: 1px solid rgba(59, 130, 246, 0.35) !important;
}
.ai-power__card[data-mood="morning"] .ai-power__card__icon i { color: #60A5FA !important; }
.ai-power__card[data-mood="morning"]:hover .ai-power__card__icon {
  background: rgba(59, 130, 246, 0.4) !important;
  border-color: rgba(59, 130, 246, 0.6) !important;
}

.ai-power__card[data-mood="afternoon"] .ai-power__card__icon {
  background: rgba(16, 185, 129, 0.2) !important;
  border: 1px solid rgba(16, 185, 129, 0.35) !important;
}
.ai-power__card[data-mood="afternoon"] .ai-power__card__icon i { color: #34D399 !important; }
.ai-power__card[data-mood="afternoon"]:hover .ai-power__card__icon {
  background: rgba(16, 185, 129, 0.4) !important;
  border-color: rgba(16, 185, 129, 0.6) !important;
}

.ai-power__card[data-mood="night"] .ai-power__card__icon {
  background: rgba(124, 58, 237, 0.2) !important;
  border: 1px solid rgba(124, 58, 237, 0.35) !important;
}
.ai-power__card[data-mood="night"] .ai-power__card__icon i { color: #A78BFA !important; }
.ai-power__card[data-mood="night"]:hover .ai-power__card__icon {
  background: rgba(124, 58, 237, 0.4) !important;
  border-color: rgba(124, 58, 237, 0.6) !important;
}

.ai-power__card__title {
  margin-bottom: 6px !important;
}

.ai-power__card__text {
  margin-bottom: 0 !important;
}

/* ── AI Power: "Cancel GoDaddy" pitch elements ── */

.ai-power__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.25);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: #4ADE80;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}

.ai-power__pill__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ADE80;
  animation: wb-pulse-dot 2s ease-in-out infinite;
}

@keyframes wb-pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.ai-power__desc {
  font-size: clamp(15px, 2vw, 17px);
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
  margin-top: 20px;
  max-width: 480px;
}

/* ── Price comparison strip ── */

.ai-power__compare {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}

.ai-power__compare__col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ai-power__compare__label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 600;
}

.ai-power__compare__price {
  font-family: "Ubuntu", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.ai-power__compare__price span {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
}

.ai-power__compare__price--old {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: line-through;
  text-decoration-color: #EF4444;
  text-decoration-thickness: 2px;
}

.ai-power__compare__price--new {
  color: #4ADE80;
}

.ai-power__compare__detail {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}

.ai-power__compare__arrow {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .ai-power__compare {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .ai-power__compare__arrow {
    transform: rotate(90deg);
  }
  .ai-power__compare__col {
    align-items: center;
  }
}

/* ── Agent chat demo ── */

.ai-power__chat {
  margin-top: 30px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}

.ai-power__chat__prompt {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.ai-power__chat__avatar {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(124, 58, 237, 0.15);
  border-radius: 10px;
  font-size: 16px;
  color: #A78BFA;
}

.ai-power__chat__bubble {
  flex: 1;
  min-width: 0;
}

.ai-power__chat__from {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 600;
}

.ai-power__chat__bubble p {
  font-size: 15px;
  font-style: italic;
  color: #fff;
  margin: 6px 0 0;
  line-height: 1.5;
}

.ai-power__chat__reply {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}

.ai-power__chat__check {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 197, 94, 0.15);
  color: #4ADE80;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

/* ===== PRELOADER — dark ===== */
.preloader {
  background-color: #111111;
}

/* ===== CUSTOM CURSOR — disabled (distracting overlay ring) ===== */
.custom-cursor__cursor,
.custom-cursor__cursor-two {
  display: none !important;
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar-thumb {
  background: #7C3AED;
}

::-webkit-scrollbar-track {
  background: #1A1A1A;
}

/* ===== WHY CHOOSE LIST CHECKMARKS ===== */
.why-choose-two__list__icon {
  color: #7C3AED;
}

/* ===== SERVICE CARD HOVER ===== */
.service-card-two:hover .service-card-two__bg {
  background: linear-gradient(135deg, #7C3AED 0%, #6C2FD6 100%) !important;
}

/* ===== PROJECT CARD TAGLINE ===== */
.project-card__tagline {
  color: rgba(255, 255, 255, 0.7);
}

/* ===== MOBILE NAV ===== */
.mobile-nav__content {
  background-color: #111111;
}

/* ===================================================================
   DARK MODE — force dark backgrounds on all template "light" sections
   The Aigence template uses var(--aigence-white, #FFFFFF) for light
   section backgrounds. We override them to match the dark theme.
   =================================================================== */

/* Body background */
body {
  background-color: #111111;
}

/* ===== ABOUT TWO SECTION (white bg → dark) ===== */
.about-two {
  background-color: #111111 !important;
}

.about-two .sec-title {
  color: #FFFFFF;
}

.about-two .sec-title span {
  color: #7C3AED;
}

.about-two__item__title {
  color: #FFFFFF !important;
}

.about-two__item__text {
  color: rgba(255, 255, 255, 0.7) !important;
}

.about-two__item__title::before {
  background-color: rgba(255, 255, 255, 0.15) !important;
}

/* ===== SERVICES TWO SECTION (white bg → dark) ===== */
.services-two {
  background-color: #111111 !important;
}

.services-two::after {
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.08) 0%, rgba(124, 58, 237, 0) 100%) !important;
}

.services-two .sec-title {
  color: #FFFFFF;
}

/* Service cards — dark card backgrounds */
.service-card-two__bg::after {
  background-color: #1A1A1A !important;
}

.service-card-two__title {
  color: #FFFFFF;
}

.service-card-two__title a {
  color: #FFFFFF;
}

.service-card-two__text {
  color: rgba(255, 255, 255, 0.6);
}

/* ===== FUNFACT TWO SECTION ===== */
.funfact-two {
  background-color: #111111;
}

.funfact-two__item__title {
  color: #FFFFFF !important;
}

.funfact-two__item__text {
  color: rgba(255, 255, 255, 0.7) !important;
}

.funfact-two__item__top {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

/* ===== SLIDE TEXT SECTION ===== */
.slide-text {
  background-color: #111111;
}

/* ===== WHY CHOOSE TWO SECTION (white bg → dark) ===== */
.why-choose-two {
  background-color: #111111 !important;
  margin-top: 120px !important;
  padding-top: 160px !important;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .why-choose-two {
    margin-top: 40px !important;
    padding-top: 80px !important;
  }
}

.why-choose-two .sec-title {
  color: #FFFFFF;
}

.why-choose-two__title {
  color: #7C3AED !important;
}

.why-choose-two__text {
  color: rgba(255, 255, 255, 0.7) !important;
}

.why-choose-two__item__title {
  color: #FFFFFF !important;
}

.why-choose-two__item__text {
  color: rgba(255, 255, 255, 0.7) !important;
}

.why-choose-two__list li {
  color: #FFFFFF !important;
}

/* ===== PAGE HEADER / BREADCRUMB (used on subpages) ===== */
.page-header {
  background-color: #111111;
}

/* ===== CONTACT SECTIONS ===== */
.contact-page,
.contact-one {
  background-color: #111111 !important;
}

/* ===== GENERIC SECTION FALLBACK ===== */
.section-space,
.section-space-2 {
  background-color: #111111;
}

/* ===== TESTIMONIALS TWO ===== */
.testimonials-two {
  background-color: #0A0A0A;
}

/* ===================================================================
   HERO FLIP CARDS — 3D flip on hover with agent info on back
   =================================================================== */
.hero-flip-card {
  perspective: 1200px;
  cursor: pointer;
}

.hero-flip-card__inner {
  position: relative;
  width: 100%;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform-style: preserve-3d;
}

.hero-flip-card:hover .hero-flip-card__inner {
  transform: rotateY(180deg);
}

.hero-flip-card__front,
.hero-flip-card__back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 30px;
  overflow: hidden;
}

/* Front face — portrait with frosted white overlay */
.hero-flip-card__front {
  position: relative;
}

.hero-flip-card__front img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 30px;
}

.hero-flip-card__front::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.12) 50%,
    rgba(124, 58, 237, 0.15) 100%
  );
  pointer-events: none;
}

/* Agent name label on front */
.hero-flip-card__label {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 20px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(124, 58, 237, 0.4);
  z-index: 2;
  white-space: nowrap;
}

.hero-flip-card__label span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
}

/* Back face — agent info */
.hero-flip-card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
  background: linear-gradient(135deg, #1a0a2e 0%, #0f0620 40%, #7C3AED 150%);
  border: 1px solid rgba(124, 58, 237, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 25px;
  text-align: center;
}

.hero-flip-card__back__icon {
  font-size: 48px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #7C3AED, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-flip-card__back__name {
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 12px;
  line-height: 1.2;
}

.hero-flip-card__back__desc {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  max-width: 240px;
}

.hero-flip-card__back__badge {
  margin-top: 18px;
  padding: 6px 16px;
  border-radius: 20px;
  background: rgba(124, 58, 237, 0.2);
  border: 1px solid rgba(124, 58, 237, 0.5);
  font-size: 12px;
  font-weight: 700;
  color: #a78bfa;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ===================================================================
   PRICING CARDS — fix text visibility on dark theme
   The inline <style> on pricing.html uses var(--aigence-black) and
   var(--aigence-text) which resolve to near-black in our dark theme,
   making plan names, prices, and descriptions invisible against the
   dark card backgrounds. Force bright colors here.
   =================================================================== */
.pricing-card__name {
  color: #FFFFFF !important;
}

.pricing-card__amount {
  color: #7C3AED !important;
}

.pricing-card__period {
  color: rgba(255, 255, 255, 0.7) !important;
}

.pricing-card__desc {
  color: rgba(255, 255, 255, 0.7) !important;
}

.pricing-card__features li {
  color: rgba(255, 255, 255, 0.8) !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

.pricing-card__features li i.fa-check {
  color: #22c55e !important;
}

.pricing-card__features li i.fa-times {
  color: rgba(255, 255, 255, 0.3) !important;
}

.pricing-card {
  background-color: #1A1A1A !important;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.pricing-card:hover {
  filter: drop-shadow(0px 10px 60px rgba(124, 58, 237, 0.15)) !important;
}

.pricing-card--featured {
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.15) 0%, rgba(124, 58, 237, 0.05) 100%) !important;
  border: 2px solid #7C3AED !important;
}

/* ===================================================================
   BLOG CARDS — force dark backgrounds (template uses white)
   =================================================================== */
.blog-card-two__content {
  background-color: #1A1A1A !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.blog-card-two__title,
.blog-card-two__title a {
  color: #FFFFFF !important;
}

.blog-card-two__text {
  color: rgba(255, 255, 255, 0.65) !important;
}

.blog-card-two__meta {
  background-color: #1A1A1A !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.blog-card-two__admin__name {
  color: #FFFFFF !important;
}

.blog-card-two__date {
  background-color: rgba(124, 58, 237, 0.15) !important;
}

.blog-card-two__date__day,
.blog-card-two__date__month {
  color: #FFFFFF !important;
}

/* ═══════════════════════════════════════════════════════════════
   GLOBAL ICON VISIBILITY FIX — dark theme nuclear override
   Forces all icon fonts to render white/bright on dark backgrounds.
   Specific colored icons (AI Power moods, stars) override below.
   ═══════════════════════════════════════════════════════════════ */

/* Aigence icon font — force white everywhere */
[class^="icon-"],
[class*=" icon-"],
[class^="icon-"]::before,
[class*=" icon-"]::before {
  color: rgba(255, 255, 255, 0.85) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.85) !important;
}

/* FontAwesome — force white everywhere */
.fas, .fab, .far,
.fas::before, .fab::before, .far::before {
  color: rgba(255, 255, 255, 0.85) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.85) !important;
}

/* ── Exceptions: icons that should stay colored ─────────── */

/* Stars stay golden */
.aigence-ratings__icon .fas,
.aigence-ratings__icon .fas::before {
  color: #FCD34D !important;
  -webkit-text-fill-color: #FCD34D !important;
}

/* Result badge arrows stay green */
.wb-result-badge .fas,
.wb-result-badge .fas::before {
  color: #22c55e !important;
  -webkit-text-fill-color: #22c55e !important;
}

/* Why Choose icons — brighten from #7C3AED to lighter purple */
.why-choose-two__item__icon [class^="icon-"],
.why-choose-two__item__icon [class*=" icon-"],
.why-choose-two__item__icon [class^="icon-"]::before,
.why-choose-two__item__icon [class*=" icon-"]::before {
  color: #A78BFA !important;
  -webkit-text-fill-color: #A78BFA !important;
}

/* Why Choose checkmarks — bright green */
.why-choose-two__list__icon [class^="icon-"],
.why-choose-two__list__icon [class^="icon-"]::before {
  color: #22c55e !important;
  -webkit-text-fill-color: #22c55e !important;
}

/* AI Power mood icons — keep their time-of-day colors */
.ai-power__card[data-mood="sunrise"] .ai-power__card__icon [class^="icon-"],
.ai-power__card[data-mood="sunrise"] .ai-power__card__icon [class^="icon-"]::before {
  color: #FCD34D !important;
  -webkit-text-fill-color: #FCD34D !important;
}

.ai-power__card[data-mood="morning"] .ai-power__card__icon [class^="icon-"],
.ai-power__card[data-mood="morning"] .ai-power__card__icon [class^="icon-"]::before {
  color: #60A5FA !important;
  -webkit-text-fill-color: #60A5FA !important;
}

.ai-power__card[data-mood="afternoon"] .ai-power__card__icon [class^="icon-"],
.ai-power__card[data-mood="afternoon"] .ai-power__card__icon [class^="icon-"]::before {
  color: #34D399 !important;
  -webkit-text-fill-color: #34D399 !important;
}

.ai-power__card[data-mood="night"] .ai-power__card__icon [class^="icon-"],
.ai-power__card[data-mood="night"] .ai-power__card__icon [class^="icon-"]::before {
  color: #A78BFA !important;
  -webkit-text-fill-color: #A78BFA !important;
}

/* Button icons stay white (already are, but reinforce) */
.aigence-btn__icon [class^="icon-"],
.aigence-btn__icon [class^="icon-"]::before {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

/* Service card hover — icons stay white */
.service-card-two:hover [class^="icon-"],
.service-card-two:hover [class^="icon-"]::before {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

/* ===== BROKEN DECORATIVE IMAGES — hide alt text ===== */
.hero-two__shape-1,
.hero-two__shape-2,
.about-two__image__shape,
.why-choose-two__shape,
.funfact-two__item__shape,
.ai-power__shape-1,
.ai-power__shape-2 {
  color: transparent !important;
  font-size: 0 !important;
  overflow: hidden !important;
}

/* ===== BLOG TWO SECTION ===== */
.blog-two {
  background-color: #111111 !important;
}

/* ===== FAQ ACCORDION — dark cards (aigence-accordion) ===== */
.faq-page__accordion .accordion-item,
.faq-page__item,
.faq-one__item {
  background-color: #1A1A1A !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.faq-page__accordion .accordion-button,
.faq-one__question {
  background-color: #1A1A1A !important;
  color: #FFFFFF !important;
}

.faq-page__accordion .accordion-button:not(.collapsed) {
  color: #7C3AED !important;
}

.faq-page__accordion .accordion-body,
.faq-one__answer,
.faq-one__answer p {
  color: rgba(255, 255, 255, 0.7) !important;
  background-color: #1A1A1A !important;
}

/* Aigence / FAQ custom accordion — dark theme overrides */
.faq-accordion .accordion,
.aigence-accordion .accordion {
  background-color: #1A1A1A !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 10px !important;
}

.faq-accordion .accordion-title,
.aigence-accordion .accordion-title {
  background-color: #1A1A1A !important;
  color: #FFFFFF !important;
}

.faq-accordion .accordion-title h4,
.aigence-accordion .accordion-title h4 {
  color: #FFFFFF !important;
}

.faq-accordion .accordion.active .accordion-title h4,
.aigence-accordion .accordion.active .accordion-title h4 {
  color: #7C3AED !important;
}

.faq-accordion .accordion-content,
.aigence-accordion .accordion-content {
  background-color: #1A1A1A !important;
}

.faq-accordion .accordion-content__box,
.faq-accordion .accordion-content__box p,
.aigence-accordion .accordion-content__box,
.aigence-accordion .accordion-content__box p {
  color: rgba(255, 255, 255, 0.7) !important;
}

.faq-accordion .accordion-content__title h4,
.aigence-accordion .accordion-content__title h4 {
  color: #FFFFFF !important;
}

.faq-accordion .accordion-title__icon::before,
.faq-accordion .accordion-title__icon::after,
.faq-accordion .accordion-content__title__icon::before,
.faq-accordion .accordion-content__title__icon::after,
.aigence-accordion .accordion-title__icon::before,
.aigence-accordion .accordion-title__icon::after {
  background-color: #FFFFFF !important;
}

.faq-accordion .accordion.active .accordion-title__icon::before,
.faq-accordion .accordion.active .accordion-title__icon::after,
.aigence-accordion .accordion.active .accordion-title__icon::before,
.aigence-accordion .accordion.active .accordion-title__icon::after {
  background-color: #7C3AED !important;
}

/* FAQ page section background */
.faq-page {
  background-color: #111111 !important;
}

/* Override --aigence-white for sections that use it as backgrounds */
.faq-page,
.faq-page-search,
.contact-page,
.testimonial-one,
.testimonial-two,
.service-details,
.about-four,
.blog-details {
  --aigence-white: #111111;
  --aigence-white-rgb: 17, 17, 17;
}

/* Override section backgrounds that use var(--aigence-white) */
section[class*="section-space"] {
  background-color: #111111;
}

/* Ensure the accordion items have dark backgrounds */
.faq-accordion .accordion {
  background-color: #1A1A1A !important;
}

.faq-accordion .accordion .inner {
  background-color: #1A1A1A !important;
}

.faq-accordion .accordion-content .inner {
  background-color: #1A1A1A !important;
}

.faq-accordion .accordion-content__inner {
  background-color: #1A1A1A !important;
}

/* ===== NEWSLETTER SECTION — fix broken images ===== */
.newsletter-one {
  background: linear-gradient(135deg, #1A1A1A 0%, #7C3AED 150%) !important;
}

.newsletter-one__title {
  color: #FFFFFF !important;
}

/* ===== FORM FIELDS — dark theme ===== */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select,
.form-control {
  background-color: #1A1A1A !important;
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

/* ===== SERVICE DETAIL CARDS (services page) ===== */
.service-details__card,
.service-one__card {
  background-color: #1A1A1A !important;
}

.service-details__card__title,
.service-one__card__title {
  color: #FFFFFF !important;
}

.service-details__card__text,
.service-one__card__text {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* ===== TEAM/AGENT CARDS ===== */
.team-card__content {
  background-color: #1A1A1A !important;
}

.team-card__name,
.team-card__name a {
  color: #FFFFFF !important;
}

.team-card__designation {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* ===== CASE STUDY CARDS ===== */
.case-study-card {
  background-color: #1A1A1A !important;
}

.case-study-card__title {
  color: #FFFFFF !important;
}

.case-study-card__text {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* ===== BROKEN IMAGE ALT TEXT — hide everywhere ===== */
.cta-one__shape,
.cta-one__shape img,
.cta-one__image,
.newsletter-one__shape,
.newsletter-one__shape img,
.newsletter-one__shape-1,
.newsletter-one__shape-2,
.newsletter__shape,
.cta-two__shape,
.cta-two__shape img {
  color: transparent !important;
  font-size: 0 !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
}

/* Hide broken decorative images that show alt text */
img[alt="cta"],
img[alt="shape"],
img[alt="newsletter"],
img[alt="newsletter-shape"] {
  color: transparent !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
}

/* ===== CONTACT PAGE — info cards ===== */
.contact-page__info__title {
  color: #FFFFFF !important;
}

.contact-page__info__text,
.contact-page__info__text a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.contact-page__info__icon {
  color: #7C3AED !important;
}

.contact-page__title {
  color: #FFFFFF !important;
}

.contact-page__text {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* Contact info cards */
.contact-one__single {
  background-color: #1A1A1A !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.contact-one__title {
  color: #FFFFFF !important;
}

.contact-one__text {
  color: rgba(255, 255, 255, 0.7) !important;
}

.contact-one__icon {
  color: #7C3AED !important;
}

/* ===== SERVICE CARDS — hide broken images completely ===== */
.service-card__image {
  display: none !important;
}

.service-card {
  background-color: #1A1A1A !important;
}

.service-card__title,
.service-card__title a {
  color: #FFFFFF !important;
}

.service-card__text {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* ===== PAGE HEADER — fix breadcrumb visibility ===== */
.page-header__title {
  color: #FFFFFF !important;
}

.page-header__meta li,
.page-header__meta li a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.page-header__meta li a:hover {
  color: #7C3AED !important;
}

/* ===== SECTION TITLES — ensure visibility on dark ===== */
.section-title__tagline {
  color: #7C3AED !important;
}

.section-title__title {
  color: #FFFFFF !important;
}

/* ===== FAQ ACCORDION — fix white backgrounds ===== */
.faq-page .accordion-item {
  background-color: #1A1A1A !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.faq-page .accordion-header {
  background-color: #1A1A1A !important;
}

.faq-page .accordion-button {
  background-color: #1A1A1A !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

.faq-page .accordion-button::after {
  filter: invert(1) !important;
}

.faq-page .accordion-button:not(.collapsed) {
  background-color: #1A1A1A !important;
  color: #7C3AED !important;
}

.faq-page .accordion-collapse {
  background-color: #1A1A1A !important;
}

.faq-page .accordion-body {
  background-color: #1A1A1A !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

/* Generic accordion dark override */
.accordion-item {
  background-color: #1A1A1A !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.accordion-button {
  background-color: #1A1A1A !important;
  color: #FFFFFF !important;
}

.accordion-body {
  background-color: #1A1A1A !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

/* ===== MARQUEE / BRAND TICKER ===== */
.brand-one__item {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* ===== SEARCH BOX (FAQ page) — dark ===== */
.search-popup__form input,
.faq-page input[type="text"] {
  background-color: #1A1A1A !important;
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}

/* ===== CTA SECTIONS ===== */
.cta-one,
.cta-two {
  overflow: hidden !important;
}

/* ===== WHY CHOOSE / FEATURE SECTIONS ===== */
.why-choose-two__item__title {
  color: #FFFFFF !important;
}

.why-choose-two__item__text {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* ===== ABOUT PAGE — testimonial cards ===== */
.testimonial-card {
  background-color: #1A1A1A !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.testimonial-card__text,
.testimonial-card__text p {
  color: rgba(255, 255, 255, 0.7) !important;
}

.testimonial-card__name {
  color: #FFFFFF !important;
}

.testimonial-card__designation {
  color: #7C3AED !important;
}

/* ═══════════════════════════════════════════════════════════════
   FLASH ENHANCEMENTS — added visual richness round 2
   ═══════════════════════════════════════════════════════════════ */

/* ── Hero gradient title accent ──────────────────────────── */
.hero-two__title .wb-gradient-word {
  background: linear-gradient(135deg, #7C3AED 0%, #a78bfa 50%, #7C3AED 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: wb-gradient-shift 4s ease-in-out infinite;
}

@keyframes wb-gradient-shift {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}

/* ── Hero logo wordmark ──────────────────────────────────── */
.wb-hero-logo {
  font-family: "Ubuntu", sans-serif;
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
}

.wb-hero-logo__tm {
  font-size: 0.3em;
  vertical-align: super;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

/* ── Hero stats row ──────────────────────────────────────── */
.wb-hero-stats {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.wb-hero-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px 10px 12px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.18) 0%, rgba(124, 58, 237, 0.06) 100%);
  border: 1px solid rgba(124, 58, 237, 0.25);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.wb-hero-stat:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2), 0 0 20px rgba(124, 58, 237, 0.12);
}

.wb-hero-stat::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.05) 50%, transparent 70%);
  animation: shimmer 4s ease-in-out infinite;
}

.wb-hero-stat__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  transition: transform 0.3s, background 0.3s;
}

.wb-hero-stat__icon,
.wb-hero-stat__icon i,
.wb-hero-stat__icon i::before,
.wb-hero-stat__icon--green,
.wb-hero-stat__icon--green i,
.wb-hero-stat__icon--green i::before,
.wb-hero-stat__icon--blue,
.wb-hero-stat__icon--blue i,
.wb-hero-stat__icon--blue i::before,
.wb-hero-stat .wb-hero-stat__icon *,
.wb-hero-stats .wb-hero-stat__icon,
.wb-hero-stats .wb-hero-stat__icon * {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

.wb-hero-stat:hover .wb-hero-stat__icon {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.25);
}

.wb-hero-stat__icon--green {
  background: rgba(34, 197, 94, 0.35);
  border-color: rgba(34, 197, 94, 0.5);
}

.wb-hero-stat__icon--blue {
  background: rgba(59, 130, 246, 0.35);
  border-color: rgba(59, 130, 246, 0.5);
}

.wb-hero-stat__text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.wb-hero-stat__text strong {
  color: #FFFFFF;
  font-weight: 800;
  font-family: "Ubuntu", sans-serif;
}

@media (max-width: 640px) {
  .wb-hero-stats {
    gap: 10px;
  }
  .wb-hero-stat {
    padding: 8px 14px 8px 10px;
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
  }
  .wb-hero-stat__text {
    font-size: 12px;
    white-space: normal;
  }
}

/* ── Hero badge pill ─────────────────────────────────────── */
.wb-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border-radius: 100px;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.25);
  font-size: 13px;
  font-weight: 700;
  color: #a78bfa;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.wb-hero-badge::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.12), transparent);
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.wb-hero-badge__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  animation: wb-pulse 2s ease-in-out infinite;
}

@keyframes wb-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.6); }
}

/* ── Customer avatar strip ───────────────────────────────── */
.wb-avatar-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.wb-avatar-strip__faces {
  display: flex;
}

.wb-avatar-strip__faces img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #111111;
  margin-left: -10px;
  object-fit: cover;
}

.wb-avatar-strip__faces img:first-child {
  margin-left: 0;
}

.wb-avatar-strip__text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.wb-avatar-strip__text strong {
  color: #FFFFFF;
  font-weight: 700;
}

/* ── Funfact icon circles ────────────────────────────────── */
.wb-funfact-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  margin-bottom: 12px;
}

/* ── Service cards — per-agent colored top border ────────── */
.service-card-two {
  border-top: 3px solid transparent !important;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s !important;
}

.service-card-two:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 0 0 30px rgba(124, 58, 237, 0.1) !important;
}

.service-card-two[data-color="blue"]    { border-top-color: #3B82F6 !important; }
.service-card-two[data-color="green"]   { border-top-color: #10B981 !important; }
.service-card-two[data-color="amber"]   { border-top-color: #F59E0B !important; }
.service-card-two[data-color="yellow"]  { border-top-color: #EAB308 !important; }
.service-card-two[data-color="indigo"]  { border-top-color: #6366F1 !important; }
.service-card-two[data-color="pink"]    { border-top-color: #EC4899 !important; }
.service-card-two[data-color="cyan"]    { border-top-color: #06B6D4 !important; }
.service-card-two[data-color="purple"]  { border-top-color: #8B5CF6 !important; }
.service-card-two[data-color="orange"]  { border-top-color: #F97316 !important; }
.service-card-two[data-color="red"]     { border-top-color: #EF4444 !important; }
.service-card-two[data-color="teal"]    { border-top-color: #14B8A6 !important; }
.service-card-two[data-color="rose"]    { border-top-color: #F43F5E !important; }

/* ── Service card role badge ─────────────────────────────── */
.wb-agent-role {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 10px;
}

/* ── Why Choose — floating stat card ─────────────────────── */
.wb-floating-stat {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #1A1A1A;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 16px 22px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  z-index: 10;
  animation: wb-float-gentle 4s ease-in-out infinite;
}

@media (max-width: 1199px) {
  .wb-floating-stat {
    position: relative;
    bottom: auto;
    left: auto;
    display: inline-block;
    margin-top: 16px;
  }
}

@keyframes wb-float-gentle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.wb-floating-stat__number {
  font-family: "Ubuntu", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #22c55e;
  line-height: 1;
}

.wb-floating-stat__label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
}

/* ── AI Power — colored icon circles ─────────────────────── */
.ai-power__card__icon {
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 20px !important;
  margin-bottom: 14px !important;
}

.ai-power__card[data-mood="sunrise"] .ai-power__card__icon {
  background: rgba(251, 191, 36, 0.15) !important;
  color: #FCD34D !important;
  border: 1px solid rgba(251, 191, 36, 0.25);
}

.ai-power__card[data-mood="morning"] .ai-power__card__icon {
  background: rgba(59, 130, 246, 0.15) !important;
  color: #60A5FA !important;
  border: 1px solid rgba(59, 130, 246, 0.25);
}

.ai-power__card[data-mood="afternoon"] .ai-power__card__icon {
  background: rgba(16, 185, 129, 0.15) !important;
  color: #34D399 !important;
  border: 1px solid rgba(16, 185, 129, 0.25);
}

.ai-power__card[data-mood="night"] .ai-power__card__icon {
  background: rgba(124, 58, 237, 0.15) !important;
  color: #A78BFA !important;
  border: 1px solid rgba(124, 58, 237, 0.25);
}

/* ── Testimonial result badges ───────────────────────────── */
.wb-result-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 100px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.25);
  font-size: 12px;
  font-weight: 700;
  color: #22c55e;
  margin-top: 16px;
  margin-bottom: 20px;
}

.wb-result-badge i {
  font-size: 10px;
}

/* ── Testimonial cards — restructured bottom ─────────────── */
.wb-testimonial-inner {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.wb-testimonial-inner .testimonial-card-two__quote {
  flex: 1;
}

.wb-testimonial-bottom {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: auto;
}

.wb-testimonial-identity {
  flex: 1;
  min-width: 0;
}

.wb-testimonial-identity .testimonial-card-two__name {
  font-size: 16px !important;
  margin-bottom: 2px !important;
  position: static !important;
}

.wb-testimonial-identity .testimonial-card-two__name::after {
  display: none !important;
}

.wb-testimonial-identity .testimonial-card-two__designation {
  font-size: 11px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  text-transform: none !important;
}

.wb-testimonial-avatar {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(124, 58, 237, 0.3);
  position: static !important;
}

/* Equal height testimonial cards */
.testimonials-two__container .row {
  display: flex !important;
  flex-wrap: wrap !important;
}

.testimonials-two__container .row > [class*="col-"] {
  display: flex !important;
}

.testimonials-two__container .testimonial-card-two {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

/* ── Testimonial cards — richer hover glow ────────────────── */
.testimonial-card-two {
  transition: transform 0.3s, box-shadow 0.3s !important;
}

.testimonial-card-two:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 0 0 40px rgba(124, 58, 237, 0.08) !important;
}

/* ── Timeline cards — equal height + ribbon meta ─────────── */
.blog-two .row {
  display: flex !important;
  flex-wrap: wrap !important;
}

.blog-two .row > [class*="col-"] {
  display: flex !important;
}

.blog-two .blog-card-two {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  width: 100% !important;
}

.blog-two .blog-card-two__content {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

.blog-two .blog-card-two__text {
  flex: 1 !important;
}

/* Meta ribbon — full width, stacked */
.wb-timeline-meta {
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wb-timeline-meta .blog-card-two__admin__name {
  font-size: 13px !important;
  text-align: center;
  padding: 10px 20px !important;
}

.wb-timeline-meta .blog-card-two__date {
  width: 100% !important;
  border-radius: 0 !important;
  padding: 10px 20px !important;
  display: flex !important;
  justify-content: center !important;
  gap: 6px !important;
}

/* ── Blog/Timeline date badges — gradient ────────────────── */
.blog-card-two__date {
  background: linear-gradient(135deg, #7C3AED, #3B82F6) !important;
}

/* ── Blog cards — richer hover + fix vanishing text ──────── */
.blog-card-two {
  transition: transform 0.3s, box-shadow 0.3s !important;
}

.blog-card-two:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 0 0 30px rgba(124, 58, 237, 0.08) !important;
}

.blog-card-two:hover .blog-card-two__title,
.blog-card-two:hover .blog-card-two__title a,
.blog-card-two:hover .blog-card-two__text,
.blog-card-two:hover .blog-card-two__category,
.blog-card-two:hover .blog-card-two__admin__name {
  color: #FFFFFF !important;
}

/* ── Funfact cards — richer hover ────────────────────────── */
.funfact-two__item {
  transition: transform 0.3s, box-shadow 0.3s !important;
}

.funfact-two__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 0 0 30px rgba(124, 58, 237, 0.08) !important;
}

/* ── CTA — richer glow ───────────────────────────────────── */
.cta-one__wrapper {
  box-shadow: 0 30px 80px rgba(124, 58, 237, 0.25) !important;
  transition: box-shadow 0.4s !important;
}

.cta-one__wrapper:hover {
  box-shadow: 0 30px 100px rgba(124, 58, 237, 0.35) !important;
}

/* ── Section title gradient underline ────────────────────── */
.sec-title--center::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #7C3AED, #3B82F6);
  margin: 16px auto 0;
  border-radius: 2px;
}

/* ── Stars — golden instead of purple ────────────────────── */
.aigence-ratings__icon {
  color: #FCD34D !important;
}

/* ── Integrations section background (hero-style) ────────── */
.wb-integrations-section {
  position: relative;
  overflow: hidden;
}
.wb-integrations-section--spaced {
  padding-bottom: 250px;
}
@media (max-width: 767px) {
  .wb-integrations-section--spaced {
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .wb-integrations-section--spaced {
    padding-bottom: 60px;
  }
}

.wb-integrations-section__bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  pointer-events: none;
}

.wb-integrations-section__shape-1 {
  position: absolute;
  top: 40px;
  left: -2%;
  opacity: 0.2;
  width: 200px;
  height: auto;
  pointer-events: none;
  animation: float 8s ease-in-out infinite;
  color: transparent !important;
  font-size: 0 !important;
}

.wb-integrations-section__shape-2 {
  position: absolute;
  bottom: 30px;
  right: -2%;
  opacity: 0.18;
  width: 180px;
  height: auto;
  pointer-events: none;
  animation: float 12s ease-in-out infinite;
  color: transparent !important;
  font-size: 0 !important;
}

@media (max-width: 991px) {
  .wb-integrations-section__shape-1,
  .wb-integrations-section__shape-2 {
    display: none;
  }
}

/* ===== FAQ PAGE SEARCH — dark text fix ===== */
.faq-page-search__title {
  color: #FFFFFF !important;
}

.faq-page-search__form input {
  background-color: #1A1A1A !important;
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}

/* ===== FUNFACT / STATS SECTION ===== */
.funfact-two__item {
  background-color: #1A1A1A !important;
}

.funfact-two__item__count,
.funfact-two__item__count span {
  color: #7C3AED !important;
}

.funfact-two__item__title {
  color: #FFFFFF !important;
}

.funfact-two__item__text {
  color: rgba(255, 255, 255, 0.7) !important;
}

.funfact-two__item__shape {
  color: transparent !important;
  font-size: 0 !important;
}

/* ===== ABOUT PAGE FEATURES ===== */
.about-four__title {
  color: #FFFFFF !important;
}

.about-four__text {
  color: rgba(255, 255, 255, 0.7) !important;
}

.about-four__feature__title {
  color: #FFFFFF !important;
}

.about-four__feature__text {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* ===== CLIENT CAROUSEL INDUSTRY TEXT ===== */
.client-carousel__title {
  color: rgba(255, 255, 255, 0.5) !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
}

/* ===================================================================
   HERO FLIP CARDS — Touch device fix
   :hover doesn't work on touch screens. On devices with no hover
   capability, disable the 3D flip and show the back-face content
   as a visible overlay on top of the front image so users get the
   agent info without needing to hover.
   =================================================================== */
@media (hover: none) {
  /* Disable the hover-triggered flip */
  .hero-flip-card:hover .hero-flip-card__inner {
    transform: none;
  }

  /* Show the back face on top of the front (no 3D rotation) */
  .hero-flip-card__back {
    transform: none;
    background: linear-gradient(
      180deg,
      rgba(15, 6, 32, 0.0) 0%,
      rgba(15, 6, 32, 0.65) 35%,
      rgba(15, 6, 32, 0.92) 100%
    );
    border: none;
    justify-content: flex-end;
    padding: 20px 20px 24px;
    border-radius: 30px;
  }

  /* Shrink back-face elements to fit the overlay style */
  .hero-flip-card__back__icon {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .hero-flip-card__back__name {
    font-size: 17px;
    margin-bottom: 6px;
  }

  .hero-flip-card__back__desc {
    font-size: 12px;
    line-height: 1.45;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.85);
  }

  .hero-flip-card__back__badge {
    margin-top: 10px;
    padding: 4px 12px;
    font-size: 10px;
  }

  /* Hide the front label — the overlay already shows the name */
  .hero-flip-card__label {
    display: none;
  }
}

/* ===== LOGIN / GET STARTED NAV BUTTONS ===== */
.main-header__btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.whiz-login-link {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 22px;
  border: 2px solid rgba(255,255,255,0.25);
  border-radius: 100px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.whiz-login-link:hover {
  border-color: var(--aigence-base, #7C3AED);
  color: var(--aigence-base, #7C3AED);
  background: rgba(124, 58, 237, 0.08);
}

/* ===== US VS THEM COMPARISON TABLE ===== */
.whiz-compare {
  padding: 80px 0;
}
.whiz-compare__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  overflow: hidden;
  font-size: 15px;
}
.whiz-compare__table thead th {
  background: linear-gradient(135deg, #7C3AED 0%, #5B21B6 100%);
  color: #fff;
  padding: 18px 24px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  border: none;
}
.whiz-compare__table thead th:first-child {
  text-align: left;
}
.whiz-compare__table tbody td {
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.8);
  text-align: center;
  vertical-align: middle;
}
.whiz-compare__table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: #fff;
}
.whiz-compare__table tbody tr:nth-child(even) td {
  background: rgba(255,255,255,0.02);
}
.whiz-compare__table tbody tr:hover td {
  background: rgba(124, 58, 237, 0.06);
}
.whiz-compare__table .whiz-yes {
  color: #22c55e;
  font-weight: 700;
}
.whiz-compare__table .whiz-no {
  color: #94a3b8;
}
.whiz-compare__table .whiz-highlight {
  color: #7C3AED;
  font-weight: 700;
}
@media (max-width: 767px) {
  .whiz-compare__table {
    font-size: 13px;
  }
  .whiz-compare__table thead th,
  .whiz-compare__table tbody td {
    padding: 10px 12px;
  }
}

/* ===== INTERACTIVE AGENT DEMO ===== */
.whiz-demo-interactive {
  padding: 60px 0 80px;
}
.whiz-agent-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}
.whiz-agent-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 2px solid rgba(255,255,255,0.12);
  border-radius: 100px;
  background: transparent;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.whiz-agent-tab:hover {
  border-color: var(--aigence-base, #7C3AED);
  color: #fff;
}
.whiz-agent-tab.active {
  background: var(--aigence-base, #7C3AED);
  border-color: var(--aigence-base, #7C3AED);
  color: #fff;
}
.whiz-agent-tab__emoji {
  font-size: 18px;
}
.whiz-demo-viewport {
  background: #1A1A1A;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
}
.whiz-demo-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  background: rgba(255,255,255,0.03);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.whiz-demo-header__emoji {
  font-size: 28px;
}
.whiz-demo-header__info h4 {
  margin: 0;
  font-size: 16px;
  color: #fff;
}
.whiz-demo-header__info p {
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}
.whiz-demo-header__status {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #22c55e;
}
.whiz-demo-header__status::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  animation: pulse-green 2s infinite;
}
@keyframes pulse-green {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.whiz-demo-messages {
  padding: 24px;
  min-height: 360px;
  max-height: 420px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.whiz-msg {
  max-width: 80%;
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(10px);
  animation: msg-appear 0.4s ease forwards;
}
.whiz-msg--agent {
  background: rgba(124, 58, 237, 0.15);
  color: #fff;
  align-self: flex-start;
  border-bottom-left-radius: 4px;
}
.whiz-msg--user {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.9);
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}
.whiz-msg--system {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.2);
  color: #22c55e;
  align-self: center;
  text-align: center;
  font-size: 13px;
  max-width: 90%;
}
@keyframes msg-appear {
  to { opacity: 1; transform: translateY(0); }
}
.whiz-demo-typing {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 16px;
  align-self: flex-start;
}
.whiz-demo-typing span {
  width: 8px;
  height: 8px;
  background: rgba(124, 58, 237, 0.5);
  border-radius: 50%;
  animation: typing-bounce 1.4s infinite;
}
.whiz-demo-typing span:nth-child(2) { animation-delay: 0.2s; }
.whiz-demo-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typing-bounce {
  0%, 60%, 100% { transform: translateY(0); }
  30% { transform: translateY(-8px); }
}
.whiz-demo-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.whiz-demo-footer button {
  padding: 10px 24px;
  background: var(--aigence-base, #7C3AED);
  border: none;
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.whiz-demo-footer button:hover {
  filter: brightness(1.15);
}
.whiz-demo-footer button:disabled {
  opacity: 0.5;
  cursor: default;
}
@media (max-width: 575px) {
  .whiz-agent-tab {
    padding: 8px 14px;
    font-size: 12px;
  }
  .whiz-demo-messages {
    min-height: 280px;
    padding: 16px;
  }
  .whiz-msg { max-width: 90%; }
}

/* ===================================================================
   DARK THEME — Subpage text visibility overrides
   Aigence uses light-theme colors by default. These force white/light
   text on our dark backgrounds across all subpage components.
   =================================================================== */

/* ── Global text colors ──────────────────────────────────────────── */
.sec-tagline,
.about-four__title,
.why-choose-two__title,
.faq-page__category-title {
  color: #7C3AED !important;
}

.about-four__text,
.about-four__item__text,
.why-choose-two__text,
.why-choose-two__item__text,
.service-card__text,
.contact-page__text,
.contact-one__text,
.testimonials-two__bottom__title,
.faq-page .accordion-content p,
.blog-card__text,
.sec-text {
  color: rgba(255, 255, 255, 0.65) !important;
}

.about-four__item__title,
.service-card__title a,
.contact-page__title,
.contact-page__info__title,
.contact-one__title,
.faq-page .accordion-title h4,
.blog-card__title a,
.blog-card__admin__name,
.customers__text,
.footer-widget__title,
.footer-widget__about-title,
.footer-widget__social-title {
  color: #FFFFFF !important;
}

/* ── Subpage section backgrounds ─────────────────────────────────── */
.about-four,
.services-page,
.contact-page,
.faq-page,
.blog-page {
  background-color: #111111 !important;
}

/* ── Service cards (style 1 — subpage) ───────────────────────────── */
.service-card {
  background-color: #1A1A1A !important;
}
.service-card:hover {
  border-color: rgba(124, 58, 237, 0.25) !important;
}

/* ── Blog cards (style 1 — subpage) ──────────────────────────────── */
.blog-card {
  background-color: #1A1A1A !important;
}
.blog-card__content {
  background-color: #1A1A1A !important;
}
.blog-card__date__day,
.blog-card__date__month {
  color: #FFFFFF !important;
}

/* ── FAQ accordion — dark theme ──────────────────────────────────── */
.faq-page .accordion {
  background-color: #1A1A1A !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}
.faq-page .accordion-title {
  background-color: #1A1A1A !important;
}
.faq-page .accordion-title h4 {
  color: #FFFFFF !important;
}
.faq-page .accordion.active .accordion-title h4 {
  color: #7C3AED !important;
}
.faq-page .accordion-content {
  background-color: #1A1A1A !important;
}
.faq-page .accordion-title__icon::before,
.faq-page .accordion-title__icon::after {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.faq-page__category-title {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0 15px;
}

/* ── Contact info cards ──────────────────────────────────────────── */
.contact-page__info {
  background-color: #1A1A1A !important;
}
.contact-page__info__text,
.contact-page__info__text a {
  color: rgba(255, 255, 255, 0.6) !important;
}
.contact-one__single {
  background-color: #1A1A1A !important;
}

/* ── Footer — dark theme links ───────────────────────────────────── */
.footer-widget__links a {
  color: rgba(255, 255, 255, 0.55) !important;
}
.footer-widget__links a:hover {
  color: #7C3AED !important;
}
.footer-widget__info a {
  color: rgba(255, 255, 255, 0.55) !important;
}
.footer-widget__about-title span {
  color: #7C3AED !important;
}
.main-footer__copyright {
  color: rgba(255, 255, 255, 0.35) !important;
}

/* ══════════════════════════════════════════════════════════════════
   Service Details — dark theme (agent detail pages)
   ══════════════════════════════════════════════════════════════════ */
.service-details {
  background-color: #111111 !important;
}
.service-details__text {
  color: rgba(255, 255, 255, 0.65) !important;
}
.service-details__title {
  color: #FFFFFF !important;
}
.service-details__sm-title {
  color: rgba(255, 255, 255, 0.7) !important;
}
.service-details__sm-title--base {
  color: #7C3AED !important;
}
.service-details__thumbnail img {
  border-radius: 20px;
}

/* Sidebar */
.service-sidebar__pages {
  background-color: #1A1A1A !important;
}
.service-sidebar__pages__title {
  color: #FFFFFF !important;
}
.service-sidebar__nav a {
  color: rgba(255, 255, 255, 0.6) !important;
}
.service-sidebar__nav a:hover,
.service-sidebar__nav .current a {
  color: #7C3AED !important;
}
.service-sidebar__contact {
  background: linear-gradient(135deg, #7C3AED, #6C2FD6) !important;
  padding-top: 40px !important;
  padding-bottom: 260px !important;
  min-height: 480px !important;
}
.service-sidebar__contact__title {
  color: #FFFFFF !important;
  position: relative;
  z-index: 2;
}
.service-sidebar__contact__btn {
  position: relative;
  z-index: 2;
}
.service-sidebar__contact__image {
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  max-height: 220px !important;
  object-fit: contain !important;
}

/* Why-choose / capabilities cards */
.service-details__why-choose__card {
  background-color: #1A1A1A !important;
}
.service-details__why-choose__title {
  color: #FFFFFF !important;
}
.service-details__why-choose__text {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* Benefits */
.service-details__benefits__title {
  color: #FFFFFF !important;
}
.service-details__benefits__text {
  color: rgba(255, 255, 255, 0.6) !important;
}
.service-details__benefits__list li {
  color: rgba(255, 255, 255, 0.7) !important;
}
.service-details__benefits__list__icon {
  color: #7C3AED !important;
}

/* ── Capability cards — purple gradient (agent detail pages) ────── */
.cap-card {
  position: relative;
  border-radius: 20px;
  background: linear-gradient(135deg, #7C3AED 0%, #5B21B6 60%, #4C1D95 100%);
  padding: 30px;
  min-height: 220px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.cap-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(124, 58, 237, 0.3);
}
.cap-card__shape {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}
.cap-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  font-size: 24px;
  margin-bottom: 18px;
}
.cap-card__title {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 10px;
  line-height: 1.3;
}
.cap-card__text {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  position: relative;
  z-index: 1;
}

/* ══════════════════════════════════════════════════════════════════
   Service Cards — purple gradient for /services page (no image)
   ══════════════════════════════════════════════════════════════════ */
.svc-card {
  display: block;
  text-decoration: none !important;
}
.svc-card__wrapper {
  position: relative;
  border-radius: 20px;
  background: linear-gradient(135deg, #7C3AED 0%, #5B21B6 55%, #4C1D95 100%);
  padding: 32px;
  min-height: 360px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.svc-card__wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(124, 58, 237, 0.3);
}

/* Decorative circle */
.svc-card__shape {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

/* Icon */
.svc-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  font-size: 26px;
  margin-bottom: 20px;
}

/* Title */
.svc-card__title {
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 6px;
  line-height: 1.3;
}

/* Headline */
.svc-card__headline {
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 12px;
  font-style: italic;
}

/* Description */
.svc-card__desc {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 16px;
  flex-grow: 1;
}

/* Agent badges */
.svc-card__agents {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}
.svc-card__badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  letter-spacing: 0.3px;
}

/* Learn more link */
.svc-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.svc-card__link i {
  font-size: 12px;
}
.svc-card__wrapper:hover .svc-card__link {
  opacity: 1;
}

/* Add-on badge */
.svc-card__addon-badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Responsive */
@media (max-width: 767px) {
  .svc-card__wrapper {
    padding: 24px;
    min-height: auto;
  }
  .svc-card__title {
    font-size: 20px;
  }
  .svc-card__icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

/* FAQ accordion on detail pages */
.service-details__faq .accordion {
  background-color: #1A1A1A !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}
.service-details__faq .accordion-title {
  background-color: #1A1A1A !important;
}
.service-details__faq .accordion-title h4 {
  color: #FFFFFF !important;
}
.service-details__faq .accordion.active .accordion-title h4 {
  color: #7C3AED !important;
}
.service-details__faq .accordion-content p {
  color: rgba(255, 255, 255, 0.6) !important;
}
.service-details__faq .accordion-title__icon::before,
.service-details__faq .accordion-title__icon::after {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/* Services listing page — dark theme */
.services-page {
  background-color: #111111 !important;
}
.service-card__title a {
  color: #FFFFFF !important;
}
.service-card__text {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* ══════════════════════════════════════════════════════════════════
   Agent Cards — sidebar-CTA style for /agents listing
   Purple gradient, content at top, image pinned to bottom
   ══════════════════════════════════════════════════════════════════ */
.agent-card {
  display: block;
  text-decoration: none !important;
}
.agent-card__wrapper {
  position: relative;
  border-radius: 20px;
  background: linear-gradient(135deg, #7C3AED 0%, #5B21B6 50%, #4C1D95 100%);
  padding: 30px 30px 220px;
  min-height: 440px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.agent-card__wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(124, 58, 237, 0.3);
}

/* Decorative circle shape (bottom-right) */
.agent-card__shape {
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

/* Top badges */
.agent-card__top {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}
.agent-card__dept,
.agent-card__tier {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.agent-card__dept {
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
}
.agent-card__tier {
  background: rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
}

/* Content */
.agent-card__content {
  position: relative;
  z-index: 2;
}
.agent-card__name {
  font-family: "Ubuntu", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 4px;
  line-height: 1.2;
}
.agent-card__role {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* "View Profile" button */
.agent-card__btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.3);
  color: #FFFFFF !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  transition: background 0.3s ease;
  position: relative;
  z-index: 2;
}
.agent-card__wrapper:hover .agent-card__btn {
  background: rgba(0, 0, 0, 0.5);
}

/* Image pinned to bottom */
.agent-card__image {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 190px;
  width: 190px;
  object-fit: contain;
  object-position: bottom right;
  pointer-events: none;
  z-index: 1;
}

/* ═══════════════════════════════════════════════════════════════
   MOBILE OVERFLOW CONTAINMENT — prevent horizontal scroll
   ═══════════════════════════════════════════════════════════════ */
.why-choose-two,
.hero-two,
.ai-power,
.cta-one {
  overflow: hidden;
}

/* ══════════════════════════════════════════════════════════════════
   MOBILE RESPONSIVE — all breakpoints
   ══════════════════════════════════════════════════════════════════ */

/* ── Tablet (768-991px) ──────────────────────────────────────────── */
@media (max-width: 991px) {
  /* Topbar: hide extra items, keep email only */
  .topbar__info li:first-child {
    display: none !important;
  }

  /* Agent detail: sidebar shows above content on tablet */
  .service-sidebar__pages {
    max-height: 200px;
    overflow-y: auto;
  }

  /* Cap cards: ensure equal height */
  .cap-card {
    min-height: 200px;
  }
}

/* ── Mobile (< 768px) ───────────────────────────────────────────── */
@media (max-width: 767px) {
  /* Topbar: hide entirely on mobile */
  .topbar {
    display: none !important;
  }

  /* Page header: smaller title */
  .page-header__title {
    font-size: 28px !important;
  }

  /* Agent listing cards */
  .agent-card__wrapper {
    padding: 24px 24px 160px;
    min-height: 340px;
  }
  .agent-card__name {
    font-size: 24px;
  }
  .agent-card__image {
    height: 150px;
    width: 150px;
  }
  .agent-card__btn {
    padding: 8px 20px;
    font-size: 12px;
  }

  /* Capability cards */
  .cap-card {
    padding: 24px;
    min-height: auto;
  }
  .cap-card__title {
    font-size: 18px;
  }
  .cap-card__icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
    margin-bottom: 14px;
  }

  /* Service details */
  .service-details__title {
    font-size: 24px !important;
  }
  .service-details__sm-title {
    font-size: 16px !important;
  }

  /* Benefits section: stack image + list */
  .service-details__benefits__col-1,
  .service-details__benefits__col-2 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  /* CTA section */
  .cta-one__wrapper {
    padding: 30px 20px !important;
    text-align: center;
  }
  .cta-one__title {
    font-size: 22px !important;
  }
  .cta-one__image {
    display: none !important;
  }

  /* Footer: stack columns */
  .main-footer__top .col-md-5,
  .main-footer__top .col-md-7 {
    text-align: center;
  }
  .footer-widget__about-title {
    font-size: 28px !important;
  }

  /* Section spacing */
  .section-space {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

/* ── Small phones (< 480px) ──────────────────────────────────────── */
@media (max-width: 480px) {
  .agent-card__wrapper {
    padding: 20px 20px 140px;
    min-height: 300px;
  }
  .agent-card__name {
    font-size: 22px;
  }
  .agent-card__role {
    font-size: 12px;
  }
  .agent-card__image {
    height: 130px;
    width: 130px;
  }

  .cap-card {
    padding: 20px;
  }
  .cap-card__title {
    font-size: 16px;
  }
  .cap-card__text {
    font-size: 13px;
  }

  .page-header__title {
    font-size: 24px !important;
  }

  /* Pricing: reduce padding */
  .pricing-card {
    padding: 20px !important;
  }
}

/* ═══════════════════════════════════════════════════════════════
   PHONE SHOWCASE SECTION — Lyra green accent (#10B981)
   ═══════════════════════════════════════════════════════════════ */

.wb-phone-showcase {
  position: relative;
  overflow: hidden;
  background: #0A0A0A !important;
  padding-bottom: 40px !important;
}

.wb-phone-showcase + .why-choose-two {
  padding-top: 40px !important;
}

.wb-phone-showcase__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 20% 50%,
    rgba(16, 185, 129, 0.08) 0%,
    transparent 60%
  );
  pointer-events: none;
}

.wb-phone-showcase__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #10B981;
  margin-bottom: 16px;
}

.wb-phone-showcase__tag i {
  font-size: 14px;
}

.wb-phone-showcase__title {
  font-family: "Ubuntu", sans-serif;
  font-size: clamp(28px, 4vw, 48px) !important;
  font-weight: 800 !important;
  color: #FFFFFF !important;
  line-height: 1.15 !important;
  margin-bottom: 20px !important;
}

.wb-phone-showcase__text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  max-width: 520px;
  margin-bottom: 28px;
}

/* ── Phone CTA block ───────────────────────────────────────── */
.wb-phone-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.18), rgba(16, 185, 129, 0.08));
  border: 2px solid rgba(16, 185, 129, 0.4);
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  max-width: 440px;
}

.wb-phone-cta:hover {
  transform: translateY(-3px);
  border-color: #10B981;
  box-shadow: 0 20px 50px rgba(16, 185, 129, 0.2),
              0 0 40px rgba(16, 185, 129, 0.15);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.25), rgba(16, 185, 129, 0.12));
}

.wb-phone-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.06) 50%, transparent 70%);
  animation: shimmer 3s ease-in-out infinite;
}

.wb-phone-cta__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.25);
  border: 1px solid rgba(16, 185, 129, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #34D399;
  flex-shrink: 0;
  animation: wb-phone-pulse 2s ease-in-out infinite;
}

@keyframes wb-phone-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.3); }
  50% { box-shadow: 0 0 0 12px rgba(16, 185, 129, 0); }
}

.wb-phone-cta__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.wb-phone-cta__label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.wb-phone-cta__number {
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: 1px;
}

.wb-phone-cta__arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #34D399;
  flex-shrink: 0;
  margin-left: auto;
  transition: transform 0.3s, background 0.3s;
}

.wb-phone-cta:hover .wb-phone-cta__arrow {
  transform: translateX(4px);
  background: rgba(16, 185, 129, 0.35);
}

/* ── Stats row — big, bright, unmissable ───────────────────── */
.wb-phone-showcase__stats {
  display: flex;
  gap: 32px;
  margin-top: 36px;
}

.wb-phone-showcase__stat {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}

.wb-phone-showcase__stat--divider {
  border-left: 2px solid rgba(16, 185, 129, 0.25);
  padding-left: 32px;
}

.wb-phone-showcase__stat strong {
  font-family: "Ubuntu", sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1;
  text-shadow: 0 0 30px rgba(16, 185, 129, 0.4);
}

.wb-phone-showcase__stat__label {
  font-size: 13px;
  font-weight: 600;
  color: #10B981;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 6px;
  display: block;
}

/* ── Image frame (right column) ────────────────────────────── */
.wb-phone-showcase__image-wrap {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
}

.wb-phone-showcase__image-glow {
  position: absolute;
  inset: -20px;
  border-radius: 32px;
  background: radial-gradient(
    ellipse at center,
    rgba(16, 185, 129, 0.2) 0%,
    transparent 70%
  );
  filter: blur(30px);
  pointer-events: none;
  animation: wb-img-glow 4s ease-in-out infinite alternate;
}

@keyframes wb-img-glow {
  0% { opacity: 0.6; }
  100% { opacity: 1; }
}

.wb-phone-showcase__image {
  width: 100%;
  border-radius: 24px;
  border: 2px solid rgba(16, 185, 129, 0.3);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5),
              0 0 60px rgba(16, 185, 129, 0.1);
  position: relative;
  z-index: 1;
  display: block;
}

.wb-phone-showcase__image-badge {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(16, 185, 129, 0.4);
  font-size: 13px;
  font-weight: 700;
  color: #34D399;
  white-space: nowrap;
}

.wb-phone-showcase__image-badge__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10B981;
  animation: wb-live-pulse 2s ease-in-out infinite;
}

@keyframes wb-live-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.5); }
  50% { opacity: 0.7; box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
}

/* ── Capability cards — horizontal row below ───────────────── */
.wb-phone-caps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(16, 185, 129, 0.12);
}

.wb-phone-cap {
  display: flex;
  gap: 14px;
  padding: 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(16, 185, 129, 0.10);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.wb-phone-cap:hover {
  transform: translateY(-2px);
  border-color: rgba(16, 185, 129, 0.3);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2), 0 0 20px rgba(16, 185, 129, 0.08);
}

.wb-phone-cap__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #34D399;
  flex-shrink: 0;
}

.wb-phone-cap__title {
  font-family: "Ubuntu", sans-serif;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #FFFFFF;
  margin-bottom: 4px !important;
}

.wb-phone-cap__text {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 !important;
}

/* ── CTA Call Button ───────────────────────────────────────── */
.wb-cta-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border-radius: 100px;
  background: rgba(16, 185, 129, 0.2);
  border: 2px solid rgba(16, 185, 129, 0.5);
  color: #34D399;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s;
}

.wb-cta-call:hover {
  background: #10B981;
  border-color: #10B981;
  color: #FFFFFF;
  box-shadow: 0 0 30px rgba(16, 185, 129, 0.3);
}

.wb-cta-call__icon {
  font-size: 16px;
  animation: wb-phone-pulse 2s ease-in-out infinite;
}

/* ── Phone showcase responsive ─────────────────────────────── */
@media (max-width: 991px) {
  .wb-phone-caps-row {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .wb-phone-cta {
    max-width: 100%;
    padding: 14px 18px;
  }
  .wb-phone-cta__number {
    font-size: 20px;
  }
  .wb-phone-showcase__stats {
    gap: 20px;
  }
  .wb-phone-showcase__stat strong {
    font-size: 32px;
  }
  .wb-phone-showcase__stat--divider {
    padding-left: 20px;
  }
  .wb-phone-showcase__image-wrap {
    max-width: 320px;
  }
}

@media (max-width: 480px) {
  .wb-phone-cta {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 12px;
  }
  .wb-phone-cta__arrow {
    display: none;
  }
  .wb-phone-showcase__stats {
    justify-content: space-between;
    gap: 12px;
  }
  .wb-phone-showcase__stat strong {
    font-size: 28px;
  }
  .wb-phone-showcase__stat--divider {
    padding-left: 12px;
  }
  .wb-phone-caps-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   THEME TOGGLE BUTTON
   ═══════════════════════════════════════════════════════════════ */

.wb-theme-toggle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  flex-shrink: 0;
  margin-right: 8px;
}

.wb-theme-toggle:hover {
  background: rgba(124, 58, 237, 0.2);
  border-color: rgba(124, 58, 237, 0.4);
  transform: rotate(15deg);
}

[data-theme="light"] .wb-theme-toggle {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.05);
  color: #1A1A2E;
}

[data-theme="light"] .wb-theme-toggle:hover {
  background: rgba(124, 58, 237, 0.1);
  border-color: rgba(124, 58, 237, 0.3);
}

/* ═══════════════════════════════════════════════════════════════
   LIGHT THEME — [data-theme="light"] overrides
   Flips all dark backgrounds to light, dark text to dark, etc.
   ═══════════════════════════════════════════════════════════════ */

/* ── Body + base ─────────────────────────────────────────── */
[data-theme="light"] body {
  background-color: #F8F9FC !important;
  color: #1A1A2E !important;
}

/* ── Topbar ──────────────────────────────────────────────── */
[data-theme="light"] .topbar--two {
  background-color: #EEEEF5 !important;
  border-bottom-color: rgba(0, 0, 0, 0.08) !important;
}

[data-theme="light"] .topbar--two a,
[data-theme="light"] .topbar--two span {
  color: #4A4A6A !important;
}

/* ── Header ──────────────────────────────────────────────── */
[data-theme="light"] .main-header--two {
  background-color: #FFFFFF !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .main-header--two.sticky-header--cloned {
  background-color: rgba(255, 255, 255, 0.97) !important;
}

[data-theme="light"] .main-menu__list > li > a {
  color: #1A1A2E !important;
}

[data-theme="light"] .main-menu__list > li > a:hover,
[data-theme="light"] .main-menu__list > li.current > a {
  color: #7C3AED !important;
}

[data-theme="light"] .sub-menu {
  background-color: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
}

[data-theme="light"] .sub-menu li a {
  color: #4A4A6A !important;
}

[data-theme="light"] .sub-menu li a:hover {
  color: #7C3AED !important;
}

[data-theme="light"] .whiz-login-link {
  color: #1A1A2E !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}

[data-theme="light"] .main-header__logo a::after {
  color: #1A1A2E !important;
}

/* ── Mobile nav ──────────────────────────────────────────── */
[data-theme="light"] .mobile-nav__content {
  background-color: #FFFFFF !important;
}

[data-theme="light"] .mobile-nav__content a {
  color: #1A1A2E !important;
}

/* ── Section backgrounds ─────────────────────────────────── */
[data-theme="light"] .section-space,
[data-theme="light"] .section-space-2,
[data-theme="light"] section[class*="section-space"] {
  background-color: #F8F9FC !important;
}

[data-theme="light"] .services-two,
[data-theme="light"] .about-two,
[data-theme="light"] .why-choose-two,
[data-theme="light"] .funfact-two,
[data-theme="light"] .slide-text,
[data-theme="light"] .blog-two,
[data-theme="light"] .faq-page,
[data-theme="light"] .contact-page,
[data-theme="light"] .contact-one {
  background-color: #F8F9FC !important;
}

[data-theme="light"] .testimonials-two {
  background-color: #F0F0F8 !important;
}

/* ── Section titles ──────────────────────────────────────── */
[data-theme="light"] .sec-title,
[data-theme="light"] .sec-title span {
  color: #1A1A2E !important;
}

[data-theme="light"] .about-two .sec-title span {
  color: #7C3AED !important;
}

/* ── Cards ────────────────────────────────────────────────── */
[data-theme="light"] .service-card-two,
[data-theme="light"] .blog-card-two,
[data-theme="light"] .testimonial-card-two,
[data-theme="light"] .funfact-two__item,
[data-theme="light"] .why-choose-two__item,
[data-theme="light"] .pricing-card {
  background-color: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .service-card-two__bg::after {
  background-color: #FFFFFF !important;
}

[data-theme="light"] .service-card-two__title,
[data-theme="light"] .service-card-two__title a {
  color: #1A1A2E !important;
}

[data-theme="light"] .service-card-two__text {
  color: rgba(26, 26, 46, 0.65) !important;
}

[data-theme="light"] .service-card-two:hover .service-card-two__bg {
  background: linear-gradient(135deg, #7C3AED 0%, #6C2FD6 100%) !important;
}

[data-theme="light"] .service-card-two:hover .service-card-two__title a {
  color: #FFFFFF !important;
}

[data-theme="light"] .service-card-two:hover .service-card-two__text {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Card shape decorations — softer on light */
[data-theme="light"] .service-card-two__bg,
[data-theme="light"] .blog-card-two__shape,
[data-theme="light"] .testimonial-card-two__shape__1,
[data-theme="light"] .testimonial-card-two__shape__2 {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.05) 0%, rgba(124, 58, 237, 0.01) 100%) !important;
}

/* ── Card text colors ────────────────────────────────────── */
[data-theme="light"] .blog-card-two__title,
[data-theme="light"] .blog-card-two__title a,
[data-theme="light"] .blog-card-two__admin__name {
  color: #1A1A2E !important;
}

[data-theme="light"] .blog-card-two__text {
  color: rgba(26, 26, 46, 0.6) !important;
}

[data-theme="light"] .blog-card-two__content {
  background-color: #FFFFFF !important;
  color: rgba(26, 26, 46, 0.7) !important;
}

[data-theme="light"] .blog-card-two__meta {
  background-color: #FFFFFF !important;
  border-top-color: rgba(0, 0, 0, 0.06) !important;
}

/* ── Why choose ──────────────────────────────────────────── */
[data-theme="light"] .why-choose-two__title {
  color: #7C3AED !important;
}

[data-theme="light"] .why-choose-two__text {
  color: rgba(26, 26, 46, 0.7) !important;
}

[data-theme="light"] .why-choose-two__item__title {
  color: #1A1A2E !important;
}

[data-theme="light"] .why-choose-two__item__text {
  color: rgba(26, 26, 46, 0.65) !important;
}

[data-theme="light"] .why-choose-two__list li {
  color: #1A1A2E !important;
}

[data-theme="light"] .why-choose-two__item__icon-box {
  background: rgba(124, 58, 237, 0.08) !important;
}

/* ── Funfact ─────────────────────────────────────────────── */
[data-theme="light"] .funfact-two__item__title {
  color: #1A1A2E !important;
}

[data-theme="light"] .funfact-two__item__text {
  color: rgba(26, 26, 46, 0.65) !important;
}

[data-theme="light"] .funfact-two__item__top {
  border-bottom-color: rgba(0, 0, 0, 0.08) !important;
}

/* ── Testimonials ────────────────────────────────────────── */
[data-theme="light"] .testimonial-card-two__quote {
  color: rgba(26, 26, 46, 0.7) !important;
}

[data-theme="light"] .testimonial-card-two__name,
[data-theme="light"] .wb-testimonial-identity .testimonial-card-two__name {
  color: #1A1A2E !important;
}

[data-theme="light"] .testimonial-card-two__designation,
[data-theme="light"] .wb-testimonial-identity .testimonial-card-two__designation {
  color: rgba(26, 26, 46, 0.5) !important;
}

[data-theme="light"] .wb-testimonial-bottom {
  border-top-color: rgba(0, 0, 0, 0.08) !important;
}

[data-theme="light"] .testimonials-two__bottom__title {
  color: #1A1A2E !important;
}

/* ── AI Power (light mode) ────────────────────────────────
   Section keeps its dark background image in light mode,
   so all text must stay white / light for contrast.       */
[data-theme="light"] .ai-power__title {
  color: #FFFFFF !important;
}

[data-theme="light"] .ai-power__card {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

[data-theme="light"] .ai-power__card__title {
  color: #FFFFFF !important;
}

[data-theme="light"] .ai-power__card__text {
  color: rgba(255, 255, 255, 0.7) !important;
}

[data-theme="light"] .wb-section-brand {
  color: rgba(0, 0, 0, 0.05) !important;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.08) !important;
}

[data-theme="light"] .customers__text {
  color: rgba(26, 26, 46, 0.6) !important;
}

[data-theme="light"] .customers__count {
  color: #1A1A2E !important;
}

/* ── Hero (light mode) ───────────────────────────────────── */
/* Hero keeps its dark background image in light mode,
   so all text must stay white / light for contrast.        */
[data-theme="light"] .hero-two__title {
  color: #FFFFFF !important;
}

[data-theme="light"] .hero-two__title-2 {
  color: rgba(255, 255, 255, 0.75) !important;
}

[data-theme="light"] .wb-hero-logo {
  color: #FFFFFF !important;
}

[data-theme="light"] .wb-hero-logo__tm {
  color: rgba(255, 255, 255, 0.4) !important;
}

[data-theme="light"] .wb-avatar-strip__text {
  color: rgba(255, 255, 255, 0.65) !important;
}

[data-theme="light"] .wb-avatar-strip__text strong {
  color: #FFFFFF !important;
}

[data-theme="light"] .wb-hero-stat {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(8px);
}

[data-theme="light"] .wb-hero-stat__text {
  color: rgba(255, 255, 255, 0.75) !important;
}

[data-theme="light"] .wb-hero-stat__text strong {
  color: #FFFFFF !important;
}

[data-theme="light"] .wb-hero-stat__icon {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* ── Footer ──────────────────────────────────────────────── */
[data-theme="light"] .main-footer--two {
  background-color: #1A1A2E !important;
}

/* ── Scrollbar ───────────────────────────────────────────── */
[data-theme="light"] ::-webkit-scrollbar-track {
  background: #F0F0F8 !important;
}

/* ── Forms ────────────────────────────────────────────────── */
[data-theme="light"] input[type="text"],
[data-theme="light"] input[type="email"],
[data-theme="light"] input[type="tel"],
[data-theme="light"] input[type="url"],
[data-theme="light"] textarea,
[data-theme="light"] select,
[data-theme="light"] .form-control {
  background-color: #FFFFFF !important;
  color: #1A1A2E !important;
  border-color: rgba(0, 0, 0, 0.12) !important;
}

[data-theme="light"] input::placeholder,
[data-theme="light"] textarea::placeholder {
  color: rgba(26, 26, 46, 0.4) !important;
}

/* ── FAQ accordion ───────────────────────────────────────── */
[data-theme="light"] .accordion-item,
[data-theme="light"] .faq-accordion .accordion,
[data-theme="light"] .aigence-accordion .accordion {
  background-color: #FFFFFF !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
}

[data-theme="light"] .accordion-button,
[data-theme="light"] .faq-accordion .accordion-title,
[data-theme="light"] .faq-accordion .accordion-title h4 {
  background-color: #FFFFFF !important;
  color: #1A1A2E !important;
}

[data-theme="light"] .accordion-body,
[data-theme="light"] .faq-accordion .accordion-content,
[data-theme="light"] .faq-accordion .accordion-content__box p {
  background-color: #FFFFFF !important;
  color: rgba(26, 26, 46, 0.7) !important;
}

/* ── Global icon override for light mode ─────────────────── */
[data-theme="light"] [class^="icon-"],
[data-theme="light"] [class*=" icon-"],
[data-theme="light"] [class^="icon-"]::before,
[data-theme="light"] [class*=" icon-"]::before {
  color: rgba(26, 26, 46, 0.7) !important;
  -webkit-text-fill-color: rgba(26, 26, 46, 0.7) !important;
}

/* Keep button icons white in light mode */
[data-theme="light"] .aigence-btn__icon [class^="icon-"],
[data-theme="light"] .aigence-btn__icon [class^="icon-"]::before {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

/* Keep colored icons colored in light mode */
[data-theme="light"] .why-choose-two__item__icon [class^="icon-"],
[data-theme="light"] .why-choose-two__item__icon [class^="icon-"]::before {
  color: #7C3AED !important;
  -webkit-text-fill-color: #7C3AED !important;
}

[data-theme="light"] .why-choose-two__list__icon [class^="icon-"],
[data-theme="light"] .why-choose-two__list__icon [class^="icon-"]::before {
  color: #16a34a !important;
  -webkit-text-fill-color: #16a34a !important;
}

/* ── Page header / breadcrumb ────────────────────────────── */
[data-theme="light"] .page-header {
  background-color: #F0F0F8 !important;
}

[data-theme="light"] .page-header__title {
  color: #1A1A2E !important;
}

[data-theme="light"] .page-header__meta li,
[data-theme="light"] .page-header__meta li a {
  color: rgba(26, 26, 46, 0.6) !important;
}

/* ── Services subtitle ────────────────────────────────────── */
.wb-services-subtitle {
  color: var(--wb-text-muted);
}

/* ── Integrations section light ──────────────────────────── */
[data-theme="light"] .wb-integrations-section {
  background-color: #EEEEF5 !important;
}

[data-theme="light"] .wb-integrations-section__bg {
  opacity: 0.08;
}

/* ── Integrations cards light ────────────────────────────── */
[data-theme="light"] .wint-card {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.06), rgba(59, 130, 246, 0.04)) !important;
  border-color: rgba(124, 58, 237, 0.15) !important;
}

[data-theme="light"] .wint-card--open {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.12), rgba(59, 130, 246, 0.08)) !important;
  border-color: rgba(124, 58, 237, 0.3) !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 0 0 20px rgba(124, 58, 237, 0.08) !important;
}

[data-theme="light"] .wint-card:not(.wint-card--open):hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 0 20px rgba(124, 58, 237, 0.06) !important;
}

/* ── Live agent demo light ───────────────────────────────── */
[data-theme="light"] .wdemo-chrome {
  background: linear-gradient(180deg, #F0F0F8, #E8E8F0) !important;
}

[data-theme="light"] .wdemo-url {
  color: rgba(26, 26, 46, 0.3) !important;
}

[data-theme="light"] .wdemo-sidebar {
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.04), transparent 40%) !important;
}

[data-theme="light"] .wdemo-sidebar-hdr,
[data-theme="light"] .wdemo-agent-name {
  color: rgba(26, 26, 46, 0.6) !important;
}

[data-theme="light"] .wdemo-agent-dot.idle {
  background: rgba(26, 26, 46, 0.15) !important;
}

[data-theme="light"] .wdemo-chat-area {
  background: #FFFFFF !important;
}

[data-theme="light"] .wdemo-msg.agent .wdemo-bubble {
  background: rgba(0, 0, 0, 0.04) !important;
  color: rgba(26, 26, 46, 0.8) !important;
}

[data-theme="light"] .wdemo-msg.user .wdemo-bubble {
  color: #FFFFFF !important;
}

/* ═══════════════════════════════════════════════════════════════
   LIGHT THEME — Comprehensive fix (Phase 2)
   Covers all sections not handled in Phase 1:
   aigence vars, phone showcase, AI power chat/compare/pill,
   pricing text, compare table, interactive demo, icons,
   selection, grid patterns, shimmer, card hovers, etc.
   ═══════════════════════════════════════════════════════════════ */

/* ── Aigence template variable overrides ─────────────────── */
[data-theme="light"] {
  --aigence-black: #F8F9FC;
  --aigence-black-rgb: 248, 249, 252;
  --aigence-black2: #F0F0F8;
  --aigence-black2-rgb: 240, 240, 248;
  --aigence-black3: #EEEEF5;
  --aigence-black3-rgb: 238, 238, 245;
  --aigence-black4: #FFFFFF;
  --aigence-black4-rgb: 255, 255, 255;
  --aigence-black5: #F5F5FA;
  --aigence-black5-rgb: 245, 245, 250;
  --aigence-black6: #F8F8FC;
  --aigence-black6-rgb: 248, 248, 252;
  --aigence-black7: #F0F0F8;
  --aigence-black7-rgb: 240, 240, 248;
  --aigence-black8: #FFFFFF;
  --aigence-black8-rgb: 255, 255, 255;
  --aigence-text: rgba(26, 26, 46, 0.7);
  --aigence-text-rgb: 26, 26, 46;
  --aigence-text-gray: rgba(26, 26, 46, 0.55);
  --aigence-text-gray-rgb: 26, 26, 46;
  --aigence-white2: #F8F9FC;
  --aigence-white2-rgb: 248, 249, 252;
  --aigence-border-color: rgba(0, 0, 0, 0.1);
  --aigence-border-color-rgb: 200, 200, 200;
}

/* ── Selection — dark text on light ────────────────────── */
[data-theme="light"] ::selection {
  background: rgba(124, 58, 237, 0.2);
  color: #1A1A2E;
}

/* ── FontAwesome icons — light mode base ───────────────── */
[data-theme="light"] .fas,
[data-theme="light"] .fab,
[data-theme="light"] .far,
[data-theme="light"] .fas::before,
[data-theme="light"] .fab::before,
[data-theme="light"] .far::before {
  color: rgba(26, 26, 46, 0.7) !important;
  -webkit-text-fill-color: rgba(26, 26, 46, 0.7) !important;
}

/* Keep button / CTA / footer icons white in light */
[data-theme="light"] .aigence-btn__icon .fas,
[data-theme="light"] .aigence-btn__icon .fas::before,
[data-theme="light"] .aigence-btn__icon .fab,
[data-theme="light"] .aigence-btn__icon .fab::before,
[data-theme="light"] .cta-one .fas,
[data-theme="light"] .cta-one .fas::before,
[data-theme="light"] .cta-one [class^="icon-"],
[data-theme="light"] .cta-one [class^="icon-"]::before,
[data-theme="light"] .main-footer--two .fas,
[data-theme="light"] .main-footer--two .fas::before,
[data-theme="light"] .main-footer--two [class^="icon-"],
[data-theme="light"] .main-footer--two [class^="icon-"]::before {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

/* Keep footer text light — footer stays dark in light mode */
[data-theme="light"] .main-footer--two,
[data-theme="light"] .main-footer--two a,
[data-theme="light"] .main-footer--two span,
[data-theme="light"] .main-footer--two p {
  color: rgba(255, 255, 255, 0.55) !important;
}

[data-theme="light"] .main-footer--two .footer-widget__title,
[data-theme="light"] .main-footer--two .footer-widget__about-title {
  color: #FFFFFF !important;
}

/* ── Avatar strip border — on dark hero bg ────────────── */
[data-theme="light"] .wb-avatar-strip__faces img {
  border-color: rgba(255, 255, 255, 0.2);
}

/* ── Phone showcase section ────────────────────────────── */
[data-theme="light"] .wb-phone-showcase {
  background: #F0F0F8 !important;
}

[data-theme="light"] .wb-phone-showcase__bg {
  background: radial-gradient(ellipse at 20% 50%, rgba(16, 185, 129, 0.05) 0%, transparent 60%);
}

[data-theme="light"] .wb-phone-showcase__title {
  color: #1A1A2E !important;
}

[data-theme="light"] .wb-phone-showcase__text {
  color: rgba(26, 26, 46, 0.6);
}

[data-theme="light"] .wb-phone-cta {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(16, 185, 129, 0.03));
  border-color: rgba(16, 185, 129, 0.25);
}

[data-theme="light"] .wb-phone-cta:hover {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(16, 185, 129, 0.06));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06), 0 0 40px rgba(16, 185, 129, 0.06);
}

[data-theme="light"] .wb-phone-cta__label {
  color: rgba(26, 26, 46, 0.5);
}

[data-theme="light"] .wb-phone-cta__number {
  color: #1A1A2E;
}

[data-theme="light"] .wb-phone-showcase__stat strong {
  color: #1A1A2E;
  text-shadow: none;
}

[data-theme="light"] .wb-phone-showcase__stat--divider {
  border-left-color: rgba(16, 185, 129, 0.15);
}

[data-theme="light"] .wb-phone-showcase__image {
  border-color: rgba(16, 185, 129, 0.2);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08), 0 0 60px rgba(16, 185, 129, 0.04);
}

[data-theme="light"] .wb-phone-showcase__image-badge {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(16, 185, 129, 0.25);
}

[data-theme="light"] .wb-phone-cap {
  background: rgba(0, 0, 0, 0.015);
  border-color: rgba(16, 185, 129, 0.06);
}

[data-theme="light"] .wb-phone-cap:hover {
  border-color: rgba(16, 185, 129, 0.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04), 0 0 20px rgba(16, 185, 129, 0.03);
}

[data-theme="light"] .wb-phone-cap__title {
  color: #1A1A2E;
}

[data-theme="light"] .wb-phone-cap__text {
  color: rgba(26, 26, 46, 0.55);
}

[data-theme="light"] .wb-phone-caps-row {
  border-top-color: rgba(16, 185, 129, 0.08);
}

/* Keep phone icon green in light */
[data-theme="light"] .wb-phone-cta__icon [class^="icon-"],
[data-theme="light"] .wb-phone-cta__icon [class^="icon-"]::before,
[data-theme="light"] .wb-phone-cta__arrow [class^="icon-"],
[data-theme="light"] .wb-phone-cta__arrow [class^="icon-"]::before,
[data-theme="light"] .wb-phone-cap__icon [class^="icon-"],
[data-theme="light"] .wb-phone-cap__icon [class^="icon-"]::before,
[data-theme="light"] .wb-phone-showcase__tag [class^="icon-"],
[data-theme="light"] .wb-phone-showcase__tag [class^="icon-"]::before {
  color: #10B981 !important;
  -webkit-text-fill-color: #10B981 !important;
}

/* ── AI Power: pill — stay light on dark bg ───────────── */
[data-theme="light"] .ai-power__pill {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  color: #22c55e;
}

[data-theme="light"] .ai-power__pill__dot {
  background: #22c55e;
}

/* ── AI Power: desc — light text on dark bg ───────────── */
[data-theme="light"] .ai-power__desc {
  color: rgba(255, 255, 255, 0.7);
}

/* ── AI Power: compare strip — light on dark ──────────── */
[data-theme="light"] .ai-power__compare {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="light"] .ai-power__compare__label {
  color: rgba(255, 255, 255, 0.5);
}

[data-theme="light"] .ai-power__compare__price {
  color: #FFFFFF;
}

[data-theme="light"] .ai-power__compare__price--old {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: line-through;
}

[data-theme="light"] .ai-power__compare__price--new {
  color: #22c55e;
}

[data-theme="light"] .ai-power__compare__detail {
  color: rgba(255, 255, 255, 0.5);
}

[data-theme="light"] .ai-power__compare__arrow {
  color: rgba(255, 255, 255, 0.3);
}

/* ── AI Power: chat demo — light on dark ──────────────── */
[data-theme="light"] .ai-power__chat {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="light"] .ai-power__chat__avatar {
  background: rgba(124, 58, 237, 0.2);
}

[data-theme="light"] .ai-power__chat__from {
  color: rgba(255, 255, 255, 0.5);
}

[data-theme="light"] .ai-power__chat__bubble p {
  color: #FFFFFF;
}

[data-theme="light"] .ai-power__chat__reply {
  border-top-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

[data-theme="light"] .ai-power__chat__check {
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
}

/* ── AI Power: card hover — glow on dark bg ──────────── */
[data-theme="light"] .ai-power__card:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2), 0 0 20px rgba(124, 58, 237, 0.08) !important;
}

/* ── Compare table ─────────────────────────────────────── */
[data-theme="light"] .whiz-compare__table tbody td {
  border-bottom-color: rgba(0, 0, 0, 0.06);
  color: rgba(26, 26, 46, 0.7);
}

[data-theme="light"] .whiz-compare__table tbody td:first-child {
  color: #1A1A2E;
}

[data-theme="light"] .whiz-compare__table tbody tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.015);
}

[data-theme="light"] .whiz-compare__table tbody tr:hover td {
  background: rgba(124, 58, 237, 0.03);
}

/* ── Interactive agent demo ────────────────────────────── */
[data-theme="light"] .whiz-agent-tab {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(26, 26, 46, 0.55);
}

[data-theme="light"] .whiz-agent-tab:hover {
  color: #1A1A2E;
}

[data-theme="light"] .whiz-demo-viewport {
  background: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .whiz-demo-header {
  background: rgba(0, 0, 0, 0.015);
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .whiz-demo-header__info h4 {
  color: #1A1A2E;
}

[data-theme="light"] .whiz-demo-header__info p {
  color: rgba(26, 26, 46, 0.5);
}

[data-theme="light"] .whiz-msg--agent {
  background: rgba(124, 58, 237, 0.06);
  color: #1A1A2E;
}

[data-theme="light"] .whiz-msg--user {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(26, 26, 46, 0.8);
}

[data-theme="light"] .whiz-msg--system {
  background: rgba(34, 197, 94, 0.05);
  border-color: rgba(34, 197, 94, 0.1);
  color: #16a34a;
}

[data-theme="light"] .whiz-demo-typing span {
  background: rgba(124, 58, 237, 0.25);
}

[data-theme="light"] .whiz-demo-footer {
  border-top-color: rgba(0, 0, 0, 0.06);
}

/* ── CTA call button ───────────────────────────────────── */
[data-theme="light"] .wb-cta-call {
  background: rgba(16, 185, 129, 0.08);
  border-color: rgba(16, 185, 129, 0.25);
}

/* ── Floating stat card ────────────────────────────────── */
[data-theme="light"] .wb-floating-stat {
  background: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .wb-floating-stat__label {
  color: rgba(26, 26, 46, 0.5);
}

/* ── Blog card hover — keep dark text on light ─────────── */
[data-theme="light"] .blog-card-two:hover .blog-card-two__title,
[data-theme="light"] .blog-card-two:hover .blog-card-two__title a {
  color: #1A1A2E !important;
}

[data-theme="light"] .blog-card-two:hover .blog-card-two__text {
  color: rgba(26, 26, 46, 0.6) !important;
}

[data-theme="light"] .blog-card-two:hover .blog-card-two__admin__name {
  color: #1A1A2E !important;
}

[data-theme="light"] .blog-card-two:hover .blog-card-two__category {
  color: #7C3AED !important;
}

/* ── Card hover shadows — softer on light ──────────────── */
[data-theme="light"] .service-card-two:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06), 0 0 30px rgba(124, 58, 237, 0.04) !important;
}

[data-theme="light"] .blog-card-two:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05), 0 0 30px rgba(124, 58, 237, 0.03) !important;
}

[data-theme="light"] .testimonial-card-two:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05), 0 0 40px rgba(124, 58, 237, 0.03) !important;
}

[data-theme="light"] .funfact-two__item:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05), 0 0 30px rgba(124, 58, 237, 0.03) !important;
}

/* ── CTA section glow — softer on light ────────────────── */
[data-theme="light"] .cta-one__wrapper {
  box-shadow: 0 30px 80px rgba(124, 58, 237, 0.12) !important;
}

[data-theme="light"] .cta-one__wrapper:hover {
  box-shadow: 0 30px 100px rgba(124, 58, 237, 0.18) !important;
}

/* ── Pricing card text ─────────────────────────────────── */
[data-theme="light"] .pricing-card__name {
  color: #1A1A2E !important;
}

[data-theme="light"] .pricing-card__period {
  color: rgba(26, 26, 46, 0.5) !important;
}

[data-theme="light"] .pricing-card__desc {
  color: rgba(26, 26, 46, 0.6) !important;
}

[data-theme="light"] .pricing-card__features li {
  color: rgba(26, 26, 46, 0.7) !important;
  border-bottom-color: rgba(0, 0, 0, 0.06) !important;
}

[data-theme="light"] .pricing-card__features li i.fa-check {
  color: #16a34a !important;
  -webkit-text-fill-color: #16a34a !important;
}

[data-theme="light"] .pricing-card__features li i.fa-times {
  color: rgba(26, 26, 46, 0.2) !important;
  -webkit-text-fill-color: rgba(26, 26, 46, 0.2) !important;
}

[data-theme="light"] .pricing-card--featured {
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.06) 0%, rgba(124, 58, 237, 0.015) 100%) !important;
}

/* ── Marquee / slide text ──────────────────────────────── */
[data-theme="light"] .slide-text__scroll span {
  color: rgba(0, 0, 0, 0.04) !important;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.06) !important;
}

/* ── Hero badge — keep light on dark hero bg ─────────── */
[data-theme="light"] .wb-hero-badge {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85);
}

[data-theme="light"] .wb-hero-badge::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
}

/* ── Hero stat icon variants — stay light on dark bg ──── */
[data-theme="light"] .wb-hero-stat__icon--green {
  background: rgba(34, 197, 94, 0.2) !important;
  border-color: rgba(34, 197, 94, 0.3) !important;
}

[data-theme="light"] .wb-hero-stat__icon--blue {
  background: rgba(59, 130, 246, 0.2) !important;
  border-color: rgba(59, 130, 246, 0.3) !important;
}

[data-theme="light"] .wb-hero-stat::after {
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
}

/* ── FAQ accordion icon bars ───────────────────────────── */
[data-theme="light"] .faq-accordion .accordion-title__icon::before,
[data-theme="light"] .faq-accordion .accordion-title__icon::after,
[data-theme="light"] .aigence-accordion .accordion-title__icon::before,
[data-theme="light"] .aigence-accordion .accordion-title__icon::after,
[data-theme="light"] .faq-page .accordion-title__icon::before,
[data-theme="light"] .faq-page .accordion-title__icon::after,
[data-theme="light"] .service-details__faq .accordion-title__icon::before,
[data-theme="light"] .service-details__faq .accordion-title__icon::after {
  background-color: rgba(26, 26, 46, 0.35) !important;
}

[data-theme="light"] .faq-accordion .accordion.active .accordion-title__icon::before,
[data-theme="light"] .faq-accordion .accordion.active .accordion-title__icon::after,
[data-theme="light"] .aigence-accordion .accordion.active .accordion-title__icon::before,
[data-theme="light"] .aigence-accordion .accordion.active .accordion-title__icon::after {
  background-color: #7C3AED !important;
}

[data-theme="light"] .faq-page .accordion-button::after {
  filter: none !important;
}

/* ── Global text: dark text catch-all for light mode ───── */
[data-theme="light"] .sec-tagline,
[data-theme="light"] .about-four__title,
[data-theme="light"] .faq-page__category-title {
  color: #7C3AED !important;
}

[data-theme="light"] .about-four__text,
[data-theme="light"] .about-four__item__text,
[data-theme="light"] .service-card__text,
[data-theme="light"] .contact-page__text,
[data-theme="light"] .contact-one__text,
[data-theme="light"] .faq-page .accordion-content p,
[data-theme="light"] .blog-card__text,
[data-theme="light"] .sec-text,
[data-theme="light"] .project-card__tagline {
  color: rgba(26, 26, 46, 0.6) !important;
}

[data-theme="light"] .about-four__item__title,
[data-theme="light"] .service-card__title a,
[data-theme="light"] .contact-page__title,
[data-theme="light"] .contact-page__info__title,
[data-theme="light"] .contact-one__title,
[data-theme="light"] .faq-page .accordion-title h4,
[data-theme="light"] .blog-card__title a,
[data-theme="light"] .blog-card__admin__name {
  color: #1A1A2E !important;
}

/* ── Service details page — light ──────────────────────── */
[data-theme="light"] .service-details {
  background-color: #F8F9FC !important;
}

[data-theme="light"] .service-details__text {
  color: rgba(26, 26, 46, 0.6) !important;
}

[data-theme="light"] .service-details__title {
  color: #1A1A2E !important;
}

[data-theme="light"] .service-details__sm-title {
  color: rgba(26, 26, 46, 0.55) !important;
}

[data-theme="light"] .service-sidebar__pages {
  background-color: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .service-sidebar__pages__title {
  color: #1A1A2E !important;
}

[data-theme="light"] .service-sidebar__nav a {
  color: rgba(26, 26, 46, 0.5) !important;
}

[data-theme="light"] .service-sidebar__nav a:hover,
[data-theme="light"] .service-sidebar__nav .current a {
  color: #7C3AED !important;
}

[data-theme="light"] .service-details__why-choose__card {
  background-color: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .service-details__why-choose__title {
  color: #1A1A2E !important;
}

[data-theme="light"] .service-details__why-choose__text {
  color: rgba(26, 26, 46, 0.55) !important;
}

[data-theme="light"] .service-details__benefits__title {
  color: #1A1A2E !important;
}

[data-theme="light"] .service-details__benefits__text {
  color: rgba(26, 26, 46, 0.55) !important;
}

[data-theme="light"] .service-details__benefits__list li {
  color: rgba(26, 26, 46, 0.6) !important;
}

[data-theme="light"] .service-details__faq .accordion {
  background-color: #FFFFFF !important;
  border-color: rgba(0, 0, 0, 0.06) !important;
}

[data-theme="light"] .service-details__faq .accordion-title {
  background-color: #FFFFFF !important;
}

[data-theme="light"] .service-details__faq .accordion-title h4 {
  color: #1A1A2E !important;
}

[data-theme="light"] .service-details__faq .accordion.active .accordion-title h4 {
  color: #7C3AED !important;
}

[data-theme="light"] .service-details__faq .accordion-content p {
  color: rgba(26, 26, 46, 0.55) !important;
}

/* ── Contact info cards — light ────────────────────────── */
[data-theme="light"] .contact-page__info {
  background-color: #FFFFFF !important;
}

[data-theme="light"] .contact-page__info__text,
[data-theme="light"] .contact-page__info__text a {
  color: rgba(26, 26, 46, 0.5) !important;
}

[data-theme="light"] .contact-one__single {
  background-color: #FFFFFF !important;
  border-color: rgba(0, 0, 0, 0.06) !important;
}

/* ── Subpage --aigence-white override — light ──────────── */
[data-theme="light"] .faq-page,
[data-theme="light"] .faq-page-search,
[data-theme="light"] .contact-page,
[data-theme="light"] .testimonial-one,
[data-theme="light"] .testimonial-two,
[data-theme="light"] .service-details,
[data-theme="light"] .about-four,
[data-theme="light"] .blog-details {
  --aigence-white: #F8F9FC;
  --aigence-white-rgb: 248, 249, 252;
}

/* ── FAQ search — light ────────────────────────────────── */
[data-theme="light"] .faq-page-search__title {
  color: #1A1A2E !important;
}

[data-theme="light"] .faq-page-search__form input {
  background-color: #FFFFFF !important;
  color: #1A1A2E !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

/* ── Smooth theme transition ───────────────────────────── */
body,
.main-header--two,
.topbar--two,
.service-card-two,
.blog-card-two,
.testimonial-card-two,
.funfact-two__item,
.why-choose-two__item,
.pricing-card,
.wb-phone-showcase,
.ai-power__card,
.ai-power__compare,
.ai-power__chat,
.wb-phone-cap,
.whiz-demo-viewport,
.faq-accordion .accordion,
.aigence-accordion .accordion {
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

[data-theme="light"] .wdemo-typing span {
  background: rgba(26, 26, 46, 0.25) !important;
}

[data-theme="light"] .wdemo-input {
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: rgba(26, 26, 46, 0.4) !important;
}

[data-theme="light"] .wdemo-header h2 {
  color: #1A1A2E !important;
}

[data-theme="light"] .wdemo-header p {
  color: rgba(26, 26, 46, 0.5) !important;
}

[data-theme="light"] .wdemo-tab {
  color: rgba(26, 26, 46, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
}

[data-theme="light"] .wdemo-tab.active {
  color: #7C3AED !important;
  border-color: rgba(124, 58, 237, 0.3) !important;
}

[data-theme="light"] .wdemo-stat {
  background: linear-gradient(135deg, #F0F0F8, #E8E8F0) !important;
  border-color: rgba(0, 0, 0, 0.06) !important;
}

[data-theme="light"] .wdemo-stat-val {
  color: #1A1A2E !important;
}

[data-theme="light"] .wdemo-stat-label {
  color: rgba(26, 26, 46, 0.5) !important;
}

/* ── Pain points light ───────────────────────────────────── */
[data-theme="light"] .wpp-title {
  color: #1A1A2E !important;
}

[data-theme="light"] .wpp-text {
  color: rgba(26, 26, 46, 0.55) !important;
}

[data-theme="light"] .wpp-card {
  background: #FFFFFF !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
}

[data-theme="light"] .wpp-card-body h4 {
  color: #1A1A2E !important;
}

[data-theme="light"] .wpp-card-body p {
  color: rgba(26, 26, 46, 0.6) !important;
}

[data-theme="light"] .wpp-col li {
  color: rgba(26, 26, 46, 0.55) !important;
}

/* ── ROI calculator light ────────────────────────────────── */
[data-theme="light"] .wroi2-title {
  color: #1A1A2E !important;
}

[data-theme="light"] .wroi2-desc {
  color: rgba(26, 26, 46, 0.5) !important;
}

[data-theme="light"] .wroi2-chrome {
  background: linear-gradient(180deg, #F0F0F8, #E8E8F0) !important;
}

[data-theme="light"] .wroi2-input {
  color: #1A1A2E !important;
}

[data-theme="light"] .wroi2-toggle.on .on-label,
[data-theme="light"] .wroi2-toggle:not(.on) .off-label {
  color: #1A1A2E !important;
}

[data-theme="light"] .wroi2-url {
  color: rgba(26, 26, 46, 0.25) !important;
}

[data-theme="light"] .wroi2-left {
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.03), transparent 40%) !important;
}

[data-theme="light"] .wroi2-preset {
  border-color: rgba(0, 0, 0, 0.1) !important;
  background: rgba(0, 0, 0, 0.03) !important;
  color: rgba(26, 26, 46, 0.55) !important;
}

[data-theme="light"] .wroi2-preset:hover {
  border-color: rgba(0, 0, 0, 0.2) !important;
  color: rgba(26, 26, 46, 0.7) !important;
}

[data-theme="light"] .wroi2-preset.active {
  background: rgba(124, 58, 237, 0.08) !important;
  border-color: rgba(124, 58, 237, 0.3) !important;
  color: #7C3AED !important;
}

[data-theme="light"] .wroi2-label {
  color: rgba(26, 26, 46, 0.5) !important;
}

[data-theme="light"] .wroi2-value {
  color: #1A1A2E !important;
}

[data-theme="light"] .wroi2-right {
  background: #FFFFFF !important;
}

[data-theme="light"] .wroi2-result-label {
  color: rgba(26, 26, 46, 0.5) !important;
}

[data-theme="light"] .wroi2-result-value {
  color: #1A1A2E !important;
}

[data-theme="light"] .wroi2-bar-bg {
  background: rgba(0, 0, 0, 0.06) !important;
}

[data-theme="light"] .wroi2-bar-shimmer {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent) !important;
}

/* ── Quote / CTA sections light ──────────────────────────── */
[data-theme="light"] .quote-one__wrapper {
  background: linear-gradient(135deg, #F0F0F8, #E8E8F0) !important;
}

[data-theme="light"] .quote-one__text {
  color: #1A1A2E !important;
}

[data-theme="light"] .quote-one__identity {
  color: #7C3AED !important;
}

/* CTA stays purple in both modes — text stays white */

/* ── About page light ────────────────────────────────────── */
[data-theme="light"] .about-four__title,
[data-theme="light"] .about-four__feature__title {
  color: #1A1A2E !important;
}

[data-theme="light"] .about-four__text,
[data-theme="light"] .about-four__feature__text {
  color: rgba(26, 26, 46, 0.65) !important;
}

/* ── Agent cards light ───────────────────────────────────── */
[data-theme="light"] .agent-card,
[data-theme="light"] .case-study-card,
[data-theme="light"] .team-card__content,
[data-theme="light"] .contact-one__single {
  background-color: #FFFFFF !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
}

[data-theme="light"] .agent-card__name,
[data-theme="light"] .case-study-card__title,
[data-theme="light"] .team-card__name,
[data-theme="light"] .contact-one__title {
  color: #1A1A2E !important;
}

[data-theme="light"] .agent-card__text,
[data-theme="light"] .case-study-card__text,
[data-theme="light"] .team-card__designation,
[data-theme="light"] .contact-one__text {
  color: rgba(26, 26, 46, 0.6) !important;
}

/* ── Service detail pages light ──────────────────────────── */
[data-theme="light"] .service-details__card,
[data-theme="light"] .service-one__card,
[data-theme="light"] .cap-card {
  background-color: #FFFFFF !important;
}

[data-theme="light"] .service-details__card__title,
[data-theme="light"] .service-one__card__title {
  color: #1A1A2E !important;
}

[data-theme="light"] .service-details__card__text,
[data-theme="light"] .service-one__card__text {
  color: rgba(26, 26, 46, 0.65) !important;
}

/* ── Pricing cards light ─────────────────────────────────── */
[data-theme="light"] .pricing-card__name {
  color: #1A1A2E !important;
}

[data-theme="light"] .pricing-card__period,
[data-theme="light"] .pricing-card__desc {
  color: rgba(26, 26, 46, 0.6) !important;
}

[data-theme="light"] .pricing-card__features li {
  color: rgba(26, 26, 46, 0.7) !important;
  border-bottom-color: rgba(0, 0, 0, 0.06) !important;
}

[data-theme="light"] .pricing-card--featured {
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.06), rgba(124, 58, 237, 0.02)) !important;
  border-color: #7C3AED !important;
}

/* ── Contact page light ──────────────────────────────────── */
[data-theme="light"] .contact-page__info__title,
[data-theme="light"] .contact-page__title {
  color: #1A1A2E !important;
}

[data-theme="light"] .contact-page__info__text,
[data-theme="light"] .contact-page__info__text a,
[data-theme="light"] .contact-page__text {
  color: rgba(26, 26, 46, 0.6) !important;
}

/* ── Marquee / brand ticker light ────────────────────────── */
[data-theme="light"] .slide-text__scroll span {
  color: rgba(0, 0, 0, 0.05) !important;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.08) !important;
}

/* ── Blog detail page light ──────────────────────────────── */
[data-theme="light"] .blog-card__title,
[data-theme="light"] .blog-card__title a {
  color: #1A1A2E !important;
}

[data-theme="light"] .blog-card__text {
  color: rgba(26, 26, 46, 0.65) !important;
}

/* ── Selection color light ───────────────────────────────── */
[data-theme="light"] ::selection {
  background: rgba(124, 58, 237, 0.2);
  color: #1A1A2E;
}

/* ── Scrollbar light ─────────────────────────────────────── */
[data-theme="light"] ::-webkit-scrollbar-track {
  background: #F0F0F8 !important;
}

/* ── Grid pattern light ──────────────────────────────────── */
[data-theme="light"] .bg-grid-pattern {
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.04) 1px, transparent 1px) !important;
}

/* ── Phone showcase light ────────────────────────────────── */
[data-theme="light"] .wb-phone-showcase {
  background: #F0F8F5 !important;
}

[data-theme="light"] .wb-phone-showcase__bg {
  background: radial-gradient(ellipse at 20% 50%, rgba(16, 185, 129, 0.06) 0%, transparent 60%) !important;
}

[data-theme="light"] .wb-phone-showcase__title {
  color: #1A1A2E !important;
}

[data-theme="light"] .wb-phone-showcase__text {
  color: rgba(26, 26, 46, 0.65) !important;
}

[data-theme="light"] .wb-phone-cta {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(16, 185, 129, 0.04)) !important;
  border-color: rgba(16, 185, 129, 0.3) !important;
}

[data-theme="light"] .wb-phone-cta__label {
  color: rgba(26, 26, 46, 0.5) !important;
}

[data-theme="light"] .wb-phone-cta__number {
  color: #1A1A2E !important;
}

[data-theme="light"] .wb-phone-showcase__stat strong {
  color: #10B981 !important;
}

[data-theme="light"] .wb-phone-showcase__stat__label {
  color: rgba(26, 26, 46, 0.55) !important;
}

[data-theme="light"] .wb-phone-showcase__stat--divider {
  border-left-color: rgba(0, 0, 0, 0.1) !important;
}

/* ── Capabilities cards light ────────────────────────────── */
[data-theme="light"] .wb-phone-caps-row .wb-phone-cap {
  background: #FFFFFF !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
}

[data-theme="light"] .wb-phone-caps-row .wb-phone-cap__title {
  color: #1A1A2E !important;
}

[data-theme="light"] .wb-phone-caps-row .wb-phone-cap__text {
  color: rgba(26, 26, 46, 0.6) !important;
}

/* ── Phone image glow — softer on light ──────────────────── */
[data-theme="light"] .wb-phone-showcase__image-glow {
  opacity: 0.15 !important;
}

[data-theme="light"] .wb-phone-showcase__image-badge {
  background: #FFFFFF !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
  color: #1A1A2E !important;
}

/* ── Transition for smooth theme switch ──────────────────── */
body,
.main-header--two,
.topbar--two,
.service-card-two,
.blog-card-two,
.testimonial-card-two,
.funfact-two__item,
.why-choose-two__item,
.ai-power__card,
.sec-title,
.mobile-nav__content {
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease !important;
}
