/* IVQA Pro UI overrides (front-end only) - Enhanced Professional Design */

:root {
  --ivqa-primary: #0a1628;
  --ivqa-surface: #0f172a;
  --ivqa-accent: #2b4dff;
  --ivqa-accent-2: #00c2ff;
  --ivqa-text: #0a1628;
  --ivqa-muted: #64748b;
  --ivqa-border: rgba(15, 23, 42, 0.08);
  --ivqa-shadow: 0 12px 32px rgba(2, 6, 23, 0.1);
  --ivqa-shadow-lg: 0 20px 48px rgba(2, 6, 23, 0.15);
  --ivqa-radius: 14px;
  --ivqa-radius-lg: 20px;
  --ivqa-spacing-xs: 4px;
  --ivqa-spacing-sm: 8px;
  --ivqa-spacing-md: 16px;
  --ivqa-spacing-lg: 24px;
  --ivqa-spacing-xl: 32px;
  --ivqa-spacing-2xl: 48px;
}

html { 
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--ivqa-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background: #ffffff;
}

/* ===== Utility helpers (public site) ===== */
.ivqa-mt-0 {
  margin-top: 0 !important;
}

.ivqa-mb-8 {
  margin-bottom: 8px !important;
}

.ivqa-m-0 {
  margin: 0 !important;
}

.ivqa-hidden {
  display: none !important;
}

.ivqa-text-left {
  text-align: left !important;
}

.ivqa-text-muted {
  color: var(--ivqa-muted) !important;
}

.ivqa-leading-165 {
  line-height: 1.65 !important;
}

.ivqa-img-faq {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: var(--ivqa-shadow, 0 12px 32px rgba(2, 6, 23, 0.1));
}

.ivqa-hero-bg-2 {
  background-image: url("../img/hero/acceuil1.jpeg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ivqa-hero-bg-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 22, 60, 0.70);
  pointer-events: none;
  z-index: 0;
}

.ivqa-hero-bg-2 > * {
  position: relative;
  z-index: 1;
}

.ivqa-cta-bg-3 {
  background-image: url("../img/contact/cta-bg-3-1.png");
}

.ivqa-footer-bg {
  background-image: url("../img/footer/footer-bg-2-1.png");
}

.ivqa-service-card {
  height: 100%;
}

.ivqa-service-card--featured {
  height: 100%;
  border: 1px solid rgba(37, 99, 235, 0.25);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.08);
}

.ivqa-ul-indent {
  padding-left: 18px;
}

.ivqa-icon-accent {
  color: #2B4DFF;
  font-size: 28px;
}

.ivqa-quick-links {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.4px;
}

.ivqa-partner-logo {
  max-height: 80px;
}

.ivqa-logo-sm {
  height: 44px;
}

.ivqa-mt-14 {
  margin-top: 14px !important;
}

.ivqa-mt-18 {
  margin-top: 18px !important;
}

.ivqa-mt-22 {
  margin-top: 22px !important;
}

/* Contextual Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: var(--ivqa-spacing-md);
  color: var(--ivqa-primary);
}

h1 {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: var(--ivqa-spacing-lg);
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: var(--ivqa-spacing-lg);
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: var(--ivqa-spacing-md);
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

h5 {
  font-size: 1.125rem;
  font-weight: 600;
}

h6 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.8;
}

/* Paragraph and body text */
p { 
  color: var(--ivqa-muted); 
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: var(--ivqa-spacing-md);
}

p.large {
  font-size: 1.125rem;
  line-height: 1.85;
}

p.small {
  font-size: 0.875rem;
  line-height: 1.7;
}

/* ===== HEADER PROFESSIONAL STYLING ===== */

/* Header top (contact strip) - modern + simple */
.tv-header-top-area {
  background: linear-gradient(90deg, #0b1220 0%, #0b1630 60%, #0a1326 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tv-header-top-area .tv-header-top-ptb {
  padding: 10px 0;
}

.tv-header-top-area .tv-header-top-list-box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.tv-header-top-area .tv-header-top-list-box ul li {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.tv-header-top-area .tv-header-top-list-box ul li span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.tv-header-top-area .tv-header-top-list-box ul li span svg,
.tv-header-top-area .tv-header-top-list-box ul li span i {
  font-size: 16px;
  color: #bcd0ff;
  margin-right: 8px;
}

.tv-header-top-area .tv-header-top-list-box ul li span a {
  color: rgba(255, 255, 255, 0.92);
  transition: color 0.2s ease, opacity 0.2s ease;
}

.tv-header-top-area .tv-header-top-list-box ul li span a:hover {
  color: #bcd0ff;
}

.tv-header-top-area .tv-header-top-right {
  gap: 12px;
}

.tv-header-top-area .tv-header-top-social-box a {
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.tv-header-top-area .tv-header-top-social-box a:hover {
  transform: translateY(-1px);
  background: rgba(43, 77, 255, 0.22);
  border-color: rgba(43, 77, 255, 0.35);
  color: #ffffff;
}

@media (max-width: 575px) {
  .tv-header-top-area .tv-header-top-list-box ul {
    justify-content: center;
    gap: 10px 14px;
  }
  .tv-header-top-area .tv-header-top-list-box ul li span {
    font-size: 0.85rem;
  }
}

/* Header: glass morphism effect on scroll */
#header-sticky.tv-header-area {
  backdrop-filter: saturate(140%) blur(12px);
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid var(--ivqa-border);
}

#header-sticky.header-sticky,
#header-sticky.is-sticky {
  box-shadow: var(--ivqa-shadow);
  background: rgba(255, 255, 255, 0.95);
}

/* Ensure header + dropdowns sit above hero */
header.tv-header-height {
  position: relative;
  z-index: 2000;
}

#header-sticky {
  position: relative;
  z-index: 2001;
  padding: var(--ivqa-spacing-md) 0;
  transition: padding 0.3s ease;
}

#header-sticky.header-sticky,
#header-sticky.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3000;
  padding: var(--ivqa-spacing-sm) 0;
}

/* Enhanced Header Menu */
@media (min-width: 1200px) {
  #header-sticky .ivqa-header-nav-col {
    min-width: 0; /* allow the menu column to shrink instead of overlapping CTAs */
  }

  /* Top-level menu styling */
  #header-sticky .tv-header-menu .tv-menu-content > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    white-space: nowrap;
  }

  #header-sticky .tv-header-menu .tv-menu-content > ul > li {
    white-space: nowrap;
  }

  #header-sticky .tv-header-menu .tv-menu-content > ul > li > a {
    white-space: nowrap;
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.4;
    padding: 10px 0;
    color: var(--ivqa-text);
    position: relative;
    transition: color 0.3s ease;
    letter-spacing: -0.01em;
  }

  #header-sticky .tv-header-menu .tv-menu-content > ul > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--ivqa-accent);
    transition: width 0.3s ease;
  }

  #header-sticky .tv-header-menu .tv-menu-content > ul > li > a:hover::after {
    width: 100%;
  }

  /* Dropdowns (submenu) */
  #header-sticky .tv-header-menu nav ul li {
    position: relative; /* ensure submenu anchors correctly */
  }

  #header-sticky .tv-header-menu nav ul li.has-dropdown::after {
    margin-left: 8px;
    font-size: 12px;
    transform: translateY(-1px);
    opacity: 0.8;
  }

  #header-sticky .tv-header-menu nav ul li .submenu {
    width: 260px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 18px 44px rgba(2, 6, 23, 0.18);
    top: calc(100% + 14px);
    left: 0;
    transform: translateY(8px);
    transform-origin: top;
  }

  #header-sticky .tv-header-menu nav ul li .submenu li {
    padding: 0; /* remove template side padding */
    margin: 0;
  }

  #header-sticky .tv-header-menu nav ul li .submenu li:not(:last-child) {
    margin-bottom: 4px;
  }

  #header-sticky .tv-header-menu nav ul li .submenu li a {
    display: block;
    width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
  }

  #header-sticky .tv-header-menu nav ul li .submenu li a::before {
    display: none; /* disable the line/slide effect */
  }

  #header-sticky .tv-header-menu nav ul li .submenu li:hover > a,
  #header-sticky .tv-header-menu nav ul li .submenu li:focus-within > a {
    padding-left: 12px; /* prevent shifting */
    background: rgba(43, 77, 255, 0.08);
    color: #0F313A;
  }

  /* Show submenu on hover and keyboard focus */
  #header-sticky .tv-header-menu nav ul li:hover > .submenu,
  #header-sticky .tv-header-menu nav ul li:focus-within > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* Tighter spacing at smaller desktop widths to keep all items on one line */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #header-sticky .tv-header-menu .tv-menu-content > ul {
    gap: 16px;
  }

  #header-sticky .tv-header-menu .tv-menu-content > ul > li > a {
    font-size: 0.95rem;
    font-weight: 600;
    padding: 8px 0;
  }
}

#header-sticky.is-sticky,
#header-sticky.header-sticky {
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Logo sizing safety */
.tv-header-logo,
.itoffcanvas__logo,
.tv-footer-widget-logo {
  display: flex;
  align-items: center;
  min-width: 0;
}

.tv-header-logo a,
.itoffcanvas__logo a,
.tv-footer-widget-logo a {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.tv-header-logo img {
  display: block;
  height: clamp(80px, 2.6vw, 80px);
  width: auto;
  max-width: clamp(140px, 16vw, 190px);
  object-fit: contain;
}

/* Force IVQA header logo bigger (override template sizing) */
.tv-header-logo img.ivqa-logo {
  height: 65px !important;
  max-width: 560px !important;
}

#header-sticky.is-sticky .tv-header-logo img,
#header-sticky.header-sticky .tv-header-logo img {
  height: 76px;
  max-width: clamp(260px, 30vw, 420px);
}

#header-sticky.is-sticky .tv-header-logo img.ivqa-logo,
#header-sticky.header-sticky .tv-header-logo img.ivqa-logo {
  height: 65px !important;
  max-width: 560px !important;
}

/* Prevent large logos from being clipped by parent containers */
.tv-header-area,
.tv-header-logo {
  overflow: visible;
}

.itoffcanvas__logo img {
  display: block;
  height: 76px;
  width: auto;
  max-width: 380px;
  object-fit: contain;
}

/* Offcanvas logo: white on mobile (offcanvas uses dark background) */
@media (max-width: 1199.98px) {
  .itoffcanvas__logo img {
    filter: brightness(0) invert(1);
  }
}

.tv-footer-widget-logo img {
  display: block;
  height: 68px;
  width: auto;
  max-width: 380px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .tv-header-logo img { height: 80px; }
  .itoffcanvas__logo img { height: 58px; }
  .tv-footer-widget-logo img { height: 52px; }

  .tv-header-logo img.ivqa-logo { height: 90px !important; max-width: 420px !important; }
}

@media (max-width: 575px) {
  .tv-header-logo img { height: 72px; max-width: 320px; }
  .tv-header-logo img.ivqa-logo { height: 80px !important; max-width: 360px !important; }
}

/* Buttons: more consistent + accessible focus */
.tv-btn-primary {
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(43, 77, 255, 0.25);
}

/* ===== NAVBAR CTA BUTTONS (Login / Request a Demo) ===== */
.ivqa-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px; /* 12–16px */
}

@media (min-width: 1200px) {
  .ivqa-header-actions {
    margin-left: 28px; /* 24–32px */
  }
}

/* Keep header height calm + aligned */
#header-sticky .header-two .row.align-items-center {
  min-height: 64px;
}

/* When using Home-page style buttons in the header, just control spacing (not styling) */
/* CTA group sits at far-right (grid handles spacing now) */

/* Keep CTA labels on one line (e.g., "Request a Demo") */
#header-sticky .ivqa-nav-cta a,
.ivqa-offcanvas-cta a {
  white-space: nowrap;
}

/* Mobile CTA tap/click feedback (pressed effect) */
#header-sticky .ivqa-nav-cta.d-xl-none a,
.ivqa-offcanvas-cta a {
  transition: transform 120ms ease, box-shadow 120ms ease;
  -webkit-tap-highlight-color: transparent;
}

#header-sticky .ivqa-nav-cta.d-xl-none a:active,
.ivqa-offcanvas-cta a:active {
  transform: translateY(1px) scale(0.98);
}

/* Header CTA: make Login (secondary) feel stronger on interaction */
#header-sticky .ivqa-nav-cta a.tv-btn-secondary:hover,
#header-sticky .ivqa-nav-cta a.tv-btn-secondary:focus-visible,
#header-sticky .ivqa-nav-cta a.tv-btn-secondary:active {
  background: var(--ivqa-accent);
  border-color: var(--ivqa-accent);
}

#header-sticky .ivqa-nav-cta a.tv-btn-secondary:hover .btn-wrap .btn-text1,
#header-sticky .ivqa-nav-cta a.tv-btn-secondary:hover .btn-wrap .btn-text2,
#header-sticky .ivqa-nav-cta a.tv-btn-secondary:focus-visible .btn-wrap .btn-text1,
#header-sticky .ivqa-nav-cta a.tv-btn-secondary:focus-visible .btn-wrap .btn-text2,
#header-sticky .ivqa-nav-cta a.tv-btn-secondary:active .btn-wrap .btn-text1,
#header-sticky .ivqa-nav-cta a.tv-btn-secondary:active .btn-wrap .btn-text2 {
  color: #ffffff;
}

.ivqa-offcanvas-cta .tv-btn-primary,
.ivqa-offcanvas-cta .tv-btn-secondary {
  width: 100%;
  text-align: center;
}

.ivqa-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.ivqa-nav-btn--sm {
  padding: 8px 14px;
  font-size: 13.5px;
}

.ivqa-nav-btn--secondary {
  color: var(--ivqa-accent);
  background: transparent;
  border-color: #cfd6e4;
  padding: 8px 16px;
  border-radius: 10px;
}

.ivqa-nav-btn--secondary:hover {
  background: rgba(0, 0, 0, 0.04);
  border-color: var(--ivqa-accent);
}

.ivqa-nav-btn--primary {
  color: #fff;
  background: var(--ivqa-accent);
  border-color: var(--ivqa-accent);
  padding: 10px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(43, 77, 255, 0.18);
}

.ivqa-nav-btn--primary:hover {
  color: #fff;
  background: #2342e6;
  border-color: #2342e6;
  box-shadow: 0 10px 22px rgba(43, 77, 255, 0.22);
  transform: translateY(-1px);
}

.ivqa-nav-btn:active {
  transform: translateY(0);
}

.ivqa-offcanvas-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 18px 0 14px;
}

.itoffcanvas .ivqa-nav-btn--secondary {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.22);
}

.itoffcanvas .ivqa-nav-btn--secondary:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.32);
}

.tv-btn-primary:focus-visible,
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(43, 77, 255, 0.35);
  outline-offset: 2px;
}

/* Cards (Bootstrap + general) */
.card {
  border-radius: var(--ivqa-radius);
  border-color: var(--ivqa-border);
}

.shadow-lg {
  box-shadow: var(--ivqa-shadow) !important;
}

/* Forms */
.form-control,
.form-select {
  border-radius: 12px;
  border-color: rgba(15, 23, 42, 0.14);
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(43, 77, 255, 0.55);
  box-shadow: 0 0 0 0.25rem rgba(43, 77, 255, 0.15);
}

/* Institutions apply page */
.ivqa-apply .ivqa-apply-section {
  padding: 80px 0;
  background: #f8fafc;
}

