/* =========================================================
   GENERAL RESPONSIVE UTILITIES & HERO COMPRESSION
   ========================================================= */

html, body {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100vw !important;
  position: relative;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img, svg, video, canvas, iframe {
  max-width: 100% !important;
  height: auto;
}

.whatsapp-floating {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 54px;
  height: 54px;
  background: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 28px;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  text-decoration: none;
}
.whatsapp-floating:hover {
  transform: scale(1.08);
  color: #fff;
}

.back-to-top {
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 44px;
  height: 44px;
  background: #6366f1;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 998;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  background: #4f46e5;
  transform: translateY(-3px);
}

@media (max-width: 767.98px) {
  .whatsapp-floating {
    bottom: 16px !important;
    right: 16px !important;
    width: 46px !important;
    height: 46px !important;
    font-size: 24px !important;
  }
  .back-to-top {
    bottom: 16px !important;
    left: 16px !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 15px !important;
  }
}

.page-hero,
.ab-hero,
.pr-hero,
.ct-hero,
.pp-hero,
.prod-hero,
.hero-section {
  padding: 100px 0 35px !important;
  position: relative;
  overflow: hidden;
}
.page-hero {
  background: linear-gradient(135deg, #0b0f19 0%, #1e1b4b 100%);
  color: #fff;
}
@media (max-width: 991.98px) {
  .page-hero,
  .ab-hero,
  .pr-hero,
  .ct-hero,
  .pp-hero,
  .prod-hero,
  .hero-section {
    padding: 74px 0 20px !important;
  }

  .iso-stack-container {
    display: none !important;
  }

  .page-hero h1,
  .ab-hero__title,
  .hero-section h1,
  .pr-hero h1,
  .ct-hero h1,
  .pp-hero h1,
  .prod-hero h1 {
    font-size: clamp(1.45rem, 5vw, 1.85rem) !important;
    line-height: 1.22 !important;
    margin-bottom: 0.45rem !important;
    letter-spacing: -0.2px !important;
  }

  .page-hero p.lead,
  .ab-hero__sub,
  .hero-section p.lead,
  .pr-hero p.lead {
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
    margin-bottom: 0.85rem !important;
    max-width: 95% !important;
  }

  .page-hero .badge,
  .ab-badge {
    font-size: 0.72rem !important;
    padding: 0.25rem 0.75rem !important;
    margin-bottom: 0.45rem !important;
  }

  .page-hero .mt-4,
  .hero-cta {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    justify-content: center !important;
  }

  .page-hero .btn-lg,
  .page-hero .btn,
  .hero-cta .btn {
    padding: 7px 16px !important;
    font-size: 0.85rem !important;
    border-radius: 50px !important;
  }

  .ab-stats {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.9rem 0.8rem !important;
    max-width: 320px !important;
    margin: 0 auto !important;
  }
  .ab-stat {
    text-align: center;
  }
  .ab-stat__num {
    font-size: 1.65rem !important;
    font-weight: 800 !important;
    margin-bottom: 0.1rem !important;
  }
  .ab-stat__lbl {
    font-size: 0.75rem !important;
    color: var(--ab-muted, #64748b) !important;
  }

  /* Compact Section Paddings Across All Pages on Mobile (Zero Excessive Gaps) */
  section,
  .py-5,
  section.py-5,
  .ab-team-section,
  .ab-who,
  .ab-values-section,
  .ab-process-section,
  .ab-industry-section,
  .ab-tech,
  .ab-why-section,
  .ab-cta {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-lg-4, .py-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .mb-5 {
    margin-bottom: 1.35rem !important;
  }

  .ab-section-title,
  .section-title {
    font-size: clamp(1.35rem, 4.5vw, 1.75rem) !important;
    line-height: 1.25 !important;
    margin-bottom: 0.35rem !important;
  }

  .ab-section-sub,
  .section-sub {
    font-size: 0.86rem !important;
    line-height: 1.5 !important;
    margin-bottom: 1.15rem !important;
  }

  .g-5, .g-4 {
    --bs-gutter-y: 1rem !important;
    --bs-gutter-x: 1rem !important;
  }

  .card,
  .feature-card,
  .ab-values-card,
  .ab-why-card,
  .ab-process-card,
  .ab-industry-card,
  .srev-team-card {
    padding: 1.25rem 1.1rem !important;
  }
}

@media (max-width: 575.98px) {
  .page-hero,
  .ab-hero,
  .pr-hero,
  .ct-hero,
  .pp-hero,
  .prod-hero,
  .hero-section {
    padding: 60px 0 16px !important;
  }

  .page-hero h1,
  .ab-hero__title,
  .hero-section h1,
  .pr-hero h1,
  .ct-hero h1,
  .pp-hero h1,
  .prod-hero h1 {
    font-size: clamp(1.35rem, 4.8vw, 1.65rem) !important;
    line-height: 1.2 !important;
    margin-bottom: 0.35rem !important;
  }

  .page-hero p.lead,
  .ab-hero__sub {
    font-size: 0.84rem !important;
    line-height: 1.4 !important;
    margin-bottom: 0.65rem !important;
  }

  .page-hero .btn-lg,
  .page-hero .btn,
  .hero-cta .btn {
    padding: 6px 13px !important;
    font-size: 0.8rem !important;
  }
}

.page-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  background: linear-gradient(135deg, #fff 0%, #a5b4fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-hero p.lead {
  color: #94a3b8;
  font-size: 1.15rem;
  max-width: 750px;
  margin-bottom: 0.5rem;
}
.section-title {
  font-weight: 700;
  margin-bottom: 0.45rem !important;
}
.section-subtitle {
  color: #6366f1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
  margin-bottom: 0.4rem;
}
.feature-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.35rem 1.15rem !important;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  height: 100%;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
  border-color: #c7d2fe;
}
.feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 14px;
}

/* ========================================================
   ULTRA-PREMIUM MODERN NAVBAR
   ======================================================== */
.navbar {
  background: rgba(255, 255, 255, 0.94) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  backdrop-filter: blur(16px) !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.05) !important;
  padding: 10px 0 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  z-index: 1050;
}

.navbar.scrolled {
  padding: 7px 0 !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.08) !important;
}

