/* Global Image Merging & Border Removal Styles */
.card-visual img,
.illus-wrap img,
.hww-illus img,
.hww-illus-row img,
.service-card img,
.service-card .card-visual img,
.service-card .illus-wrap img,
.hww-card img,
.hww-content-pane img,
.hww-illus svg,
.hww-illus-row svg,
img[src*="Workflow"],
img[src*="Services"],
img[src*="workflow"],
img[src*="services"] {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  mix-blend-mode: multiply !important;
  filter: contrast(1.18) brightness(1.04) saturate(1.1) !important;
}

/* Ensure wrapper containers have no border, shadow, or background box */
.card-visual,
.illus-wrap,
.hww-illus-row,
.hww-illus,
.hww-content-pane,
.hww-card-right,
.hww-card {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  background-color: transparent !important;
}

/* Reduced Icon Sizes Across All Sections */

/* 1. Orbit & Hero Orbital Icons */
.orbit-icon {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
}

.orbit-icon svg {
  width: 18px !important;
  height: 18px !important;
}

.orb-card-icon {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
}

.orb-card-icon svg {
  width: 16px !important;
  height: 16px !important;
}

/* 2. Banner Section Card Icons */
.b1-icon,
.b2-icon {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
}

.b1-icon svg,
.b2-icon svg {
  width: 16px !important;
  height: 16px !important;
}

/* 3. Why Choose Us Timeline Feature Icons */
.icon-circle {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
}

.icon-circle svg {
  width: 19px !important;
  height: 19px !important;
}

/* 4. How We Work Process & Sub-step Icons */
.hww-sub-icon {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  margin-bottom: 5px !important;
}

.hww-sub-icon svg {
  width: 14px !important;
  height: 14px !important;
}

.hww-badge {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
}

.hww-badge-num {
  font-size: 0.88rem !important;
}

.hww-step-num {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  font-size: 0.82rem !important;
}

/* 5. Navigation & Mega Menu Icons */
.mega-col-icon {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
}

.mega-col-icon svg {
  width: 15px !important;
  height: 15px !important;
}

.nav-icon {
  width: 14px !important;
  height: 14px !important;
}

/* 6. Tech Stack Section — Exact Proportions Matching GitHub Layout */
.ts-section-wrapper {
  max-width: 1150px !important;
  padding: 36px 20px 45px !important;
}

.ts-header {
  margin-bottom: 28px !important;
}

.ts-badge {
  font-size: 11px !important;
  padding: 5px 16px !important;
  margin-bottom: 12px !important;
  letter-spacing: 1.5px !important;
}

.ts-header h2 {
  font-size: clamp(18px, 2.4vw, 24px) !important;
  margin-bottom: 6px !important;
  line-height: 1.25 !important;
}

.ts-header h3 {
  font-size: clamp(13px, 1.5vw, 15px) !important;
  margin-bottom: 8px !important;
}

.ts-header p {
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
  max-width: 520px !important;
}

.ts-row {
  margin-bottom: 24px !important;
  align-items: center !important;
  gap: 14px !important;
}

/* Connector line — centered on the 66px hex icon (33px from left) */
.ts-timeline::before {
  left: 33px !important;
  width: 2px !important;
}

.ts-row-label {
  width: 135px !important;
  flex-shrink: 0 !important;
}

.ts-row-label span {
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.ts-hex-wrap {
  width: 66px !important;
  height: 66px !important;
  min-width: 66px !important;
  min-height: 66px !important;
}

.ts-hex-wrap::before {
  width: 82px !important;
  height: 82px !important;
}

.ts-hex-wrap::after {
  width: 66px !important;
  height: 66px !important;
}

.ts-hex-wrap > svg:first-child {
  width: 66px !important;
  height: 66px !important;
}

.ts-hex-wrap .ts-hex-icon svg {
  width: 26px !important;
  height: 26px !important;
}

.ts-card {
  padding: 14px 20px !important;
  border-radius: 14px !important;
  flex: 1 !important;
  min-width: 0 !important;
}

.ts-tech-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px 18px !important;
  overflow: visible !important;
  justify-content: flex-start !important;
}

.ts-tech-item {
  width: 78px !important;
  gap: 6px !important;
  flex-shrink: 0 !important;
}

.ts-tech-item img {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  object-fit: contain !important;
}

.ts-tech-item span {
  font-size: 12px !important;
  font-weight: 600 !important;
  white-space: normal !important;
  line-height: 1.25 !important;
}