@media (max-width: 575px) {
  .ivqa-apply .ivqa-apply-section { padding: 56px 0; }
}

.ivqa-apply .ivqa-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(11, 18, 32, 0.85);
  background: rgba(43, 77, 255, 0.10);
  border: 1px solid rgba(43, 77, 255, 0.18);
}

.ivqa-apply .ivqa-form-section-title {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(11, 18, 32, 0.75);
  margin: 6px 0 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.10);
}

.ivqa-apply .form-label {
  font-weight: 600;
  color: rgba(11, 18, 32, 0.85);
}

.ivqa-apply .form-text {
  margin-top: 6px;
  color: rgba(100, 116, 139, 0.95);
}

.ivqa-apply .ivqa-form .form-control,
.ivqa-apply .ivqa-form textarea.form-control {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.14);
  padding: 12px 14px;
}

.ivqa-apply .ivqa-form .form-select {
  box-sizing: border-box;
  background-color: #ffffff;
  border-color: rgba(15, 23, 42, 0.16);
  border-radius: 12px;
  min-height: 50px;
  padding: 12px 44px 12px 14px;
  line-height: 1.2;
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='M1 1l7 7 7-7' fill='none' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px 10px;
}

.ivqa-apply .ivqa-form .form-select:hover {
  border-color: rgba(15, 23, 42, 0.22);
  box-shadow: 0 8px 18px rgba(2, 6, 23, 0.06);
}

.ivqa-apply .ivqa-form .form-select:focus {
  border-color: rgba(43, 77, 255, 0.55);
  box-shadow: 0 0 0 0.25rem rgba(43, 77, 255, 0.15);
}

.ivqa-apply .ivqa-form .form-select:disabled {
  background-color: rgba(2, 6, 23, 0.03);
}

.ivqa-apply .ivqa-form .form-control::placeholder {
  color: rgba(100, 116, 139, 0.85);
}

/* Request type: premium selectable cards */
.ivqa-apply .ivqa-options {
  display: grid;
  gap: 12px;
}

.ivqa-apply .ivqa-option {
  display: block;
  margin: 0;
  cursor: pointer;
}

.ivqa-apply .ivqa-option-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ivqa-apply .ivqa-option-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #ffffff;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.ivqa-apply .ivqa-option:hover .ivqa-option-card {
  border-color: rgba(43, 77, 255, 0.24);
  box-shadow: 0 14px 34px rgba(2, 6, 23, 0.10);
  transform: translateY(-1px);
}

.ivqa-apply .ivqa-option-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(43, 77, 255, 0.95);
  background: rgba(43, 77, 255, 0.10);
  border: 1px solid rgba(43, 77, 255, 0.14);
  flex: 0 0 auto;
}

.ivqa-apply .ivqa-option-text {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ivqa-apply .ivqa-option-title {
  font-weight: 800;
  color: rgba(11, 18, 32, 0.92);
  line-height: 1.25;
}

.ivqa-apply .ivqa-option-desc {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(100, 116, 139, 0.95);
}

.ivqa-apply .ivqa-option-check {
  margin-left: auto;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.18);
  background: #ffffff;
  flex: 0 0 auto;
  position: relative;
}

.ivqa-apply .ivqa-option-input:focus-visible + .ivqa-option-card {
  outline: 3px solid rgba(43, 77, 255, 0.35);
  outline-offset: 2px;
}

.ivqa-apply .ivqa-option-input:checked + .ivqa-option-card {
  border-color: rgba(43, 77, 255, 0.55);
  background: linear-gradient(180deg, rgba(43, 77, 255, 0.08) 0%, rgba(43, 77, 255, 0.03) 100%);
  box-shadow: 0 16px 38px rgba(2, 6, 23, 0.12);
}

.ivqa-apply .ivqa-option-input:checked + .ivqa-option-card .ivqa-option-check {
  border-color: rgba(43, 77, 255, 0.55);
  background: rgba(43, 77, 255, 0.12);
}

.ivqa-apply .ivqa-option-input:checked + .ivqa-option-card .ivqa-option-check::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(43, 77, 255, 0.95);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2l-3.5-3.5L4 14.2l5 5 11-11-1.5-1.5z'/%3E%3C/svg%3E") center/14px 14px no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2l-3.5-3.5L4 14.2l5 5 11-11-1.5-1.5z'/%3E%3C/svg%3E") center/14px 14px no-repeat;
}

.ivqa-apply .ivqa-apply-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ivqa-apply .ivqa-apply-submit {
  min-width: 220px;
}

@media (max-width: 575px) {
  .ivqa-apply .ivqa-apply-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .ivqa-apply .ivqa-apply-submit {
    width: 100%;
  }
}

/* Breadcrumb/banner: consistent, more "pro" */
.tv-breadcrumb-ptb {
  padding: clamp(72px, 9vw, 140px) 0;
  background-position: center;
  background-size: cover;
}

.tv-breadcrumb-overlay::after {
  background: linear-gradient(135deg, rgba(11, 18, 32, 0.90) 0%, rgba(11, 18, 32, 0.62) 100%);
}

.tv-breadcrumb-title {
  font-size: clamp(30px, 4.3vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.tv-breadcrumb-list span,
.tv-breadcrumb-list i {
  font-size: 14px;
  letter-spacing: 0.02em;
}

@media (max-width: 575px) {
  .tv-breadcrumb-list span,
  .tv-breadcrumb-list i {
    font-size: 13px;
  }
}

/* Footer */
.tv-footer-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.tv-footer-widget-menu a:hover {
  color: #ffffff;
}

/* Footer socials — match header icon treatment */
.tv-footer-widget-social.style-2 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.tv-footer-widget-social.style-2 a {
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.tv-footer-widget-social.style-2 a:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.25);
}

/* Home: Service area (Core Features) — match Services page icon style */
.tv-service-area3.ivqa-service-modern .ivqa-service-header {
  margin: 0 0 26px;
  text-align: center;
}

.tv-service-area3.ivqa-service-modern .ivqa-service-header p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.tv-service-area3.ivqa-service-modern .ivqa-service-cards .row {
  row-gap: 24px;
}

.tv-service-area3.ivqa-service-modern .ivqa-service-cards .row > [class*="col-"] {
  display: flex;
}

.tv-service-area3.ivqa-service-modern .single-service-item {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;

  padding: 26px 24px;
  border-radius: var(--ivqa-radius-lg);
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: linear-gradient(180deg, rgba(241, 245, 249, 0.75) 0%, rgba(255, 255, 255, 0.95) 100%);
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.tv-service-area3.ivqa-service-modern .ivqa-service-cta {
  margin-top: 22px;
}

.tv-service-area3.ivqa-service-modern .single-service-item.gray-bg {
  background: linear-gradient(180deg, rgba(241, 245, 249, 0.80) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.tv-service-area3.ivqa-service-modern .single-service-item:hover {
  transform: translateY(-4px);
  border-color: rgba(43, 77, 255, 0.28);
  box-shadow: 0 16px 44px rgba(2, 6, 23, 0.10);
}

.tv-service-area3.ivqa-service-modern span.service-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 49, 58, 0.12);
  transition: background-color 0.18s ease, box-shadow 0.18s ease;
}

.tv-service-area3.ivqa-service-modern span.service-icon i {
  font-size: 30px;
  line-height: 1;
  color: #0f313a;
  display: block;
}

.tv-service-area3.ivqa-service-modern .single-service-item:hover span.service-icon {
  background-color: var(--tv-theme-1, var(--ivqa-accent));
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.18);
}

.tv-service-area3.ivqa-service-modern .single-service-item:hover span.service-icon i {
  color: #ffffff;
}

.tv-service-area3.ivqa-service-modern .service-section-title {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.tv-service-area3.ivqa-service-modern .single-service-item p {
  flex: 1 1 auto;
  margin-bottom: 18px;
  line-height: 1.65;
}

.tv-service-area3.ivqa-service-modern .tv-normal-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.tv-service-area3.ivqa-service-modern .tv-normal-btn i {
  margin-left: 0;
}

@media (max-width: 991px) {
  .tv-service-area3.ivqa-service-modern .ivqa-service-header {
    text-align: left;
  }

  .tv-service-area3.ivqa-service-modern .ivqa-service-header p {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tv-service-area3.ivqa-service-modern .ivqa-service-cta {
    justify-content: center !important;
  }
}

/* Home: About area — modern, minimalist, institutional-ready (no font changes) */
.tv-about-area-3.ivqa-about-modern {
  position: relative;
  padding: 30px 0 30px 0;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  overflow: hidden;
}

.tv-about-area-3.ivqa-about-modern {
  --ivqa-about-radius: 18px;
  --ivqa-about-shadow: 0 18px 50px rgba(2, 6, 23, 0.08);
  --ivqa-about-border: 1px solid rgba(15, 23, 42, 0.08);
}

/* Row: stretch both columns to same height */
.ivqa-about-row {
  align-items: stretch !important;
}
.ivqa-about-row > [class*="col-"] {
  display: flex;
}

/* ===== Mosaic grid ===== */
.ivqa-about-single {
  width: 100%;
  height: 100%;
  display: flex;
}

.ivqa-about-single-img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(10, 22, 60, 0.12);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.ivqa-about-single-img img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.ivqa-about-single-img:hover img {
  transform: scale(1.03);
}

.ivqa-about-single-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(43, 77, 255, 0.12);
  box-shadow: 0 8px 24px rgba(10, 22, 60, 0.10);
  z-index: 2;
}

.ivqa-about-single-badge span {
  font-size: 14px;
  font-weight: 700;
  color: #0b1220;
  letter-spacing: -0.01em;
}

.ivqa-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2B4DFF 0%, #00C2FF 100%);
  color: #fff;
  font-size: 15px;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .ivqa-about-single {
    margin-bottom: 24px;
  }
  .ivqa-about-row > [class*="col-"] {
    display: block;
  }
  .ivqa-about-single-img img {
    min-height: 280px;
  }
}
@media (max-width: 575px) {
  .ivqa-about-single-img img {
    min-height: 200px;
  }
  .ivqa-about-single-badge {
    bottom: 12px;
    left: 12px;
    padding: 10px 14px;
  }
}

/* Right content card */
.tv-about-area-3.ivqa-about-modern .tv-about-right.ivqa-about-card {
  border-radius: calc(var(--ivqa-about-radius) + 2px);
  border: var(--ivqa-about-border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 100%);
  box-shadow: var(--ivqa-about-shadow);
  padding: 24px 24px;
}

.tv-about-area-3.ivqa-about-modern .tv-section-title-box.mb-40 {
  margin-bottom: 14px !important;
}

.tv-about-area-3.ivqa-about-modern .tv-section-title-box.mb-40 .tv-section-subtitle {
  margin-bottom: 10px;
}

.tv-about-area-3.ivqa-about-modern .tv-section-title-box.mb-40 .tv-section-title {
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.tv-about-area-3.ivqa-about-modern .tv-section-title-box.mb-40 p {
  max-width: 62ch;
  line-height: 1.75;
  margin-bottom: 0;
}

/* Feature list -> clean pill cards */
.tv-about-area-3.ivqa-about-modern .tv-about-list-item ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.tv-about-area-3.ivqa-about-modern .tv-about-list-item ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 26px rgba(2, 6, 23, 0.05);
  color: #0b1220;
}

.tv-about-area-3.ivqa-about-modern .tv-about-list-item ul li svg {
  margin-top: 2px;
}

@media (min-width: 992px) {
  .tv-about-area-3.ivqa-about-modern .tv-about-list-item ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

.tv-about-area-3.ivqa-about-modern .tv-about-list-item ul li svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
}

.tv-about-area-3.ivqa-about-modern .tv-about-list-item ul li svg path[fill="#2B4DFF"] {
  fill: var(--ivqa-accent);
}

.tv-about-area-3.ivqa-about-modern .about-btn-wrap {
  margin-top: 12px;
  gap: 14px;
  flex-wrap: wrap;
}

.tv-about-area-3.ivqa-about-modern .about-btn-wrap > a.tv-btn-primary {
  flex: 0 0 auto;
}

.tv-about-area-3.ivqa-about-modern .phone-contact-wrap {
  padding: 0;
}

.tv-about-area-3.ivqa-about-modern .ivqa-contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  border: var(--ivqa-about-border);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(2, 6, 23, 0.06);
  padding: 10px 14px;
  text-decoration: none;
  color: inherit;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tv-about-area-3.ivqa-about-modern .ivqa-contact-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(43, 77, 255, 0.22);
  box-shadow: 0 16px 36px rgba(2, 6, 23, 0.10);
}

.tv-about-area-3.ivqa-about-modern .ivqa-contact-pill.ivqa-contact-pill--whatsapp:hover {
  border-color: rgba(37, 211, 102, 0.34);
  box-shadow: 0 16px 36px rgba(2, 6, 23, 0.10), 0 0 0 3px rgba(37, 211, 102, 0.10);
}

.tv-about-area-3.ivqa-about-modern .ivqa-contact-pill:focus-visible {
  outline: 3px solid rgba(43, 77, 255, 0.25);
  outline-offset: 3px;
}

.tv-about-area-3.ivqa-about-modern .ivqa-contact-pill.ivqa-contact-pill--whatsapp:focus-visible {
  outline: 3px solid rgba(37, 211, 102, 0.28);
}

.tv-about-area-3.ivqa-about-modern .ivqa-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(43, 77, 255, 0.20);
  background: linear-gradient(180deg, rgba(43, 77, 255, 0.10) 0%, rgba(0, 194, 255, 0.06) 100%);
  color: var(--ivqa-accent);
}

/* WhatsApp: keep layout, swap only icon container tint */
.tv-about-area-3.ivqa-about-modern .ivqa-contact-pill.ivqa-contact-pill--whatsapp .ivqa-contact-icon {
  border-color: rgba(37, 211, 102, 0.45);
  background: #25D366;
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(37, 211, 102, 0.22);
}

.tv-about-area-3.ivqa-about-modern .ivqa-contact-pill.ivqa-contact-pill--whatsapp {
  border-color: rgba(37, 211, 102, 0.22);
}

.tv-about-area-3.ivqa-about-modern .ivqa-contact-pill.ivqa-contact-pill--whatsapp .ivqa-contact-icon i {
  color: #ffffff;
}

/* main.css applies a blue circular background to ANY <i> inside .phone-contact-wrap.
   Neutralize that for our WhatsApp pill so the green container controls the icon look. */
.tv-about-area-3.ivqa-about-modern .phone-contact-wrap .ivqa-contact-pill .ivqa-contact-icon i {
  position: static;
  left: auto;
  top: auto;
  transform: none;
  height: auto;
  width: auto;
  background: transparent;
  line-height: 1;
  text-align: inherit;
  border-radius: 0;
}

.tv-about-area-3.ivqa-about-modern .ivqa-contact-pill.ivqa-contact-pill--whatsapp:hover .ivqa-contact-icon {
  background: #1ebe5d;
  border-color: rgba(37, 211, 102, 0.55);
}

.tv-about-area-3.ivqa-about-modern .ivqa-contact-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.tv-about-area-3.ivqa-about-modern .ivqa-contact-label {
  font-size: 13px;
  color: rgba(2, 6, 23, 0.70);
}

.tv-about-area-3.ivqa-about-modern .ivqa-contact-value {
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #0b1220;
}