@media (max-width: 991.98px) {
  .navbar,
  .navbar-custom {
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    padding: 0 16px !important;
  }
}

.navbar-brand img {
  max-height: 52px !important;
  transition: transform 0.3s ease;
}

.navbar-brand:hover img {
  transform: scale(1.04);
}

.navbar-nav .nav-link {
  color: #1e293b !important;
  font-weight: 600 !important;
  font-size: 1.08rem !important;
  padding: 10px 16px !important;
  margin: 0 2px !important;
  border-radius: 10px !important;
  transition: all 0.2s ease !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.2px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #ff4495 !important;
  background: rgba(255, 68, 149, 0.07) !important;
}

.navbar-nav .nav-link::after {
  display: none !important;
}

.nav-link .nav-chevron {
  font-size: 0.72rem;
  transition: transform 0.25s ease;
  opacity: 0.65;
  margin-left: 3px;
}

.nav-item.dropdown:hover .nav-chevron {
  transform: rotate(180deg);
  opacity: 1;
  color: #ff4495;
}

/* Premium Mega Dropdowns */
.dropdown-menu-prod {
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  border-radius: 20px !important;
  box-shadow: 0 20px 50px -10px rgba(15, 23, 42, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.03) !important;
  padding: 12px !important;
  min-width: 520px !important;
  background: #ffffff !important;
  animation: dropIn 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  margin-top: 8px !important;
}

@media (max-width: 991px) {
  .dropdown-menu-prod {
    min-width: 100% !important;
    box-shadow: none !important;
    border: none !important;
    padding: 5px 0 !important;
  }
}

.dropdown-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .dropdown-grid {
    grid-template-columns: 1fr;
  }
}

.dropdown-menu-prod .dropdown-item {
  padding: 10px 14px !important;
  border-radius: 14px !important;
  font-size: 0.98rem !important;
  font-weight: 600 !important;
  color: #334155 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  transition: all 0.2s ease !important;
}

.dropdown-menu-prod .dropdown-item:hover {
  background: #f8fafc !important;
  color: #ff4495 !important;
  transform: translateX(4px);
}

.dropdown-item-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 68, 149, 0.1), rgba(99, 102, 241, 0.1));
  color: #ff4495;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.dropdown-menu-prod .dropdown-item:hover .dropdown-item-icon {
  background: linear-gradient(135deg, #ff4495, #6366f1);
  color: #ffffff;
  transform: scale(1.08);
}

