:root {
  --vv-theme: #f17020;
  --vv-theme-deep: #c95812;
  --vv-ink: #011538;
  --vv-navy: #0b409c;
  --vv-copy: #42526e;
  --vv-muted: #71809b;
  --vv-line: rgba(1, 21, 56, 0.12);
  --vv-surface: #ffffff;
  --vv-soft: #f5f7fb;
  --vv-soft-alt: #eef3fb;
  --primary: #011538;
  --secondary: #42526e;
  --theme: #f17020;
  --white: #ffffff;
  --black: #011538;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--vv-copy);
  background:
    radial-gradient(circle at top left, rgba(241, 112, 32, 0.12), transparent 24%),
    radial-gradient(circle at top right, rgba(11, 64, 156, 0.08), transparent 28%),
    #ffffff;
}

html,
body,
body * {
  cursor: auto !important;
}

a,
button,
label,
summary,
[role="button"],
[type="button"],
[type="submit"] {
  cursor: pointer !important;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  cursor: text !important;
}

.custom-cursor,
.cb-cursor {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.loader-wrap {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

main {
  opacity: 1 !important;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.rr-btn,
.btn-accent,
.btn-contrast,
button.btn-accent,
.php-email-form button,
.vv-button-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.rr-btn,
.btn-accent,
button.btn-accent,
.php-email-form button {
  color: #fff;
  background: linear-gradient(135deg, var(--vv-theme) 0%, var(--vv-theme-deep) 100%);
  box-shadow: 0 16px 30px rgba(241, 112, 32, 0.22);
}

.rr-btn:hover,
.btn-accent:hover,
button.btn-accent:hover,
.php-email-form button:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(241, 112, 32, 0.28);
}

.rr-btn .btn-wrap,
.btn-accent .btn-wrap {
  display: inline-flex;
  align-items: center;
}

.rr-btn .text-two {
  display: none;
}

.btn-contrast,
.vv-button-ghost {
  color: var(--vv-ink);
  background: rgba(1, 21, 56, 0.05);
  box-shadow: inset 0 0 0 1px rgba(1, 21, 56, 0.1);
}

.btn-contrast:hover,
.vv-button-ghost:hover {
  color: var(--vv-ink);
  background: rgba(1, 21, 56, 0.09);
  transform: translateY(-2px);
}

.btn-sm {
  min-height: 42px;
  padding: 0 20px;
  font-size: 13px;
}

.btn-lg {
  min-height: 58px;
  padding: 0 30px;
}

.w-100 {
  width: 100%;
}

.vv-pill,
.badge-accent,
.badge.badge-accent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(241, 112, 32, 0.12);
  color: var(--vv-theme);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vv-text-link,
.rr-btn-underline {
  color: var(--vv-ink);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
}

.vv-site-header .header-main {
  padding: 18px 0;
}

.vv-site-header.header-sticky.sticky .header-main,
.vv-site-header.header-sticky.transformed .header-main {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 24px rgba(1, 21, 56, 0.08);
}

.vv-site-header .header-area-2__inner {
  border: 1px solid rgba(1, 21, 56, 0.09);
  border-radius: 999px;
  padding: 14px 24px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.vv-site-header .header__logo img {
  max-height: 44px;
  width: auto;
}

.vv-site-header .main-menu > ul > li > a {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  color: var(--vv-ink);
}

.vv-site-header .main-menu > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: var(--vv-theme);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.vv-site-header .main-menu > ul > li > a:hover::after,
.vv-site-header .main-menu > ul > li > a.active::after {
  transform: scaleX(1);
}

.vv-site-header .main-menu .dp-menu {
  min-width: 220px;
}

.vv-site-header .bar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(1, 21, 56, 0.05);
}

.vv-side-panel .side-info-content {
  padding: 36px 30px;
}

.vv-side-panel .offset-logo img {
  max-width: 230px;
  width: 100%;
  height: auto;
}

.vv-side-panel .offset-widget-box .title,
.vv-side-panel .offset-widget-box .subtitle {
  color: var(--vv-ink);
}

.vv-side-panel .contact-item,
.vv-side-panel .side-copy,
.vv-side-panel .text,
.vv-side-panel a {
  color: var(--vv-copy);
}

.vv-flash-stack {
  padding: 124px 0 0;
}

.vv-flash-stack .container.large {
  max-width: 980px;
}

.vv-flash {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
  padding: 18px 22px;
  border-radius: 24px;
  border: 1px solid var(--vv-line);
  background: #fff;
  box-shadow: 0 18px 30px rgba(1, 21, 56, 0.06);
}

.vv-flash.is-success {
  border-color: rgba(57, 159, 104, 0.24);
}

.vv-flash.is-error,
.vv-flash.is-warning {
  border-color: rgba(241, 112, 32, 0.24);
}

.vv-flash__dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--vv-theme);
}