@media (max-width: 575px) {
  .tv-about-area-3.ivqa-about-modern .ivqa-contact-pill {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .tv-about-area-3.ivqa-about-modern .about-btn-wrap {
    gap: 18px;
  }

  .tv-about-area-3.ivqa-about-modern .about-btn-wrap .phone-contact-wrap {
    margin-left: 2px;
  }
}

@media (max-width: 991px) {
  .tv-about-area-3.ivqa-about-modern .tv-about-left {
    justify-content: center;
    margin-bottom: 20px;
  }

  .tv-about-area-3.ivqa-about-modern {
    padding: 64px 0;
  }

  .tv-about-area-3.ivqa-about-modern .ivqa-trust-badge {
    min-height: 96px;
    padding: 18px 16px;
  }

  .tv-about-area-3.ivqa-about-modern .ivqa-trust-badge h2 {
    font-size: 22px;
  }

  .tv-about-area-3.ivqa-about-modern .tv-about-right.ivqa-about-card {
    padding: 26px 20px;
  }
}

@media (max-width: 575px) {
  .tv-about-area-3.ivqa-about-modern {
    padding: 56px 0;
  }
}

/* Home: Project / Use Cases — modern premium cards (no text changes) */
.tv-project-area.ivqa-project-modern {
  position: relative;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.6) 0%, rgba(255, 255, 255, 1) 70%);
}

/* Home: Process — modern SaaS steps (no text changes) */
.tv-process-area.ivqa-process-modern {
  position: relative;
  overflow: hidden;
}

/* Home: Partners (replaces Team section) */
.tv-team-area2.ivqa-partners-modern {
  position: relative;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.7) 0%, rgba(255, 255, 255, 1) 70%);
}

.tv-team-area2.ivqa-partners-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 420px at 12% 10%, rgba(43, 77, 255, 0.10), transparent 60%),
    radial-gradient(800px 380px at 88% 18%, rgba(0, 194, 255, 0.08), transparent 60%);
 }

.tv-team-area2.ivqa-partners-modern .tv-section-title-box {
  max-width: 760px;
}

.tv-team-area2.ivqa-partners-modern .tv-team-slider-area2 {
  margin-top: 26px;
}

/* Partners: modern logo strip/grid */
.tv-team-area2.ivqa-partners-modern .tv-team-slider-area2.ivqa-partners-gridwrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.tv-team-area2.ivqa-partners-modern .ivqa-partners-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

@keyframes ivqaPartnersAuto {
  0%, 22% {
    transform: translate3d(0, 0, 0);
  }
  25%, 47% {
    transform: translate3d(-100%, 0, 0);
  }
  50%, 72% {
    transform: translate3d(-200%, 0, 0);
  }
  75%, 100% {
    transform: translate3d(-300%, 0, 0);
  }
}

.tv-team-area2.ivqa-partners-modern .ivqa-partner-card {
  height: 104px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 14px 34px rgba(2, 6, 23, 0.07);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.tv-team-area2.ivqa-partners-modern .ivqa-partner-card {
  position: relative;
}

.tv-team-area2.ivqa-partners-modern .ivqa-partner-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 17px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(43, 77, 255, 0.22), rgba(0, 194, 255, 0.14), rgba(15, 23, 42, 0.0));
  opacity: 0.25;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
}

.tv-team-area2.ivqa-partners-modern .ivqa-partner-card:hover {
  transform: translateY(-3px);
  border-color: rgba(43, 77, 255, 0.20);
  box-shadow: 0 18px 44px rgba(2, 6, 23, 0.12);
}

/* Home: Security trust (below Partners) */
.ivqa-security-trust {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1000px 420px at 12% 10%, rgba(43, 77, 255, 0.10), transparent 60%),
    radial-gradient(900px 420px at 88% 18%, rgba(0, 194, 255, 0.08), transparent 60%),
    linear-gradient(180deg, rgba(248, 250, 252, 0.75) 0%, rgba(255, 255, 255, 1) 70%);
}

.ivqa-security-trust::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(220px 220px at 18% 18%, rgba(43, 77, 255, 0.10), transparent 65%),
    radial-gradient(280px 280px at 78% 42%, rgba(0, 194, 255, 0.08), transparent 70%);
  opacity: 1;
}

.ivqa-security-trust .ivqa-security-title {
  margin-bottom: 14px;
}

.ivqa-security-trust .ivqa-security-text {
  color: var(--ivqa-muted);
  font-size: 1.05rem;
  line-height: 1.85;
  max-width: 980px;
  margin: 0 auto;
}

.ivqa-security-trust .ivqa-security-badges {
  position: relative;
  z-index: 1;
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
}

.ivqa-security-trust .ivqa-security-badge {
  width: min(210px, 42vw);
}

.ivqa-security-trust .ivqa-badge-card {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 0;
  display: grid;
  place-items: center;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.ivqa-security-trust .ivqa-badge-card {
  position: relative;
}

.ivqa-security-trust .ivqa-badge-card::after {
  display: none;
}

.ivqa-security-trust .ivqa-badge-card img {
  width: 64%;
  height: 64%;
  object-fit: contain;
  filter: none;
}

@media (max-width: 575px) {
  .ivqa-security-trust .ivqa-security-badges {
    margin-top: 36px;
    gap: 18px;
  }
}

.tv-team-area2.ivqa-partners-modern .ivqa-partner-card img {
  max-height: 44px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  opacity: 0.82;
  filter: grayscale(1) saturate(0.6);
  transition: opacity 0.18s ease, filter 0.18s ease, transform 0.18s ease;
}

.tv-team-area2.ivqa-partners-modern .ivqa-partner-card:hover img {
  opacity: 1;
  filter: none;
  transform: scale(1.02);
}



@media (max-width: 575px) {
  .tv-team-area2.ivqa-partners-modern .ivqa-partner-card {
    height: 92px;
    padding: 14px;
  }
  .tv-team-area2.ivqa-partners-modern .ivqa-partner-card img {
    max-height: 38px;
  }
}

/* Home: Blog — modern SaaS list cards */
.tv-blog-area3.ivqa-blog-modern {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.8) 0%, rgba(255, 255, 255, 1) 65%);
}

.tv-blog-area3.ivqa-blog-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 420px at 14% 10%, rgba(43, 77, 255, 0.10), transparent 60%),
    radial-gradient(800px 380px at 88% 22%, rgba(0, 194, 255, 0.07), transparent 60%);
}

.tv-blog-area3.ivqa-blog-modern .tv-section-title-box {
  max-width: 520px;
}

.tv-blog-area3.ivqa-blog-modern .single-blog-item3 {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 16px 40px rgba(2, 6, 23, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.tv-blog-area3.ivqa-blog-modern .single-blog-item3:hover {
  transform: translateY(-3px);
  border-color: rgba(43, 77, 255, 0.18);
  box-shadow: 0 20px 52px rgba(2, 6, 23, 0.12);
}

.tv-blog-area3.ivqa-blog-modern .single-blog-item3 .thumb {
  position: relative;
  flex: 0 0 300px;
  width: 300px;
  height: 220px;
  border-radius: 18px 0 0 18px;
  overflow: hidden;
  background: #0b1220;
  border-right: 1px solid rgba(15, 23, 42, 0.08);
}

.tv-blog-area3.ivqa-blog-modern .single-blog-item3 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
  transform: scale(1.02);
  transition: transform 0.35s ease;
}

.tv-blog-area3.ivqa-blog-modern .single-blog-item3 .thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 -70px 90px rgba(2, 6, 23, 0.35);
}

.tv-blog-area3.ivqa-blog-modern .single-blog-item3:hover .thumb img {
  transform: scale(1.08);
}

.tv-blog-area3.ivqa-blog-modern .single-blog-item3 .content {
  padding: 22px 22px 22px 0;
}

.tv-blog-area3.ivqa-blog-modern .single-blog-item3 .content .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.tv-blog-area3.ivqa-blog-modern .single-blog-item3 .content .meta span {
  margin-right: 0;
}

