/* ============================================
   INAVIT STUDIO — Custom Bootstrap 5 Theme Overrides
   Primary: #fd0196 | Secondary: #ff7717
   ============================================ */

:root {
  --bs-primary: #fd0196;
  --bs-primary-rgb: 253, 1, 150;
  --bs-secondary: #ff7717;
  --bs-secondary-rgb: 255, 119, 23;
  --bs-dark: #0a0b10;
  --bs-dark-rgb: 10, 11, 16;
  --bs-font-sans-serif: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --gradient-primary: linear-gradient(135deg, #fd0196, #ff7717);
  --gradient-primary-hover: linear-gradient(135deg, #ff7717, #fd0196);
  --dark-card-bg: #12131a;
  --dark-card-border: #1e2030;
}

body {
  font-family: var(--bs-font-sans-serif);
  color: #333333;
  background-color: #ffffff;
  overflow-x: hidden;
}

/* ---------- Typography & Utility Gradients ---------- */
.text-gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bg-gradient-primary {
  background: var(--gradient-primary) !important;
}

.bg-dark-custom {
  background-color: var(--bs-dark) !important;
}

.card-dark {
  background-color: var(--dark-card-bg);
  border: 1px solid var(--dark-card-border);
  color: #c5c9d6;
}

/* ---------- Header Clearance for Fixed Navbar ---------- */
.page-header-section {
  padding-top: 7rem !important;
  margin-top: 0 !important;
}

/* ---------- Contrast & Visibility Overrides for Dark Backgrounds ---------- */
.bg-dark-custom .text-muted,
.footer-wrapper .text-muted,
.bg-dark .text-muted,
.hero-wrapper .text-muted {
  color: #c0c6d8 !important;
}

.hero-wrapper .stat-label {
  color: #d1d5e4 !important;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.hero-wrapper .trust-text {
  color: #cbd5e1 !important;
}

.footer-wrapper a.text-muted:hover {
  color: #ffffff !important;
}

.dropdown-menu-dark {
  background-color: #12131a;
  border: 1px solid #232636;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.dropdown-menu-dark .dropdown-item {
  color: #d1d5e4;
  padding: 0.6rem 1.25rem;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  background-color: rgba(253, 1, 150, 0.15);
  color: #ffffff;
}

.dropdown-menu-dark .dropdown-item.active {
  background: var(--gradient-primary);
  color: #ffffff;
}

/* ---------- Buttons ---------- */
.btn-primary-gradient {
  background: var(--gradient-primary);
  color: #ffffff;
  border: none;
  font-weight: 600;
  border-radius: 50rem;
  padding: 0.75rem 1.75rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(253, 1, 150, 0.3);
}

.btn-primary-gradient:hover {
  background: var(--gradient-primary-hover);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(253, 1, 150, 0.45);
}

.btn-outline-custom {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.25);
  font-weight: 600;
  border-radius: 50rem;
  padding: 0.75rem 1.75rem;
  transition: all 0.3s ease;
}

.btn-outline-custom:hover {
  border-color: #fd0196;
  color: #fd0196;
  transform: translateY(-2px);
}

/* ---------- Navbar ---------- */
.navbar-custom {
  padding: 1rem 0;
  transition: all 0.3s ease;
  background: transparent;
}

.navbar-custom.scrolled {
  background: rgba(10, 11, 16, 0.95) !important;
  backdrop-filter: blur(15px);
  padding: 0.6rem 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.navbar-custom .navbar-brand {
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
}

.navbar-custom .nav-link {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  margin: 0 0.5rem;
  transition: color 0.3s ease;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
  color: #fd0196;
}

/* ---------- Hero Section ---------- */
.hero-wrapper {
  position: relative;
  background-color: var(--bs-dark);
  padding: 10.5rem 0 5rem;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .hero-wrapper {
    padding: 8.5rem 0 4rem;
  }
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.35;
  pointer-events: none;
}

.orb-primary {
  width: 450px;
  height: 450px;
  background: #fd0196;
  top: -10%;
  right: -5%;
}

.orb-secondary {
  width: 350px;
  height: 350px;
  background: #ff7717;
  bottom: -10%;
  left: -5%;
}

/* ---------- Section Titles ---------- */
.eyebrow-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  background: rgba(253, 1, 150, 0.1);
  border: 1px solid rgba(253, 1, 150, 0.25);
  border-radius: 50rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fd0196;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ---------- Pricing & Feature Cards ---------- */
.pricing-card {
  border-radius: 1rem;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  border: 1px solid #eaedf3;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-color: #fd0196;
}

.pricing-card.featured {
  border: 2px solid #fd0196;
  position: relative;
}

.featured-badge {
  position: absolute;
  top: 0;
  right: 1.5rem;
  background: var(--gradient-primary);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  text-transform: uppercase;
}

.price-tag {
  font-size: 2.25rem;
  font-weight: 800;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---------- Portfolio Grid ---------- */
.portfolio-item-card {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #eaedf3;
  transition: all 0.35s ease;
}

.portfolio-item-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border-color: #fd0196;
}

.portfolio-preview {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.5rem;
}

/* ---------- Floating Action Buttons ---------- */
.floating-btn-group {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.floating-action-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  text-decoration: none;
}

.floating-action-btn:hover {
  transform: scale(1.1);
  color: #ffffff;
}

.floating-whatsapp { background-color: #25d366; }
.floating-phone { background: var(--gradient-primary); }

/* ---------- Footer ---------- */
.footer-wrapper {
  background-color: var(--bs-dark);
  color: #c5c9d6;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-wrapper a:not(.btn) {
  color: #a0a6bd;
  transition: color 0.2s ease;
}

.footer-wrapper a:not(.btn):hover {
  color: #fd0196 !important;
}

/* ---------- Premium Comparison Table Styling with Vibrant Gradients ---------- */
.comparison-table-wrapper {
  background: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 20px 50px rgba(253, 1, 150, 0.12);
  overflow: hidden;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), var(--gradient-primary);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.table-comparison {
  margin-bottom: 0;
}

.table-comparison thead th {
  background: #0a0b10;
  color: #9ca3af;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  padding: 1.25rem 1rem;
  border: none;
}

.table-comparison thead th.highlight-col-header {
  background: linear-gradient(135deg, #fd0196, #ff7717) !important;
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 4px 15px rgba(253, 1, 150, 0.4);
}

.table-comparison tbody tr {
  transition: all 0.25s ease;
}

.table-comparison tbody tr:hover {
  background-color: rgba(253, 1, 150, 0.05);
  transform: scale(1.002);
}

.table-comparison tbody td,
.table-comparison tbody th {
  padding: 1.2rem 1rem;
  vertical-align: middle;
  border-color: #f3f4f6;
  font-size: 0.95rem;
}

.table-comparison td.highlight-col {
  background: linear-gradient(180deg, rgba(253, 1, 150, 0.08), rgba(255, 119, 23, 0.05)) !important;
  font-weight: 700;
  box-shadow: inset 1px 0 0 rgba(253, 1, 150, 0.2), inset -1px 0 0 rgba(253, 1, 150, 0.2);
}

.price-badge-inavit {
  background: var(--gradient-primary);
  color: #ffffff;
  font-weight: 800;
  font-size: 1rem;
  padding: 0.45rem 1rem;
  border-radius: 50rem;
  box-shadow: 0 4px 15px rgba(253, 1, 150, 0.4);
  display: inline-block;
}

.badge-savings-gradient {
  background: linear-gradient(135deg, #10b981, #059669);
  color: #ffffff;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 50rem;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

/* ---------- Tech Stack Pills Section ---------- */
.tech-stack-section {
  background-color: #0a0b10 !important;
  color: #ffffff !important;
}

.tech-stack-section h2,
.tech-stack-section h3 {
  color: #ffffff !important;
}

.tech-stack-section .text-gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tech-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 1.4rem;
  background-color: #161822 !important;
  border: 1px solid #2a2e42 !important;
  border-radius: 50rem;
  color: #f1f5f9 !important;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
}

/* ---------- Client Logos Section ---------- */
.client-logos-section {
  background-color: #07080c;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.client-logo-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1.25rem;
  padding: 1.25rem 1rem;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 100%;
}

.client-logo-card:hover {
  background: rgba(253, 1, 150, 0.08);
  border-color: rgba(253, 1, 150, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(253, 1, 150, 0.2);
}

.client-logo-pill {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.client-logo-name {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.15rem;
}

/* ---------- Above Footer Partner Badges Bar ---------- */
.partners-badge-banner {
  background-color: #08090e;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.partners-badge-banner {
  background: #0d0f17;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.partner-logo-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.85rem;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  transition: all 0.3s ease;
}

.partner-logo-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(253, 1, 150, 0.4);
  transform: translateY(-2px);
}

.partner-logo-img {
  max-width: 100%;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.partner-dark-box {
  background: #0d0f18;
  border: 1px solid #282d44;
  border-radius: 1rem;
  padding: 0.85rem 1.75rem;
  display: inline-flex;
  align-items: center;
  gap: 1.75rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.partner-brand-text {
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.3px;
}

.partner-brand-sub {
  font-size: 0.85rem;
  color: #94a3b8;
  font-weight: 700;
}

/* ---------- Footer Inline Pipe SEO Links Section (Image 2 Style) ---------- */
.footer-seo-inline-section {
  padding: 1rem 0;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.footer-seo-block {
  margin-bottom: 1.5rem;
}

.footer-seo-block-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  letter-spacing: 0.3px;
  background: linear-gradient(135deg, #fd0196, #ff7717);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.footer-seo-inline-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 2.2;
  font-size: 0.98rem;
  gap: 0;
}

.footer-seo-inline-link {
  color: #94a3b8 !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
  font-weight: 400;
  white-space: nowrap;
}

.footer-seo-inline-link:hover {
  color: #e2e8f0 !important;
  text-decoration: none !important;
}

.footer-seo-pipe {
  color: #475569;
  margin: 0 1rem;
  font-weight: 300;
  user-select: none;
}