.dropdown-footer-link {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 8px 12px !important;
  border-radius: 10px !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  color: #6366f1 !important;
  background: rgba(99, 102, 241, 0.06) !important;
  margin-top: 4px !important;
  text-decoration: none !important;
}

.dropdown-footer-link:hover {
  background: rgba(99, 102, 241, 0.12) !important;
  color: #4f46e5 !important;
}

/* Nav CTA Button */
.btn-nav-quote {
  background: linear-gradient(135deg, #ff4495 0%, #6366f1 100%) !important;
  border: none !important;
  padding: 9px 22px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 0.98rem !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(255, 68, 149, 0.35) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
}

.btn-nav-quote:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(255, 68, 149, 0.5) !important;
  color: #ffffff !important;
}

.btn-nav-quote i {
  font-size: 0.8rem;
  transition: transform 0.25s ease;
}

.btn-nav-quote:hover i {
  transform: translateX(3px);
}

/* ========================================================
   ENTERPRISE HIGH-CONVERTING DARK FOOTER
   ======================================================== */
.footer-elite {
  background: #090d16;
  background-image: 
    radial-gradient(circle at 15% 10%, rgba(99, 102, 241, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 85% 90%, rgba(255, 68, 149, 0.12) 0%, transparent 45%);
  color: #94a3b8;
  position: relative;
  overflow: hidden;
  padding-top: 40px !important;
  padding-bottom: 20px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-elite::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff4495, #6366f1, transparent);
}

.footer-cta-card {
  background: linear-gradient(135deg, rgba(30, 27, 75, 0.9) 0%, rgba(15, 23, 42, 0.95) 100%);
  border: 1px solid rgba(99, 102, 241, 0.3);
  border-radius: 20px;
  padding: 1.5rem 1.25rem !important;
  margin-bottom: 25px !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
}

.footer-cta-card::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 68, 149, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

.footer-cta-card h3 {
  font-size: 1.85rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.footer-cta-card p {
  color: #cbd5e1;
  font-size: 1rem;
  margin-bottom: 0;
}

.footer-logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.2rem;
  background: #ffffff;
  padding: 6px 14px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.footer-logo-wrap img {
  max-height: 42px;
  width: auto;
}

.footer-brand-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.8rem;
  letter-spacing: -0.3px;
}

.footer-brand-desc {
  color: #94a3b8;
  font-size: 0.88rem;
  line-height: 1.65;
  margin-bottom: 1.2rem;
}

.footer-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 1.5rem;
}