.vv-flash.is-success .vv-flash__dot {
  background: #399f68;
}

.vv-page-title .page-title-area-inner,
.page-title-area .page-title-area-inner {
  position: relative;
  padding-top: 180px;
  padding-bottom: 70px;
}

.vv-page-title .page-title-area-inner::before,
.page-title-area .page-title-area-inner::before {
  content: "";
  position: absolute;
  inset: 100px auto auto 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(241, 112, 32, 0.12);
  filter: blur(8px);
}

.vv-page-title .page-title,
.page-title-area .page-title {
  max-width: 860px;
  color: var(--vv-ink);
  font-size: clamp(44px, 7vw, 104px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.vv-page-title .page-title span,
.page-title-area .page-title span {
  color: var(--vv-theme);
}

.vv-page-title p,
.page-title-area p,
.page-header .subtitle {
  max-width: 720px;
  margin-top: 20px;
  color: var(--vv-muted);
  font-size: 18px;
  line-height: 1.7;
}

.page-header {
  padding: 170px 0 60px;
}

.page-header .title {
  color: var(--vv-ink);
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.vv-section {
  padding: 120px 0;
}

.section,
.contact-page,
.work,
.service-2,
.vv-content-section {
  position: relative;
}

.light-bg,
.light-background {
  background: var(--vv-soft);
}

.dark-background {
  background: linear-gradient(180deg, var(--vv-ink) 0%, #08235d 100%);
}

.vv-hero {
  padding: 210px 0 120px;
}

.vv-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  color: var(--vv-navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vv-hero__eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

.vv-hero__title {
  max-width: 900px;
  color: var(--vv-ink);
  font-size: clamp(52px, 8vw, 126px);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.vv-hero__title span {
  color: var(--vv-theme);
}

.vv-hero__lead,
.vv-rich-text,
.vv-card-copy,
.vv-metric__text {
  color: var(--vv-muted);
  font-size: 18px;
  line-height: 1.75;
}

.vv-hero__meta,
.vv-inline-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 36px;
  margin-top: 30px;
}

.vv-inline-metrics li,
.vv-hero__meta li {
  list-style: none;
  color: var(--vv-copy);
  font-size: 15px;
  line-height: 1.6;
}

.vv-hero__panel,
.vv-content-card,
.vv-metric,
.vv-plan-card,
.vv-sidebar-card,
.vv-form-shell,
.vv-feature-card,
.vv-post-card,
.vv-mini-card,
.service-item,
.portfolio-item,
.team-member,
.pricing-card {
  border: 1px solid rgba(1, 21, 56, 0.08);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(1, 21, 56, 0.06);
}

.vv-hero__panel {
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.96));
}

.vv-section-intro {
  margin-bottom: 48px;
}

.vv-section-intro .section-subtitle,
.section-subtitle,
.section-title .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--vv-theme);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vv-section-intro .section-subtitle::before,
.section-subtitle::before {
  content: "";
  width: 40px;
  height: 1px;
  background: currentColor;
}

.vv-section-intro h2,
.section-title h2,
.vv-heading-lg {
  margin-top: 18px;
  color: var(--vv-ink);
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.vv-section-intro p,
.section-title p {
  max-width: 720px;
  margin-top: 16px;
  color: var(--vv-muted);
  font-size: 17px;
  line-height: 1.7;
}

.service-2-box,
.portfolio-4-item {
  overflow: hidden;
  border: 1px solid rgba(1, 21, 56, 0.08);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 60px rgba(1, 21, 56, 0.06);
}

.service-2-box .thumb,
.portfolio-4-item .thumb {
  overflow: hidden;
}

.service-2-box .thumb img,
.portfolio-4-item .thumb img,
.vv-post-card__media img,
.vv-project-hero__image img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-2-box:hover .thumb img,
.portfolio-4-item:hover .thumb img,
.vv-post-card:hover .vv-post-card__media img,
.vv-project-hero__image:hover img {
  transform: scale(1.04);
}

.service-2-box .content,
.portfolio-4-item .content {
  padding: 28px 30px 32px;
}

.service-2-box .title,
.portfolio-4-item .title,
.service-item h3,
.portfolio-info h4,
.vv-post-card h3,
.vv-mini-card h3 {
  color: var(--vv-ink);
  letter-spacing: -0.03em;
}

.service-2-list,
.vv-check-list,
.service-item ul,
.pricing-card ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.service-2-list li,
.vv-check-list li,
.service-item ul li,
.pricing-card ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  color: var(--vv-copy);
}

.service-2-list li::before,
.vv-check-list li::before,
.service-item ul li::before,
.pricing-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--vv-theme);
}

