/* KingFamoh brand — icon + name */
.kf-brand {
  text-decoration: none;
}

.kf-brand-icon {
  width: 36px;
  height: 36px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 50%;
}

.kf-brand-name {
  font-weight: 700;
  font-size: 1.05rem;
  color: #1a1a1a;
  line-height: 1.2;
  white-space: nowrap;
}

.fbs__net-navbar .kf-brand:hover .kf-brand-name {
  color: var(--bs-primary);
}

.kf-brand-footer .kf-brand-icon {
  width: 42px;
  height: 42px;
}

.kf-brand-footer .kf-brand-name {
  color: #ffffff;
  font-size: 1.2rem;
}

.kf-brand-footer:hover .kf-brand-name {
  color: #f5a623;
}

.offcanvas-header .kf-brand-name {
  color: #1a1a1a;
}


/* Page banner with breadcrumb */
.kf-page-banner {
  padding-top: 7rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  background: linear-gradient(135deg, #f5a623 0%, #e0941b 55%, #d4840f 100%);
  position: relative;
  overflow: hidden;
}

/* Gap between banner and main content */
.kf-page-banner + .section {
  padding-top: 4rem !important;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .kf-page-banner + .section {
    padding-top: 5rem !important;
    margin-top: 2rem;
  }
}

.kf-page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/hero-bg-svg-1.svg") no-repeat right center / auto 120%;
  opacity: 0.12;
  pointer-events: none;
}

.kf-page-banner .container {
  position: relative;
  z-index: 1;
}

.kf-breadcrumb {
  --bs-breadcrumb-divider: "›";
  margin-bottom: 1.25rem;
  padding: 0;
  background: transparent;
}

.kf-breadcrumb .breadcrumb-item,
.kf-breadcrumb .breadcrumb-item a {
  color: rgba(26, 26, 26, 0.75);
  font-size: 0.875rem;
  text-decoration: none;
}

.kf-breadcrumb .breadcrumb-item a:hover {
  color: #1a1a1a;
}

.kf-breadcrumb .breadcrumb-item.active {
  color: #1a1a1a;
  font-weight: 600;
}

.kf-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(26, 26, 26, 0.5);
}

.kf-page-banner-body {
  max-width: 720px;
}

.kf-page-banner-title {
  font-weight: 700;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}

.kf-page-banner-desc {
  color: rgba(26, 26, 26, 0.82);
  font-size: 1.05rem;
  line-height: 1.6;
}

.kf-page-banner-desc.kf-legal-updated {
  font-size: 0.9rem;
  color: rgba(26, 26, 26, 0.7);
}

/* Legacy alias */
.kf-page-hero {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
}

.kf-page-hero h1 {
  font-weight: 700;
}

.kf-page-content {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.kf-feature-card,
.kf-info-card {
  height: 100%;
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(245, 166, 35, 0.2);
  background: #fffdf8;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kf-feature-card:hover,
.kf-info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 166, 35, 0.12);
}

.kf-info-card .icon-wrap {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(245, 166, 35, 0.15);
  color: var(--bs-primary);
  font-size: 1.35rem;
}

.kf-feature-card .icon-wrap {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(245, 166, 35, 0.15);
  color: var(--bs-primary);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.kf-legal-content {
  max-width: 800px;
  margin: 0 auto;
}

.kf-legal-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.kf-legal-content p,
.kf-legal-content li {
  color: #444;
  line-height: 1.7;
}

.kf-legal-content ul {
  padding-left: 1.25rem;
}

.kf-legal-updated {
  font-size: 0.9rem;
  color: #666;
}

[data-bs-theme="dark"] .kf-page-hero {
  background: linear-gradient(180deg, #1a1a1a 0%, #111 100%);
}

[data-bs-theme="dark"] .kf-feature-card,
[data-bs-theme="dark"] .kf-info-card {
  background: rgba(245, 166, 35, 0.06);
  border-color: rgba(245, 166, 35, 0.25);
}

[data-bs-theme="dark"] .kf-legal-content p,
[data-bs-theme="dark"] .kf-legal-content li {
  color: #ccc;
}

.fbs__net-navbar .nav-link.active {
  font-weight: 600;
  opacity: 1;
}

/* Pricing — Free label & INR */
.kf-price-free {
  font-size: 2rem;
  font-weight: 700;
  color: inherit;
  line-height: 1;
}

.pricing-inner .price .price-currency {
  font-size: 1.25rem;
  top: -0.5em;
}

.pricing-inner .price .price-amount {
  font-size: 2.5rem;
}

.pricing-plan .pricing-inner.kf-plan-free {
  border: 2px dashed rgba(245, 166, 35, 0.45);
}

.pricing-plan .pricing-inner.kf-plan-premium {
  border: 2px solid var(--bs-primary);
  box-shadow: 0 12px 32px rgba(245, 166, 35, 0.2);
}

/* WhatsApp floating button */
.kf-whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1050;
  width: 3.5rem;
  height: 3.5rem;
  background: #25d366;
  color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kf-whatsapp-float:hover {
  color: #fff !important;
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
}

#back-to-top {
  bottom: 5.5rem;
}

/* Contact map */
.kf-contact-map {
  border: 0;
  width: 100%;
  min-height: 320px;
  border-radius: 1rem;
}

.kf-delete-steps li {
  line-height: 1.6;
}

.kf-email-sample {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 0.5rem;
  padding: 1rem;
  white-space: pre-wrap;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 1.5;
}

[data-bs-theme="dark"] .kf-email-sample {
  background: rgba(255, 255, 255, 0.06);
}