.trust-pill {
  font-size: 0.72rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  padding: 3px 10px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.trust-pill i {
  color: #10b981;
  font-size: 0.65rem;
}

.footer-social-icons {
  display: flex;
  gap: 10px;
}

.footer-social-icons a {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  transition: all 0.25s ease;
  text-decoration: none;
}

.footer-social-icons a:hover {
  background: linear-gradient(135deg, #ff4495, #6366f1);
  color: #ffffff;
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(255, 68, 149, 0.35);
}

.footer-heading {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.2rem;
  position: relative;
  padding-bottom: 8px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #ff4495, #6366f1);
  border-radius: 2px;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav-list a {
  color: #94a3b8;
  font-size: 0.88rem;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.footer-nav-list a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.footer-nav-list a i {
  font-size: 0.72rem;
  color: #ff4495;
  transition: transform 0.2s ease;
}

.footer-nav-list a:hover i {
  transform: translateX(2px);
  color: #6366f1;
}

.footer-contact-block {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-contact-block li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.88rem;
  color: #94a3b8;
}

.footer-contact-block .fc-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(99, 102, 241, 0.12);
  border: 1px solid rgba(99, 102, 241, 0.25);
  color: #a5b4fc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.footer-contact-block a {
  color: #e2e8f0;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact-block a:hover {
  color: #ff4495;
}

.footer-reply-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  color: #10b981;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  padding: 2px 8px;
  border-radius: 4px;
  margin-top: 4px;
}

.footer-bottom-strip {
  margin-top: 22px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.82rem;
  color: #64748b;
}

.footer-legal-links {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-legal-links a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-legal-links a:hover {
  color: #cbd5e1;
}

/* =========================================================
   GLOBAL COMPACT SPACING SYSTEM (ALL PAGES & ALL 4 SIDES)
   Reduces excessive paddings, margins, and gaps sitewide
   ========================================================= */

/* 1. Global Section Vertical Padding Reduction */
section,
.features-section,
.services-section,
.products-section,
.pricing-section,
.process-section,
.showcase-section,
.directors-section,
.tech-stack-section,
.cta-section,
.faq-section,
.marketing-funnel-section,
.prod-features-section,
.prod-usecase-section,
.prod-stats-section,
.prod-detail-section,
.prod-testimonials,
.prod-cta-banner,
.other-products,
.logo-marquee-section,
.ct-main-section,
section.section {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

/* Hero Sections - Proper Offset to Prevent Fixed Navbar Overlap */
.hero-section,
.page-hero,
.ab-hero-section,
.ab-hero,
.pr-hero,
.ct-hero,
.pp-hero,
.prod-hero,
.prod-hero-wrap,
.city-hero,
.location-hero,
.cs-hero,
.blog-hero {
  padding-top: 112px !important;
  padding-bottom: 35px !important;
}

@media (max-width: 991.98px) {
  .hero-section,
  .page-hero,
  .ab-hero-section,
  .ab-hero,
  .pr-hero,
  .ct-hero,
  .pp-hero,
  .prod-hero,
  .prod-hero-wrap,
  .city-hero,
  .location-hero,
  .cs-hero,
  .blog-hero {
    padding-top: 74px !important;
    padding-bottom: 25px !important;
  }
}

/* 2. Container Left/Right Gap Reduction (Minimal Side Whitespace) */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1440px !important;
  width: 96% !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 767.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.row {
  --bs-gutter-x: 1rem !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-4 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-4 {
  margin-top: 1.15rem !important;
  margin-bottom: 1.15rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.15rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.15rem !important;
}

/* Eliminate duplicate padding when .container.py-4/py-5 is inside section */
section > .container.py-4,
section > .container.py-5,
main > .container.py-4,
main > .container.py-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* 3. Card & Inner Container Padding (All 4 Sides) */
.feature-card,
.service-card,
.pricing-card,
.funnel-step-card,
.tech-category,
.testimonial-card,
.feat-card,
.portal-card,
.contact-info-card,
.contact-form-card,
.ct-form-card,
.contact-cta-box,
.product-content-col,
.counter-card,
.process-card,
.product-custom-card,
.other-prod-card,
.faq-card,
.job-card,
.case-study-card,
.blog-card,
.director-profile,
.dmch-badge,
.card:not(.accordion-item) {
  padding: 1.35rem 1.15rem !important;
}

/* =========================================================
   FAQ ACCORDION COMPONENT (EXACT MATCH WITH SCREENSHOT)
   ========================================================= */
.sv-faq-list,
.faq-accordion-custom,
.accordion#faqAccordion {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.sv-faq-item,
.faq-accordion-custom .accordion-item,
.accordion#faqAccordion .accordion-item {
  background: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02) !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.sv-faq-item:hover,
.faq-accordion-custom .accordion-item:hover,
.accordion#faqAccordion .accordion-item:hover {
  border-color: #cbd5e1 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04) !important;
}

.sv-faq-item.active,
.sv-faq-item.open,
.faq-accordion-custom .accordion-item:has(.accordion-collapse.show),
.accordion#faqAccordion .accordion-item:has(.accordion-collapse.show) {
  border-color: #ff4495 !important;
  background: #ffffff !important;
  box-shadow: 0 4px 18px rgba(255, 68, 149, 0.08) !important;
}

.sv-faq-q,
.faq-accordion-custom .accordion-button,
.accordion#faqAccordion .accordion-button {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 16px 20px !important;
  font-size: 1.02rem !important;
  font-weight: 600 !important;
  color: #1e293b !important;
  cursor: pointer !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;
  text-align: left !important;
  line-height: 1.45 !important;
  border-radius: 16px !important;
}

.faq-accordion-custom .accordion-button::after,
.accordion#faqAccordion .accordion-button::after {
  display: none !important;
}