.service-item,
.pricing-card {
  height: 100%;
  padding: 30px;
}

.service-item .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  border-radius: 22px;
  background: var(--vv-soft-alt);
  color: var(--vv-theme);
  font-size: 26px;
}

.vv-split-grid {
  display: grid;
  gap: 28px;
}

.vv-split-grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vv-metric {
  padding: 28px;
}

.vv-metric__value {
  color: var(--vv-ink);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.vv-mini-card,
.vv-feature-card {
  padding: 28px;
  height: 100%;
}

.vv-feature-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(241, 112, 32, 0.12);
  color: var(--vv-theme);
  font-size: 13px;
  font-weight: 700;
}

.portfolio-4-item .meta,
.vv-post-card__meta,
.vv-project-meta,
.vv-case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
  color: var(--vv-muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.vv-post-card,
.vv-post-card__body {
  overflow: hidden;
}

.vv-post-card__media img {
  aspect-ratio: 16 / 10;
}

.vv-post-card__body {
  padding: 28px;
}

.vv-post-card__excerpt,
.portfolio-info p,
.service-item p {
  color: var(--vv-muted);
  line-height: 1.7;
}

.vv-sidebar-card {
  padding: 28px;
}

.vv-sidebar-card h3,
.vv-form-shell h3 {
  color: var(--vv-ink);
  margin-bottom: 16px;
}

.vv-sidebar-list,
.rd-footer-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vv-sidebar-list li,
.rd-footer-nav-list li {
  margin-bottom: 12px;
}

.vv-service-hero-media {
  padding: 18px;
}

.vv-service-hero-media img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 26px;
}

.vv-service-meta-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.vv-service-meta-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: var(--vv-copy);
}

.vv-service-meta-list strong {
  display: block;
  color: var(--vv-ink);
  font-size: 15px;
  margin-bottom: 3px;
}

.vv-service-meta-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: var(--vv-soft-alt);
  color: var(--vv-theme);
  font-size: 17px;
  flex: 0 0 42px;
}

.vv-service-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.vv-service-card {
  padding: 30px;
}

.vv-service-card h3 {
  color: var(--vv-ink);
  margin-bottom: 14px;
  letter-spacing: -0.03em;
}

.vv-service-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vv-service-card li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: var(--vv-copy);
}

.vv-service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vv-theme);
}

.vv-price-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.vv-region-switch,
.vv-billing-switch {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vv-region-btn,
.vv-billing-btn {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(1, 21, 56, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--vv-ink);
  font-size: 14px;
  font-weight: 600;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.vv-region-btn.active,
.vv-billing-btn.active {
  background: var(--vv-ink);
  color: #fff;
  border-color: var(--vv-ink);
}

.vv-region-panel {
  display: none;
}

.vv-region-panel.active {
  display: block;
}

.vv-price-card {
  position: relative;
  height: 100%;
  padding: 32px 30px;
  border-radius: 32px;
}

.vv-price-card.is-featured {
  border-color: rgba(241, 112, 32, 0.28);
  box-shadow: 0 30px 70px rgba(241, 112, 32, 0.14);
}

.vv-price-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(11, 64, 156, 0.08);
  color: var(--vv-navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vv-price-card.is-featured .vv-price-badge {
  background: rgba(241, 112, 32, 0.12);
  color: var(--vv-theme);
}

.vv-price-card h3 {
  color: var(--vv-ink);
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}

.vv-price-kicker {
  color: var(--vv-muted);
  font-size: 14px;
  line-height: 1.7;
}

.vv-price-amount {
  margin: 20px 0 8px;
  color: var(--vv-ink);
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.vv-price-note {
  color: var(--vv-muted);
  font-size: 14px;
}

.vv-price-actions {
  margin-top: 26px;
}

.vv-compact-note {
  color: var(--vv-muted);
  font-size: 14px;
  line-height: 1.7;
}

.vv-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-bottom: 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(241, 112, 32, 0.15), rgba(11, 64, 156, 0.14));
  color: var(--vv-theme);
  font-size: 32px;
}

.vv-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.vv-testimonial-card {
  padding: 30px;
}

.vv-stars {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
  color: #f0a21a;
}

.vv-testimonial-author {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}

.vv-testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--vv-soft-alt);
}

.vv-status-panel {
  padding: 38px;
  text-align: center;
}

.vv-status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-bottom: 24px;
  border-radius: 28px;
  background: rgba(241, 112, 32, 0.1);
  color: var(--vv-theme);
  font-size: 38px;
}

