/* VECTORdesign theme: dark technical surface, copper accent and particles layer. */

.public-body {
  color: var(--text);
  background: #0b0f16;
}

.public-body::before,
.public-body::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.public-body::before {
  opacity: .035;
  background: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 140px 140px;
}

.public-body::after {
  display: none;
}

.Vtheme .site-header,
.Vtheme .site-shell>main,
.Vtheme .site-footer {
  position: relative;
  z-index: 1;
}

.Vtheme .site-shell {
  position: relative;
}

#particles-js {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: transparent;
  opacity: .68;
}

#particles-js canvas {
  display: block;
  width: 100%;
  height: 100%;
}

html[data-runtime-tier="static"] #particles-js {
  display: none;
}

.Vtheme .container {
  max-width: min(var(--site-container-max), calc(100% - 2rem));
}

.Vtheme a {
  color: inherit;
}

.Vtheme .text-secondary,
.Vtheme .lead,
.Vtheme .page-intro-text,
.Vtheme .hero-copy,
.Vtheme .wysiwyg-content {
  color: rgba(228, 235, 247, .72) !important;
}

.Vtheme h1,
.Vtheme h2,
.Vtheme h3,
.Vtheme h4,
.Vtheme h5,
.Vtheme h6,
.Vtheme .page-intro-title,
.Vtheme .hero-title,
.Vtheme .section-title {
  color: var(--heading-color, #fff);
  letter-spacing: 0;
  line-height: 1.08;
}

.Vtheme .site-header {
  padding-top: 1rem;
  background: #0d131d;
  border-bottom: 4px solid var(--brand-accent);
  z-index: 1030;
}


.page-block-slider {
  border-bottom: 4px solid var(--brand-accent);
}

.Vtheme .site-navbar {
  padding: .85rem 1rem;
  background: transparent;
  border: 0px solid var(--chrome-header-border);
  border-radius: var(--radius-card);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .2);
}

.Vtheme .site-brand {
  gap: .75rem;
  color: #fff;
}

.Vtheme .site-brand:hover,
.Vtheme .site-brand:focus {
  color: #fff;
}

.Vtheme .site-brand-mark {
  border: 1px solid rgba(255, 255, 255, .16);
  background:
    linear-gradient(135deg, #fff 0 18%, transparent 18% 34%, var(--brand-accent) 34% 66%, transparent 66% 82%, #2f7cf6 82%),
    #121a27;
  box-shadow: 0 0 0 6px rgba(201, 121, 0, .08);
}

.Vtheme .site-brand-name {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.Vtheme .site-brand-tagline {
  color: rgba(228, 235, 247, .64);
}

.Vtheme .navbar-toggler {
  border-color: rgba(255, 255, 255, .2);
}

.Vtheme .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28238, 243, 251, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.Vtheme .navbar-nav .nav-link {
  color: rgba(238, 243, 251, .76);
  border-radius: 12px;
  padding: .55rem .75rem;
}

.Vtheme .navbar-nav .nav-link:hover,
.Vtheme .navbar-nav .nav-link:focus,
.Vtheme .navbar-nav .nav-link.active {
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.Vtheme .btn,
.Vtheme .form-control,
.Vtheme .form-select,
.Vtheme .dropdown-menu,
.Vtheme .card,
.Vtheme .panel-card,
.Vtheme .content-card,
.Vtheme .hero-card,
.Vtheme .cms-form-card,
.Vtheme .cookie-preferences-panel {
  border-radius: var(--radius-card) !important;
}

.Vtheme .btn-primary {
  background: var(--brand-accent);
  border-color: var(--brand-accent);
  color: #10141b;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(201, 121, 0, .18);
}

.Vtheme .btn-primary:hover,
.Vtheme .btn-primary:focus {
  background: #f0a12a;
  border-color: #f0a12a;
  color: #0b0f16;
}

.Vtheme .btn-outline-secondary,
.Vtheme .btn-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, .26);
  background: rgba(255, 255, 255, .06);
}

.Vtheme .btn-outline-secondary:hover,
.Vtheme .btn-outline-light:hover,
.Vtheme .btn-outline-secondary:focus,
.Vtheme .btn-outline-light:focus {
  color: #0b0f16;
  border-color: #fff;
  background: #fff;
}

.Vtheme .site-dropdown {
  z-index: 1040;
  background: #0e141e;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .28);
}

.Vtheme #navMain .dropdown-menu.show {
  z-index: 1040;
}