.sv-faq-q .faq-icon-circle,
.faq-accordion-custom .faq-icon-circle,
.accordion#faqAccordion .faq-icon-circle,
.sv-faq-q i {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 50% !important;
  background: #f1f5f9 !important;
  color: #64748b !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.82rem !important;
  transition: all 0.28s ease !important;
  flex-shrink: 0 !important;
  margin-left: 12px !important;
}

.sv-faq-item.active .sv-faq-q i,
.sv-faq-item.open .sv-faq-q i,
.sv-faq-item.active .faq-icon-circle,
.faq-accordion-custom .accordion-button:not(.collapsed) .faq-icon-circle,
.accordion#faqAccordion .accordion-button:not(.collapsed) .faq-icon-circle {
  background: #ff4495 !important;
  color: #ffffff !important;
  transform: rotate(180deg) !important;
  box-shadow: 0 4px 12px rgba(255, 68, 149, 0.35) !important;
}

.sv-faq-a,
.faq-accordion-custom .accordion-body,
.accordion#faqAccordion .accordion-body {
  padding: 0 20px 18px 20px !important;
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
  color: #64748b !important;
  border: none !important;
  background: transparent !important;
}

@media (min-width: 992px) {
  .contact-info-card,
  .contact-form-card,
  .ct-form-card,
  .product-content-col {
    padding: 1.75rem 1.5rem !important;
  }
}

.product-tabs-col {
  padding: 1.15rem 0.9rem !important;
}

.showcase-info,
.director-info {
  padding: 1.15rem 1rem !important;
}

.cta-box {
  padding: 0.5rem 0 !important;
}

.cta-box h2 {
  margin-bottom: 0.65rem !important;
}

.cta-box p {
  margin-bottom: 1.25rem !important;
}

/* 4. Grid & Component Gaps & Margins */
.contact-grid {
  gap: 1.35rem !important;
  margin-top: 1.25rem !important;
}

.directors-grid {
  gap: 1.35rem !important;
  margin-top: 1.25rem !important;
}

.tech-grid {
  gap: 1.15rem !important;
  margin-top: 1.25rem !important;
  padding: 0.5rem 0 !important;
}

.process-container {
  gap: 1.15rem !important;
  padding: 0.75rem 0 !important;
}

.showcase-grid {
  gap: 1.15rem !important;
  padding: 0.75rem 0 !important;
}

.pricing-tabs-wrapper {
  margin: 1rem 0 1.5rem !important;
}

.product-suite-container {
  margin-top: 1.25rem !important;
}

.contact-map-wrapper {
  margin-top: 1.35rem !important;
  height: 320px !important;
}

.row.g-4,
.row.gy-4,
.row.gx-4 {
  --bs-gutter-x: 1.15rem !important;
  --bs-gutter-y: 1.15rem !important;
}

.row.g-5,
.row.gy-5,
.row.gx-5 {
  --bs-gutter-x: 1.35rem !important;
  --bs-gutter-y: 1.35rem !important;
}

/* 5. Typography and Headings Spacing */
.section-title {
  margin-bottom: 0.45rem !important;
}

.section-label,
.section-subtitle {
  margin-bottom: 0.5rem !important;
}

.hero-title {
  margin-bottom: 0.75rem !important;
}

.hero-text {
  margin-bottom: 1.25rem !important;
}

.faq-question-btn {
  padding: 0.9rem 1.2rem !important;
}

.faq-answer {
  padding: 0 1.2rem !important;
}

.faq-item.active .faq-answer {
  padding: 0 1.2rem 0.9rem !important;
}

.copyright {
  margin-top: 22px !important;
  padding-top: 14px !important;
}

/* =========================================================
   COMPACT MOBILE HERO & CONTENT SPACING (ALL PAGES)
   ========================================================= */