.tv-blog-area3.ivqa-blog-modern .single-blog-item3 .content .meta .cat {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(43, 77, 255, 0.08);
  color: rgba(15, 23, 42, 0.92);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.tv-blog-area3.ivqa-blog-modern .single-blog-item3 .content .meta .date {
  padding-left: 0;
  color: rgba(15, 23, 42, 0.55);
  font-size: 0.9rem;
  font-weight: 600;
}

.tv-blog-area3.ivqa-blog-modern .single-blog-item3 .content .meta .date:after {
  display: none;
}

.tv-blog-area3.ivqa-blog-modern .single-blog-item3 .content h4 {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.25;
}

.tv-blog-area3.ivqa-blog-modern .single-blog-item3 .content p {
  color: rgba(15, 23, 42, 0.64);
  line-height: 1.7;
}

.tv-blog-area3.ivqa-blog-modern .single-blog-item3 .content .btn3 {
  color: var(--ivqa-accent);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.tv-blog-area3.ivqa-blog-modern .single-blog-item3 .content .btn3:hover {
  color: #1e3cff;
}

@media (max-width: 991px) {
  .tv-blog-area3.ivqa-blog-modern .single-blog-item3 .thumb {
    flex-basis: 260px;
    width: 260px;
    height: 210px;
  }
}

@media (max-width: 575px) {
  .tv-blog-area3.ivqa-blog-modern .single-blog-item3 .thumb {
    flex-basis: auto;
    width: 100%;
    height: 210px;
    border-radius: 18px 18px 0 0;
    border-right: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }
  .tv-blog-area3.ivqa-blog-modern .single-blog-item3 .content {
    padding: 18px 18px 20px;
  }
}

/* Blog listing page: harmonize with Home posts */
.tv-blog-area.blog-grid.ivqa-blog-grid-modern {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.85) 0%, rgba(255, 255, 255, 1) 60%);
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 420px at 12% 8%, rgba(43, 77, 255, 0.10), transparent 60%),
    radial-gradient(820px 380px at 88% 20%, rgba(0, 194, 255, 0.07), transparent 60%);
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2.style-3 {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 16px 42px rgba(2, 6, 23, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2.style-3:hover {
  transform: translateY(-3px);
  border-color: rgba(43, 77, 255, 0.18);
  box-shadow: 0 22px 56px rgba(2, 6, 23, 0.12);
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2.style-3 > img {
  height: 210px;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 35%;
  transform: scale(1.02);
  transition: transform 0.35s ease;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2.style-3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 210px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.00) 45%, rgba(2, 6, 23, 0.35) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  z-index: 1;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2 .blog-content {
  position: relative;
  z-index: 2;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2.style-3:hover > img {
  transform: scale(1.08);
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2 .blog-content {
  padding: 20px 20px 22px;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2 .blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2 .blog-meta span:not(:last-child) {
  margin-right: 0;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2 .blog-meta .author {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(43, 77, 255, 0.08);
  color: rgba(15, 23, 42, 0.92);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: -0.01em;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2 .blog-meta .date {
  color: rgba(15, 23, 42, 0.55);
  font-weight: 650;
  font-size: 0.9rem;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2 .blog-meta .date:after {
  display: none;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2 .blog-meta .ivqa-readtime {
  color: rgba(15, 23, 42, 0.55);
  font-weight: 650;
  font-size: 0.9rem;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2 .blog-meta .ivqa-readtime i {
  margin-right: 6px;
  opacity: 0.85;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2 .blog-content h2 {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.35;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2 .blog-content .ivqa-blog-excerpt {
  margin-top: 10px;
  margin-bottom: 0;
  color: rgba(15, 23, 42, 0.64);
  line-height: 1.7;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2 .blog-content .read-more-btn {
  color: var(--ivqa-accent);
  font-weight: 800;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2 .blog-content .read-more-btn:hover {
  color: #1e3cff;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2 .blog-content .ivqa-blog-expand {
  margin-top: 12px;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2 .blog-content .ivqa-blog-expand > summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2 .blog-content .ivqa-blog-expand > summary::-webkit-details-marker {
  display: none;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2 .blog-content .ivqa-blog-expanded {
  margin-top: 10px;
  color: rgba(15, 23, 42, 0.68);
  line-height: 1.7;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2 .blog-content .ivqa-blog-expanded ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2 .blog-content .ivqa-blog-expand[open] > summary i {
  transform: rotate(90deg);
}

.tv-blog-area.blog-grid.ivqa-blog-grid-modern .single-blog-item.style-2 .blog-content .ivqa-blog-expand > summary i {
  transition: transform 0.16s ease;
}

/* Blog post (article page): premium but consistent */
.tv-blog-area.ivqa-blog-post {
  position: relative;
  background: radial-gradient(900px 600px at 15% 10%, rgba(43, 77, 255, 0.06), rgba(255, 255, 255, 0) 60%),
              radial-gradient(700px 520px at 85% 15%, rgba(43, 77, 255, 0.05), rgba(255, 255, 255, 0) 55%);
}

.ivqa-readingbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 9999;
  background: rgba(15, 23, 42, 0.08);
}

.ivqa-readingbar__fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #2b4dff 0%, #00c2ff 60%, #2b4dff 100%);
  box-shadow: 0 0 0 1px rgba(43, 77, 255, 0.12);
}

.tv-blog-area.ivqa-blog-post .ivqa-article-hero {
  position: relative;
  padding: 22px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.75) 100%);
  border: 1px solid rgba(2, 6, 23, 0.08);
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.06);
  margin-bottom: 18px;
  backdrop-filter: blur(10px);
  overflow: hidden;
  border-left: 3px solid rgba(43, 77, 255, 0.45);
}

/* Creative shapes (hero) */
.tv-blog-area.ivqa-blog-post .ivqa-article-hero::before {
  content: "";
  position: absolute;
  inset: -220px -180px auto auto;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 30%, rgba(43, 77, 255, 0.22), rgba(255, 255, 255, 0) 55%),
    radial-gradient(circle at 70% 70%, rgba(0, 194, 255, 0.18), rgba(255, 255, 255, 0) 58%);
  filter: blur(2px);
  pointer-events: none;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(2, 6, 23, 0.06) 1px, rgba(255, 255, 255, 0) 1px),
    linear-gradient(to bottom, rgba(2, 6, 23, 0.06) 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 26px 26px;
  opacity: 0.14;
  mask-image: radial-gradient(circle at 15% 35%, rgba(0,0,0,0.85), rgba(0,0,0,0) 62%);
  pointer-events: none;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-hero > * {
  position: relative;
  z-index: 1;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(2, 6, 23, 0.10);
  background: rgba(255, 255, 255, 0.9);
  color: rgba(15, 23, 42, 0.86);
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.tv-blog-area.ivqa-blog-post .ivqa-article-back:hover {
  transform: translateY(-1px);
  border-color: rgba(43, 77, 255, 0.28);
  box-shadow: 0 14px 30px rgba(43, 77, 255, 0.08);
}

.tv-blog-area.ivqa-blog-post .ivqa-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.tv-blog-area.ivqa-blog-post .ivqa-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(2, 6, 23, 0.10);
  background: rgba(248, 250, 252, 0.9);
  color: rgba(15, 23, 42, 0.78);
  font-weight: 850;
  font-size: 0.85rem;
}

.tv-blog-area.ivqa-blog-post .ivqa-pill--accent {
  border-color: rgba(43, 77, 255, 0.22);
  background: rgba(43, 77, 255, 0.08);
  color: rgba(15, 23, 42, 0.92);
}

.tv-blog-area.ivqa-blog-post .ivqa-article-title {
  margin: 14px 0 10px;
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-excerpt {
  color: rgba(15, 23, 42, 0.66);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 600;
  max-width: 64ch;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-card {
  position: relative;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(2, 6, 23, 0.08);
  box-shadow: 0 26px 90px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

/* Creative shapes (article card) */
.tv-blog-area.ivqa-blog-post .ivqa-article-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(43, 77, 255, 0.22), rgba(0, 194, 255, 0.10), rgba(255, 255, 255, 0));
  opacity: 0.55;
  pointer-events: none;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-card::after {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, rgba(43, 77, 255, 0.18), rgba(255, 255, 255, 0) 62%);
  pointer-events: none;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-cover,
.tv-blog-area.ivqa-blog-post .ivqa-article-layout {
  position: relative;
  z-index: 1;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.tv-blog-area.ivqa-blog-post .ivqa-related {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.tv-blog-area.ivqa-blog-post .ivqa-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 991px) {
  .tv-blog-area.ivqa-blog-post .ivqa-related-grid {
    grid-template-columns: 1fr;
  }
}

.tv-blog-area.ivqa-blog-post .ivqa-related-card {
  display: block;
  border-radius: 18px;
  border: 1px solid rgba(2, 6, 23, 0.08);
  background: #ffffff;
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.06);
  padding: 16px 16px;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
  position: relative;
  overflow: hidden;
}

.tv-blog-area.ivqa-blog-post .ivqa-related-card::before {
  content: "";
  position: absolute;
  inset: -40px -40px auto auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, rgba(0, 194, 255, 0.14), rgba(255,255,255,0) 62%);
  pointer-events: none;
}

.tv-blog-area.ivqa-blog-post .ivqa-related-card > * {
  position: relative;
  z-index: 1;
}

.tv-blog-area.ivqa-blog-post .ivqa-related-card:hover {
  transform: translateY(-2px);
  border-color: rgba(43, 77, 255, 0.22);
  box-shadow: 0 24px 80px rgba(43, 77, 255, 0.10);
}

.tv-blog-area.ivqa-blog-post .ivqa-related-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.tv-blog-area.ivqa-blog-post .ivqa-related-card__title {
  font-weight: 950;
  letter-spacing: -0.015em;
  color: rgba(15, 23, 42, 0.92);
  line-height: 1.25;
  margin-bottom: 8px;
}

.tv-blog-area.ivqa-blog-post .ivqa-related-card__excerpt {
  color: rgba(15, 23, 42, 0.62);
  line-height: 1.65;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-cover {
  margin: 0;
  position: relative;
  background: radial-gradient(900px 280px at 20% 20%, rgba(43, 77, 255, 0.12), rgba(255,255,255,0) 55%);
}

.tv-blog-area.ivqa-blog-post .ivqa-article-cover::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 72px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.92));
  pointer-events: none;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-cover__img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-content {
  padding: 26px 26px;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-content p {
  color: rgba(15, 23, 42, 0.72);
  line-height: 1.9;
  font-size: 16px;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-content ul {
  margin: 10px 0 18px;
  padding-left: 20px;
  color: rgba(15, 23, 42, 0.72);
  line-height: 1.85;
}

/* Better anchor scrolling with sticky sidebar/topbar */
.tv-blog-area.ivqa-blog-post .ivqa-article-content h2,
.tv-blog-area.ivqa-blog-post .ivqa-article-content h3 {
  scroll-margin-top: 90px;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-post__h2 {
  margin-top: 26px;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-post__h3 {
  margin-top: 18px;
}

.tv-blog-area.ivqa-blog-post .ivqa-discussion {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.tv-blog-area.ivqa-blog-post .ivqa-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.tv-blog-area.ivqa-blog-post .ivqa-section-head h2 {
  font-size: 22px;
  margin-bottom: 0;
}

.tv-blog-area.ivqa-blog-post .ivqa-jump {
  color: rgba(15, 23, 42, 0.7);
  font-weight: 900;
  text-decoration: none;
}

.tv-blog-area.ivqa-blog-post .ivqa-jump:hover {
  color: var(--ivqa-accent, #2b4dff);
}

.tv-blog-area.ivqa-blog-post .ivqa-discussion-title {
  font-size: 18px;
  letter-spacing: -0.015em;
  color: rgba(15, 23, 42, 0.92);
}

.tv-blog-area.ivqa-blog-post .tv-normal-btn {
  font-weight: 800;
  color: rgba(15, 23, 42, 0.82);
}

.tv-blog-area.ivqa-blog-post .tv-normal-btn i {
  margin-right: 8px;
}

.tv-blog-area.ivqa-blog-post .single-blog-item.style-2.style-3 {
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(2, 6, 23, 0.08);
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.tv-blog-area.ivqa-blog-post .single-blog-item.style-2.style-3 .blog-content {
  padding-top: 0;
}

.tv-blog-area.ivqa-blog-post h1 {
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.tv-blog-area.ivqa-blog-post .blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.tv-blog-area.ivqa-blog-post .blog-meta .author {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(43, 77, 255, 0.08);
  color: rgba(15, 23, 42, 0.9);
  font-weight: 850;
  font-size: 0.82rem;
  letter-spacing: -0.01em;
}

.tv-blog-area.ivqa-blog-post .blog-meta .date,
.tv-blog-area.ivqa-blog-post .blog-meta .ivqa-readtime {
  color: rgba(15, 23, 42, 0.55);
  font-weight: 650;
  font-size: 0.92rem;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-post__h2 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-post__h3 {
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.35;
}

.tv-blog-area.ivqa-blog-post .blog-content p {
  color: rgba(15, 23, 42, 0.72);
  line-height: 1.85;
  font-size: 16px;
}

.tv-blog-area.ivqa-blog-post .blog-content ul {
  margin: 10px 0 18px;
  padding-left: 20px;
  color: rgba(15, 23, 42, 0.72);
  line-height: 1.8;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-post__cover {
  border-radius: 18px;
  overflow: hidden;
  background: #f3f6ff;
  border: 1px solid rgba(2, 6, 23, 0.08);
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.08);
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-post__cover-img {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  display: block;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-post__reply {
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(2, 6, 23, 0.08);
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.06);
  padding: 24px 24px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-post__reply h2 {
  font-size: 20px;
  letter-spacing: -0.015em;
  color: rgba(15, 23, 42, 0.96);
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-post__reply h3 {
  margin-bottom: 10px;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-post__reply .tv-postbox-comment-form p {
  color: rgba(15, 23, 42, 0.62);
  margin-bottom: 10px;
  font-size: 14px;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-reply-form {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-reply-label {
  display: block;
  margin: 8px 0 5px;
  font-weight: 800;
  color: rgba(15, 23, 42, 0.86);
  font-size: 13px;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-reply-input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(2, 6, 23, 0.12);
  background: #ffffff;
  padding: 7px 10px;
  min-height: 36px;
  color: rgba(15, 23, 42, 0.92);
  outline: none;
  transition: box-shadow 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

/* Make single-line fields a bit shorter than textarea */
.tv-blog-area.ivqa-blog-post input.ivqa-blog-reply-input {
  min-height: 34px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-reply-input::placeholder {
  color: rgba(15, 23, 42, 0.45);
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-reply-input:focus {
  border-color: rgba(43, 77, 255, 0.45);
  box-shadow: 0 0 0 3px rgba(43, 77, 255, 0.12);
  background: #ffffff;
}

.tv-blog-area.ivqa-blog-post textarea.ivqa-blog-reply-input {
  resize: vertical;
  min-height: 92px;
  padding-top: 9px;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-reply-check {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12.5px;
  line-height: 1.35;
  color: rgba(15, 23, 42, 0.7);
  user-select: none;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-reply-check input {
  margin-top: 3px;
  accent-color: #2b4dff;
  width: 14px;
  height: 14px;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-post__reply .tv-btn-primary {
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
  border: 1px solid rgba(37, 99, 235, 0.28);
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.18);
  padding: 9px 16px;
  border-radius: 16px 0 16px 0;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-post__reply .tv-btn-primary .btn-text1,
.tv-blog-area.ivqa-blog-post .ivqa-blog-post__reply .tv-btn-primary .btn-text2 {
  color: #ffffff;
  font-weight: 900;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-post__reply .tv-btn-primary:hover {
  background: linear-gradient(180deg, #2b4dff 0%, #1e3cff 100%);
  border-color: rgba(43, 77, 255, 0.45);
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-reply-terms {
  font-size: 13px;
  color: rgba(15, 23, 42, 0.62);
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-reply-terms a {
  color: var(--ivqa-accent, #2b4dff);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(43, 77, 255, 0.28);
  text-underline-offset: 3px;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-reply-terms a:hover {
  color: #1e3cff;
  text-decoration-color: rgba(43, 77, 255, 0.55);
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-reply-alert {
  border-radius: 14px;
  border: 1px solid rgba(2, 6, 23, 0.10);
  background: rgba(248, 250, 252, 0.9);
  padding: 12px 14px;
  margin: 12px 0 14px;
  color: rgba(15, 23, 42, 0.8);
  font-weight: 650;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-reply-alert ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-reply-alert--success {
  border-color: rgba(16, 185, 129, 0.22);
  background: rgba(16, 185, 129, 0.08);
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-reply-alert--error {
  border-color: rgba(239, 68, 68, 0.22);
  background: rgba(239, 68, 68, 0.08);
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-comments {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-comments h2 {
  font-size: 22px;
  letter-spacing: -0.015em;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-comment {
  border-radius: 18px;
  border: 1px solid rgba(2, 6, 23, 0.08);
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
  padding: 14px 16px;
  margin-bottom: 12px;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-comment__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-comment__name {
  font-weight: 900;
  color: rgba(15, 23, 42, 0.9);
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-comment__date {
  font-size: 13px;
  font-weight: 750;
  color: rgba(15, 23, 42, 0.52);
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-comment__body {
  color: rgba(15, 23, 42, 0.74);
  line-height: 1.75;
}

@media (max-width: 575px) {
  .tv-blog-area.ivqa-blog-post .ivqa-article-title {
    font-size: 28px;
  }
  .tv-blog-area.ivqa-blog-post .ivqa-article-content {
    padding: 18px 16px;
  }
  .tv-blog-area.ivqa-blog-post .ivqa-blog-post__reply {
    padding: 18px 16px;
  }
  .tv-blog-area.ivqa-blog-post .ivqa-blog-reply-input {
    min-height: 44px;
  }
}

@media (max-width: 575px) {
  .tv-blog-area.ivqa-blog-post h1 {
    font-size: 28px;
  }
  .tv-blog-area.ivqa-blog-post .ivqa-blog-post__cover-img {
    max-height: 240px;
  }
}

@media (max-width: 991px) {
  .tv-team-area2.ivqa-partners-modern .ivqa-partners-grid {
    grid-template-columns: 1fr;
  }
}

/* Blog post (article page): simplified layout (keep white background) */
.tv-blog-area.ivqa-blog-post {
  background:
    radial-gradient(900px 520px at 12% 0%, rgba(43, 77, 255, 0.06), rgba(255, 255, 255, 0) 60%),
    radial-gradient(700px 480px at 88% 10%, rgba(0, 194, 255, 0.05), rgba(255, 255, 255, 0) 58%),
    #ffffff;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-hero {
  position: relative;
  padding: 22px 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,252,0.94) 100%);
  border: 1px solid rgba(2, 6, 23, 0.08);
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(10px);
  overflow: hidden;
  border-left: 3px solid rgba(43, 77, 255, 0.40);
}

.tv-blog-area.ivqa-blog-post .ivqa-article-hero::before,
.tv-blog-area.ivqa-blog-post .ivqa-article-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-hero::before {
  inset: -220px -180px auto auto;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 30%, rgba(43, 77, 255, 0.20), rgba(255, 255, 255, 0) 55%),
    radial-gradient(circle at 70% 70%, rgba(0, 194, 255, 0.14), rgba(255, 255, 255, 0) 58%);
  filter: blur(2px);
}

.tv-blog-area.ivqa-blog-post .ivqa-article-hero::after {
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(2, 6, 23, 0.06) 1px, rgba(255, 255, 255, 0) 1px),
    linear-gradient(to bottom, rgba(2, 6, 23, 0.06) 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 26px 26px;
  opacity: 0.12;
  mask-image: radial-gradient(circle at 15% 35%, rgba(0,0,0,0.85), rgba(0,0,0,0) 62%);
}

.tv-blog-area.ivqa-blog-post .ivqa-article-hero > * {
  position: relative;
  z-index: 1;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-back {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(2, 6, 23, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.tv-blog-area.ivqa-blog-post .ivqa-article-back:hover {
  transform: translateY(-1px);
  border-color: rgba(43, 77, 255, 0.28);
  box-shadow: 0 14px 30px rgba(43, 77, 255, 0.08);
  text-decoration: none;
}

.tv-blog-area.ivqa-blog-post .ivqa-pill {
  background: transparent;
  border-color: rgba(2, 6, 23, 0.10);
}

.tv-blog-area.ivqa-blog-post .ivqa-pill--accent {
  background: rgba(43, 77, 255, 0.08);
}

.tv-blog-area.ivqa-blog-post .ivqa-article-title {
  margin: 14px 0 10px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-excerpt {
  max-width: 80ch;
  font-size: 15px;
  line-height: 1.75;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-card {
  position: relative;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(2, 6, 23, 0.08);
  box-shadow: 0 26px 90px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-card::before,
.tv-blog-area.ivqa-blog-post .ivqa-article-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-card::before {
  inset: -2px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(43, 77, 255, 0.18), rgba(0, 194, 255, 0.10), rgba(255, 255, 255, 0));
  opacity: 0.45;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-card::after {
  top: -120px;
  left: -120px;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, rgba(43, 77, 255, 0.12), rgba(255, 255, 255, 0) 62%);
}

.tv-blog-area.ivqa-blog-post .ivqa-article-cover {
  margin: 0;
  position: relative;
  background: radial-gradient(900px 280px at 20% 20%, rgba(43, 77, 255, 0.10), rgba(255,255,255,0) 55%);
}

.tv-blog-area.ivqa-blog-post .ivqa-article-cover::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 72px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.92));
  pointer-events: none;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-cover__img {
  width: 100%;
  height: auto;
  max-height: 380px;
  border-radius: 0;
  object-fit: cover;
  display: block;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-content {
  padding: 26px 26px;
  max-width: 78ch;
  margin-left: auto;
  margin-right: auto;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-content p,
.tv-blog-area.ivqa-blog-post .blog-content p {
  font-size: 16px;
  line-height: 1.85;
}

.tv-blog-area.ivqa-blog-post .ivqa-article-content > p:first-child {
  font-size: 17px;
  line-height: 1.85;
  color: rgba(15, 23, 42, 0.78);
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-post__h2 {
  font-size: clamp(22px, 2.7vw, 34px);
  line-height: 1.12;
  margin-top: 34px;
  margin-bottom: 14px;
}

.tv-blog-area.ivqa-blog-post .ivqa-blog-post__h3 {
  font-size: clamp(18px, 2.1vw, 26px);
  line-height: 1.22;
  margin-top: 22px;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .tv-blog-area.ivqa-blog-post .ivqa-article-hero {
    padding: 18px 16px;
    border-radius: 18px;
  }
  .tv-blog-area.ivqa-blog-post .ivqa-article-card {
    border-radius: 18px;
  }
  .tv-blog-area.ivqa-blog-post .ivqa-article-content {
    padding: 18px 16px;
  }
}

@media (max-width: 575px) {
  .tv-team-area2.ivqa-partners-modern .tv-team-slider-area2.ivqa-partners-gridwrap {
    max-width: 560px;
  }
}

/* Blog post (article page): editorial middle layout (no TOC/share) */
.tv-blog-area.ivqa-blog-post {
  background: #ffffff;
}

.tv-blog-area.ivqa-blog-post .ed-shell {
  width: min(100%, 820px);
  margin-left: auto;
  margin-right: auto;
}

.tv-blog-area.ivqa-blog-post .ed-article {
  border: 1px solid rgba(16, 24, 40, 0.10);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
  overflow: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  font-feature-settings: "liga" 1, "calt" 1;
}

.tv-blog-area.ivqa-blog-post .ed-head {
  background: linear-gradient(180deg, #f6f7f9, rgba(246, 247, 249, 0));
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
  padding: 24px 26px 18px;
}

.tv-blog-area.ivqa-blog-post .ed-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(16, 24, 40, 0.78);
  text-decoration: none;
  font-weight: 800;
}

.tv-blog-area.ivqa-blog-post .ed-back:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tv-blog-area.ivqa-blog-post .ed-kicker {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(71, 84, 103, 1);
}

.tv-blog-area.ivqa-blog-post .ed-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--ivqa-accent, #2b4dff);
  box-shadow: 0 0 0 6px rgba(43, 77, 255, 0.10);
}

.tv-blog-area.ivqa-blog-post .ed-title {
  margin: 14px 0 10px;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: rgba(16, 24, 40, 1);
}

.tv-blog-area.ivqa-blog-post .ed-subtitle {
  margin: 0;
  color: rgba(71, 84, 103, 1);
  font-size: 15px;
  line-height: 1.75;
  max-width: 74ch;
}

.tv-blog-area.ivqa-blog-post .ed-divider {
  margin-top: 14px;
  height: 2px;
  width: 72px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ivqa-accent, #2b4dff), rgba(43, 77, 255, 0));
}

.tv-blog-area.ivqa-blog-post .ed-meta {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  font-size: 13px;
  color: rgba(71, 84, 103, 1);
}

.tv-blog-area.ivqa-blog-post .ed-meta strong {
  color: rgba(16, 24, 40, 1);
  font-weight: 800;
}

.tv-blog-area.ivqa-blog-post .ed-meta__dot {
  color: rgba(152, 162, 179, 1);
}

.tv-blog-area.ivqa-blog-post .ed-featured {
  background: #f6f7f9;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
}

.tv-blog-area.ivqa-blog-post .ed-featured::before {
  content: "";
  position: absolute;
  inset: -80px;
  background:
    radial-gradient(320px 220px at 20% 30%, rgba(43, 77, 255, 0.18), rgba(255,255,255,0) 60%),
    radial-gradient(280px 200px at 80% 20%, rgba(0,0,0,0.06), rgba(255,255,255,0) 60%);
  transform: rotate(-8deg);
  pointer-events: none;
}

.tv-blog-area.ivqa-blog-post .ed-featured__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}

.tv-blog-area.ivqa-blog-post .ed-featured__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(16, 24, 40, 0.55);
  font-weight: 800;
  z-index: 1;
}

.tv-blog-area.ivqa-blog-post .ed-content {
  padding: 26px;
  max-width: 78ch;
  margin-left: auto;
  margin-right: auto;
}

.tv-blog-area.ivqa-blog-post .ed-content p {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(16, 24, 40, 0.88);
  margin: 0 0 14px;
}

.tv-blog-area.ivqa-blog-post .ed-content > p:first-child {
  font-size: 16.5px;
  line-height: 1.9;
  color: rgba(16, 24, 40, 0.86);
}

.tv-blog-area.ivqa-blog-post .ed-content ul {
  margin: 10px 0 16px;
  padding-left: 18px;
  color: rgba(16, 24, 40, 0.88);
}

.tv-blog-area.ivqa-blog-post .ed-content li {
  margin: 6px 0;
}

.tv-blog-area.ivqa-blog-post .ed-content .ivqa-blog-post__h2 {
  margin: 24px 0 10px;
  font-size: 22px;
  line-height: 1.28;
  letter-spacing: -0.01em;
  color: rgba(16, 24, 40, 1);
}

.tv-blog-area.ivqa-blog-post .ed-content .ivqa-blog-post__h3 {
  margin: 16px 0 8px;
  font-size: 18px;
  line-height: 1.35;
  color: rgba(16, 24, 40, 1);
}

/* Documentation-friendly code styling */
.tv-blog-area.ivqa-blog-post .ed-content code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95em;
  background: rgba(16, 24, 40, 0.04);
  border: 1px solid rgba(16, 24, 40, 0.08);
  padding: 0.15em 0.35em;
  border-radius: 8px;
}

.tv-blog-area.ivqa-blog-post .ed-content pre {
  margin: 16px 0;
  padding: 14px 16px;
  background: rgba(16, 24, 40, 0.96);
  color: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  overflow: auto;
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.10);
}

.tv-blog-area.ivqa-blog-post .ed-content pre code {
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
  font-size: 0.92em;
}

.tv-blog-area.ivqa-blog-post .ed-content blockquote {
  margin: 18px 0;
  padding: 16px 16px 16px 18px;
  border-left: 4px solid var(--ivqa-accent, #2b4dff);
  background: #f6f7f9;
  border-radius: 12px;
  color: rgba(16, 24, 40, 0.92);
}

.tv-blog-area.ivqa-blog-post .ed-tags {
  border-top: 1px solid rgba(16, 24, 40, 0.08);
  background: #ffffff;
  padding: 16px 26px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tv-blog-area.ivqa-blog-post .ed-tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(16, 24, 40, 0.10);
  background: rgba(246, 247, 249, 0.85);
  color: rgba(16, 24, 40, 0.80);
  font-size: 13px;
  font-weight: 750;
}

.tv-blog-area.ivqa-blog-post .ed-tag--accent {
  border-color: rgba(43, 77, 255, 0.18);
  background: rgba(43, 77, 255, 0.08);
  color: rgba(16, 24, 40, 0.92);
}

/* Align lower sections to reading width */
.tv-blog-area.ivqa-blog-post .ivqa-discussion,
.tv-blog-area.ivqa-blog-post .ivqa-blog-comments,
.tv-blog-area.ivqa-blog-post .ivqa-related {
  max-width: 820px;
}

@media (max-width: 520px) {
  .tv-blog-area.ivqa-blog-post .ed-head {
    padding: 18px 16px 14px;
  }
  .tv-blog-area.ivqa-blog-post .ed-content {
    padding: 18px 16px;
  }
  .tv-blog-area.ivqa-blog-post .ed-tags {
    padding: 14px 16px 18px;
  }
}

/* Home: Pricing — modern plans + tabbed feature list */
.tv-pricing-area-tab.ivqa-pricing-modern {
  position: relative;
  overflow: hidden;
}

/* Pricing page (dedicated): premium refresh (scoped) */
.ivqa-pricingpage-modern .ivqa-pricing-top {
  position: relative;
  overflow: hidden;
}

.ivqa-pricingpage-modern .ivqa-pricing-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 420px at 14% 18%, rgba(43, 77, 255, 0.10) 0%, rgba(43, 77, 255, 0.00) 60%),
    radial-gradient(820px 380px at 86% 22%, rgba(0, 194, 255, 0.08) 0%, rgba(0, 194, 255, 0.00) 62%),
    linear-gradient(180deg, rgba(248, 250, 252, 0.90) 0%, rgba(255, 255, 255, 1) 70%);
  pointer-events: none;
}

.ivqa-pricingpage-modern .ivqa-pricing-top > .container {
  position: relative;
  z-index: 1;
}

.ivqa-pricingpage-modern .ivqa-pricing-hero {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.12);
  backdrop-filter: blur(10px);
  padding: 26px 18px;
}

.ivqa-pricingpage-modern .ivqa-pricing-hero h2 {
  letter-spacing: -0.02em;
}

.ivqa-pricingpage-modern .ivqa-hero-copy h3 {
  font-size: 18px;
}

.ivqa-pricingpage-modern .ivqa-hero-metrics {
  margin: 14px auto 2px;
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ivqa-pricingpage-modern .ivqa-metric {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(2, 6, 23, 0.03);
  border: 1px solid rgba(2, 6, 23, 0.06);
  color: rgba(15, 23, 42, 0.82);
  font-weight: 900;
  font-size: 13px;
}

.ivqa-pricingpage-modern .ivqa-metric i {
  color: rgba(43, 77, 255, 0.90);
}

@media (max-width: 991px) {
  .ivqa-pricingpage-modern .ivqa-pricing-hero {
    padding: 22px 16px;
  }

  .ivqa-pricingpage-modern .ivqa-hero-metrics {
    grid-template-columns: 1fr;
  }

  .ivqa-pricingpage-modern .ivqa-metric {
    justify-content: flex-start;
  }
}

.ivqa-pricingpage-modern .ivqa-controls-row {
  margin-top: 16px;
}

/* Pricing page: ensure currency dropdown overlays plan cards */
.ivqa-pricingpage-modern .ivqa-pricing-hero,
.ivqa-pricingpage-modern .ivqa-controls-row,
.ivqa-pricingpage-modern .ivqa-controls {
  position: relative;
  z-index: 20;
}

.ivqa-pricingpage-modern .ivqa-control.ivqa-control-currency {
  position: relative;
  z-index: 60;
}

.ivqa-pricingpage-modern .ivqa-solution-panel {
  position: relative;
  z-index: 1;
}

.ivqa-pricingpage-modern .nice-select.ivqa-select,
.ivqa-pricingpage-modern #ivqa-currency.ivqa-select {
  width: clamp(78px, 8vw, 96px);
  min-width: 78px;
  white-space: nowrap;
}

.ivqa-pricingpage-modern .nice-select.ivqa-select {
  padding-right: 24px;
}

.ivqa-pricingpage-modern .nice-select.ivqa-select:after {
  right: 10px;
}

.ivqa-pricingpage-modern .nice-select.ivqa-select .list {
  width: 100%;
  z-index: 99999;
}

.ivqa-pricingpage-modern .nice-select.ivqa-select .option {
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 992px) {
  .ivqa-pricingpage-modern .ivqa-controls-row {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

.ivqa-pricingpage-modern .ivqa-toggle {
  box-shadow: 0 18px 44px rgba(2, 6, 23, 0.10);
}

.ivqa-pricingpage-modern .ivqa-toggle button.active {
  background: linear-gradient(90deg, rgba(43, 77, 255, 1) 0%, rgba(0, 194, 255, 0.95) 100%);
  box-shadow: 0 14px 34px rgba(43, 77, 255, 0.22);
}

.ivqa-pricingpage-modern .ivqa-control {
  box-shadow: 0 14px 34px rgba(2, 6, 23, 0.08);
}

.ivqa-pricingpage-modern .ivqa-plan-card {
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 22px 60px rgba(2, 6, 23, 0.10);
}

.ivqa-pricingpage-modern .ivqa-plan-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 70px rgba(2, 6, 23, 0.14);
  border-color: rgba(43, 77, 255, 0.20);
}

.ivqa-pricingpage-modern .ivqa-plan-card.recommended {
  background:
    radial-gradient(640px 220px at 20% 10%, rgba(43, 77, 255, 0.14) 0%, rgba(43, 77, 255, 0.00) 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.92));
  border-color: rgba(43, 77, 255, 0.24);
  box-shadow: 0 30px 84px rgba(43, 77, 255, 0.16);
}

.ivqa-pricingpage-modern .ivqa-plan-card .badge-popular {
  background: rgba(43, 77, 255, 0.10);
  color: rgba(43, 77, 255, 1);
}

.ivqa-pricingpage-modern .ivqa-price .amount {
  color: rgba(15, 23, 42, 0.96);
}

.ivqa-pricingpage-modern .ivqa-features li {
  border-top-color: rgba(15, 23, 42, 0.08);
}

.ivqa-pricingpage-modern .ivqa-features li .dot {
  width: 10px;
  height: 10px;
  background: radial-gradient(circle at 30% 30%, rgba(0, 194, 255, 0.55), rgba(43, 77, 255, 0.45));
  box-shadow: 0 10px 18px rgba(43, 77, 255, 0.18);
}

.ivqa-pricingpage-modern .ivqa-note .pill {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(15, 23, 42, 0.10);
}

/* CTA strip between plans and FAQ */
.ivqa-pricingpage-modern .ivqa-pricing-cta {
  padding-top: 0 !important;
  padding-bottom: 48px !important;
  background: transparent;
}

.ivqa-pricingpage-modern .ivqa-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px;
  border-radius: 22px;
  background:
    radial-gradient(900px 420px at 18% 10%, rgba(43, 77, 255, 0.18) 0%, rgba(43, 77, 255, 0.00) 60%),
    radial-gradient(760px 360px at 80% 30%, rgba(0, 194, 255, 0.14) 0%, rgba(0, 194, 255, 0.00) 62%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.92) 0%, rgba(2, 6, 23, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 90px rgba(2, 6, 23, 0.28);
}

.ivqa-pricingpage-modern .ivqa-cta-card h3 {
  margin: 0 0 6px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: -0.02em;
}

.ivqa-pricingpage-modern .ivqa-cta-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.ivqa-pricingpage-modern .ivqa-cta-badges {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ivqa-pricingpage-modern .ivqa-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 900;
  font-size: 12px;
}

.ivqa-pricingpage-modern .ivqa-chip i {
  color: rgba(0, 194, 255, 0.95);
}

.ivqa-pricingpage-modern .ivqa-cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ivqa-pricingpage-modern .ivqa-cta-secondary .btn-wrap {
  filter: saturate(0.98);
}

@media (max-width: 991px) {
  .ivqa-pricingpage-modern .ivqa-cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .ivqa-pricingpage-modern .ivqa-cta-actions {
    width: 100%;
    justify-content: flex-start;
  }
}

/* FAQ block polish */
.ivqa-pricingpage-modern .tv-area-section.pb-130.ivqa-pricing-section {
  position: relative;
}

.ivqa-pricingpage-modern .tv-area-section.pb-130.ivqa-pricing-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.70) 0%, rgba(255, 255, 255, 1) 80%);
  pointer-events: none;
}

.ivqa-pricingpage-modern .tv-area-section.pb-130.ivqa-pricing-section > .container {
  position: relative;
  z-index: 1;
}

.tv-pricing-area-tab.ivqa-pricing-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 420px at 16% 18%, rgba(43, 77, 255, 0.10) 0%, rgba(43, 77, 255, 0.00) 60%),
    radial-gradient(820px 380px at 86% 22%, rgba(0, 194, 255, 0.08) 0%, rgba(0, 194, 255, 0.00) 62%),
    linear-gradient(180deg, rgba(248, 250, 252, 0.86) 0%, rgba(255, 255, 255, 0.98) 70%);
  pointer-events: none;
}

.tv-pricing-area-tab.ivqa-pricing-modern > .container {
  position: relative;
  z-index: 1;
}

.tv-pricing-area-tab.ivqa-pricing-modern .tv-section-title-box {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.tv-pricing-area-tab.ivqa-pricing-modern .tv-pricing-tab-wrap {
  margin-top: 6px;
}

/* Left: features + segmented toggle */
.tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-left {
  border-radius: 18px;
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 18px 46px rgba(2, 6, 23, 0.10);
  backdrop-filter: blur(10px);
}

@media (min-width: 992px) {
  .tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-left {
    position: sticky;
    top: 110px;
  }
}

.tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-left .nav.nav-price {
  display: flex;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.08);
  margin-bottom: 14px !important;
}

.tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-left .nav.nav-price .nav-link {
  flex: 1;
  border: 0;
  border-radius: 999px;
  padding: 10px 12px;
  font-weight: 700;
  font-size: 0.95rem;
  color: rgba(15, 23, 42, 0.78);
  background: transparent;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-left .nav.nav-price .nav-link:hover {
  transform: translateY(-1px);
  color: rgba(15, 23, 42, 0.92);
}

.tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-left .nav.nav-price .nav-link.active {
  color: var(--ivqa-primary);
  background: linear-gradient(90deg, rgba(43, 77, 255, 1) 0%, rgba(0, 194, 255, 0.95) 100%);
  box-shadow: 0 12px 30px rgba(43, 77, 255, 0.22);
}

.tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-features {
  padding: 10px 6px 6px;
}

.tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-features .price-list-item {
  margin: 0 0 16px;
  padding: 0;
}

.tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-features .price-list-item li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(15, 23, 42, 0.06);
  color: rgba(15, 23, 42, 0.88);
  margin-bottom: 10px;
}

.tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-features .price-list-item li:last-child {
  margin-bottom: 0;
}

.tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-features .price-list-item li i {
  margin-top: 3px;
  font-size: 14px;
}

.tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-features .price-list-item li i.fa-check {
  color: #16a34a;
}

.tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-features .price-list-item li i.fa-xmark {
  color: #ef4444;
  opacity: 0.9;
}

/* Right: plan cards */
.tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-right .tab-content {
  display: block;
}

.tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-right .single-price-box-wrap {
  width: 100%;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 18px 46px rgba(2, 6, 23, 0.10);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-right .single-price-box-wrap:hover {
  transform: translateY(-3px);
  border-color: rgba(43, 77, 255, 0.20);
  box-shadow: 0 22px 56px rgba(2, 6, 23, 0.14);
}

/* Make the middle (Premium) card feel “featured” without changing text */
.tv-pricing-area-tab.ivqa-pricing-modern #right-price-monthly .single-price-box-wrap:nth-child(2),
.tv-pricing-area-tab.ivqa-pricing-modern #right-price-yearly .single-price-box-wrap:nth-child(2) {
  background:
    radial-gradient(640px 220px at 20% 10%, rgba(43, 77, 255, 0.12) 0%, rgba(43, 77, 255, 0.00) 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 250, 252, 0.92) 100%);
  border-color: rgba(43, 77, 255, 0.24);
  box-shadow: 0 24px 60px rgba(43, 77, 255, 0.16);
}

.tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-right .single-price-box-wrap h4 {
  margin-bottom: 6px;
}

.tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-right .single-price-box-wrap p {
  margin-bottom: 0;
  max-width: 520px;
}

.tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-right .single-price-box-wrap .price {
  margin: 0;
  white-space: nowrap;
  letter-spacing: -0.02em;
}

.tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-right .single-price-box-wrap .price span {
  font-size: 44px;
  line-height: 1;
  color: var(--ivqa-primary);
}

@media (max-width: 991px) {
  .tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-left {
    margin-bottom: 18px;
  }
}

@media (max-width: 575px) {
  .tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-right .single-price-box-wrap {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .tv-pricing-area-tab.ivqa-pricing-modern .ivqa-pricing-right .single-price-box-wrap .price span {
    font-size: 38px;
  }
}

.tv-process-area.ivqa-process-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 420px at 18% 18%, rgba(43, 77, 255, 0.18) 0%, rgba(43, 77, 255, 0.00) 60%),
    radial-gradient(760px 360px at 80% 30%, rgba(0, 194, 255, 0.14) 0%, rgba(0, 194, 255, 0.00) 62%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.88) 0%, rgba(2, 6, 23, 0.92) 100%);
  pointer-events: none;
}

.tv-process-area.ivqa-process-modern > .container {
  position: relative;
  z-index: 1;
}

.tv-process-area.ivqa-process-modern .tv-section-title-box {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 46px;
}

.tv-process-area.ivqa-process-modern .tv-section-subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.88);
}

.tv-process-area.ivqa-process-modern .tv-section-title-box h4 {
  color: rgba(255, 255, 255, 0.92);
}

.tv-process-area.ivqa-process-modern .tv-section-title-box .tv-section-title.pb-20 {
  padding-bottom: 10px !important;
}

.tv-process-area.ivqa-process-modern .shap,
.tv-process-area.ivqa-process-modern .ivqa-process-shape {
  opacity: 0.14;
  filter: blur(0.3px);
  pointer-events: none;
}

.tv-process-area.ivqa-process-modern .row.p-relative {
  row-gap: 20px;
  align-items: stretch;
}

.tv-process-area.ivqa-process-modern .ivqa-process-card-top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

/* Make columns stretch so cards align nicely */
.tv-process-area.ivqa-process-modern .row.p-relative > [class*="col-"] {
  display: flex;
}

.tv-process-area.ivqa-process-modern .single-process-item,
.tv-process-area.ivqa-process-modern .ivqa-process-card {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 18px 18px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.tv-process-area.ivqa-process-modern .single-process-item::after,
.tv-process-area.ivqa-process-modern .ivqa-process-card::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(43, 77, 255, 0.0) 0%, rgba(43, 77, 255, 0.65) 45%, rgba(0, 194, 255, 0.35) 100%);
  opacity: 0.85;
}

.tv-process-area.ivqa-process-modern .single-process-item:hover,
.tv-process-area.ivqa-process-modern .ivqa-process-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.075);
}

.tv-process-area.ivqa-process-modern .single-process-item:focus-within,
.tv-process-area.ivqa-process-modern .ivqa-process-card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
}

.tv-process-area.ivqa-process-modern .single-process-item .thumb,
.tv-process-area.ivqa-process-modern .ivqa-process-thumb {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.tv-process-area.ivqa-process-modern .single-process-item .thumb::before,
.tv-process-area.ivqa-process-modern .ivqa-process-thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 104px;
  height: 104px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, rgba(43, 77, 255, 0.34), rgba(0, 194, 255, 0.10) 55%, rgba(255, 255, 255, 0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  opacity: 0.9;
}

.tv-process-area.ivqa-process-modern .single-process-item .thumb img,
.tv-process-area.ivqa-process-modern .ivqa-process-thumb img {
  max-width: 90px;
  height: auto;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.33));
}

.tv-process-area.ivqa-process-modern .ivqa-step-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(43, 77, 255, 0.28);
  border: 1px solid rgba(43, 77, 255, 0.4);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
}

.tv-process-area.ivqa-process-modern .single-process-item .content {
  flex: 1;
}

.tv-process-area.ivqa-process-modern .single-process-item .content h4 {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.95);
}

.tv-process-area.ivqa-process-modern .single-process-item .content p {
  margin-bottom: 0;
  color: rgba(226, 232, 240, 0.88);
  line-height: 1.75;
}

@media (max-width: 991px) {
  .tv-process-area.ivqa-process-modern {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}

@media (max-width: 575px) {
  .tv-process-area.ivqa-process-modern {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }
  .tv-process-area.ivqa-process-modern .single-process-item {
    padding: 18px 16px 16px;
  }
  .tv-process-area.ivqa-process-modern .ivqa-process-card-top {
    justify-content: center;
    margin-bottom: 8px;
  }
}

.tv-project-area.ivqa-project-modern .tv-section-title-box {
  margin-bottom: 54px !important;
}

.tv-project-area.ivqa-project-modern .ivqa-project-header {
  row-gap: 18px;
}

.tv-project-area.ivqa-project-modern .ivqa-project-header .tv-section-title-box {
  max-width: 720px;
  margin-left: 0;
  margin-right: 0;
}

.tv-project-area.ivqa-project-modern .ivqa-project-header .tv-section-title {
  margin-bottom: 10px;
}

.tv-project-area.ivqa-project-modern .ivqa-project-header .ivqa-section-lead {
  color: rgba(2, 6, 23, 0.62);
  font-weight: 600;
  line-height: 1.75;
  max-width: 62ch;
}

.tv-project-area.ivqa-project-modern .tv-section-title {
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.tv-project-area.ivqa-project-modern .ivqa-project-title-line1 {
  display: block;
  color: #0b1b3a;
}

.tv-project-area.ivqa-project-modern .ivqa-project-title-line2 {
  display: block;
  margin-top: 6px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: rgba(2, 6, 23, 0.82);
}

.tv-project-area.ivqa-project-modern .ivqa-project-title-line2::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(43, 77, 255, 0.0) 0%, rgba(43, 77, 255, 0.65) 40%, rgba(0, 194, 255, 0.35) 100%);
}

.tv-project-area.ivqa-project-modern .tv-section-title.pb-20 {
  padding-bottom: 12px !important;
}

.tv-project-area.ivqa-project-modern .tv-section-title-box {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.tv-project-area.ivqa-project-modern .tv-project-slider-wrap {
  padding-left: 10px;
  padding-right: 10px;
}

.tv-project-area.ivqa-project-modern .single-project-item {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 44px rgba(2, 6, 23, 0.08);
  background: #ffffff;
  transform: translateY(0);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.tv-project-area.ivqa-project-modern .single-project-item:hover {
  transform: translateY(-4px);
  border-color: rgba(43, 77, 255, 0.18);
  box-shadow: 0 22px 60px rgba(2, 6, 23, 0.12);
}

.tv-project-area.ivqa-project-modern .single-project-item img {
  width: 100% !important;
  height: 360px;
  object-fit: cover;
  border-radius: 0 !important;
  display: block;
}

/* Use Cases (Home): no-image visual header */
.tv-project-area.ivqa-project-modern .ivqa-project-visual {
  width: 100%;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(900px 420px at 18% 12%, rgba(43, 77, 255, 0.40), transparent 55%),
    radial-gradient(860px 420px at 82% 10%, rgba(0, 194, 255, 0.22), transparent 55%),
    linear-gradient(180deg, rgba(11, 18, 32, 1) 0%, rgba(9, 14, 26, 1) 100%);
}

.tv-project-area.ivqa-project-modern .ivqa-project-visual i {
  font-size: 48px;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 18px 50px rgba(2, 6, 23, 0.55);
}

.tv-project-area.ivqa-project-modern .ivqa-project-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.tv-project-area.ivqa-project-modern .ivqa-project-visual--diplomas {
  background:
    radial-gradient(900px 420px at 18% 12%, rgba(43, 77, 255, 0.45), transparent 55%),
    radial-gradient(900px 420px at 82% 18%, rgba(255, 255, 255, 0.10), transparent 55%),
    linear-gradient(180deg, rgba(11, 18, 32, 1) 0%, rgba(8, 12, 22, 1) 100%);
}

.tv-project-area.ivqa-project-modern .ivqa-project-visual--training {
  background:
    radial-gradient(860px 420px at 18% 12%, rgba(0, 194, 255, 0.32), transparent 55%),
    radial-gradient(900px 420px at 82% 18%, rgba(43, 77, 255, 0.22), transparent 55%),
    linear-gradient(180deg, rgba(11, 18, 32, 1) 0%, rgba(8, 12, 22, 1) 100%);
}

.tv-project-area.ivqa-project-modern .ivqa-project-visual--badges {
  background:
    radial-gradient(860px 420px at 18% 12%, rgba(34, 197, 94, 0.22), transparent 55%),
    radial-gradient(900px 420px at 82% 18%, rgba(43, 77, 255, 0.22), transparent 55%),
    linear-gradient(180deg, rgba(11, 18, 32, 1) 0%, rgba(8, 12, 22, 1) 100%);
}

.tv-project-area.ivqa-project-modern .ivqa-project-visual--events {
  background:
    radial-gradient(860px 420px at 18% 12%, rgba(245, 158, 11, 0.22), transparent 55%),
    radial-gradient(900px 420px at 82% 18%, rgba(0, 194, 255, 0.18), transparent 55%),
    linear-gradient(180deg, rgba(11, 18, 32, 1) 0%, rgba(8, 12, 22, 1) 100%);
}

.tv-project-area.ivqa-project-modern .single-project-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0) 45%, rgba(2, 6, 23, 0.38) 100%);
  pointer-events: none;
}

.tv-project-area.ivqa-project-modern .single-project-item span.icon {
  position: absolute;
  left: auto;
  top: 16px;
  right: 16px;
  margin: 0;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  line-height: 44px;
  background: rgba(255, 255, 255, 0.95);
  color: #0b1220;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 14px 32px rgba(2, 6, 23, 0.12);
  transform: none !important;
  z-index: 3;
}

.tv-project-area.ivqa-project-modern .single-project-item span.icon a {
  width: 44px;
  height: 44px;
}

.tv-project-area.ivqa-project-modern .single-project-item span.icon i {
  transform: none;
  color: var(--ivqa-accent);
}

.tv-project-area.ivqa-project-modern .single-project-content {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  width: auto;
  margin: 0;
  padding: 16px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  box-shadow: 0 16px 44px rgba(2, 6, 23, 0.18);
  transform: none !important;
  z-index: 2;
}

.tv-project-area.ivqa-project-modern .single-project-content h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.tv-project-area.ivqa-project-modern .single-project-content .project-cat {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(2, 6, 23, 0.78);
}

.tv-project-area.ivqa-project-modern .single-project-content .project-cat span:first-child {
  color: rgba(2, 6, 23, 0.62);
}

.tv-project-area.ivqa-project-modern .tv-project-slider-wrap .swiper-pagination {
  margin-top: 18px;
}

.tv-project-area.ivqa-project-modern .tv-project-slider-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.35;
  background: rgba(2, 6, 23, 0.55);
}

.tv-project-area.ivqa-project-modern .tv-project-slider-wrap .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--ivqa-accent);
  border: 2px solid var(--ivqa-accent);
}

.tv-project-area.ivqa-project-modern .tv-project-slider-wrap .swiper-pagination .swiper-pagination-bullet-active:after {
  border-color: rgba(43, 77, 255, 0.35);
}

@media (max-width: 991px) {
  .tv-project-area.ivqa-project-modern .single-project-item img {
    height: 320px;
  }

  .tv-project-area.ivqa-project-modern .ivqa-project-visual {
    height: 320px;
  }
}

@media (max-width: 575px) {
  .tv-project-area.ivqa-project-modern .single-project-item img {
    height: 260px;
  }

  .tv-project-area.ivqa-project-modern .ivqa-project-visual {
    height: 260px;
  }

  .tv-project-area.ivqa-project-modern .single-project-content {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px;
  }
}

/* =========================================================
   About page — First Section Hero Image
   ========================================================= */

.ivqa-about-hero-img {
  position: relative;
  width: 100%;
}

.ivqa-about-hero-img-inner {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 24px 64px rgba(10, 22, 60, 0.14),
    0 4px 16px rgba(10, 22, 60, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.ivqa-about-hero-img-inner img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ivqa-about-hero-img:hover .ivqa-about-hero-img-inner img {
  transform: scale(1.04);
}

/* Second image */
.ivqa-about-hero-img-second {
  margin-top: 16px;
}

.ivqa-about-hero-img-second .ivqa-about-hero-img-inner {
  border-radius: 18px;
}

.ivqa-about-hero-img-second .ivqa-about-hero-img-inner img {
  min-height: 240px;
}

/* Accent decorative element - subtle gradient border */
.ivqa-about-hero-accent {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #2B4DFF 0%, #00C2FF 100%);
  border-radius: 0 20px 0 60px;
  z-index: -1;
  opacity: 0.7;
}

/* Glassmorphism floating tag */
.ivqa-about-hero-tag {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(43, 77, 255, 0.10);
  box-shadow: 0 8px 32px rgba(10, 22, 60, 0.12);
  z-index: 2;
  animation: ivqaTagFloat 3s ease-in-out infinite;
}

@keyframes ivqaTagFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.ivqa-about-hero-tag-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2B4DFF 0%, #00C2FF 100%);
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}

.ivqa-about-hero-tag-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.ivqa-about-hero-tag-text strong {
  font-size: 14px;
  font-weight: 700;
  color: #0b1220;
  letter-spacing: -0.01em;
}

.ivqa-about-hero-tag-text small {
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
}

/* Responsive */
@media (max-width: 991px) {
  .ivqa-about-hero-img {
    margin-bottom: 30px;
  }
  .ivqa-about-hero-img-inner img {
    min-height: 320px;
  }
}

@media (max-width: 575px) {
  .ivqa-about-hero-img-inner img {
    min-height: 220px;
  }
  .ivqa-about-hero-tag {
    bottom: 14px;
    left: 14px;
    padding: 10px 16px;
    gap: 10px;
    border-radius: 12px;
  }
  .ivqa-about-hero-tag-icon {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .ivqa-about-hero-accent {
    width: 80px;
    height: 80px;
  }
}

/* =========================================================
   About page — modern, professional (scoped)
   ========================================================= */

.ivqa-aboutpage-modern .tv-breadcrumb-area.ivqa-aboutpage-hero {
  background-image: none !important;
  background:
    radial-gradient(900px 420px at 18% 22%, rgba(43, 77, 255, 0.18) 0%, rgba(43, 77, 255, 0.00) 60%),
    radial-gradient(760px 360px at 82% 30%, rgba(0, 194, 255, 0.14) 0%, rgba(0, 194, 255, 0.00) 62%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.88) 0%, rgba(2, 6, 23, 0.92) 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  overflow: hidden;
}

/* Reduce the visual height of the hero */
.ivqa-aboutpage-modern .tv-breadcrumb-area.ivqa-aboutpage-hero.tv-breadcrumb-ptb {
  padding-top: 84px;
  padding-bottom: 84px;
}

.ivqa-aboutpage-modern .tv-breadcrumb-area.ivqa-aboutpage-hero.tv-breadcrumb-overlay::before {
  opacity: 0 !important;
}

.ivqa-aboutpage-modern .tv-breadcrumb-area.ivqa-aboutpage-hero .tv-breadcrumb-title {
  color: rgba(255, 255, 255, 0.98);
  letter-spacing: -0.03em;
}

.ivqa-aboutpage-modern .tv-breadcrumb-area.ivqa-aboutpage-hero .tv-breadcrumb-list {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
}

.ivqa-aboutpage-modern .tv-breadcrumb-area.ivqa-aboutpage-hero .tv-breadcrumb-list a {
  color: rgba(255, 255, 255, 0.92);
}

.ivqa-aboutpage-modern .tv-breadcrumb-area.ivqa-aboutpage-hero .tv-breadcrumb-list a:hover {
  color: #bcd0ff;
}

.ivqa-aboutpage-modern .tv-breadcrumb-area.ivqa-aboutpage-hero .tv-breadcrumb-list .dvdr {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.70);
}

.ivqa-aboutpage-modern .tv-breadcrumb-area.ivqa-aboutpage-hero .tv-breadcrumb-list i {
  color: rgba(255, 255, 255, 0.74);
}

/* =========================================================
   Services page — breadcrumb like About (scoped)
   ========================================================= */

.ivqa-servicespage-modern .tv-breadcrumb-area.ivqa-servicespage-hero {
  background-image: none !important;
  background:
    radial-gradient(900px 420px at 18% 22%, rgba(43, 77, 255, 0.18) 0%, rgba(43, 77, 255, 0.00) 60%),
    radial-gradient(760px 360px at 82% 30%, rgba(0, 194, 255, 0.14) 0%, rgba(0, 194, 255, 0.00) 62%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.88) 0%, rgba(2, 6, 23, 0.92) 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  overflow: hidden;
}

.ivqa-servicespage-modern .tv-breadcrumb-area.ivqa-servicespage-hero.tv-breadcrumb-ptb {
  padding-top: 84px;
  padding-bottom: 84px;
}

.ivqa-servicespage-modern .tv-breadcrumb-area.ivqa-servicespage-hero.tv-breadcrumb-overlay::before {
  opacity: 0 !important;
}

.ivqa-servicespage-modern .tv-breadcrumb-area.ivqa-servicespage-hero .tv-breadcrumb-title {
  color: rgba(255, 255, 255, 0.98);
  letter-spacing: -0.03em;
}

.ivqa-servicespage-modern .tv-breadcrumb-area.ivqa-servicespage-hero .tv-breadcrumb-list {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
}

.ivqa-servicespage-modern .tv-breadcrumb-area.ivqa-servicespage-hero .tv-breadcrumb-list a {
  color: rgba(255, 255, 255, 0.92);
}

.ivqa-servicespage-modern .tv-breadcrumb-area.ivqa-servicespage-hero .tv-breadcrumb-list a:hover {
  color: #bcd0ff;
}

.ivqa-servicespage-modern .tv-breadcrumb-area.ivqa-servicespage-hero .tv-breadcrumb-list .dvdr {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.70);
}

.ivqa-servicespage-modern .tv-breadcrumb-area.ivqa-servicespage-hero .tv-breadcrumb-list i {
  color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 575px) {
  .ivqa-servicespage-modern .tv-breadcrumb-area.ivqa-servicespage-hero.tv-breadcrumb-ptb {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

/* =========================================================
   Contact page — modern, pro (scoped)
   ========================================================= */

/* Contact page — premium alignment with Pricing page (scoped) */
.ivqa-contactpage-premium .tv-contact-area.ivqa-contact-pro {
  position: relative;
  overflow: hidden;
}

.ivqa-contactpage-premium .tv-contact-area.ivqa-contact-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 520px at 18% 18%, rgba(43, 77, 255, 0.10) 0%, rgba(43, 77, 255, 0) 60%),
    radial-gradient(820px 520px at 85% 35%, rgba(0, 194, 255, 0.08) 0%, rgba(0, 194, 255, 0) 60%),
    linear-gradient(180deg, rgba(248, 250, 252, 0.88) 0%, rgba(255, 255, 255, 1) 62%);
  pointer-events: none;
}

.ivqa-contactpage-premium .tv-contact-area.ivqa-contact-pro > .container {
  position: relative;
  z-index: 1;
}

.ivqa-contactpage-premium .tv-contact-area.ivqa-contact-pro .tv-contact-wrap {
  backdrop-filter: blur(10px);
  box-shadow: 0 28px 84px rgba(2, 6, 23, 0.12);
}

/* Reuse Pricing-style metrics row */
.ivqa-contactpage-premium .ivqa-hero-metrics {
  margin: 14px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
}

.ivqa-contactpage-premium .ivqa-metric {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(2, 6, 23, 0.03);
  border: 1px solid rgba(2, 6, 23, 0.06);
  color: rgba(15, 23, 42, 0.82);
  font-weight: 900;
  font-size: 13px;
}

.ivqa-contactpage-premium .ivqa-metric i {
  color: rgba(43, 77, 255, 0.90);
}

@media (max-width: 991px) {
  .ivqa-contactpage-premium .ivqa-hero-metrics {
    grid-template-columns: 1fr;
  }

  .ivqa-contactpage-premium .ivqa-metric {
    justify-content: flex-start;
  }
}

/* Match Pricing CTA chips */
.ivqa-contactpage-premium .ivqa-cta-badges {
  margin: 14px 0 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ivqa-contactpage-premium .ivqa-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 900;
  font-size: 12px;
}

.ivqa-contactpage-premium .ivqa-chip i {
  color: rgba(0, 194, 255, 0.95);
}

.ivqa-contactpage-modern .tv-contact-area.ivqa-contact-pro {
  position: relative;
  background:
    radial-gradient(900px 520px at 18% 18%, rgba(43, 77, 255, 0.08) 0%, rgba(43, 77, 255, 0) 60%),
    radial-gradient(820px 520px at 85% 35%, rgba(0, 194, 255, 0.06) 0%, rgba(0, 194, 255, 0) 60%),
    linear-gradient(180deg, rgba(248, 250, 252, 0.85) 0%, rgba(255, 255, 255, 1) 62%);
}

.ivqa-contactpage-modern .tv-contact-area.ivqa-contact-pro .tv-contact-wrap {
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 22px 70px rgba(2, 6, 23, 0.08);
  padding: 40px;
}

@media (max-width: 575px) {
  .ivqa-contactpage-modern .tv-contact-area.ivqa-contact-pro .tv-contact-wrap {
    padding: 22px;
    border-radius: 18px;
  }
}

/* Left info cards: softer icon + clearer spacing */
.ivqa-contactpage-modern .ivqa-contact-pro .tv-card-box {
  border-radius: 18px;
  border-color: rgba(15, 23, 42, 0.10);
}

.ivqa-contactpage-modern .ivqa-contact-pro .tv-card-box > .icon {
  background: linear-gradient(180deg, rgba(43, 77, 255, 1) 0%, rgba(29, 78, 216, 1) 100%);
  box-shadow: 0 14px 30px rgba(29, 78, 216, 0.18);
}

/* Right demo form panel: premium gradient + better inputs */
.ivqa-contactpage-modern .tv-contact-wrap .tv-contact-right-wrap {
  padding-left: 0 !important;
  padding: 36px !important;
  border-radius: 22px !important;
  background:
    radial-gradient(500px 240px at 20% 10%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 60%),
    linear-gradient(180deg, rgba(29, 78, 216, 1) 0%, rgba(37, 99, 235, 1) 52%, rgba(43, 77, 255, 1) 100%) !important;
  box-shadow: 0 26px 70px rgba(29, 78, 216, 0.22);
}

/* Premium: switch form panel to Pricing-like dark gradient */
.ivqa-contactpage-premium .tv-contact-wrap .tv-contact-right-wrap {
  background:
    radial-gradient(900px 420px at 18% 10%, rgba(43, 77, 255, 0.18) 0%, rgba(43, 77, 255, 0.00) 60%),
    radial-gradient(760px 360px at 80% 30%, rgba(0, 194, 255, 0.14) 0%, rgba(0, 194, 255, 0.00) 62%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.92) 0%, rgba(2, 6, 23, 0.96) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 90px rgba(2, 6, 23, 0.26);
}

.ivqa-contactpage-premium .tv-contact-wrap .tv-contact-right-wrap input,
.ivqa-contactpage-premium .tv-contact-wrap .tv-contact-right-wrap textarea {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.96) !important;
}

.ivqa-contactpage-premium .tv-contact-wrap .tv-contact-right-wrap .tv-btn-primary {
  width: auto;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  appearance: none;

  border-radius: 999px;
  padding: 12px 28px;
  background: var(--tv-theme-1) !important;
  box-shadow: 0 12px 26px rgba(43, 77, 255, 0.25);
}

.ivqa-contactpage-premium .tv-contact-wrap .tv-contact-right-wrap .tv-btn-primary:hover {
  background: var(--tv-theme-1) !important;
}

.ivqa-contactpage-premium .tv-contact-wrap .tv-contact-right-wrap .tv-btn-primary .btn-wrap {
  display: inline-block;
}

.ivqa-contactpage-modern .tv-contact-wrap .tv-contact-right-wrap .text-white {
  color: rgba(255, 255, 255, 0.98) !important;
  letter-spacing: -0.02em;
}

.ivqa-contactpage-modern .tv-contact-wrap .tv-contact-right-wrap > p {
  color: rgba(255, 255, 255, 0.86) !important;
  margin-bottom: 22px;
}

.ivqa-contactpage-modern .tv-contact-wrap .tv-contact-right-wrap input,
.ivqa-contactpage-modern .tv-contact-wrap .tv-contact-right-wrap textarea {
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.96) !important;
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

.ivqa-contactpage-modern .tv-contact-wrap .tv-contact-right-wrap input:focus,
.ivqa-contactpage-modern .tv-contact-wrap .tv-contact-right-wrap textarea:focus {
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
  outline: none;
}

.ivqa-contactpage-modern .tv-contact-wrap .tv-contact-right-wrap .tv-btn-primary {
  width: 100%;
  border-radius: 14px;
  background: rgba(2, 6, 23, 0.92) !important;
}

/* =========================================================
   Student e-Card lookup — modern, premium (scoped)
   ========================================================= */

.ivqa-studentcard-modern .tv-contact-area.ivqa-student-lookup {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 18% 18%, rgba(43, 77, 255, 0.10) 0%, rgba(43, 77, 255, 0) 60%),
    radial-gradient(820px 520px at 85% 35%, rgba(0, 194, 255, 0.08) 0%, rgba(0, 194, 255, 0) 60%),
    linear-gradient(180deg, rgba(248, 250, 252, 0.88) 0%, rgba(255, 255, 255, 1) 62%);
}

.ivqa-studentcard-modern .ivqa-lookup-card {
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 28px 84px rgba(2, 6, 23, 0.12);
  backdrop-filter: blur(10px);
  padding: 28px;
}

.ivqa-studentcard-modern .ivqa-lookup-head .tv-section-title {
  letter-spacing: -0.02em;
}

.ivqa-studentcard-modern .ivqa-lookup-head p {
  color: rgba(15, 23, 42, 0.72);
  line-height: 1.7;
}

.ivqa-studentcard-modern .ivqa-lookup-badges {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ivqa-studentcard-modern .ivqa-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.03);
  border: 1px solid rgba(2, 6, 23, 0.06);
  color: rgba(15, 23, 42, 0.82);
  font-weight: 900;
  font-size: 12px;
}

.ivqa-studentcard-modern .ivqa-chip i {
  color: rgba(43, 77, 255, 0.92);
}

.ivqa-studentcard-modern .ivqa-lookup-form {
  margin-top: 18px;
}

.ivqa-studentcard-modern .ivqa-lookup-form input[type="text"] {
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.06);
}

.ivqa-studentcard-modern .ivqa-lookup-form input[type="text"]:focus {
  border-color: rgba(43, 77, 255, 0.32);
  box-shadow: 0 0 0 4px rgba(43, 77, 255, 0.14);
}

.ivqa-studentcard-modern .ivqa-lookup-form .tv-btn-primary {
  width: 100%;
  display: block;
  text-align: center;
}

.ivqa-studentcard-modern .ivqa-lookup-form .tv-btn-primary .btn-wrap {
  display: block;
}

.ivqa-studentcard-modern .ivqa-lookup-form .tv-btn-primary .btn-wrap .btn-text1,
.ivqa-studentcard-modern .ivqa-lookup-form .tv-btn-primary .btn-wrap .btn-text2 {
  justify-content: center;
  gap: 10px;
}

@media (max-width: 575px) {
  .ivqa-studentcard-modern .ivqa-lookup-card {
    padding: 20px;
    border-radius: 18px;
  }
}

/* =========================================================
   Why Choose IVQA — modern, clean (scoped)
   ========================================================= */

.ivqa-whychoose-modern section.pt-130.pb-130 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 20% 10%, rgba(43, 77, 255, 0.08) 0%, rgba(43, 77, 255, 0) 60%),
    radial-gradient(820px 520px at 85% 30%, rgba(0, 194, 255, 0.06) 0%, rgba(0, 194, 255, 0) 60%),
    linear-gradient(180deg, rgba(248, 250, 252, 0.85) 0%, rgba(255, 255, 255, 1) 62%);
}

.ivqa-whychoose-modern .ivqa-why {
  color: #0f172a;
}

.ivqa-whychoose-modern .ivqa-why .tv-section-title-box {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.ivqa-whychoose-modern .ivqa-why .tv-section-subtitle {
  letter-spacing: 0.08em;
}

.ivqa-whychoose-modern .ivqa-why .lead {
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.85;
  color: rgba(15, 23, 42, 0.80);
}

.ivqa-whychoose-modern .ivqa-why .ivqa-feature {
  height: 100%;
  padding: 28px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.80) 100%);
  box-shadow: 0 18px 50px rgba(2, 6, 23, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ivqa-whychoose-modern .ivqa-why .ivqa-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(43, 77, 255, 0.22);
  box-shadow: 0 26px 70px rgba(2, 6, 23, 0.10);
}

.ivqa-whychoose-modern .ivqa-why .ivqa-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: rgba(43, 77, 255, 0.10);
  border: 1px solid rgba(43, 77, 255, 0.18);
  color: #2b4dff;
  box-shadow: 0 14px 30px rgba(43, 77, 255, 0.08);
}

.ivqa-whychoose-modern .ivqa-why .ivqa-icon i {
  font-size: 22px;
}

.ivqa-whychoose-modern .ivqa-why h3 {
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.ivqa-whychoose-modern .ivqa-why p {
  margin-bottom: 0;
  color: rgba(15, 23, 42, 0.78);
  line-height: 1.75;
}

@media (max-width: 767.98px) {
  .ivqa-whychoose-modern .ivqa-why .ivqa-feature {
    padding: 18px;
    border-radius: 16px;
  }

  .ivqa-whychoose-modern .ivqa-why .ivqa-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
  }

  .ivqa-whychoose-modern .ivqa-why .ivqa-icon i {
    font-size: 20px;
  }
}

/* Problem → Solution: icon alignment + arrow connector */
.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-solution-row {
  position: relative;
  align-items: stretch;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-solution-row > [class*="col-"] {
  display: flex;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-solution-row .single-icon-box.style-2 {
  width: 100%;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

/* Undo theme's absolute icon positioning + left padding (for this row only) */
.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-solution-row .single-icon-box.style-2 > span {
  position: static !important;
  left: auto !important;
  top: auto !important;
  margin-top: 0 !important;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-solution-row .single-icon-box.style-2 .icon-box-content {
  padding-left: 0 !important;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-solution-row .single-icon-box.style-2 > span::after {
  content: none !important;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-solution-row .single-icon-box.style-2 > span {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 14px 34px rgba(2, 6, 23, 0.10);
  flex: 0 0 auto;
  margin-top: 2px;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-solution-row .single-icon-box.style-2 > span i {
  font-size: 22px !important;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-solution-row .icon-box-content {
  flex: 1;
  min-width: 0;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-solution-row .icon-box-content h3 {
  margin-top: 0;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-solution-row .icon-box-content p {
  margin-bottom: 0;
}

/* Match icon-box alignment for "Who It's For" + "Final Objective" */
.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .row.mt-10 > .col-lg-6 {
  display: flex;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .row.mt-10 > .col-lg-6 .single-icon-box.style-2 {
  width: 100%;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  position: relative;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .row.mt-10 > .col-lg-6 .single-icon-box.style-2 > span {
  position: static !important;
  left: auto !important;
  top: auto !important;
  margin-top: 0 !important;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .row.mt-10 > .col-lg-6 .single-icon-box.style-2 .icon-box-content {
  padding-left: 0 !important;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .row.mt-10 > .col-lg-6 .single-icon-box.style-2 > span::after {
  content: none !important;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .row.mt-10 > .col-lg-6 .single-icon-box.style-2 > span {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 12px 28px rgba(2, 6, 23, 0.08);
  flex: 0 0 auto;
  margin-top: 2px;
}

/* Core Principles: one item per line */
.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .col-xl-10.mx-auto .tv-list-item ul {
  display: block !important;
  grid-template-columns: none !important;
  column-count: 1 !important;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .col-xl-10.mx-auto .tv-list-item ul > li {
  width: 100%;
}

/* Desktop: background connector arrow between the two cards */
@media (min-width: 992px) {
  .ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-solution-row::before,
  .ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-solution-row::after {
    content: none !important;
  }
}

/* Mobile: connector element between stacked cards */
.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-solution-connector {
  display: none !important;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-solution-connector::before,
.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-solution-connector::after {
  content: none !important;
}

/* Problem/Solution icon colors */
/* Option C: colored left accent bar on the card */
.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-card,
.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-solution-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: #ffffff;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-card::before,
.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-solution-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 6px;
  border-radius: 999px;
  opacity: 0.95;
  z-index: 0;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-card::before {
  background: linear-gradient(180deg, rgba(239, 68, 68, 0.70) 0%, rgba(251, 113, 133, 0.70) 100%);
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-solution-card::before {
  background: linear-gradient(180deg, rgba(34, 197, 94, 0.70) 0%, rgba(16, 185, 129, 0.70) 100%);
}

/* Soft themed backgrounds + borders (pastel) */
.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-card {
  border-color: rgba(239, 68, 68, 0.18);
  background: linear-gradient(180deg, rgba(239, 68, 68, 0.06) 0%, rgba(255, 255, 255, 1) 62%);
  box-shadow: 0 18px 48px rgba(239, 68, 68, 0.06);
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-solution-card {
  border-color: rgba(34, 197, 94, 0.18);
  background: linear-gradient(180deg, rgba(34, 197, 94, 0.06) 0%, rgba(255, 255, 255, 1) 62%);
  box-shadow: 0 18px 48px rgba(34, 197, 94, 0.06);
}

/* Keep content above the accent bar */
.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-card > span,
.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-solution-card > span,
.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-card .icon-box-content,
.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-solution-card .icon-box-content {
  position: relative;
  z-index: 1;
}

/* Neutral icon badge + colored glyph */
.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-col .single-icon-box.style-2 > span,
.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-solution-col .single-icon-box.style-2 > span {
  background: #ffffff;
  border-color: rgba(148, 163, 184, 0.28);
  box-shadow: 0 12px 28px rgba(2, 6, 23, 0.08);
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-col .single-icon-box.style-2 > span {
  background: rgba(239, 68, 68, 0.08);
  border-color: rgba(239, 68, 68, 0.20);
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-solution-col .single-icon-box.style-2 > span {
  background: rgba(34, 197, 94, 0.08);
  border-color: rgba(34, 197, 94, 0.20);
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-col .single-icon-box.style-2 > span i {
  color: #e25555;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-solution-col .single-icon-box.style-2 > span i {
  color: #22b56a;
}

/* Disable previous arrow attempts to avoid duplicates */
.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-col::before,
.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-col::after,
.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .ivqa-problem-card::after {
  content: none !important;
}

@media (max-width: 575px) {
  .ivqa-aboutpage-modern .tv-breadcrumb-area.ivqa-aboutpage-hero.tv-breadcrumb-ptb {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

/* Intro section */
.ivqa-aboutpage-modern .tv-about2-area.ivqa-aboutpage-intro {
  position: relative;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.6) 0%, rgba(255, 255, 255, 1) 70%);
}

.ivqa-aboutpage-modern .tv-about2-area.ivqa-aboutpage-intro .tv-about2-left {
  padding-right: 8px;
}

.ivqa-aboutpage-modern .tv-about2-area.ivqa-aboutpage-intro .tv-section-title-box {
  max-width: 560px;
}

.ivqa-aboutpage-modern .tv-about2-area.ivqa-aboutpage-intro .tv-list-item ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.ivqa-aboutpage-modern .tv-about2-area.ivqa-aboutpage-intro .tv-list-item ul li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 34px rgba(2, 6, 23, 0.08);
  color: rgba(15, 23, 42, 0.84);
}

.ivqa-aboutpage-modern .tv-about2-area.ivqa-aboutpage-intro .tv-list-item ul li span {
  height: 34px;
  width: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(43, 77, 255, 0.10);
  border: 1px solid rgba(43, 77, 255, 0.18);
  color: var(--ivqa-accent);
  flex: 0 0 auto;
  margin-top: 1px;
}

.ivqa-aboutpage-modern .tv-about2-area.ivqa-aboutpage-intro .tv-about2-right {
  border-radius: 20px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 22px 56px rgba(2, 6, 23, 0.12);
  backdrop-filter: blur(10px);
}

.ivqa-aboutpage-modern .tv-about2-area.ivqa-aboutpage-intro .tv-about2-right img.thumb {
  width: 100%;
  border-radius: 18px;
  display: block;
}

.ivqa-aboutpage-modern .tv-about2-area.ivqa-aboutpage-intro .tv-about2-right img.abs {
  opacity: 0.7;
}

.ivqa-aboutpage-modern .tv-about2-area.ivqa-aboutpage-intro .tv-about2-right .video-play img {
  border-radius: 16px;
}

.ivqa-aboutpage-modern .tv-about2-area.ivqa-aboutpage-intro .tv-about2-right .play-icon a {
  box-shadow: 0 18px 44px rgba(2, 6, 23, 0.20);
}

@media (max-width: 991px) {
  .ivqa-aboutpage-modern .tv-about2-area.ivqa-aboutpage-intro {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}

@media (max-width: 575px) {
  .ivqa-aboutpage-modern .tv-about2-area.ivqa-aboutpage-intro {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  .ivqa-aboutpage-modern .tv-about2-area.ivqa-aboutpage-intro .tv-about2-right {
    padding: 12px;
  }
}

/* Details section */
.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.70) 0%, rgba(255, 255, 255, 1) 70%) !important;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .single-icon-box.style-2 {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 18px 46px rgba(2, 6, 23, 0.10);
  padding: 20px 18px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .single-icon-box.style-2:hover {
  transform: translateY(-3px);
  border-color: rgba(43, 77, 255, 0.20);
  box-shadow: 0 22px 56px rgba(2, 6, 23, 0.14);
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .icon-box-content h3 {
  margin-bottom: 8px;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .tv-list-item ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .tv-list-item ul li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 30px rgba(2, 6, 23, 0.08);
  color: rgba(15, 23, 42, 0.84);
}

.ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .tv-list-item ul li span {
  height: 34px;
  width: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(43, 77, 255, 0.10);
  border: 1px solid rgba(43, 77, 255, 0.18);
  color: var(--ivqa-accent);
  flex: 0 0 auto;
  margin-top: 1px;
}

@media (min-width: 992px) {
  .ivqa-aboutpage-modern .tv-service-area2.ivqa-aboutpage-details .col-xl-10 .tv-list-item ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
  }
}

/* --------------------------------------------------
   ABOUT PAGE — HOW IVQA WORKS
-------------------------------------------------- */
.ivqa-hiw {
  --ivqa-hiw-card: #ffffff;
  --ivqa-hiw-border: rgba(15, 23, 42, 0.10);
  --ivqa-hiw-shadow: 0 18px 44px rgba(2, 6, 23, 0.08);
  --ivqa-hiw-radius: 18px;
  --ivqa-hiw-accent: rgba(37, 99, 235, 0.92);
  --ivqa-hiw-accent-bg: rgba(37, 99, 235, 0.10);
  --ivqa-hiw-text: rgba(15, 23, 42, 0.90);
  --ivqa-hiw-muted: rgba(15, 23, 42, 0.62);
}

.ivqa-hiw .tv-section-title {
  font-size: clamp(22px, 2.1vw, 36px);
  line-height: 1.15;
}

.ivqa-hiw .ivqa-hiw-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

@media (max-width: 991px) {
  .ivqa-hiw .ivqa-hiw-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.ivqa-hiw .ivqa-hiw-card {
  background: var(--ivqa-hiw-card);
  border: 1px solid var(--ivqa-hiw-border);
  border-radius: var(--ivqa-hiw-radius);
  box-shadow: var(--ivqa-hiw-shadow);
  padding: 22px;
  height: 100%;
  display: grid;
  grid-template-rows: auto auto auto auto auto;
  gap: 16px;
}

.ivqa-hiw .ivqa-hiw-intro {
  min-height: 132px;
}

@media (max-width: 991px) {
  .ivqa-hiw .ivqa-hiw-intro {
    min-height: 0;
  }
}

.ivqa-hiw .ivqa-hiw-intro p {
  color: var(--ivqa-hiw-muted);
  margin-bottom: 0;
}

.ivqa-hiw .ivqa-hiw-block {
  padding-top: 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.ivqa-hiw .ivqa-hiw-block-title {
  font-weight: 800;
  color: var(--ivqa-hiw-text);
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.ivqa-hiw .ivqa-hiw-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.ivqa-hiw .ivqa-hiw-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--ivqa-hiw-text);
  line-height: 1.5;
}

.ivqa-hiw .ivqa-hiw-list li > span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ivqa-hiw-accent-bg);
  color: var(--ivqa-hiw-accent);
  flex: 0 0 42px;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.10);
}

.ivqa-hiw .ivqa-hiw-list li > span i {
  font-size: 18px;
  line-height: 1;
}

.ivqa-hiw .ivqa-hiw-list li > span svg {
  width: 20px;
  height: 20px;
  display: block;
}

.ivqa-hiw .ivqa-hiw-list li > span.ivqa-hiw-step {
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
}

.ivqa-hiw .ivqa-hiw-media {
  margin-top: 6px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(2, 6, 23, 0.02);
  height: 180px;
}

.ivqa-hiw .ivqa-hiw-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ivqa-hiw .ivqa-hiw-media.ivqa-hiw-media--logo {
  background: #fff;
}

.ivqa-hiw .ivqa-hiw-media.ivqa-hiw-media--logo img {
  object-fit: contain;
  padding: 18px;
}

.ivqa-hiw .ivqa-hiw-card.ivqa-hiw-card--wide {
  grid-column: 1 / -1;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.ivqa-hiw .ivqa-hiw-center-media {
  border-radius: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  aspect-ratio: 16 / 7;
}

.ivqa-hiw .ivqa-hiw-center-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(18px, 2.8vw, 42px);
  display: block;
}

.ivqa-pricingpage-modern .ivqa-secure-strip {
  padding: 18px 0;
}

.ivqa-pricingpage-modern .ivqa-stripe-badge {
  height: 20px;
  width: auto;
  opacity: 0.95;
}

.footer-six {
  background: #0a1a2f;
  color: #fff;
  padding: 60px 0 30px;
}

.footer-six__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.footer-six__about__text {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
}

.footer-six__social a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #fff;
  transition: color 0.3s;
}

.footer-six__social a:hover {
  color: #00bcd4;
}

.footer-six__links__list {
  display: flex;
  gap: 40px;
}

.footer-six__links__list__item li {
  margin-bottom: 10px;
}

.footer-six__links__list__item a {
  color: #bbb;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-six__links__list__item a:hover {
  color: #00bcd4;
}

.footer-six__newsletter__form {
  display: flex;
  flex-direction: column;
}

.footer-six__newsletter__form input {
  padding: 12px;
  border: none;
  border-radius: 6px;
  margin-bottom: 12px;
}

.footer-six__newsletter__form button {
  align-self: flex-start;
  background: #00bcd4;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.footer-six__newsletter__form button:hover {
  background: #0097a7;
}

.footer-six__copyright {
  background: #06101e;
  color: #aaa;
  padding: 15px 0;
  font-size: 14px;
}