.vv-status-icon.is-success {
  background: rgba(57, 159, 104, 0.14);
  color: #399f68;
}

.vv-status-list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.vv-status-list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 22px;
  color: var(--vv-copy);
}

.vv-status-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--vv-theme);
}

@media (max-width: 991.98px) {
  .vv-service-card-grid {
    grid-template-columns: 1fr;
  }

  .vv-price-toolbar {
    align-items: flex-start;
  }
}

.vv-sidebar-list a,
.rd-footer-nav-list a {
  color: var(--vv-copy);
  transition: color 0.2s ease;
}

.vv-sidebar-list a:hover,
.rd-footer-nav-list a:hover {
  color: var(--vv-theme);
}

.vv-project-hero__image img {
  aspect-ratio: 16 / 10;
  border-radius: 32px;
}

.vv-rich-text,
.vv-rich-text p,
.vv-rich-text ul,
.vv-rich-text ol,
.blog-content,
.blog-content p,
.blog-content ul,
.blog-content ol {
  color: var(--vv-copy);
  font-size: 17px;
  line-height: 1.85;
}

.vv-rich-text h2,
.vv-rich-text h3,
.vv-rich-text h4,
.blog-content h2,
.blog-content h3,
.blog-content h4 {
  margin-top: 28px;
  margin-bottom: 14px;
  color: var(--vv-ink);
  letter-spacing: -0.03em;
}

.vv-rich-text ul,
.vv-rich-text ol,
.blog-content ul,
.blog-content ol {
  padding-left: 20px;
}

.vv-form-shell {
  padding: 34px;
}

.vv-form-grid {
  display: grid;
  gap: 18px;
}

.vv-form-grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-control,
.contact-formfield input,
.contact-formfield textarea,
.vv-form-shell input,
.vv-form-shell textarea,
.vv-form-shell select,
.subscribe-form input {
  width: 100%;
  min-height: 58px;
  padding: 16px 20px;
  border: 1px solid rgba(1, 21, 56, 0.1);
  border-radius: 20px;
  background: #fff;
  color: var(--vv-ink);
  font-size: 15px;
  box-shadow: none;
}

textarea.form-control,
.vv-form-shell textarea {
  min-height: 170px;
  resize: vertical;
}

.form-control:focus,
.vv-form-shell input:focus,
.vv-form-shell textarea:focus,
.subscribe-form input:focus {
  border-color: rgba(241, 112, 32, 0.5);
  box-shadow: 0 0 0 4px rgba(241, 112, 32, 0.12);
}

.error-message,
.sent-message,
.vv-inline-message {
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 14px;
}

.error-message {
  color: #9b2c2c;
  background: #fff1f1;
}

.sent-message {
  color: #166534;
  background: #edfdf1;
}

.vv-gate-note,
.vv-form-note,
.vv-muted-note,
.subscription-text .text {
  color: var(--vv-muted);
  font-size: 14px;
  line-height: 1.6;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-page {
  padding-bottom: 120px;
}

.contact-page .socail-media__item,
.vv-contact-list__item {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--vv-line);
}

.contact-page .socail-media__item .icon,
.vv-contact-list__item .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--vv-soft-alt);
  color: var(--vv-theme);
}

.vv-contact-template .contact-page-inner {
  padding: 56px;
  border: 1px solid var(--vv-line);
  border-radius: 38px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%);
}

.vv-contact-template .section-content-wrapper {
  margin-bottom: 40px;
}

.vv-contact-template .socail-media {
  display: grid;
  gap: 0;
}

.vv-contact-template .socail-media__item {
  align-items: flex-start;
}

.vv-contact-template .socail-media__item .text {
  display: grid;
  gap: 5px;
}

.vv-contact-template .socail-media__item .text a {
  color: var(--vv-ink);
  font-weight: 600;
}

.vv-contact-template .socail-media__item .text span {
  color: var(--vv-muted);
  line-height: 1.6;
}

.vv-contact-template .direct-contact {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--vv-line);
}