.Vtheme .site-dropdown.menu-dropdown-style-nested .site-dropdown-list-depth-1,
.Vtheme .site-dropdown.menu-dropdown-style-nested .site-dropdown-list-depth-2,
.Vtheme .site-dropdown.menu-dropdown-style-nested .site-dropdown-list-depth-3 {
  z-index: 1041;
}

.Vtheme .site-dropdown .dropdown-item {
  color: rgba(238, 243, 251, .78);
}

.Vtheme .site-dropdown .dropdown-item:hover,
.Vtheme .site-dropdown .dropdown-item:focus,
.Vtheme .site-dropdown .dropdown-item.active {
  color: #fff;
  background: rgba(201, 121, 0, .16);
}

.Vtheme .site-language-switch {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .1);
}

.Vtheme .site-language-link {
  color: rgba(238, 243, 251, .72);
}

.Vtheme .site-language-link.is-active {
  background: #fff;
  color: #0b0f16;
}

.Vtheme .page-intro-section,
.Vtheme .page-heading-section,
.Vtheme .hero-block,
.Vtheme .page-block {
  background: transparent;
}


.Vtheme .cta-band,

.Vtheme .feature-card,
.Vtheme .testimonial-card,
.Vtheme .pricing-plan-card,
.Vtheme .resource-card,
.Vtheme .child-page-menu-card,
.Vtheme .cms-form-card,
.Vtheme .panel-card {
  background: var(--surface-soft);
  border: 2px solid color-mix(in srgb, var(--surface-soft), #fff 20%);

}

.Vtheme .pricing-plan-card {

  color: #fff;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0);


}

.Vtheme :is(.feature-card-icon, .pricing-plan-icon) {
  min-width: 3rem;
  min-height: 3rem;
  padding: .55rem .9rem;
  border-radius: 999px;
  background: var(--brand-accent);
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.Vtheme :is(.feature-card-icon, .pricing-plan-icon):has(> i.bi) {
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--brand-accent);
  font-size: 3rem;
  letter-spacing: 0;
}

.Vtheme :is(.feature-card-icon, .pricing-plan-icon)>i.bi {
  font-size: inherit;
  line-height: 1;
}

.Vtheme .page-block {

  border-bottom: 0px solid var(--brand-accent);

}


.Vtheme .page-block .hero-card,
.Vtheme .page-block .content-card,
.Vtheme .page-block .cms-form-card {
  background: transparent;
  border-color: rgba(255, 255, 255, .12);
}

.Vtheme .page-block.has-block-background .hero-card,
.Vtheme .page-block.has-block-background .content-card,
.Vtheme .page-block.has-block-background .cms-form-card {
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
  backdrop-filter: none;
}

.Vtheme .page-intro-card,
.Vtheme .hero-block .page-block-content {
  position: relative;
  z-index: 0;
}

.Vtheme .hero-block .page-block-content {
  margin-top: 1.5rem;
  padding: clamp(2rem, 5vw, 4.5rem);
  overflow: hidden;
}

.Vtheme .hero-block .page-block-content::before,
.Vtheme .page-intro-card::before {
  content: none;
}

.Vtheme .eyebrow {
  color: #ffd28d;
  background: rgba(201, 121, 0, .14);
  border: 1px solid rgba(201, 121, 0, .24);
  letter-spacing: 0;
}

.Vtheme .page-block-content,
.Vtheme .wysiwyg-content {
  color: rgba(228, 235, 247, .78);
}

.Vtheme .wysiwyg-content a{
  color: var(--brand-accent);
}

.Vtheme .form-control,
.Vtheme .form-select {
  color: var(--form-field-text);
  background-color: var(--form-field-bg);
  border-color: var(--form-field-border);
}

.Vtheme .form-control:focus,
.Vtheme .form-select:focus {
  color: var(--form-field-text);
  background-color: rgba(255, 255, 255, .1);
  border-color: var(--form-field-focus);
  box-shadow: 0 0 0 .2rem rgba(201, 121, 0, .16);
}

.Vtheme .site-breadcrumb-bar,
.Vtheme .site-footer {
  border-color: rgba(255, 255, 255, .12);
}

.Vtheme .site-breadcrumb-bar {
  padding: .9rem 0 0;
  color: rgba(228, 235, 247, .68);
  border-bottom: 1px solid var(--vd-line);
}

.Vtheme .site-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem .55rem;
  margin: 0;
  padding: .65rem 0;
  list-style: none;

}

.Vtheme .site-breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-width: 0;
  font-size: .92rem;
}