@media (min-width: 768px) {
  .ts-tech-grid {
    flex-wrap: wrap !important;
    gap: 14px 20px !important;
    overflow-x: visible !important;
  }
  .ts-tech-item {
    width: 82px !important;
  }
  .ts-tech-item img {
    width: 46px !important;
    height: 46px !important;
  }
  .ts-tech-item span {
    font-size: 12.5px !important;
  }
  .ts-hex-wrap {
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
  }
  .ts-hex-wrap > svg:first-child {
    width: 68px !important;
    height: 68px !important;
  }
  .ts-hex-wrap::after {
    width: 68px !important;
    height: 68px !important;
  }
  .ts-hex-wrap::before {
    width: 84px !important;
    height: 84px !important;
  }
  .ts-timeline::before {
    left: 34px !important;
  }
  .ts-row-label span {
    font-size: 14.5px !important;
  }
}

/* 7. Service Icon Badges */
.service-icon {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
}

.service-icon svg {
  width: 16px !important;
  height: 16px !important;
}

/* 8. Mega Menu Header Links */
a.mega-col-header, .mega-col-header {
  text-decoration: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
}

a.mega-col-header:hover .mega-col-title,
.mega-col-header:hover .mega-col-title {
  color: #1F4FB2 !important;
  -webkit-text-fill-color: #1F4FB2 !important;
}

.mega-col-header .mega-col-icon {
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

a.mega-col-header:hover .mega-col-icon,
.mega-col-header:hover .mega-col-icon {
  transform: scale(1.06) !important;
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.45) !important;
}

.mega-col-header .mega-col-title {
  transition: color 0.2s ease, -webkit-text-fill-color 0.2s ease !important;
}

a.mob-section-title, .mob-section-title {
  text-decoration: none !important;
  cursor: pointer !important;
  display: block !important;
}

a.mob-section-title:hover {
  color: #8B5CF6 !important;
}


/* ══════════════════════════════════════
   SITE FOOTER (UNIFIED CANONICAL STYLE)
   ══════════════════════════════════════ */
.site-footer {
  background: var(--ws-footer-gradient, linear-gradient(135deg, #07164F 0%, #26155F 55%, #7A0D78 100%));
  color: rgba(255, 255, 255, 0.8);
  padding: 80px 0 0;
  position: relative;
  z-index: 1;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.site-footer .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.footer-main-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-brand .logo-text-block {
  display: flex;
  flex-direction: column;
}
.footer-brand .logo-name {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  background: var(--grad-logo, linear-gradient(135deg, #a855f7 0%, #06b6d4 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-brand .w-logo {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}
.footer-brand .logo-sub {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-top: -3px;
}
.footer-about-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
  margin: 18px 0 24px;
}
.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fc-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.7);
}
.fc-item svg {
  width: 18px;
  height: 18px;
  stroke: #c084fc;
  fill: none;
  stroke-width: 1.5;
  flex-shrink: 0;
  margin-top: 2px;
}
.fc-item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s;
}
.fc-item a:hover {
  color: #d8b4fe;
  text-decoration: underline;
}
.footer-social-row {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.footer-soc-link {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.footer-soc-link:hover {
  background: rgba(139, 92, 246, 0.3);
  border-color: rgba(139, 92, 246, 0.6);
  transform: translateY(-2px);
}
.footer-soc-link svg {
  width: 18px;
  height: 18px;
  stroke: #c084fc;
  fill: none;
  stroke-width: 1.5;
}
.site-footer .footer-col h4,
.site-footer h4 {
  font-size: 0.98rem;
  font-weight: 800 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}
.site-footer .footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-footer .footer-links a {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: none;
  transition: all 0.2s ease;
}
.site-footer .footer-links a:hover {
  color: #d8b4fe !important;
  transform: translateX(4px);
}
.footer-bottom-bar {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.fb-copyright {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.55);
}
.fb-copyright span {
  color: #d8b4fe;
  font-weight: 700;
}
.fb-dmca-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.72rem;
  font-weight: 700;
  color: #38ef7d;
}
.fb-nav-links {
  display: flex;
  gap: 20px;
}
.fb-nav-links a {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}
.fb-nav-links a:hover {
  color: #ffffff;
}

@media (max-width: 980px) {
  .footer-main-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}
@media (max-width: 580px) {
  .footer-main-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-bottom-bar {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  .fb-nav-links {
    justify-content: center;
  }
}