.vv-contact-template .direct-contact span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--vv-muted);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vv-contact-template .direct-contact > a {
  display: inline-block;
  color: var(--vv-ink);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.vv-contact-template .direct-contact p {
  margin: 18px 0 0;
  max-width: 34ch;
  color: var(--vv-muted);
}

.vv-contact-template .contact-wrap {
  padding: 38px;
  border: 1px solid rgba(1, 21, 56, 0.08);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(5, 25, 56, 0.08);
}

.vv-contact-form-intro h3 {
  margin: 16px 0 12px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.vv-contact-form-intro p {
  max-width: 54ch;
  color: var(--vv-muted);
}

.vv-contact-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 34px;
}

.vv-contact-point {
  padding: 18px 18px 16px;
  border: 1px solid rgba(1, 21, 56, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(241, 112, 32, 0.08) 0%, rgba(255, 255, 255, 0.92) 100%);
}

.vv-contact-point strong {
  display: block;
  margin-bottom: 8px;
  color: var(--vv-ink);
  font-size: 15px;
}

.vv-contact-point span {
  display: block;
  color: var(--vv-muted);
  font-size: 14px;
  line-height: 1.55;
}

.vv-contact-template .contact-formwrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.vv-contact-template .contact-formfield {
  display: grid;
  gap: 10px;
}

.vv-contact-template .contact-formfield.message {
  grid-column: 1 / -1;
  height: auto;
}

.vv-contact-template .contact-formfield label {
  color: var(--vv-ink);
  font-size: 14px;
  font-weight: 600;
}

.vv-contact-template .contact-formfield input,
.vv-contact-template .contact-formfield textarea {
  min-height: auto;
  padding: 10px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.vv-contact-template .contact-formfield textarea {
  min-height: 180px;
  padding-top: 8px;
  resize: vertical;
}

.vv-contact-template .contact-formfield:focus-within {
  border-color: rgba(241, 112, 32, 0.45);
  box-shadow: 0 0 0 4px rgba(241, 112, 32, 0.08);
}

.vv-contact-template .contact-formfield input:focus,
.vv-contact-template .contact-formfield textarea:focus {
  box-shadow: none;
}

.vv-contact-template .submit-btn {
  margin-top: 24px;
}

.vv-contact-template .submit-btn .rr-btn {
  min-width: 220px;
}

.vv-contact-footer {
  padding-top: 40px;
  border-top: 1px solid var(--vv-line);
}

.vv-contact-footer__card {
  height: 100%;
  padding: 26px 26px 24px;
  border: 1px solid rgba(1, 21, 56, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
}

.vv-contact-footer__card h4 {
  margin: 18px 0 12px;
  color: var(--vv-ink);
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.vv-contact-footer__card p {
  margin: 0;
  color: var(--vv-muted);
}

.rd-footer-area-3 {
  margin-top: 0;
  padding-top: 0;
  background: linear-gradient(180deg, #041633 0%, #021126 100%);
}

.vv-site-footer .rd-footer-widget-wrapper-box {
  padding: 80px 0;
  border-top: 0;
}

.vv-site-footer .rd-footer-widget-box .title,
.vv-site-footer .rd-footer-brand,
.vv-site-footer .subscription-text .text,
.vv-site-footer .copyright-text .text,
.vv-site-footer .rd-footer-nav-list a,
.vv-site-footer .vv-footer-copy,
.vv-site-footer .vv-footer-contact,
.vv-site-footer .vv-footer-contact a {
  color: rgba(255, 255, 255, 0.88);
}

.vv-site-footer .subscribe-form .input-field {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.vv-site-footer .subscribe-form input {
  min-width: 220px;
  flex: 1 1 220px;
  min-height: 58px;
  padding: 0 12px 0 18px;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-size: 17px;
}

.vv-site-footer .subscribe-form input::placeholder {
  color: rgba(255, 255, 255, 0.78);
}

.vv-site-footer .subscribe-form .input-field input,
.vv-site-footer .subscribe-form .input-field input::placeholder {
  color: #fff;
  opacity: 1;
  -webkit-text-fill-color: #fff;
}

.vv-site-footer .subscribe-form input:focus {
  box-shadow: none;
  border: 0;
}

.vv-site-footer .subscribe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vv-theme) 0%, var(--vv-theme-deep) 100%);
}

.vv-site-footer .copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.vv-site-footer .copyright-area-inner {
  padding: 22px 0;
}

.vv-home-footer .footer-widget-wrapper-box::before {
  display: none;
}

.vv-home-footer .vv-office-address a {
  max-width: 220px;
  line-height: 1.55;
}

.vv-home-footer .footer-nav-list li a:hover,
.vv-home-footer .copyright-text .text a:hover,
.vv-site-footer .rd-footer-nav-list a:hover,
.vv-site-footer .vv-footer-contact a:hover {
  color: var(--vv-theme);
}

.portfolio-item {
  overflow: hidden;
}

.portfolio-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.portfolio-info {
  padding: 26px;
}

.portfolio-info .preview-link,
.portfolio-info .details-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--vv-soft-alt);
  color: var(--vv-ink);
}

.team-member .member-img {
  overflow: hidden;
  border-radius: 24px;
}

.team-member .member-info {
  padding: 24px 8px 8px;
}

.vv-map-frame iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 32px;
}