.Vtheme .site-breadcrumb-item+.site-breadcrumb-item::before {
  content: "/";
  color: rgba(228, 235, 247, .38);
}

.Vtheme .site-breadcrumb-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: rgba(238, 243, 251, .78);
  text-decoration: none;
}

.Vtheme .site-breadcrumb-link:hover,
.Vtheme .site-breadcrumb-link:focus {
  color: #ffd28d;
}

.Vtheme .site-breadcrumb-current {
  color: rgba(228, 235, 247, .54);
}

.modal {
  z-index: 1055;
}

.modal-backdrop {
  z-index: 1050;
}

.client-page-settings-modal,
.client-media-library-modal {
  --text: #0f172a;
  --muted: #64748b;
  --border: #dde5ef;
  --surface: #ffffff;
  --surface-soft: #f8fafc;
  --form-field-bg: #ffffff;
  --form-field-border: #cbd5e1;
  --form-field-focus: #2563eb;
  --form-field-text: #0f172a;
  --form-label-text: #334155;
  color: #0f172a;
  font-family: var(--font-body, 'Inter', sans-serif);
}

.client-page-settings-modal .modal-content,
.client-media-library-modal .modal-content {
  color: #0f172a;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 8px !important;
  box-shadow: 0 30px 80px rgba(15, 23, 42, .28);
}

.client-page-settings-modal .modal-header,
.client-page-settings-modal .modal-body,
.client-page-settings-modal .modal-footer,
.client-media-library-modal .modal-header,
.client-media-library-modal .modal-body,
.client-media-library-modal .modal-footer {
  color: #0f172a;
  background: #ffffff;
}

.client-page-settings-modal h1,
.client-page-settings-modal h2,
.client-page-settings-modal h3,
.client-page-settings-modal h4,
.client-page-settings-modal h5,
.client-page-settings-modal h6,
.client-media-library-modal h1,
.client-media-library-modal h2,
.client-media-library-modal h3,
.client-media-library-modal h4,
.client-media-library-modal h5,
.client-media-library-modal h6 {
  color: #0f172a;
}

.client-page-settings-modal .text-secondary,
.client-page-settings-modal .small,
.client-page-settings-modal small,
.client-media-library-modal .text-secondary,
.client-media-library-modal .small,
.client-media-library-modal small {
  color: #64748b !important;
}

.client-page-settings-modal .form-label,
.client-media-library-modal .form-label {
  color: #334155;
  background: transparent;
}

.client-page-settings-modal .form-control,
.client-page-settings-modal .form-select,
.client-media-library-modal .form-control,
.client-media-library-modal .form-select {
  color: #0f172a;
  background-color: #ffffff;
  border-color: #cbd5e1;
  border-radius: 6px !important;
  box-shadow: none;
}

.client-page-settings-modal .form-control::placeholder,
.client-media-library-modal .form-control::placeholder {
  color: #94a3b8;
}

.client-page-settings-modal .form-control:focus,
.client-page-settings-modal .form-select:focus,
.client-media-library-modal .form-control:focus,
.client-media-library-modal .form-select:focus {
  color: #0f172a;
  background-color: #ffffff;
  border-color: #2563eb;
  box-shadow: 0 0 0 .2rem rgba(37, 99, 235, .16);
}

.client-page-settings-modal .btn,
.client-media-library-modal .btn {
  border-radius: 6px !important;
}

.client-page-settings-modal .btn-primary,
.client-media-library-modal .btn-primary {
  color: #ffffff;
  background: #2563eb;
  border-color: #2563eb;
  box-shadow: none;
}

.client-page-settings-modal .btn-primary:hover,
.client-page-settings-modal .btn-primary:focus,
.client-media-library-modal .btn-primary:hover,
.client-media-library-modal .btn-primary:focus {
  color: #ffffff;
  background: #1d4ed8;
  border-color: #1d4ed8;
}

.client-page-settings-modal .btn-secondary,
.client-media-library-modal .btn-secondary {
  color: #ffffff;
  background: #64748b;
  border-color: #64748b;
}

.client-page-settings-modal .btn-danger,
.client-media-library-modal .btn-danger {
  color: #ffffff;
  background: #dc3545;
  border-color: #dc3545;
}

.client-page-settings-modal .btn-outline-secondary,
.client-media-library-modal .btn-outline-secondary {
  color: #475569;
  background: #ffffff;
  border-color: #cbd5e1;
}