@media (max-width: 767.98px) {
  /* Sleek Fixed Navbar Normalization */
  .navbar {
    padding: 6px 0 !important;
    min-height: 50px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04) !important;
  }
  .navbar-brand img {
    max-height: 32px !important;
    width: auto !important;
  }
  .navbar-toggler {
    padding: 3px 6px !important;
    font-size: 1.1rem !important;
    border: none !important;
  }

  /* Global Hero Sections & Headers on Mobile */
  .hero-section,
  .hero,
  .blog-hero,
  .post-header,
  .page-header,
  .section-hero,
  section[class*="hero"],
  header[class*="hero"],
  header[class*="header"],
  main > section:first-child,
  main > header:first-child,
  body > header:first-of-type,
  .login-wrapper {
    padding-top: 60px !important;
    padding-bottom: 20px !important;
    min-height: auto !important;
  }

  /* Compact Hero Typography on Mobile */
  .hero-section h1,
  .hero h1,
  .blog-hero h1,
  .post-header h1,
  .page-header h1,
  .section-hero h1,
  .display-3,
  .display-4,
  .display-5,
  .hero-title,
  main > section:first-child h1,
  main > header:first-child h1 {
    font-size: 1.45rem !important;
    line-height: 1.2 !important;
    margin-bottom: 0.35rem !important;
    font-weight: 800 !important;
  }

  /* Subtitles & Descriptions on Mobile */
  .hero-section p,
  .hero p,
  .blog-hero p,
  .post-header p,
  .page-header p,
  .hero-subtitle,
  main > section:first-child p.lead,
  main > section:first-child p.text-muted,
  main > section:first-child p.text-secondary {
    font-size: 0.82rem !important;
    line-height: 1.35 !important;
    margin-bottom: 0.65rem !important;
  }

  /* Badges & Labels on Mobile Hero */
  .hero-section .badge,
  .blog-hero .badge,
  .post-header .badge,
  .section-label,
  main > section:first-child .badge {
    font-size: 0.68rem !important;
    padding: 2px 8px !important;
    margin-bottom: 0.35rem !important;
  }

  /* Blog Search on Mobile */
  .search-container {
    max-width: 100% !important;
    margin-bottom: 8px !important;
  }
  .search-input {
    height: 38px !important;
    font-size: 0.82rem !important;
    padding-left: 36px !important;
    padding-right: 78px !important;
  }
  .search-icon {
    font-size: 0.88rem !important;
    left: 12px !important;
  }
  .search-btn {
    padding: 0 12px !important;
    font-size: 0.76rem !important;
    top: 3px !important;
    right: 3px !important;
    bottom: 3px !important;
  }

  /* 1-Row Horizontal Scrollable Category Chips (Only 32px height) */
  .category-pills {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    justify-content: flex-start !important;
    padding: 2px 5px 6px !important;
    gap: 6px !important;
    margin-top: 6px !important;
    scrollbar-width: none !important;
  }
  .category-pills::-webkit-scrollbar {
    display: none !important;
  }
  .cat-pill {
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    font-size: 0.74rem !important;
    padding: 3px 11px !important;
  }

  /* Compact Sections and Cards on Mobile */
  section,
  .features-section,
  .services-section,
  .products-section,
  .pricing-section,
  .process-section,
  .showcase-section,
  .directors-section,
  .tech-stack-section,
  .cta-section,
  .faq-section,
  .marketing-funnel-section,
  .prod-features-section,
  .prod-usecase-section,
  .prod-stats-section,
  .prod-detail-section,
  .prod-testimonials,
  .prod-cta-banner,
  .other-products,
  .logo-marquee-section,
  .ct-main-section,
  main,
  main.py-5,
  section.section {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .card-featured {
    margin-bottom: 14px !important;
    border-radius: 14px !important;
  }
  .featured-img-wrap {
    min-height: 150px !important;
    max-height: 170px !important;
  }
  .card-featured h2 {
    font-size: 1.1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section,
  .hero,
  .blog-hero,
  .post-header,
  .page-header,
  main > section:first-child {
    padding-top: 65px !important;
    padding-bottom: 22px !important;
  }
  .hero-section h1,
  .hero h1,
  .blog-hero h1,
  .post-header h1,
  .display-4,
  .display-5 {
    font-size: 2rem !important;
    line-height: 1.3 !important;
  }
  section,
  .features-section,
  .services-section,
  .products-section,
  .pricing-section,
  .process-section,
  .showcase-section,
  .directors-section,
  .tech-stack-section,
  .cta-section,
  .faq-section,
  .marketing-funnel-section,
  .prod-features-section,
  .prod-usecase-section,
  .prod-stats-section,
  .prod-detail-section,
  .prod-testimonials,
  .prod-cta-banner,
  .other-products,
  .logo-marquee-section,
  .ct-main-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}