.vv-pagination {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.vv-pagination a,
.vv-pagination span,
.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(1, 21, 56, 0.1);
  border-radius: 999px;
  background: #fff;
  color: var(--vv-ink);
}

.page-item.active .page-link,
.vv-pagination .is-current {
  background: var(--vv-theme);
  border-color: var(--vv-theme);
  color: #fff;
}

#vv-chat-toggle {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vv-theme) 0%, var(--vv-theme-deep) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 18px 36px rgba(241, 112, 32, 0.28);
  cursor: pointer;
}

#vv-chat-window {
  position: fixed;
  right: 18px;
  bottom: 90px;
  z-index: 9999;
  width: 360px;
  max-width: 92vw;
  display: none;
  overflow: hidden;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(1, 21, 56, 0.2);
}

#vv-chat-header {
  background: linear-gradient(135deg, var(--vv-ink) 0%, #08245b 100%);
  color: #fff;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#vv-chat-header .vv-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

#vv-chat-header .vv-brand img {
  height: 24px;
}

#vv-chat-header .vv-actions button {
  background: transparent;
  border: 0;
  color: #fff;
}

#vv-chat-body {
  height: 420px;
  padding: 14px;
  overflow: auto;
  background: var(--vv-soft);
}

#vv-chat-form {
  display: flex;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(1, 21, 56, 0.08);
}

#vv-chat-input {
  flex: 1;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(1, 21, 56, 0.12);
  border-radius: 16px;
}

#vv-chat-form button {
  min-width: 84px;
  color: #fff;
  background: linear-gradient(135deg, var(--vv-theme) 0%, var(--vv-theme-deep) 100%);
  box-shadow: 0 14px 28px rgba(241, 112, 32, 0.22);
}

#vv-chat-form button:hover,
#vv-chat-form button:focus {
  color: var(--vv-ink);
  background: #fff;
  box-shadow: 0 18px 34px rgba(241, 112, 32, 0.16);
}

.vv-note {
  padding: 8px 14px 14px;
  color: var(--vv-muted);
  font-size: 12px;
  text-align: center;
}

.body-digital-agency .header-area {
  z-index: 900;
}

.body-digital-agency .vv-home-hero-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.body-digital-agency .vv-home-secondary-nav {
  position: fixed;
  top: 18px;
  left: 0;
  width: 100%;
  z-index: 890;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-28px);
  transition: opacity 0.3s ease, transform 0.35s ease, visibility 0.35s ease;
}

@media (min-width: 576px) {
  .body-digital-agency .hero-area .hero-area-inner {
    min-height: 100svh;
    height: 100svh;
    padding-bottom: clamp(118px, 14vh, 176px);
  }
}