.client-page-settings-modal .setting-switch-card {
  color: #0f172a;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-color: rgba(15, 23, 42, .08);
  box-shadow: none;
}

.client-page-settings-modal .setting-switch-title {
  color: #0f172a;
}

.client-page-settings-modal .setting-switch-help {
  color: #64748b;
}

.client-page-settings-modal .form-check-input {
  background-color: #e2e8f0;
  border-color: #cbd5e1;
}

.client-page-settings-modal .form-check-input:checked {
  background-color: #2563eb;
  border-color: #2563eb;
}

.client-page-settings-modal .page-switch-card-bg-field {
  color: #0f172a;
  background-color: #f8fafc;
}

.Vtheme .site-footer {
  color: var(--chrome-footer-text);
  background: var(--chrome-footer-bg);
  border-top:   5px solid var(--vd-copper);
}

.Vtheme .site-footer .text-secondary,
.Vtheme .site-footer-meta,
.Vtheme .site-footer-links {
  color: var(--chrome-footer-muted) !important;
}

.Vtheme .cookie-consent-banner,
.Vtheme .cookie-preferences-panel {
  color: #eef3fb;
  background: rgba(11, 15, 22, .96);
  border-color: rgba(255, 255, 255, .14);
}

.child-page-menu-grid {
  --child-page-menu-card-hover-border: color-mix(in srgb, var(--brand-primary, #2563eb) 38%, var(--block-surface-border));
  --child-page-menu-icon-bg: color-mix(in srgb, var(--brand-primary, #2563eb) 10%, white);
  --child-page-menu-icon-color: color-mix(in srgb, var(--brand-primary, #2563eb) 78%, #0f172a);
  --child-page-menu-overlay-bg: color-mix(in srgb, var(--brand-primary, #2563eb) 12%, var(--block-surface-bg));
}

@media (max-width: 991.98px) {

  .public-body::before,
  #particles-js {
    display: none;
  }

  .Vtheme .site-header {
    padding-top: .5rem;
  }

  .Vtheme .site-navbar {
    padding: .75rem;
  }

  .Vtheme .navbar-collapse {
    padding-top: .75rem;
  }
}

/* 2026 visual refresh: solid colours, editorial geometry, no gradients or glass effects. */
.Vtheme {
  --vd-ink: #0b0f16;
  --vd-panel: #131c28;
  --vd-panel-alt: #192536;
  --vd-paper: #f4f1ea;
  --vd-copper: #d88912;
  --vd-blue: #3e79d6;
  --vd-line: #324156;
}

.public-body {
  background: var(--vd-ink);
}

#particles-js {
  background: transparent;
}

.public-body::before,
.public-body::after {
  display: none !important;
}

.Vtheme .site-header {
  padding-top: 0;
  background: var(--vd-ink);
  border-bottom: 5px solid var(--vd-copper);
}

.Vtheme .site-navbar {
  min-height: 5.5rem;
  padding: 1rem 0;
  background: var(--vd-ink);
  border-radius: 0;
  box-shadow: none;
}

.Vtheme .site-brand-name {
  font-size: 1.2rem;
  letter-spacing: .08em;
}

.Vtheme .site-brand-tagline,
.Vtheme .text-secondary,
.Vtheme .lead,
.Vtheme .page-intro-text,
.Vtheme .hero-copy,
.Vtheme .wysiwyg-content {
  color: #b9c3d0 !important;
}

.Vtheme .site-brand-mark {
  border: 3px solid var(--vd-copper);
  background: var(--vd-blue);
  box-shadow: 6px 6px 0 #ffffff;
}

.Vtheme .navbar-nav .nav-link {
  padding: .65rem .9rem;
  color: #e8edf4;
  border-radius: 0;
  border-bottom: 3px solid var(--vd-ink);
  font-weight: 650;
}

.Vtheme .navbar-nav .nav-link:hover,
.Vtheme .navbar-nav .nav-link:focus,
.Vtheme .navbar-nav .nav-link.active {
  color: #ffffff;
  background: var(--vd-panel);
  border-bottom-color: var(--vd-copper);
}

.Vtheme .site-dropdown {
  background: var(--vd-panel);
  border: 2px solid var(--vd-line);
  border-radius: 0 !important;
  box-shadow: 8px 8px 0 #05070a;
}

.Vtheme .site-dropdown .dropdown-item {
  color: #dfe6ef;
}

.Vtheme .site-dropdown .dropdown-item:hover,
.Vtheme .site-dropdown .dropdown-item:focus,
.Vtheme .site-dropdown .dropdown-item.active {
  color: var(--vd-ink);
  background: var(--vd-copper);
}

.Vtheme .btn,
.Vtheme .form-control,
.Vtheme .form-select,
.Vtheme .card,
.Vtheme .panel-card,
.Vtheme .content-card,
.Vtheme .hero-card,
.Vtheme .cms-form-card {
  border-radius: .35rem !important;
}

.Vtheme .btn {
  border-width: 2px;
  font-weight: 750;
  letter-spacing: .015em;
}

.Vtheme .btn-primary, .btn-outline-primary {
  color: var(--vd-ink);
  background: var(--vd-copper);
  border-color: var(--vd-copper);
  box-shadow: 2px 2px 0 5px #05070a;
}

.Vtheme .btn-primary:hover, .btn-outline-primary:hover,
.Vtheme .btn-primary:focus {
  color:  var(--vd-ink);
  background: #fff;
  border-color: #fff;
 

}

.Vtheme .btn-outline-secondary,
.Vtheme .btn-outline-light {
  color: #ffffff;
  background: var(--vd-panel);
  border-color: #7f8da0;
}

.Vtheme .btn-outline-secondary:hover,
.Vtheme .btn-outline-light:hover,
.Vtheme .btn-outline-secondary:focus,
.Vtheme .btn-outline-light:focus {
  color: var(--vd-ink);
  background: #ffffff;
  border-color: #ffffff;
}

.Vtheme h1,
.Vtheme h2,
.Vtheme h3,
.Vtheme .page-intro-title,
.Vtheme .hero-title,
.Vtheme .section-title {
  text-wrap: balance;
}

.Vtheme .page-block:nth-of-type(even) {
  background: var(--vd-ink);
  border-bottom: 2px solid var(--vd-line);border-top: 2px solid var(--vd-line);
}

.Vtheme .page-block:nth-of-type(even) {
  background: #0e151f;
}

.Vtheme .feature-card,
.Vtheme .testimonial-card,
.Vtheme .pricing-plan-card,
.Vtheme .resource-card,
.Vtheme .timeline-card,
.Vtheme .child-page-menu-card,
.Vtheme .cms-form-card,
.Vtheme .panel-card {
  background: var(--vd-panel);
  border: 2px solid var(--vd-line);
  border-radius: .45rem !important;
  box-shadow: 7px 7px 0 #05070a;
}

.Vtheme .feature-card,
.Vtheme .child-page-menu-card,
.Vtheme .pricing-plan-card {
  border-top: 5px solid var(--vd-copper);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.Vtheme .feature-card:hover,
.Vtheme .child-page-menu-card:hover,
.Vtheme .pricing-plan-card:hover {
  border-top-color: var(--vd-blue);
  box-shadow: 3px 3px 0 #05070a;
  transform: translate(4px, 4px);
}

.Vtheme .timeline-step,
.Vtheme .feature-card-icon,
.Vtheme .pricing-plan-icon {
  color: var(--vd-ink);
  background: var(--vd-copper);
  border-radius: .25rem;    margin-bottom: 1rem;
}

.Vtheme .cta-band-shell {
  color: var(--vd-ink);
  background: var(--vd-copper);
  border: 3px solid #f1ad47;
  border-radius: .45rem;
  box-shadow: 9px 9px 0 #05070a;
}

.Vtheme .cta-band-shell .text-secondary,
.Vtheme .cta-band-shell .wysiwyg-content,
.Vtheme .cta-band-shell h2,
.Vtheme .cta-band-shell h3 {
  color: var(--vd-ink) !important;
}

.Vtheme .eyebrow {
  color: var(--vd-ink);
  background: var(--vd-copper);
  border: 0;
  border-radius: .2rem;
}

/* Homepage slider: a solid editorial split rather than a translucent overlay. */
.Vtheme .page-block-slider {
  background: var(--vd-ink);
  border-bottom: 6px solid var(--vd-copper);
}

.Vtheme .cms-slider {
  background: var(--vd-panel);
  border-radius: 0;
}

.Vtheme .cms-slider-inner,
.Vtheme .cms-slider-item,
.Vtheme .cms-slider-image {
  min-height: clamp(34rem, 58vw, 48rem);
  height: clamp(34rem, 58vw, 48rem);
}

.Vtheme .cms-slider-image {
  width: 58%;
  margin-left: 42%;
  object-fit: cover;
}

.Vtheme .cms-slider-overlay {
  inset: 0 auto 0 0;
  width: 42%;
  padding: clamp(2.25rem, 5vw, 5.5rem);
  background: var(--vd-panel);
  border-right: 6px solid var(--vd-copper);
}

.Vtheme .cms-slider-copy {
  max-width: 36rem;
  padding: 0;
}

.Vtheme .cms-slider-subtitle {
  margin-bottom: 1.1rem;
  padding: .45rem .65rem;
  color: var(--vd-ink);
  background: var(--vd-copper);
  border-radius: .2rem;
}

.Vtheme .cms-slider-title {
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: .95;
}

.Vtheme .cms-slider-text {
  color: #c7d0dc;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
}

.Vtheme .cms-slider .carousel-control-prev,
.Vtheme .cms-slider .carousel-control-next {
  top: auto;
  bottom: 1.5rem;
  width: 3.25rem;
  height: 3.25rem;
  background: var(--brand-accent);
  border: 2px solid #ffffff;
      opacity: 1;
}

.Vtheme .cms-slider .carousel-control-prev {
  left: auto;
  right: 5.25rem;
}

.Vtheme .cms-slider .carousel-control-next {
  right: 1.5rem;
}

.Vtheme .cms-slider .carousel-indicators {
  right: auto;
  bottom: 1.4rem;
  left: 1.5rem;
  margin: 0;
}

.Vtheme .cms-slider .carousel-indicators [data-bs-target] {
  width: 2.5rem;
  height: .35rem;
  background: #77869a;
  border: 0;
  opacity: 1;
}

.Vtheme .cms-slider .carousel-indicators .active {
  background: var(--vd-copper);
}

.Vtheme .form-control,
.Vtheme .form-select {
  color: #444;
  background: #ffffff;
  border: 2px solid var(--vd-line);
}

.Vtheme .form-control:focus,
.Vtheme .form-select:focus {
  color: #444;
  background: #ffffff;
  border-color:#ffffff;
  box-shadow: 0 0 0 3px var(--vd-copper);
}

.Vtheme .site-footer,
.Vtheme .cookie-consent-banner,
.Vtheme .cookie-preferences-panel {
  background: var(--vd-ink);

}

@media (max-width: 991.98px) {
  .Vtheme .cms-slider-inner,
  .Vtheme .cms-slider-item {
    min-height: 0;
    height: auto;
  }

  .Vtheme .cms-slider-image {
    width: 100%;
    height: 18rem;
    min-height: 18rem;
    margin-left: 0;
  }

  .Vtheme .cms-slider-overlay {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 27rem;
    padding: 2.25rem 1.25rem 5.5rem;
    background: var(--vd-panel);
    border-top: 5px solid var(--vd-copper);
    border-right: 0;
  }

  .Vtheme .cms-slider-title {
    font-size: clamp(2.4rem, 12vw, 3.8rem);
  }

  .Vtheme .cms-slider .carousel-control-prev,
  .Vtheme .cms-slider .carousel-control-next {
    bottom: 1.25rem;
  }
}


.blog-hero-copy, .blog-search-card, .blog-featured-card, .blog-card, .blog-sidebar-card, .blog-post-hero, .blog-post-cover, .blog-empty-state, .blog-chip
 {background:transparent;    border: 2px solid  color-mix(in srgb, var(--brand-primary) 40%, transparent);}

 .blog-chip:hover
 {  border: 2px solid  var(--brand-primary);}


 .Vtheme .page-block-child_page_menu{background:transparent!important; border-color:transparent!important; }

 .cta-band-copy {
   max-width: auto;
}

.accordion-button {
  
    font-size: 1.5rem;
    color: #fff;


}

.faq-item {
    background: transparent;
   
    border: 2px solid var(--faq-accent)!important;
    box-shadow: none;
}

.accordion-button::after {

    filter: invert(100%);
}

    .cms-form-field-row,   .cms-form-field-row .form-check {
      background: transparent!important;
    }


    .pricing-plan-features p{border-bottom: 1px solid var(--vd-line); padding-bottom: .5rem; margin-bottom: .5rem;}

    .cookie-pref-row, .cookie-pref-row.is-required {
     background: transparent;
}

.cms-seo-topic-block{  padding:0rem;
  background: transparent!important;
   
    border: 0px solid var(--faq-accent)!important; }

    [data-cms-page-link]{ text-decoration:none;   font-weight:500;}


     .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {

    background-color: transparent;

}

.form-floating>label {
 
    padding: .6rem 0rem;
}