.body-digital-agency .header-area__inner {
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.body-digital-agency .header-area .header__logo img {
  max-height: 38px;
  width: auto;
}

.body-digital-agency .header-area .main-menu li a {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.body-digital-agency .header-area .main-menu li a.active {
  color: #fff;
}

.body-digital-agency .header-area .header__navicon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.body-digital-agency .header-area .header__navicon .rr-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 11.5px 23px;
}

.body-digital-agency .header-area .header__navicon i,
.body-digital-agency .header-area .side-toggle i,
.body-digital-agency .header-area .side-toggle svg *,
.body-digital-agency .header-area .header__shape svg rect {
  transition: fill 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.body-digital-agency .header-area .side-toggle .bar-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
}

.body-digital-agency .header-area .side-toggle .bar-icon:hover {
  background: #fff;
  border-color: #fff;
}

.body-digital-agency .header-area .side-toggle .bar-icon:hover svg * {
  fill: var(--vv-ink);
}

.body-digital-agency.vv-past-hero .vv-home-secondary-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.body-digital-agency .vv-home-secondary-nav .header-main {
  padding: 18px 0;
}

.body-digital-agency .vv-home-secondary-nav .header-area-2__inner {
  box-shadow: 0 18px 42px rgba(1, 21, 56, 0.1);
}

.body-digital-agency .about-area-2 {
  position: relative;
  z-index: 1;
}

.body-digital-agency .award-area.rr-bg-primary .award-box {
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.body-digital-agency .award-area.rr-bg-primary .award-box:hover {
  background-color: var(--vv-theme);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-3px);
}

.body-digital-agency .award-area.rr-bg-primary .award-box:hover .category,
.body-digital-agency .award-area.rr-bg-primary .award-box:hover .award,
.body-digital-agency .award-area.rr-bg-primary .award-box:hover .year {
  color: #fff;
}

.vv-service-detail-page {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(241, 112, 32, 0.08), transparent 28%),
    linear-gradient(180deg, #f7f8fc 0%, #ffffff 100%);
}

.vv-service-detail-page .service-meta .serial,
.vv-service-detail-page .service-meta .tag,
.vv-service-detail-page .service-meta .next-item a {
  color: var(--vv-ink);
}

.vv-service-detail-page .service-meta .next-item a:hover {
  color: var(--vv-theme);
}

.vv-service-detail-page .section-header .title-wrapper .section-title,
.vv-service-detail-page .section-content .title,
.vv-service-detail-page .section-content .text,
.vv-service-detail-page .feature-list ul li,
.vv-service-detail-page .approach-box .title,
.vv-service-detail-page .approach-box .text,
.vv-service-detail-page .approach-wrapper-content .subtitle-wrapper .subtitle,
.vv-service-detail-page .approach-wrapper-content .steps,
.vv-service-detail-page .approach-box .number,
.vv-service-detail-page .section-title.font-sequelsans-romanbody {
  color: var(--vv-ink);
}

.vv-service-detail-page .section-content-wrapper {
  align-items: start;
}

.vv-service-detail-page .section-thumb img {
  width: 100%;
  border-radius: 34px;
  box-shadow: 0 30px 70px rgba(5, 25, 56, 0.14);
}

.vv-service-price-chip {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 26px;
  padding: 14px 22px;
  border: 1px solid rgba(1, 21, 56, 0.08);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(5, 25, 56, 0.08);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.vv-service-price-chip span {
  color: var(--vv-muted);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.vv-service-price-chip strong {
  color: var(--vv-theme);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.vv-service-price-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(241, 112, 32, 0.24);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 42px rgba(241, 112, 32, 0.14);
}

.vv-service-detail-summary {
  padding-top: 0;
}

.vv-service-detail-flow .vv-content-section {
  padding: 88px 0;
}

.vv-service-detail-flow .vv-content-section.light-background,
.vv-service-detail-flow .vv-content-section .vv-sidebar-card,
.vv-service-detail-flow .vv-content-section .vv-mini-card,
.vv-service-detail-flow .vv-content-section .vv-price-card {
  border-radius: 32px;
}

.vv-service-side-card h3 {
  margin-bottom: 12px;
}

.vv-service-side-card p {
  color: var(--vv-muted);
}

.vv-service-detail-page .approach-wrapper-box {
  display: grid;
  grid-template-columns: clamp(90px, 12vw, 160px) minmax(0, 1fr);
  gap: 20px 30px;
  padding: 42px;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(5, 25, 56, 0.08);
}

.vv-service-detail-page .approach-area-service-details-page-inner {
  padding-top: 10px;
}

.vv-service-detail-page .approach-wrapper-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 0;
}

.vv-service-detail-page .approach-wrapper-content .subtitle-wrapper,
.vv-service-detail-page .approach-wrapper-content .steps,
.vv-service-detail-page .wrapper .section-header,
.vv-service-detail-page .approach-wrapper {
  margin: 0;
}

.vv-service-detail-page .approach-wrapper-content .steps {
  display: block;
  margin-top: 0;
  font-size: clamp(108px, 13vw, 168px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.08em;
}

.vv-service-detail-page .wrapper {
  display: grid;
  gap: 24px;
}

.vv-service-detail-page .wrapper .section-title {
  max-width: 16ch;
}

.vv-service-detail-page .approach-wrapper {
  display: grid;
  gap: 18px;
}

.vv-service-detail-page .approach-box {
  display: grid;
  grid-template-columns: 84px minmax(220px, 310px) minmax(0, 1fr);
  align-items: start;
  gap: 32px;
  padding: 30px 34px;
  min-height: 0;
  border: 1px solid rgba(1, 21, 56, 0.1);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(241, 112, 32, 0.06) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.vv-service-detail-page .approach-box:hover {
  border-color: rgba(241, 112, 32, 0.28);
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(5, 25, 56, 0.08);
}

.vv-service-detail-page .approach-box .number,
.vv-service-detail-page .approach-box .title,
.vv-service-detail-page .approach-box .text {
  margin: 0;
}

.vv-service-detail-page .approach-box .title {
  line-height: 0.95;
}

.vv-service-detail-page .approach-box .text {
  max-width: 34ch;
}

.vv-service-detail-flow .vv-sidebar-card .vv-service-cta-button {
  min-width: 210px;
}

.vv-service-detail-flow .vv-sidebar-card .vv-service-cta-button:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--vv-theme) 0%, var(--vv-theme-deep) 100%);
  box-shadow: 0 18px 34px rgba(241, 112, 32, 0.24);
}

.vv-service-detail-flow .vv-sidebar-card .vv-service-cta-button:focus-visible,
.vv-service-price-chip:focus-visible {
  outline: 2px solid rgba(241, 112, 32, 0.5);
  outline-offset: 3px;
}

@media (max-width: 1199px) {
  .body-digital-agency .header-area .header__navicon .rr-btn {
    display: none;
  }

  .body-digital-agency .hero-area .hero-area-inner {
    min-height: auto;
    height: auto;
    padding-bottom: 72px;
  }

  .body-digital-agency .vv-home-secondary-nav {
    top: 12px;
    transform: translateY(-22px);
  }

  .body-digital-agency .vv-home-secondary-nav .header-main {
    padding: 12px 0;
  }

  .vv-site-header .header-area-2__inner {
    padding: 12px 18px;
  }

  .vv-flash-stack {
    padding-top: 108px;
  }

  .vv-split-grid.cols-2,
  .vv-form-grid.cols-2 {
    grid-template-columns: 1fr;
  }

  .vv-contact-template .contact-page-inner,
  .vv-contact-template .contact-wrap {
    padding: 32px;
  }

  .vv-contact-points,
  .vv-contact-template .contact-formwrap {
    grid-template-columns: 1fr;
  }

  .vv-service-detail-page .section-thumb {
    max-width: none;
  }

  .vv-service-detail-page .approach-wrapper-box {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vv-service-detail-page .approach-wrapper-content {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
  }

  .vv-service-detail-page .approach-wrapper-content .steps {
    font-size: clamp(84px, 11vw, 132px);
  }

  .vv-service-detail-page .approach-box {
    grid-template-columns: 72px minmax(190px, 260px) minmax(0, 1fr);
    gap: 24px;
  }

  .vv-service-detail-flow .vv-content-section {
    padding: 72px 0;
  }
}

@media (max-width: 991px) {
  .vv-service-detail-page .approach-wrapper-box {
    padding: 34px 28px;
  }

  .vv-service-detail-page .approach-wrapper-content {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .vv-service-detail-page .approach-wrapper-content .steps {
    font-size: clamp(72px, 18vw, 110px);
  }

  .vv-service-detail-page .approach-box {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }

  .vv-service-detail-page .approach-box .text {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .vv-hero {
    padding: 180px 0 90px;
  }

  .vv-page-title .page-title-area-inner,
  .page-title-area .page-title-area-inner,
  .page-header {
    padding-top: 150px;
    padding-bottom: 48px;
  }

  .vv-hero__title,
  .vv-page-title .page-title,
  .page-title-area .page-title,
  .page-header .title {
    font-size: clamp(38px, 13vw, 58px);
  }

  .vv-hero__lead,
  .vv-page-title p,
  .page-title-area p,
  .page-header .subtitle {
    font-size: 16px;
  }

  .vv-hero__panel,
  .vv-form-shell,
  .service-item,
  .pricing-card,
  .vv-sidebar-card,
  .vv-feature-card,
  .vv-mini-card,
  .service-2-box .content,
  .portfolio-4-item .content {
    padding: 24px 22px;
  }

  .vv-site-footer .rd-footer-widget-wrapper-box {
    padding: 56px 0;
  }

  .vv-contact-template .contact-page-inner,
  .vv-contact-template .contact-wrap {
    padding: 24px 20px;
    border-radius: 28px;
  }

  .vv-contact-form-intro h3 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .vv-contact-footer__card {
    padding: 22px 20px;
  }

  .vv-service-detail-page .service-meta {
    gap: 12px;
  }

  .vv-service-detail-page .section-thumb img,
  .vv-service-detail-page .approach-wrapper-box {
    border-radius: 26px;
  }

  .vv-service-price-chip {
    gap: 10px;
    padding: 12px 16px;
    flex-wrap: wrap;
  }

  .vv-service-detail-page .approach-wrapper-box {
    gap: 20px;
    padding: 26px 20px;
  }

  .vv-service-detail-page .approach-wrapper-content {
    align-items: flex-start;
    flex-direction: column;
  }

  .vv-service-detail-page .approach-wrapper-content .steps {
    font-size: clamp(58px, 18vw, 88px);
    letter-spacing: -0.05em;
  }

  .vv-service-detail-page .wrapper {
    gap: 18px;
  }

  .vv-service-detail-page .approach-box {
    padding: 22px 20px;
  }

  .vv-service-detail-flow .vv-content-section {
    padding: 56px 0;
  }

  #vv-chat-window {
    right: 10px;
    left: 10px;
    bottom: 82px;
    width: auto;
    max-width: none;
  }
}
