/* =====================================================
   Cleaned CSS
   Duplicate selector blocks merged.
   Duplicate @media blocks combined by breakpoint.
===================================================== */

:root {
  --br-orange: #ff5a05;
  --br-navy: #1d123c;
  --br-text: #1d1830;
  --br-muted: #66616f;
  --br-cream: #fbf7f1;
  --br-dark: #120b24;
  --br-border: #eee7de;
  --brs-orange: #ff6414;
  --brs-orange-dark: #ee510e;
  --brs-ink: #111529;
  --brs-muted: #626a78;
  --brs-soft: #fbf8f6;
  --brs-border: #ece8e4;
  --brs-dark: #080819;
  --brs-white: #ffffff;
  --brc-orange: #ff5b12;
  --brc-orange-dark: #ed4f0e;
  --brc-ink: #10122b;
  --brc-muted: #6d7281;
  --brc-soft: #fbfaf8;
  --brc-line: #ece7e2;
  --brc-white: #ffffff;
  --brc-dark: #080919;
  --uxhero-orange: #ff5a12;
  --uxhero-orange-dark: #e94d0d;
  --uxhero-ink: #101229;
  --uxhero-muted: #686d7a;
  --uxhero-soft: #fbfaf8;
  --uxhero-line: #e8e6e3;
  --uxhero-dark: #070818;
  --uxhero-white: #ffffff;
  --nxblog-orange: #ff5a12;
  --nxblog-orange-dark: #e84d0d;
  --nxblog-ink: #11132b;
  --nxblog-muted: #68707c;
  --nxblog-soft: #fbf7f4;
  --nxblog-border: #ebe6e1;
  --nxblog-dark: #070818;
  --nxblog-white: #ffffff;
  --vrd-color-white: #ffffff;
  --vrd-color-soft-white: #fbfaf8;
  --vrd-color-cream: #f7f3ef;
  --vrd-color-cream-deep: #f0ebe6;
  --vrd-color-text: #171326;
  --vrd-color-muted: #6d6670;
  --vrd-color-muted-light: #a7a0a5;
  --vrd-color-orange: #ff5f1f;
  --vrd-color-orange-deep: #eb4d12;
  --vrd-color-dark: #151225;
  --vrd-color-black: #08070b;
  --vrd-color-green: #12382e;
  --vrd-color-green-light: #3f664c;
  --vrd-color-line: #ebe5df;
  --vrd-font-main: Inter, Manrope, Arial, sans-serif;
  --vrd-space-xs: 6px;
  --vrd-space-sm: 10px;
  --vrd-space-md: 16px;
  --vrd-space-lg: 24px;
  --vrd-space-xl: 36px;
  --vrd-space-2xl: 56px;
  --vrd-space-3xl: 76px;
  --vrd-radius-sm: 8px;
  --vrd-radius-md: 14px;
  --vrd-radius-lg: 22px;
  --vrd-radius-pill: 999px;
  --vrd-shadow-soft: 0 16px 38px rgba(23, 19, 38, 0.08);
  --vrd-shadow-visual: 0 24px 55px rgba(23, 19, 38, 0.18);
  --vrd-transition-main: 220ms ease;
  --vrd-white: #ffffff;
  --vrd-soft-white: #fffdfa;
  --vrd-cream: #faf7f3;
  --vrd-cream-deep: #f3eee9;
  --vrd-primary: #ff5b1f;
  --vrd-primary-dark: #e8490c;
  --vrd-dark: #161326;
  --vrd-dark-soft: #26233b;
  --vrd-text: #514b62;
  --vrd-muted: #7a7483;
  --vrd-border: #eee8e2;
  --vrd-black: #08070e;
  --vrd-shadow: 0 18px 45px rgba(22, 19, 38, 0.08);
  --vrd-strong-shadow: 0 30px 65px rgba(22, 19, 38, 0.18);
  --vrd-radius-small: 8px;
  --vrd-radius-medium: 16px;
  --vrd-radius-large: 24px;
  --vrd-radius-pill: 999px;
  --vrd-font-primary: "Inter", Arial, sans-serif;
  --vrd-transition: 220ms ease;
   --vrd-primary: #ff5b18;
  --vrd-primary-dark: #e84f10;
  --vrd-ink: #171326;
  --vrd-muted: #625c69;
  --vrd-soft: #fbf8f4;
  --vrd-cream: #f4eee8;
  --vrd-border: #eee7df;
  --vrd-white: #ffffff;
  --vrd-footer: #080817;
  --vrd-font: "Inter", Arial, sans-serif;
  --vrd-shadow-soft: 0 14px 32px rgba(23, 19, 38, 0.06);
  --vrd-shadow-card: 0 18px 38px rgba(23, 19, 38, 0.08);
  --vrd-transition: 220ms ease;
    --prt-orange: #ff5a1f;
  --prt-orange-dark: #ef4b13;
  --prt-navy: #07081f;
  --prt-text: #111329;
  --prt-muted: #6b7280;
  --prt-border: #e9e9ef;
  --prt-soft: #f7f5f2;
  --prt-white: #ffffff;
  --tsb-orange: #ff5a1f;
  --tsb-orange-dark: #ee4611;
  --tsb-navy: #08091f;
  --tsb-navy-2: #11132d;
  --tsb-text: #1f2743;
  --tsb-muted: #687087;
  --tsb-border: #e8e9ef;
  --tsb-soft: #f7f7f8;
  --tsb-white: #ffffff;
      --bdx-orange: #ff5a18;
    --bdx-orange-dark: #eb4b10;
    --bdx-navy: #171136;
    --bdx-text: #16172e;
    --bdx-muted: #62616d;
    --bdx-soft: #f7f4f1;
    --bdx-line: #ebe6e2;
    --bdx-white: #fff;
    --bdx-container: 1120px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter,Arial,sans-serif;
  color: var(--br-text);
  background: linear-gradient(180deg,#fbf8f3 0%,#fff 38%,#fbf8f3 100%);
  overflow-x: hidden;
  width: 100%;
}

.br-container {
  max-width: 1280px;
}

h2.vrd-advantage-heading {
    color: #fff !important;
}

.br-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 28px 0;
}

.navbar {
  padding: 0;
}

footer.br-footer ul li a {
    color: #fff !important;
    text-decoration: none !important;
}

.br-logo {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: var(--br-navy);
  font-weight: 700;
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 1;
}

.br-logo b {
  position: relative;
  margin-left: 2px;
  color: #fff;
  font-weight: 500;
  font-size: 21px;
  z-index: 2;
}

.br-logo:after {
  content: "";
  position: absolute;
  right: -16px;
  top: -19px;
  width: 78px;
  height: 78px;
  background: var(--br-orange);
  border-radius: 50%;
  z-index: 1;
}

.br-logo span,
.br-logo small {
  position: relative;
  z-index: 2;
}

.br-logo small {
  display: block;
  font-size: 6.5px;
  letter-spacing: 2px;
  margin-top: 2px;
  color: #756e7d;
}

.br-menu {
  gap: 34px;
}

.br-menu .nav-link {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--br-navy);
  padding: 12px 0 !important;
}

.br-menu .active {
  color: var(--br-orange);
  position: relative;
}

.br-menu .active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 18px;
  height: 2px;
  background: var(--br-orange);
  transform: translateX(-50%);
}

.br-hero {
  padding: 55px 0 55px;
  min-height: 500px;
}

.br-hero h1 {
  font-size: 58px;
  line-height: 1.17;
  letter-spacing: -2.2px;
  font-weight: 800;
  color: var(--br-navy);
  max-width: 610px;
}

.br-hero h1 span {
  color: var(--br-orange);
}

.br-hero p {
  max-width: 380px;
  font-size: 16px;
  line-height: 1.9;
  color: #3e3a47;
  margin: 28px 0 36px;
}

.myhero img {
  width: 100%;
}

.br-services,
.br-work {
  padding: 60px 0;
}

.br-services h2,
.br-work h2 {
  font-size: 34px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--br-navy);
  letter-spacing: -.8px;
}

.br-card {
  height: 100%;
  min-height: 240px;
  border: 1px solid var(--br-border);
  border-radius: 10px;
  background: #fff;
  padding: 40px 28px;
  box-shadow: 0 8px 30px rgba(29,18,60,.03);
}

.br-card i {
  font-size: 54px;
  color: var(--br-orange);
  line-height: 1;
}

.br-card h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--br-navy);
  margin: 26px 0 14px;
}

.br-card p {
  font-size: 14px;
  line-height: 1.75;
  color: #3e3a47;
  margin: 0;
}

.br-work {
  background: #fbf7f1;
}

.br-project {
  height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.br-project h4 {
  font-size: 34px;
  letter-spacing: 3px;
  font-weight: 400;
  margin: 0;
}

.br-project span {
  font-size: 10px;
  letter-spacing: 4px;
}

.p1 {
  background: linear-gradient(rgba(0,20,11,.35),rgba(0,20,11,.45)),radial-gradient(circle at 20% 30%,#557356,#08200f 70%);
}

.p2 {
  background: linear-gradient(rgba(255,255,255,.12),rgba(85,54,20,.25)),radial-gradient(circle at 40% 35%,#e7d5b8,#8e6f50 72%);
}

.p3 {
  background: linear-gradient(135deg,#394c59,#111921);
}

.p4 {
  background: linear-gradient(135deg,#f0eee9,#b9b7b0);
  color: #1f1d22;
}

.br-text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--br-orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 30px;
}

.br-why {
  background: radial-gradient(circle at 25% 0,#2e1b51,#130a27 72%);
  padding: 70px 0;
  color: #fff;
}

.br-why h2 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -.8px;
}

.br-why p {
  color: #f1edf7;
  line-height: 1.75;
}

.br-why-item i {
  font-size: 44px;
  color: var(--br-orange);
}

.br-why-item h3 {
  font-size: 15px;
  font-weight: 800;
  margin: 22px 0 12px;
}

.br-why-item p {
  font-size: 13px;
  margin: 0;
}

.br-cta {
  padding: 38px 0;
  background: #fbf8f3;
}

.br-cta h2 {
  font-size: 34px;
  line-height: 1.2;
  color: var(--br-navy);
  font-weight: 800;
  letter-spacing: -.8px;
}

.br-cta p {
  max-width: 300px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.br-logo-small {
  transform: scale(.82);
  transform-origin: right center;
}

.br-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  justify-content: flex-start;
}

.text-lg-end .br-social {
  justify-content: flex-end;
}

.br-social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #141414;
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 14px;
}

.br-footer {
  background: linear-gradient(180deg,#191919,#0b0b0c);
  color: #fff;
  padding: 28px 0 0;
}

.br-footer .row>div {
  border-left: 1px solid rgba(255,255,255,.16);
  padding-left: 34px;
}

.br-footer .row>div:first-child {
  border-left: 0;
  padding-left: 12px;
}

.footer-logo {
  font-size: 25px;
  color: #fff;
}

.footer-logo:after {
  width: 46px;
  height: 46px;
  right: -10px;
  top: -10px;
}

.footer-logo b {
  font-size: 14px;
}

.br-footer p {
  font-size: 13px;
  line-height: 1.7;
  color: #ddd;
  margin: 18px 0;
}

.br-footer h5 {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 16px;
}

.br-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.br-footer li {
  font-size: 14px;
  color: #ddd;
  margin-bottom: 8px;
}

.br-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.br-copy {
  border-top: 1px solid rgba(255,255,255,.16);
  margin-top: 30px;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 12px;
  color: #cfcfcf;
}

.br-copy a {
  color: #d8d8d8;
  text-decoration: none;
  margin-left: 28px;
}

.br-about-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.br-breadcrumb {
  display: flex;
  gap: 10px;
  margin-bottom: 38px;
  font-size: 11px;
}

.br-breadcrumb a {
  color: #4d4858;
  text-decoration: none;
}

.br-kicker {
  display: block;
  color: var(--br-orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.br-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--br-orange);
  color: #fff;
  text-transform: uppercase;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  padding: 13px 25px;
  box-shadow: 0 12px 24px rgba(255, 90, 5, 0.2);
}

.br-about-hero {
  padding: 34px 0 55px;
  background: linear-gradient(180deg, #fbf8f3 0%, #fff 100%);
}

.br-about-hero h1 {
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -1.5px;
  color: var(--br-navy);
  font-weight: 800;
  margin: 0 0 20px;
}

.br-about-hero h1 span {
  color: var(--br-orange);
}

.br-about-hero p {
  font-size: 15px;
  line-height: 1.85;
  color: #464150;
  margin: 0 0 28px;
}

.br-hero-visual {
  position: relative;
  min-height: 380px;
}

.br-orange-circle {
  position: absolute;
  left: 14%;
  top: 0;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--br-orange);
  z-index: 1;
}

.br-hero-img {
  position: relative;
  margin-left: auto;
  width: 82%;
  height: 385px;
  border-radius: 220px 0 0 220px;
  overflow: hidden;
  z-index: 2;
  background: #222;
}

.br-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08);
}

.br-img-logo {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
}

.br-img-logo span {
  background: var(--br-orange);
  padding: 12px 8px;
  border-radius: 50%;
  font-weight: 500;
  margin-left: 2px;
}

.br-dot-pattern,
.br-bottom-cta:after {
  background-image: radial-gradient(var(--br-orange) 2px, transparent 2px);
  background-size: 16px 16px;
}

.br-dot-pattern {
  position: absolute;
  left: 8%;
  bottom: 18px;
  width: 105px;
  height: 80px;
  z-index: 3;
}

.br-mission {
  background: radial-gradient(circle at 25% 0, #2e1b51, #130a27 72%);
  color: #fff;
  padding: 48px 0;
}

.br-mission h2 {
  font-size: 30px;
  line-height: 1.14;
  font-weight: 800;
  margin-bottom: 20px;
}

.br-mission p {
  font-size: 13px;
  line-height: 1.75;
  color: #eeeaf5;
}

.br-mission-card {
  padding: 0 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.br-mission-card i {
  font-size: 39px;
  color: var(--br-orange);
}

.br-mission-card h3 {
  font-size: 14px;
  font-weight: 800;
  margin: 18px 0 10px;
}

.br-mission-card p {
  font-size: 12px;
  margin: 0;
}

.br-stats {
  padding: 34px 0;
  background: #fff;
}

.br-stats h3 {
  font-size: 34px;
  color: var(--br-orange);
  font-weight: 900;
  margin: 0 0 6px;
}

.br-stats p {
  font-size: 11px;
  font-weight: 800;
  margin: 0;
  color: #4b4557;
}

.br-story {
  padding: 58px 0;
  background: #fbf8f3;
}

.br-story h2,
.br-team h2 {
  font-size: 31px;
  color: var(--br-navy);
  font-weight: 800;
  letter-spacing: -0.8px;
}

.br-story p {
  font-size: 14px;
  line-height: 1.85;
  color: #55505d;
}

.br-timeline img {
  height: 155px;
  width: 100%;
  object-fit: cover;
  filter: grayscale(0.7);
}

.br-timeline h4 {
  font-size: 13px;
  color: var(--br-orange);
  font-weight: 900;
  margin: 16px 0 5px;
}

.br-timeline h5 {
  font-size: 15px;
  color: var(--br-navy);
  font-weight: 800;
  margin-bottom: 8px;
}

.br-timeline p {
  font-size: 12px;
  line-height: 1.6;
}

.br-team {
  background: #f4f4f3;
  padding: 45px 0 50px;
}

.br-team-intro {
  max-width: 760px;
  margin: 0 auto;
  font-size: 13px;
  color: #5d5865;
}

.br-person img {
  height: 132px;
  width: 100%;
  object-fit: cover;
  filter: grayscale(1);
  border-radius: 4px;
}

.br-person h5 {
  font-size: 12px;
  color: var(--br-navy);
  font-weight: 900;
  margin: 12px 0 5px;
}

.br-person p {
  font-size: 10px;
  color: #5b5664;
  margin: 0;
}

.br-bottom-cta {
  position: relative;
  background: radial-gradient(circle at 28% 0, #2e1b51, #130a27 75%);
  color: #fff;
  padding: 34px 0;
  overflow: hidden;
}

.br-bottom-cta:after {
  content: "";
  position: absolute;
  right: 55px;
  top: 34px;
  width: 95px;
  height: 70px;
}

.br-plane {
  width: 55px;
  height: 55px;
  border: 1px solid var(--br-orange);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.br-plane i {
  font-size: 26px;
  color: var(--br-orange);
}

.br-bottom-cta h2 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
}

.br-bottom-cta h2 span {
  color: var(--br-orange);
}

.br-bottom-cta p {
  font-size: 12px;
  color: #fff;
  margin: 0;
}

section.br-stats .col-md {
  border-left: 1px solid #b5adad87;
}

.brs-page {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.brs-container {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.brs-hero-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 700px;
  padding: 80px 0;
  overflow: hidden;
  background-color: #f8f5f2;
  background-image: url("../images/hero-reference-right.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 45% 100%;
}

.brs-hero-section .row {
  position: relative;
  z-index: 1;
  align-items: center;
  width: 100%;
}

.brs-hero-section .col-lg-5,
.brs-hero-section .col-lg-7 {
  min-width: 0;
}

.brs-breadcrumb {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.3;
  color: #747984;
}

.brs-breadcrumb span {
  margin: 0 5px;
  color: #b9b0a8;
}

.brs-eyebrow {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #f05b19;
}

.brs-eyebrow-light {
  color: #ff8f54;
}

.brs-hero-title {
  max-width: 520px;
  margin: 0 0 16px;
  font-size: clamp(40px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.045em;
  color: #171729;
}

.brs-hero-title span {
  color: var(--brs-orange);
}

.brs-hero-copy {
  max-width: 510px;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.85;
  color: #6d727c;
}

.brs-primary-btn,
.brs-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.brs-primary-btn {
  padding: 13px 20px;
  border: 1px solid var(--brs-orange);
  background: var(--brs-orange);
  color: #ffffff;
  font-size: 13px;
}

.brs-primary-btn:hover {
  border-color: var(--brs-orange-dark);
  background: var(--brs-orange-dark);
  color: #ffffff;
}

.brs-primary-btn i {
  font-size: 15px;
  line-height: 1;
}

.brs-hero-art-image {
  display: none;
}

.brs-hero-art-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.brs-section-pad {
  padding: 70px 0;
}

.brs-overview-section,
.brs-deliver-section {
  background: #ffffff;
}

.brs-section-title {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.04em;
}

.brs-section-copy {
  font-size: 14px;
  line-height: 1.85;
  color: var(--brs-muted);
}

.brs-mini-card {
  padding: 4px 0 22px;
}

.brs-mini-card i {
  display: block;
  margin-bottom: 16px;
  font-size: 34px;
  line-height: 1;
  color: var(--brs-orange);
}

.brs-mini-card h3 {
  margin: 0 0 7px;
  font-size: 15px;
  font-weight: 800;
}

.brs-mini-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #66707d;
}

.brs-process-section {
  background: #fbfaf8;
  border-top: 1px solid var(--brs-border);
  border-bottom: 1px solid var(--brs-border);
}

.brs-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.brs-process-track::before {
  content: "";
  position: absolute;
  top: 23px;
  right: 55px;
  left: 55px;
  height: 1px;
  background: #ddd7d0;
}

.brs-process-item {
  position: relative;
  min-width: 0;
  padding-top: 0;
  text-align: center;
  background: #fbfaf8;
}

.brs-process-item span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border: 1px solid #eaded7;
  border-radius: 50%;
  background: #ffffff;
  color: var(--brs-orange);
  font-size: 12px;
  font-weight: 800;
}

.brs-process-item h3 {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.brs-process-item p {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: #6e7580;
}

.brs-deliver-card {
  height: 100%;
  padding: 22px 18px;
  border: 1px solid var(--brs-border);
  border-radius: 6px;
  background: #ffffff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.brs-deliver-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(17, 21, 41, .06);
}

.brs-deliver-card i {
  display: block;
  margin-bottom: 18px;
  font-size: 28px;
  color: var(--brs-orange);
}

.brs-deliver-card h3 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 850;
}

.brs-deliver-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
  color: #666f7c;
}

.brs-dark-section {
  padding: 74px 0;
  color: #ffffff;
  background: radial-gradient(circle at 25% 0, #2e1b51, #130a27 72%);
}

.brs-dark-title {
  margin: 0 0 15px;
  font-size: clamp(28px, 3vw, 30px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.04em;
}

.brs-dark-section p {
  font-size: 14px;
  line-height: 1.8;
  color: #b7b9c9;
}

.brs-outline-btn {
  margin-top: 10px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, .45);
  color: #ffffff;
  font-size: 12px;
}

.brs-outline-btn:hover {
  background: #ffffff;
  color: #09091a;
}

.brs-dark-card i {
  display: block;
  margin-bottom: 18px;
  font-size: 30px;
  color: var(--brs-orange);
}

.brs-dark-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
}

.brs-dark-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: #aeb0c3;
}

.brs-final-cta {
  padding: 42px 0;
  background: #fbf7f3;
}

.brs-final-cta h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 31px);
  font-weight: 900;
  letter-spacing: -.04em;
}

.brs-final-cta h2 span {
  color: var(--brs-orange);
}

.brs-final-cta p {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.7;
  color: #666f7a;
}

.brs-logo-text {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.04em;
  color: #1f2334;
}

.brs-logo-text span {
  color: #ff7b1c;
}

.brs-socials {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
}

.brs-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #161726;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
}

.brc-contact-page {
  background: #fbf8f3 !important;
  overflow: hidden;
}

.brc-container {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 18px;
}

.brc-hero-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 499px;
  padding: 80px 0;
  overflow: hidden;
  background-color: #fbf8f3;
  background-image: url("../images/hero-office.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

.brc-hero-row {
  min-height: 385px;
  align-items: center;
}

.brc-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 32px;
  font-size: 10px;
  font-weight: 600;
  color: #565d6d;
}

.brc-breadcrumb a {
  color: #565d6d;
}

.brc-breadcrumb span {
  color: #b3a9a0;
}

.brc-eyebrow,
.brc-card-eyebrow,
.brc-section-head span {
  display: block;
  margin-bottom: 18px;
  color: var(--brc-orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.brc-hero-title {
  max-width: 430px;
  margin: 0 0 22px;
  color: #12132d;
  font-size: 54px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.055em;
}

.brc-hero-title span {
  display: block;
  color: var(--brc-orange);
}

.brc-hero-copy {
  max-width: 355px;
  margin: 0 0 24px;
  color: var(--brc-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.75;
}

.brc-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.brc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  transition: .2s ease;
  white-space: nowrap;
}

.brc-btn-primary {
  padding: 14px 22px;
  background: var(--brc-orange);
  border: 1px solid var(--brc-orange);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(255, 91, 18, .18);
}

.brc-btn-primary:hover {
  background: var(--brc-orange-dark);
  border-color: var(--brc-orange-dark);
  color: #ffffff;
  transform: translateY(-1px);
}

.brc-btn-plain {
  padding: 10px 0;
  color: var(--brc-orange);
  background: transparent;
}

.brc-btn-plain:hover {
  color: var(--brc-orange-dark);
}

.brc-hero-visual-col,
.brc-hero-media {
  display: none;
}

.brc-hero-bg-dot-one {
  position: absolute;
  left: 49%;
  bottom: 78px;
  width: 92px;
  height: 92px;
  background-image: radial-gradient(var(--brc-orange) 2px, transparent 2.3px);
  background-size: 16px 16px;
  opacity: .88;
  pointer-events: none;
}

.brc-hero-bg-dot-two {
  display: none;
}

.brc-contact-section {
  position: relative;
  padding: 20px 0 0;
  background: #fbf6f0;
}

.brc-top-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brc-orange);
  margin: -9px auto 18px;
}

.brc-form-card,
.brc-connect-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid var(--brc-line);
  border-radius: 8px;
  box-shadow: 0 14px 35px rgba(17, 20, 43, .05);
}

.brc-form-card {
  padding: 29px 34px 36px;
}

.brc-form-card h2,
.brc-connect-card h3 {
  margin: 0 0 8px;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.035em;
  color: #11132c;
}

.brc-form-card p {
  margin: 0 0 28px;
  color: #656c79;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

.brc-card-eyebrow {
  margin-bottom: 10px;
  font-size: 9px;
}

.brc-input {
  height: 42px;
  border: 1px solid #e0e1e6;
  border-radius: 4px;
  color: #171a2f;
  font-size: 11px;
  font-weight: 600;
  box-shadow: none;
}

.brc-input:focus {
  border-color: var(--brc-orange);
  box-shadow: 0 0 0 .18rem rgba(255, 91, 18, .12);
}

.brc-form-label {
  margin: 0 0 8px;
  color: #454b5b;
  font-size: 10px;
  font-weight: 800;
}

.brc-textarea {
  height: 84px;
  resize: none;
}

.brc-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 45px;
  margin-top: 8px;
  border: 0;
  border-radius: 999px;
  background: var(--brc-orange);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  transition: .2s ease;
}

.brc-submit-btn:hover {
  background: var(--brc-orange-dark);
}

.brc-connect-card {
  padding: 37px 36px;
}

.brc-connect-card h3 {
  margin-bottom: 22px;
}

.brc-connect-item {
  display: flex;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid #e7e4e0;
}

.brc-connect-item:last-child {
  border-bottom: 0;
}

.brc-connect-item span {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #11132d;
  color: var(--brc-orange);
  font-size: 20px;
}

.brc-connect-item strong {
  display: block;
  margin-bottom: 4px;
  color: #14162e;
  font-size: 12px;
  font-weight: 900;
}

.brc-connect-item p {
  margin: 0;
  color: #636a77;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.55;
}

.brc-value-section {
  padding: 29px 0 14px;
  background: #fbf6f0;
}

.brc-value-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fbf9f6;
  border: 1px solid #f0ece7;
  border-radius: 8px;
  box-shadow: 0 13px 28px rgba(17, 20, 43, .04);
}

.brc-value-item {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 86px;
  padding: 18px 30px;
  border-right: 1px solid #ddd9d4;
}

.brc-value-item:last-child {
  border-right: 0;
}

.brc-value-item i {
  color: var(--brc-orange);
  font-size: 32px;
  line-height: 1;
}

.brc-value-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 900;
  color: #17192e;
}

.brc-value-item p {
  margin: 0;
  color: #626978;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.55;
}

.brc-offices-section {
  position: relative;
  padding: 25px 0 42px;
  background: #fbf9f6;
}

.brc-offices-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 42px;
  width: min(760px, 92vw);
  height: 260px;
  transform: translateX(-50%);
  background: radial-gradient(#ebe6df 1px, transparent 1.5px);
  background-size: 8px 8px;
  opacity: .65;
  pointer-events: none;
}

.brc-offices-section .brc-container {
position: relative;
}

.brc-section-head {
  margin-bottom: 24px;
}

.brc-section-head span {
  margin-bottom: 11px;
}

.brc-section-head h2 {
  margin: 0;
  color: #15172f;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.035em;
}

.brc-office-card {
  display: grid;
  grid-template-columns: 148px 1fr;
  min-height: 150px;
  background: #ffffff;
  border: 1px solid #ebe7e2;
  box-shadow: 0 16px 35px rgba(17, 20, 43, .05);
}

.brc-office-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brc-office-card div {
  padding: 22px;
}

.brc-office-card h3 {
  position: relative;
  margin: 0 0 22px;
  font-size: 15px;
  font-weight: 900;
  color: #17192f;
}

.brc-office-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 33px;
  height: 2px;
  background: var(--brc-orange);
}

.brc-office-card p {
  margin: 0 0 15px;
  color: #59606d;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.75;
}

.brc-office-card a {
  color: #12142c;
  font-size: 11px;
  font-weight: 800;
}

.brc-global-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin-top: 34px;
  color: #626978;
  text-align: left;
}

.brc-global-note i {
  color: var(--brc-orange);
  font-size: 27px;
}

.brc-global-note p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}

.brc-bottom-cta {
  position: relative;
  padding: 32px 0;
  background: radial-gradient(circle at 4% 45%, rgba(255, 91, 18, .12), transparent 22%), var(--brc-dark);
  color: #ffffff;
  overflow: hidden;
}

.brc-bottom-cta h2 {
  max-width: 460px;
  margin: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.17;
  letter-spacing: -.04em;
}

.brc-bottom-cta h2 span {
  color: var(--brc-orange);
}

.brc-bottom-cta p {
  margin: 0;
  color: #c4c6d6;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

.uxhero-page-shell {
  width: 100%;
  overflow: hidden;
  background: #fbf9f4;
}

.uxhero-container-wide {
  max-width: 1280px;
}

.uxhero-section-kicker {
  display: inline-block;
  margin-bottom: 11px;
  color: var(--uxhero-orange);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.uxhero-main-hero {
  position: relative;
  padding: 28px 0 16px;
  background: radial-gradient(circle at 94% 33%, rgba(255, 90, 18, 0.12), transparent 16%), #fcf9f4;
}

.uxhero-main-hero-row {
  min-height: 360px;
}

.uxhero-main-copyblock {
  position: relative;
  z-index: 3;
}

.uxhero-main-title {
  margin: 0 0 18px;
  color: #11132c;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.uxhero-main-title span {
  color: var(--uxhero-orange);
}

.uxhero-main-description {
  max-width: 400px;
  margin: 0 0 22px;
  color: var(--uxhero-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
}

.uxhero-outline-action,
.uxhero-solid-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.22s ease;
}

.uxhero-outline-action {
  min-width: 120px;
  min-height: 34px;
  padding: 11px 17px;
  color: var(--uxhero-orange);
  border: 1px solid var(--uxhero-orange);
  background: transparent;
}

.uxhero-outline-action:hover {
  color: #ffffff;
  background: var(--uxhero-orange);
  transform: translateY(-2px);
}

.uxhero-collage-stage {
  position: relative;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.uxhero-slanted-collage {
  position: relative;
  width: 650px;
  height: 300px;
  margin-right: -40px;
}

.uxhero-slanted-panel {
  position: absolute;
  top: 8px;
  width: 132px;
  height: 275px;
  margin: 0;
  overflow: hidden;
  background: #161927;
  box-shadow: 0 18px 30px rgba(13, 16, 35, 0.16);
  transform: skewY(-7deg);
  transition: 0.25s ease;
}

.uxhero-slanted-panel:hover {
  transform: skewY(-7deg) translateY(-8px);
}

.uxhero-slanted-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: skewY(7deg) scale(1.14);
}

.uxhero-slanted-panel-one {
  left: 10px;
  z-index: 1;
}

.uxhero-slanted-panel-two {
  left: 118px;
  z-index: 2;
}

.uxhero-slanted-panel-three {
  left: 232px;
  z-index: 3;
}

.uxhero-slanted-panel-four {
  left: 348px;
  z-index: 4;
}

.uxhero-slanted-panel-five {
  left: 464px;
  z-index: 5;
  width: 150px;
}

.uxhero-collage-orb {
  position: absolute;
  width: 72px;
  height: 72px;
  z-index: 0;
  pointer-events: none;
}

.uxhero-collage-orb-top {
  top: 20px;
  right: 15px;
}

.uxhero-collage-orb-bottom {
  right: -19px;
  bottom: 58px;
  width: 58px;
  height: 58px;
}

.uxhero-industries-section {
  padding: 4px 0 16px;
  background: #fcf9f4;
}

.uxhero-centered-header {
  margin-bottom: 17px;
  text-align: center;
}

.uxhero-centered-header .uxhero-section-kicker {
  margin-bottom: 6px;
}

.uxhero-centered-header h2 {
  margin: 0;
  color: #17182f;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.uxhero-industry-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.uxhero-industry-card {
  min-height: 135px;
  padding: 18px 13px 15px;
  text-align: center;
  background: #ffffff;
  border: 1px solid var(--uxhero-line);
  border-radius: 5px;
  transition: all 0.22s ease;
}

.uxhero-industry-card:hover {
  border-color: rgba(255, 90, 18, 0.35);
  box-shadow: 0 12px 26px rgba(17, 18, 44, 0.07);
  transform: translateY(-4px);
}

.uxhero-industry-card img {
  width: 36px;
  height: 36px;
  margin: 0 auto 10px;
}

.uxhero-industry-card h3 {
  margin: 0 0 8px;
  color: #17182f;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.uxhero-industry-card p {
  min-height: 38px;
  margin: 0 0 11px;
  color: #686e78;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.45;
}

.uxhero-industry-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--uxhero-orange);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.uxhero-industry-card a:hover {
  color: var(--uxhero-orange-dark);
}

.uxhero-expertise-section {
  padding: 0 0 22px;
  background: radial-gradient(circle at 92% 10%, rgba(255, 90, 18, 0.12), transparent 20%), #080919;
  box-shadow: 0 16px 34px rgba(7, 8, 24, 0.15);
}

.uxhero-expertise-band {
  display: grid;
  grid-template-columns: 1.55fr repeat(4, 1fr);
  overflow: hidden;
  min-height: 136px;
  border-radius: 7px;
  align-content: center;
  justify-content: center;
}

.uxhero-expertise-intro {
  padding: 24px 27px;
}

.uxhero-expertise-intro .uxhero-section-kicker {
  margin-bottom: 10px;
  font-size: 8px;
}

.uxhero-expertise-intro h2 {
  margin: 0;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: -0.04em;
}

.uxhero-expertise-intro h2 span {
  color: var(--uxhero-orange);
  font-weight: 900;
}

.uxhero-expertise-item {
  padding: 27px 18px 20px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.uxhero-expertise-item img {
  width: 34px;
  height: 34px;
  margin: 0 auto 12px;
}

.uxhero-expertise-item h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.uxhero-expertise-item p {
  margin: 0 auto;
  max-width: 120px;
  color: #afb1c0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.55;
}

.uxhero-clients-section {
  padding: 5px 0 25px;
  background: #fcf9f4;
}

.uxhero-clients-header {
  margin-bottom: 14px;
}

.uxhero-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 11px;
}

.uxhero-testimonial-card {
  min-height: 115px;
  padding: 16px 15px 13px;
  text-align: center;
  background: #fbfaf8;
  border: 1px solid #eeeae5;
  transition: all 0.22s ease;
}

.uxhero-testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 11px 22px rgba(17, 18, 44, 0.05);
}

.uxhero-testimonial-card img {
  width: 100% !important;
  object-fit: cover !important;
  margin: 0 auto 8px;
}

.uxhero-testimonial-card p {
  margin: 0 auto 9px;
  max-width: 165px;
  color: #5d6472;
  font-size: 11.7px;
  font-weight: 500;
  line-height: 1.5;
}

.uxhero-testimonial-card strong,
.uxhero-testimonial-card span {
  display: block;
}

.uxhero-testimonial-card strong {
  color: #15172d;
  font-size: 13.2px;
  font-weight: 900;
}

.uxhero-testimonial-card span {
  margin-top: 3px;
  color: #68707c;
  font-size: 12px;
  font-weight: 600;
}

.uxhero-case-link-wrap {
  text-align: center;
}

.uxhero-case-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  color: var(--uxhero-orange);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.uxhero-case-link:hover {
  color: var(--uxhero-orange-dark);
}

.uxhero-final-cta {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  background: radial-gradient(circle at 93% 50%, rgba(255, 90, 18, 0.12), transparent 20%), #070818;
  color: #ffffff;
}

.uxhero-final-cta-container {
  position: relative;
  z-index: 2;
}

.uxhero-final-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.uxhero-final-cta h2 span {
  color: var(--uxhero-orange);
  font-weight: 900;
}

.uxhero-final-cta-copy {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding-left: 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.uxhero-final-cta-copy p {
  max-width: 260px;
  margin: 0;
  color: #c7c9d9;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.65;
}

.uxhero-solid-action {
  min-width: 184px;
  min-height: 39px;
  padding: 13px 22px;
  color: #ffffff;
  background: var(--uxhero-orange);
  border: 1px solid var(--uxhero-orange);
}

.uxhero-solid-action:hover {
  color: #ffffff;
  background: var(--uxhero-orange-dark);
  border-color: var(--uxhero-orange-dark);
  transform: translateY(-2px);
}

.uxhero-final-target {
  position: absolute;
  right: 78px;
  top: 1px;
  width: 118px;
  opacity: 0.75;
  pointer-events: none;
}

.uxhero-final-dots {
  position: absolute;
  right: -5px;
  bottom: 17px;
  width: 72px;
  opacity: 0.82;
  pointer-events: none;
}

.nxblog-page-wrapper {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.nxblog-page-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 36px;
  padding-right: 36px;
}

.nxblog-hero-area {
  position: relative;
  height: 454px;
  min-height: 454px;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid #eee9e4;
}

.nxblog-hero-area .nxblog-page-container {
  max-width: none;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.nxblog-hero-row {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 454px;
  min-height: 454px;
  margin: 0;
}

.nxblog-hero-copy-column {
  flex: 0 0 42%;
  max-width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 43px;
  padding-right: 34px;
  padding-bottom: 42px;
  padding-left: max(36px, calc((100vw - 1280px) / 2 + 36px));
}

.nxblog-breadcrumb-line {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 38px;
  color: #707886;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

.nxblog-breadcrumb-line a {
  color: #707886;
}

.nxblog-breadcrumb-line i {
  color: #a9a19c;
  font-size: 8px;
}

.nxblog-section-kicker,
.nxblog-area-heading,
.nxblog-topics-label,
.nxblog-highlight-label {
  margin: 0;
  color: var(--nxblog-orange);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.nxblog-section-kicker {
  margin-bottom: 18px;
}

.nxblog-hero-heading {
  width: 100%;
  max-width: 430px;
  margin: 0 0 20px;
  color: #11132c;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.055em;
}

.nxblog-hero-heading span {
  display: block;
  color: var(--nxblog-orange);
}

.nxblog-hero-summary {
  max-width: 430px;
  margin: 0 0 28px;
  color: #59616f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.85;
}

.nxblog-search-form {
  position: relative;
  width: 100%;
  max-width: 410px;
}

.nxblog-search-form input {
  width: 100%;
  height: 54px;
  padding: 0 58px 0 20px;
  border: 1px solid #dedfe3;
  border-radius: 6px;
  outline: none;
  color: #1e2236;
  font-size: 12px;
  font-weight: 500;
  transition: .2s ease;
}

.nxblog-search-form input::placeholder {
  color: #7b828e;
}

.nxblog-search-form input:focus {
  border-color: var(--nxblog-orange);
  box-shadow: 0 0 0 .18rem rgba(255, 90, 18, .12);
}

.nxblog-search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  border: 0;
  border-left: 1px solid #dedfe3;
  border-radius: 0 6px 6px 0;
  background: #ffffff;
  color: #7e8591;
  font-size: 19px;
}

.nxblog-hero-visual-column {
  position: relative;
  flex: 0 0 58%;
  max-width: 58%;
  height: 454px;
  min-height: 454px;
  padding: 0;
  overflow: hidden;
}

.nxblog-hero-visual-column::before {
  content: "";
  position: absolute;
  left: -72px;
  top: 28px;
  z-index: 0;
  width: 198px;
  height: 198px;
  border-radius: 50%;
  background: var(--nxblog-orange);
}

.nxblog-hero-visual-panel {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../images/hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.nxblog-featured-area {
  padding: 34px 0 18px;
  background: #ffffff;
}

.nxblog-area-heading {
  margin-bottom: 20px;
}

.nxblog-featured-primary-card,
.nxblog-featured-small-card,
.nxblog-podcast-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--nxblog-border);
  border-radius: 7px;
  transition: .25s ease;
}

.nxblog-featured-primary-card:hover,
.nxblog-featured-small-card:hover,
.nxblog-podcast-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(17, 19, 43, .08);
}

.nxblog-featured-primary-image {
  position: relative;
  height: 210px;
  overflow: hidden;
}

.nxblog-featured-primary-image img,
.nxblog-featured-small-card img,
.nxblog-podcast-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nxblog-featured-primary-image span {
  position: absolute;
  top: 18px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--nxblog-orange);
  color: #ffffff;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.nxblog-featured-primary-body {
  padding: 18px 20px 22px;
}

.nxblog-article-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 9px;
  color: #8a909a;
  font-size: 9px;
  font-weight: 600;
}

.nxblog-article-meta strong {
  color: var(--nxblog-orange);
  font-size: 9px;
  text-transform: uppercase;
}

.nxblog-featured-primary-body h3,
.nxblog-featured-small-card h3 {
  margin: 0 0 12px;
  color: #15172d;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -.02em;
}

.nxblog-featured-primary-body p,
.nxblog-featured-small-card p {
  margin: 0 0 17px;
  color: #636b77;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.75;
}

.nxblog-featured-primary-body a,
.nxblog-featured-small-card a,
.nxblog-popular-item a,
.nxblog-podcast-body a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--nxblog-orange);
  font-size: 11px;
  font-weight: 900;
}

.nxblog-featured-small-card {
  overflow: visible;
  border: 0;
  border-radius: 6px;
}

.nxblog-featured-small-card img {
  height: 185px;
  margin-bottom: 17px;
  border-radius: 6px;
}

.nxblog-featured-small-card h3 {
  font-size: 17px;
}

.nxblog-featured-small-card p {
  min-height: 58px;
  font-size: 11px;
}

.nxblog-featured-small-card:hover {
  box-shadow: none;
}

.nxblog-topics-area {
  padding: 12px 0 32px;
}

.nxblog-topics-shell {
  position: relative;
  padding: 36px 18px 0;
  background: #ffffff;
  border: 1px solid var(--nxblog-border);
  border-radius: 8px;
}

.nxblog-topics-label {
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 9px;
}

.nxblog-topics-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  min-height: 92px;
}

.nxblog-topic-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  color: #11132c;
}

.nxblog-topic-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 18px;
  width: 1px;
  background: #e4dfda;
}

.nxblog-topic-item i {
  color: #56606d;
  font-size: 28px;
  line-height: 1;
  transition: .2s ease;
}

.nxblog-topic-item span {
  font-size: 10px;
  font-weight: 800;
}

.nxblog-topic-item:hover i,
.nxblog-topic-item:hover span {
  color: var(--nxblog-orange);
}

.nxblog-topic-button-wrap {
  position: relative;
  text-align: center;
  transform: translateY(18px);
}

.nxblog-pill-outline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 210px;
  height: 36px;
  border: 1px solid var(--nxblog-orange);
  border-radius: 999px;
  background: #ffffff;
  color: var(--nxblog-orange);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  transition: .2s ease;
}

.nxblog-pill-outline-link:hover {
  background: var(--nxblog-orange);
  color: #ffffff;
}

.nxblog-lower-content-area {
  padding: 22px 0 28px;
}

.nxblog-popular-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.nxblog-popular-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  align-items: start;
}

.nxblog-popular-item img {
  width: 88px;
  height: 58px;
  object-fit: cover;
  border-radius: 4px;
}

.nxblog-popular-item p {
  display: flex;
  gap: 13px;
  margin: 0 0 5px;
  color: #858c98;
  font-size: 8.5px;
  font-weight: 600;
}

.nxblog-popular-item h3 {
  margin: 0 0 5px;
  color: #14162d;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.nxblog-popular-item a {
  font-size: 9px;
}

.nxblog-highlight-card {
  height: 100%;
  min-height: 315px;
  padding: 28px 32px;
  border-radius: 6px;
  background: radial-gradient(circle at 88% 0, rgba(255, 90, 18, .12), transparent 25%), #080919;
  color: #ffffff;
}

.nxblog-highlight-label {
  margin-bottom: 16px;
  font-size: 9px;
}

.nxblog-highlight-quote {
  display: block;
  margin-bottom: 8px;
  color: var(--nxblog-orange);
  font-size: 36px;
  line-height: 1;
}

.nxblog-highlight-card h3 {
  margin: 0 0 30px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -.035em;
}

.nxblog-highlight-card h3 span {
  color: var(--nxblog-orange);
  font-weight: 800;
}

.nxblog-highlight-person {
  display: flex;
  align-items: center;
  gap: 13px;
}

.nxblog-highlight-person img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}

.nxblog-highlight-person strong,
.nxblog-highlight-person span {
  display: block;
}

.nxblog-highlight-person strong {
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.nxblog-highlight-person span {
  margin-top: 4px;
  color: #b7b9c7;
  font-size: 9px;
  font-weight: 500;
}

.nxblog-podcast-card {
  border-radius: 6px;
}

.nxblog-podcast-card > img {
  height: 188px;
}

.nxblog-podcast-body {
  padding: 18px 20px 20px;
}

.nxblog-podcast-body p {
  margin: 0 0 8px;
  color: var(--nxblog-orange);
  font-size: 9px;
  font-weight: 900;
}

.nxblog-podcast-body h3 {
  margin: 0 0 15px;
  color: #15172d;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.nxblog-podcast-body a {
  font-size: 10px;
}

.nxblog-newsletter-area {
  padding: 0 0 18px;
}

.nxblog-newsletter-shell {
  display: grid;
  grid-template-columns: 96px 1fr minmax(360px, 520px);
  gap: 26px;
  align-items: center;
  min-height: 125px;
  padding: 22px 50px 22px 36px;
  border-radius: 8px;
  background: #fbf7f4;
}

.nxblog-newsletter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border: 2px solid var(--nxblog-orange);
  border-radius: 50%;
  color: var(--nxblog-orange);
  font-size: 37px;
}

.nxblog-newsletter-copy h2 {
  margin: 0 0 9px;
  color: #15172d;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -.035em;
}

.nxblog-newsletter-copy p {
  max-width: 480px;
  margin: 0;
  color: #606875;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.65;
}

.nxblog-newsletter-form {
  display: grid;
  grid-template-columns: 1fr 130px;
  gap: 14px;
}

.nxblog-newsletter-form input {
  height: 46px;
  padding: 0 18px;
  border: 1px solid #dedfe3;
  border-radius: 6px;
  outline: none;
  font-size: 11px;
}

.nxblog-newsletter-form input:focus {
  border-color: var(--nxblog-orange);
  box-shadow: 0 0 0 .18rem rgba(255, 90, 18, .12);
}

.nxblog-newsletter-form button {
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: var(--nxblog-orange);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  transition: .2s ease;
}

.nxblog-newsletter-form button:hover {
  background: var(--nxblog-orange-dark);
}

.nxblog-footer-cta-area {
  padding: 28px 0;
  background: #080919;
  color: #ffffff;
}

.nxblog-footer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1.5px solid var(--nxblog-orange);
  border-radius: 50%;
  color: var(--nxblog-orange);
  font-size: 34px;
}

.nxblog-footer-cta-area h2 {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -.035em;
}

.nxblog-footer-cta-area h2 span {
  color: var(--nxblog-orange);
  font-weight: 900;
}

.nxblog-footer-cta-area p {
  margin: 0;
  padding-left: 35px;
  border-left: 1px solid rgba(255, 255, 255, .18);
  color: #c2c5d4;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.7;
}

.nxblog-footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: 210px;
  height: 47px;
  border: 1px solid var(--nxblog-orange);
  border-radius: 999px;
  color: var(--nxblog-orange);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  transition: .2s ease;
}

.nxblog-footer-button:hover {
  background: var(--nxblog-orange);
  color: #ffffff;
}

.vrd-eyebrow-text {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vrd-color-orange);
}

.vrd-action-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 19px;
  border-radius: var(--vrd-radius-pill);
  background: var(--vrd-color-orange);
  color: var(--vrd-color-white);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 28px rgba(255, 95, 31, 0.22);
  transition: transform var(--vrd-transition-main), background-color var(--vrd-transition-main), box-shadow var(--vrd-transition-main);
}

.vrd-action-pill:hover,
.vrd-action-pill:focus {
  color: var(--vrd-color-white);
  background: var(--vrd-color-orange-deep);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(255, 95, 31, 0.28);
}

.vrd-action-icon {
  font-size: 14px;
  line-height: 1;
}

.vrd-hero-area {
  width: 100%;
  padding: 24px 0 64px;
  background: radial-gradient(circle at 84% 8%, rgba(255, 95, 31, 0.05), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbf8f5 100%);
}

.vrd-breadcrumb-trail {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 38px;
  font-size: 11px;
  font-weight: 600;
  color: #8c858c;
}

.vrd-breadcrumb-link {
  color: #6c6570;
  transition: color var(--vrd-transition-main);
}

.vrd-breadcrumb-link:hover,
.vrd-breadcrumb-link:focus {
  color: var(--vrd-color-orange);
}

.vrd-breadcrumb-icon {
  font-size: 8px;
  color: #aaa3a8;
}

.vrd-hero-row {
  align-items: center;
}

.vrd-hero-copy-block {
  position: relative;
  z-index: 2;
  max-width: 500px;
}

.vrd-hero-heading span {
  color: var(--vrd-color-orange);
}

.vrd-hero-description {
  max-width: 450px;
  margin: 24px 0 26px;
  color: var(--vrd-color-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.vrd-hero-visual-stage {
  position: relative;
  min-height: 470px;
  isolation: isolate;
}

.vrd-hero-orange-orb {
  position: absolute;
  top: 9px;
  right: 190px;
  width: 294px;
  height: 294px;
  border-radius: 50%;
  background: var(--vrd-color-orange);
  z-index: 1;
}

.vrd-hero-paper-piece {
  position: absolute;
  top: 60px;
  right: 96px;
  z-index: 3;
  display: flex;
  width: 330px;
  height: 238px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: var(--vrd-shadow-visual);
  transform: rotate(12deg);
}

.vrd-hero-paper-piece strong,
.vrd-hero-dark-piece strong {
  display: block;
  margin-top: 7px;
  font-size: 28px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vrd-hero-paper-piece span,
.vrd-hero-dark-piece span {
  display: block;
  margin-top: 5px;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.vrd-hero-brand-mark {
  color: var(--vrd-color-green);
  font-size: 26px;
  line-height: 1;
}

.vrd-hero-dark-piece {
  position: absolute;
  left: 62px;
  bottom: 90px;
  z-index: 5;
  display: flex;
  width: 246px;
  height: 148px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--vrd-color-green);
  color: var(--vrd-color-white);
  box-shadow: var(--vrd-shadow-visual);
  transform: rotate(-6deg);
}

.vrd-hero-dark-piece strong {
  font-size: 19px;
}

.vrd-hero-dark-piece span {
  font-size: 6px;
}

.vrd-hero-dark-mark {
  color: var(--vrd-color-white);
  font-size: 21px;
  line-height: 1;
}

.vrd-hero-round-token {
  position: absolute;
  left: 304px;
  bottom: 108px;
  z-index: 6;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--vrd-color-green);
  color: #ffffff;
  font-size: 18px;
  box-shadow: 0 14px 30px rgba(23, 19, 38, 0.18);
}

.vrd-hero-pen-object {
  position: absolute;
  right: 82px;
  bottom: 28px;
  z-index: 7;
  width: 18px;
  height: 270px;
  border-radius: 9px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 35%),
    linear-gradient(180deg, #111111 0%, #1f1f1f 66%, #c7c2bd 67%, #111111 76%, #111111 100%);
  box-shadow: 12px 12px 28px rgba(23, 19, 38, 0.18);
  transform: rotate(18deg);
}

.vrd-hero-pen-object::after {
  position: absolute;
  right: -2px;
  bottom: -32px;
  width: 13px;
  height: 42px;
  border-radius: 0 0 50% 50%;
  background: #222222;
  content: "";
}

.vrd-hero-leaf-cluster {
  position: absolute;
  top: -22px;
  right: 4px;
  z-index: 8;
  width: 230px;
  height: 180px;
}

.vrd-hero-leaf-item {
  position: absolute;
  display: block;
  width: 96px;
  height: 38px;
  border-radius: 100% 0 100% 0;
  background: radial-gradient(circle at 28% 36%, rgba(255, 255, 255, 0.24), transparent 26%),
    linear-gradient(135deg, #244631 0%, #78936f 100%);
  box-shadow: 0 10px 24px rgba(23, 19, 38, 0.14);
  transform-origin: left center;
}

.vrd-hero-leaf-item::after {
  position: absolute;
  left: 10px;
  top: 18px;
  width: 82px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  content: "";
  transform: rotate(-13deg);
}

.vrd-hero-leaf-item-one {
  top: 6px;
  right: 40px;
  transform: rotate(18deg);
}

.vrd-hero-leaf-item-two {
  top: 48px;
  right: 88px;
  transform: rotate(-18deg);
}

.vrd-hero-leaf-item-three {
  top: 74px;
  right: 12px;
  transform: rotate(28deg) scale(0.9);
}

.vrd-hero-leaf-item-four {
  top: 112px;
  right: 94px;
  transform: rotate(-28deg) scale(0.82);
}

.vrd-hero-leaf-item-five {
  top: 126px;
  right: 24px;
  transform: rotate(18deg) scale(0.72);
}

.vrd-offer-area {
  width: 100%;
  padding: 58px 0 62px;
  background: var(--vrd-color-white);
}

.vrd-offer-row {
  align-items: stretch;
}

.vrd-offer-intro {
  max-width: 320px;
  padding-top: 8px;
}

.vrd-offer-heading {
  margin: 0;
  color: var(--vrd-color-text);
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.vrd-offer-description {
  margin: 20px 0 0;
  color: var(--vrd-color-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

.vrd-offer-grid {
  row-gap: 20px;
}

.vrd-offer-column {
  margin-bottom: 0;
}

.vrd-offer-panel {
  height: 100%;
  min-height: 184px;
  padding: 27px 20px 24px;
  border: 1px solid rgba(235, 229, 223, 0.72);
  border-radius: 16px;
  background: #fbf8f5;
  box-shadow: 0 10px 28px rgba(23, 19, 38, 0.035);
  transition: transform var(--vrd-transition-main), box-shadow var(--vrd-transition-main), border-color var(--vrd-transition-main);
}

.vrd-offer-panel:hover {
  border-color: rgba(255, 95, 31, 0.22);
  box-shadow: 0 18px 34px rgba(23, 19, 38, 0.07);
  transform: translateY(-4px);
}

.vrd-offer-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  place-items: center;
  color: var(--vrd-color-orange);
  font-size: 30px;
  line-height: 1;
}

.vrd-offer-panel h3 {
  margin: 0 0 12px;
  color: var(--vrd-color-text);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.vrd-offer-panel p {
  margin: 0;
  color: var(--vrd-color-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.65;
}

.vrd-process-area {
  width: 100%;
  padding: 58px 0 60px;
  background: linear-gradient(180deg, #faf7f3 0%, #f3eee9 100%);
}

.vrd-process-head {
  max-width: 640px;
  margin: 0 auto 42px;
  text-align: center;
}

.vrd-process-row {
  position: relative;
  justify-content: center;
  row-gap: 30px;
}

.vrd-process-row::before {
  position: absolute;
  top: 48px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 95, 31, 0.45), transparent);
  content: "";
}

.vrd-process-column {
  position: relative;
  z-index: 2;
}

.vrd-process-item {
  position: relative;
  height: 100%;
  min-height: 190px;
  padding: 0 10px;
  text-align: center;
}

.vrd-process-number {
  position: absolute;
  top: 43px;
  left: -8px;
  color: var(--vrd-color-orange);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.vrd-process-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 22px;
  place-items: center;
  border: 1px solid rgba(255, 95, 31, 0.22);
  border-radius: 50%;
  background: var(--vrd-color-white);
  color: var(--vrd-color-orange);
  font-size: 25px;
  box-shadow: 0 12px 28px rgba(23, 19, 38, 0.045);
}

.vrd-process-item h3 {
  margin: 0 0 11px;
  color: var(--vrd-color-text);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.vrd-process-item p {
  max-width: 170px;
  margin: 0 auto;
  color: var(--vrd-color-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.62;
}

.vrd-work-area {
  width: 100%;
  padding: 54px 0 47px;
  background: var(--vrd-color-white);
}

.vrd-work-head {
  margin: 0 auto 26px;
  text-align: center;
}

.vrd-work-heading {
  margin: 0;
  color: var(--vrd-color-text);
  font-size: clamp(24px, 2.35vw, 35px);
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.vrd-work-row {
  row-gap: 18px;
}

.vrd-work-showcase {
  display: flex;
  min-height: 154px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  text-align: center;
  transition: transform var(--vrd-transition-main), box-shadow var(--vrd-transition-main);
}

.vrd-work-showcase:hover {
  box-shadow: 0 18px 34px rgba(23, 19, 38, 0.12);
  transform: translateY(-4px);
}

.vrd-work-showcase-green {
  background: #0e342e;
  color: #f6e8c9;
}

.vrd-work-showcase-cream {
  background: #efeee9;
  color: #9c8c74;
}

.vrd-work-showcase-navy {
  background: #15172d;
  color: #ffffff;
}

.vrd-work-showcase-light {
  background: #eeeeee;
  color: #27364a;
}

.vrd-work-logo-mark {
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 1;
}

.vrd-work-showcase h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vrd-work-showcase p {
  margin: 7px 0 0;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.vrd-work-action {
  margin-top: 28px;
  text-align: center;
}

.vrd-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--vrd-color-orange);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color var(--vrd-transition-main), transform var(--vrd-transition-main);
}

.vrd-text-link:hover,
.vrd-text-link:focus {
  color: var(--vrd-color-orange-deep);
  transform: translateX(3px);
}

.vrd-advantage-area {
  width: 100%;
  padding: 58px 0 60px;
  background: radial-gradient(circle at 18% 0%, rgba(255, 95, 31, 0.08), transparent 24%),
    linear-gradient(90deg, #151123 0%, #0f0d1a 100%);
}

.vrd-advantage-row {
  align-items: center;
  row-gap: 30px;
}

.vrd-advantage-intro {
  max-width: 380px;
}

.vrd-advantage-heading {
  margin: 0;
  color: var(--vrd-color-white);
  font-size: clamp(25px, 2.65vw, 39px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.vrd-advantage-description {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

.vrd-advantage-item {
  height: 100%;
  min-height: 168px;
  text-align: left;
}

.vrd-advantage-icon {
  margin-bottom: 18px;
  color: var(--vrd-color-orange);
  font-size: 38px;
  line-height: 1;
}

.vrd-advantage-item h3 {
  margin: 0 0 12px;
  color: var(--vrd-color-white);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.vrd-advantage-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}

.vrd-cta-area {
  width: 100%;
  padding: 38px 0 34px;
  background: var(--vrd-color-white);
}

.vrd-cta-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 22px;
}

.vrd-brand-logo {
  display: inline-flex;
  align-items: center;
  color: var(--vrd-color-text);
  font-size: 28px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.05em;
}

.vrd-brand-logo-dark {
  position: relative;
  z-index: 2;
}

.vrd-brand-logo-orange {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 58px;
  height: 58px;
  margin-left: -7px;
  place-items: center;
  border-radius: 50%;
  background: var(--vrd-color-orange);
  color: var(--vrd-color-white);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.vrd-social-list {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vrd-social-link {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--vrd-color-dark);
  color: var(--vrd-color-white);
  font-size: 13px;
  transition: transform var(--vrd-transition-main), background-color var(--vrd-transition-main);
}

.vrd-social-link:hover,
.vrd-social-link:focus {
  color: var(--vrd-color-white);
  background: var(--vrd-color-orange);
  transform: translateY(-2px);
}

.vrd-footer-area {
  width: 100%;
  padding: 18px 0;
  background: var(--vrd-color-black);
}

.vrd-footer-row {
  align-items: center;
  row-gap: 12px;
}

.vrd-footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 500;
}

.vrd-footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
}

.vrd-footer-links a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 500;
  transition: color var(--vrd-transition-main);
}

.vrd-footer-links a:hover,
.vrd-footer-links a:focus {
  color: var(--vrd-color-white);
}


.vrd-section-kicker {
  margin: 0 0 16px;
  color: var(--vrd-primary);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vrd-primary-pill-link {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 24px;
  border-radius: var(--vrd-radius-pill);
  background: var(--vrd-primary);
  color: var(--vrd-white);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(255, 91, 31, 0.24);
  transition: transform var(--vrd-transition), box-shadow var(--vrd-transition), background-color var(--vrd-transition);
}

.vrd-primary-pill-link:hover,
.vrd-primary-pill-link:focus {
  color: var(--vrd-white);
  background: var(--vrd-primary-dark);
  box-shadow: 0 18px 38px rgba(255, 91, 31, 0.3);
  transform: translateY(-2px);
}

.vrd-secondary-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--vrd-primary);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  transition: color var(--vrd-transition), transform var(--vrd-transition);
}

.vrd-secondary-text-link:hover,
.vrd-secondary-text-link:focus {
  color: var(--vrd-primary-dark);
  transform: translateX(3px);
}

.vrd-hero-section {
  position: relative;
  width: 100%;
  min-height: 900px;
  overflow: hidden;
  background: radial-gradient(circle at 91% 13%, rgba(255, 91, 31, 0.04), transparent 22%), #fbf8f3;
}

.vrd-hero-background {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  min-height: 900px;
  pointer-events: none;
}

.vrd-shadow-layer {
  position: absolute;
  right: 130px;
  bottom: 130px;
  z-index: 0;
  width: 780px;
  opacity: 0.9;
}

.vrd-orange-circle {
  position: absolute;
  top: 148px;
  right: 268px;
  z-index: 1;
  width: 650px;
  max-width: none;
}

.vrd-main-book {
  position: absolute;
  top: 190px;
  right: 505px;
  z-index: 2;
  width: 365px;
  max-width: none;
}

.vrd-fold-brochure {
  position: absolute;
  top: 310px;
  right: 300px;
  z-index: 4;
  width: 520px;
  max-width: none;
}

.vrd-white-book {
  position: absolute;
  top: 290px;
  right: 405px;
  z-index: 3;
  width: 330px;
  max-width: none;
  opacity: 0.96;
}

.vrd-navy-book {
  position: absolute;
  top: 340px;
  right: 190px;
  z-index: 6;
  width: 315px;
  max-width: none;
}

.vrd-business-card {
  position: absolute;
  top: 520px;
  right: 600px;
  z-index: 7;
  width: 380px;
  max-width: none;
}

.vrd-floating-card {
  position: absolute;
  top: 340px;
  right: 552px;
  z-index: 8;
  width: 185px;
  max-width: none;
}

.vrd-leaves {
  position: absolute;
  top: 116px;
  right: 72px;
  z-index: 9;
  width: 340px;
  max-width: none;
}


.vrd-breadcrumb-navigation {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 34px;
  color: var(--vrd-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.vrd-breadcrumb-anchor {
  color: var(--vrd-dark-soft);
  transition: color var(--vrd-transition);
}

.vrd-breadcrumb-anchor:hover,
.vrd-breadcrumb-anchor:focus {
  color: var(--vrd-primary);
}

.vrd-breadcrumb-separator {
  color: #9d97a4;
  font-weight: 700;
}

.vrd-breadcrumb-current {
  color: var(--vrd-primary);
}

.vrd-hero-layout-row {
  min-height: 812px;
}

.vrd-hero-content-panel {
  max-width: 650px;
  padding-top: 7px;
}

.vrd-hero-heading {
  margin: 0;
  color: var(--vrd-dark);
  font-size: clamp(44px, 5.05vw, 24px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.075em;
}

.vrd-hero-heading-accent {
  color: var(--vrd-primary);
}

.vrd-hero-paragraph {
  max-width: 585px;
  margin: 46px 0 33px;
  color: var(--vrd-dark-soft);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.015em;
}

.vrd-hero-action-row {
  display: flex;
  align-items: center;
  gap: 37px;
  flex-wrap: wrap;
}

.vrd-hero-empty-positioner {
  min-height: 1px;
}

.vrd-design-services-section {
  width: 100%;
  padding: 62px 0 64px;
  background: var(--vrd-white);
}

.vrd-design-services-intro {
  max-width: 310px;
}

.vrd-design-services-heading {
  margin: 0;
  color: var(--vrd-dark);
  font-size: 29px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.vrd-design-services-text {
  margin: 20px 0 0;
  color: var(--vrd-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}

.vrd-design-services-grid > [class*="col-"] {
  display: flex;
}

.vrd-design-service-panel {
  width: 100%;
  min-height: 186px;
  padding: 25px 16px 23px;
  border: 1px solid var(--vrd-border);
  border-radius: 13px;
  background: var(--vrd-white);
  box-shadow: 0 8px 24px rgba(22, 19, 38, 0.035);
  transition: transform var(--vrd-transition), box-shadow var(--vrd-transition), border-color var(--vrd-transition);
}

.vrd-design-service-panel:hover {
  border-color: rgba(255, 91, 31, 0.28);
  box-shadow: var(--vrd-shadow);
  transform: translateY(-4px);
}

.vrd-design-service-symbol {
  display: block;
  margin-bottom: 19px;
  color: var(--vrd-primary);
  font-size: 33px;
  line-height: 1;
}

.vrd-design-service-panel h3 {
  margin: 0 0 11px;
  color: var(--vrd-dark);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.vrd-design-service-panel p {
  margin: 0;
  color: var(--vrd-text);
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.58;
}

.vrd-process-section {
  width: 100%;
  padding: 58px 0 62px;
  background: linear-gradient(180deg, var(--vrd-cream) 0%, var(--vrd-cream-deep) 100%);
}

.vrd-process-heading-group {
  margin-bottom: 42px;
  text-align: center;
}

.vrd-process-heading {
  margin: 0;
  color: var(--vrd-dark);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.vrd-process-track-row {
  position: relative;
  row-gap: 32px;
}

.vrd-process-track-row::before {
  position: absolute;
  top: 48px;
  left: 7%;
  right: 7%;
  z-index: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 91, 31, 0.52), transparent);
  content: "";
}

.vrd-process-step-panel {
  position: relative;
  z-index: 1;
  min-height: 190px;
  padding: 0 8px;
  text-align: center;
}

.vrd-process-step-number {
  position: absolute;
  top: 42px;
  left: -2px;
  color: var(--vrd-primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.vrd-process-step-symbol {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  place-items: center;
  border: 1px solid rgba(255, 91, 31, 0.24);
  border-radius: 50%;
  background: var(--vrd-white);
  color: var(--vrd-primary);
  font-size: 25px;
  box-shadow: 0 12px 28px rgba(22, 19, 38, 0.05);
}

.vrd-process-step-panel h3 {
  margin: 0 0 10px;
  color: var(--vrd-dark);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.vrd-process-step-panel p {
  max-width: 172px;
  margin: 0 auto;
  color: var(--vrd-text);
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.55;
}

.vrd-portfolio-section {
  width: 100%;
  padding: 54px 0 46px;
  background: var(--vrd-white);
}

.vrd-portfolio-heading-group {
  margin-bottom: 25px;
  text-align: center;
}

.vrd-portfolio-heading {
  margin: 0;
  color: var(--vrd-dark);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.vrd-portfolio-project-panel {
  overflow: hidden;
}

.vrd-portfolio-project-panel img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 12px 25px rgba(22, 19, 38, 0.09);
  transition: transform var(--vrd-transition), box-shadow var(--vrd-transition);
}

.vrd-portfolio-project-panel:hover img {
  box-shadow: var(--vrd-shadow);
  transform: scale(1.025);
}

.vrd-portfolio-project-panel h3 {
  margin: 13px 0 2px;
  color: var(--vrd-dark);
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.2;
}

.vrd-portfolio-project-panel p {
  margin: 0;
  color: var(--vrd-text);
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.2;
}

.vrd-portfolio-action-holder {
  margin-top: 28px;
  text-align: center;
}

.vrd-choice-section {
  width: 100%;
  padding: 62px 0 64px;
  background: radial-gradient(circle at 18% 3%, rgba(255, 91, 31, 0.08), transparent 23%), #111026;
}

.vrd-choice-row {
  row-gap: 30px;
}

.vrd-choice-intro-panel {
  max-width: 390px;
}

.vrd-choice-heading {
  margin: 0;
  color: var(--vrd-white);
  font-size: 31px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.055em;
}

.vrd-choice-description {
  margin: 21px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}

.vrd-choice-feature-panel {
  min-height: 168px;
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.vrd-choice-feature-symbol {
  display: block;
  margin-bottom: 18px;
  color: var(--vrd-primary);
  font-size: 38px;
  line-height: 1;
}

.vrd-choice-feature-panel h3 {
  margin: 0 0 10px;
  color: var(--vrd-white);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.vrd-choice-feature-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.55;
}

.vrd-cta-section {
  width: 100%;
  padding: 38px 0 35px;
  background: var(--vrd-white);
}

.vrd-cta-row {
  align-items: center;
  row-gap: 24px;
}

.vrd-cta-heading {
  max-width: 430px;
  margin: 0;
  color: var(--vrd-dark);
  font-size: 29px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.055em;
}

.vrd-cta-heading span {
  color: var(--vrd-primary);
}

.vrd-cta-description {
  max-width: 360px;
  margin: 0 0 17px;
  color: var(--vrd-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}

.vrd-cta-brand-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.vrd-brand-logo-link img {
  width: 230px;
}

.vrd-social-links-row {
  display: flex;
  align-items: center;
  gap: 11px;
}

.vrd-social-links-row a {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--vrd-dark);
  color: var(--vrd-white);
  font-size: 12px;
  transition: transform var(--vrd-transition), background-color var(--vrd-transition);
}

.vrd-social-links-row a:hover,
.vrd-social-links-row a:focus {
  color: var(--vrd-white);
  background: var(--vrd-primary);
  transform: translateY(-2px);
}

.vrd-footer-section {
  width: 100%;
  padding: 16px 0;
  background: var(--vrd-black);
}

.vrd-footer-copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10.5px;
  font-weight: 500;
}

.vrd-footer-link-navigation {
  display: flex;
  justify-content: flex-end;
  gap: 26px;
}

.vrd-footer-link-navigation a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10.5px;
  font-weight: 500;
  transition: color var(--vrd-transition);
}

.vrd-footer-link-navigation a:hover,
.vrd-footer-link-navigation a:focus {
  color: var(--vrd-white);
}
/*start here pakage css */
.vrd-package-page {
  width: 100%;
  overflow: hidden;
  background: var(--vrd-white);
}
.vrd-package-hero-background img {
    width: 930px;
    height: 487px;
}

.vrd-package-page .container,
.vrd-package-footer .container {
  max-width: 1280px;
}

/* =====================================================
   Shared Elements
===================================================== */
.vrd-package-kicker {
  margin: 0 0 10px;
  color: var(--vrd-primary);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vrd-package-primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 17px;
  border-radius: 999px;
  background: var(--vrd-primary);
  color: var(--vrd-white);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(255, 91, 24, 0.22);
  transition: transform var(--vrd-transition), background-color var(--vrd-transition), box-shadow var(--vrd-transition);
}

.vrd-package-primary-link:hover,
.vrd-package-primary-link:focus {
  color: var(--vrd-white);
  background: var(--vrd-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(255, 91, 24, 0.3);
}

.vrd-package-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--vrd-primary);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transition: transform var(--vrd-transition), color var(--vrd-transition);
}

.vrd-package-text-link:hover,
.vrd-package-text-link:focus {
  color: var(--vrd-primary-dark);
  transform: translateX(2px);
}

/* =====================================================
   Hero
===================================================== */
.vrd-package-hero {
  position: relative;
  width: 100%;
  min-height: 600px;
  padding: 24px 0 0;
  overflow: hidden;
  background: radial-gradient(circle at 78% 5%, rgba(255, 91, 24, 0.035), transparent 26%), linear-gradient(180deg, #fbf8f3 0%, #fbf8f4 100%);
}

.vrd-package-hero-row {
  min-height: 480px;
}

.vrd-package-hero-content {
  position: relative;
  z-index: 8;
  max-width: 440px;
  padding-top: 2px;
}

.vrd-package-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 52px;
  color: #7d7782;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.vrd-package-breadcrumb a {
  color: #77717c;
  transition: color var(--vrd-transition);
}

.vrd-package-breadcrumb a:hover,
.vrd-package-breadcrumb a:focus {
  color: var(--vrd-primary);
}

.vrd-package-breadcrumb i {
  color: #aaa29e;
  font-size: 8px;
}

.vrd-package-breadcrumb span {
  color: var(--vrd-primary);
  font-weight: 800;
}

.vrd-package-hero-heading {
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: var(--vrd-ink);
  font-size: 39px;
  font-weight: 850;
  line-height: 1.075;
  letter-spacing: -0.058em;
}

.vrd-package-hero-heading span {
  color: var(--vrd-primary);
}

.vrd-package-hero-copy {
  max-width: 382px;
  margin: 22px 0 21px;
  color: var(--vrd-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.78;
}

.vrd-package-hero-actions {
  display: flex;
  align-items: center;
  gap: 29px;
  flex-wrap: wrap;
}

.vrd-package-hero-spacer {
  min-height: 480px;
}

.vrd-package-hero-background {
  position: absolute;
  /* inset: 0; */
  z-index: 2;
  pointer-events: none;
  right: 0;
}

.vrd-package-hero-circle {
  position: absolute;
  top: 7px;
  right: 209px;
  z-index: 1;
  width: 415px;
  height: 415px;
  object-fit: contain;
}

.vrd-package-hero-shadow {
  position: absolute;
  top: 352px;
  right: 16px;
  z-index: 0;
  width: 720px;
  opacity: 0.72;
}

.vrd-package-hero-box {
  position: absolute;
  top: 68px;
  right: 254px;
  z-index: 3;
  width: 217px;
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.18));
}

.vrd-package-hero-bottle {
  position: absolute;
  top: 108px;
  right: 472px;
  z-index: 4;
  width: 157px;
  filter: drop-shadow(0 22px 22px rgba(0, 0, 0, 0.16));
}

.vrd-package-hero-jar {
  position: absolute;
  top: 221px;
  right: 65px;
  z-index: 4;
  width: 226px;
  filter: drop-shadow(0 22px 22px rgba(0, 0, 0, 0.14));
}

.vrd-package-hero-leaves {
  position: absolute;
  top: 27px;
  right: -50px;
  z-index: 5;
  width: 257px;
  filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.08));
}

/* =====================================================
   Trust Bar
===================================================== */
.vrd-package-trust {
  width: 100%;
  padding: 24px 0;
  background: var(--vrd-white);
  border-top: 1px solid #f0ebe5;
  border-bottom: 1px solid #f0ebe5;
}

.vrd-package-trust-row {
  row-gap: 16px;
}

.vrd-package-trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 54px;
  padding: 0 26px;
  border-right: 1px solid #e8e2dc;
}

.vrd-package-trust-item-last {
  border-right: 0;
}

.vrd-package-trust-item i {
  flex: 0 0 auto;
  color: #252331;
  font-size: 31px;
  line-height: 1;
}

.vrd-package-trust-copy h2 {
  margin: 0 0 5px;
  color: var(--vrd-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.vrd-package-trust-copy p {
  max-width: 170px;
  margin: 0;
  color: var(--vrd-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.45;
}

/* =====================================================
   Services
===================================================== */
.vrd-package-services {
  width: 100%;
  padding: 58px 0 62px;
  background: var(--vrd-white);
}

.vrd-package-services-row {
  align-items: stretch;
}

.vrd-package-services-intro {
  max-width: 310px;
  padding-top: 7px;
}

.vrd-package-services-intro h2 {
  margin: 0;
  color: var(--vrd-ink);
  font-size: 28px;
  font-weight: 850;
  line-height: 1.13;
  letter-spacing: -0.05em;
}

.vrd-package-services-intro p:not(.vrd-package-kicker) {
  margin: 18px 0 0;
  color: var(--vrd-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.78;
}

.vrd-package-services-grid {
  row-gap: 20px;
}

.vrd-package-service-column {
  display: flex;
}

.vrd-package-service-card {
  width: 100%;
  min-height: 184px;
  padding: 26px 20px 23px;
  border: 1px solid var(--vrd-border);
  border-radius: 8px;
  background: var(--vrd-white);
  box-shadow: 0 10px 26px rgba(23, 19, 38, 0.035);
  transition: transform var(--vrd-transition), border-color var(--vrd-transition), box-shadow var(--vrd-transition);
}

.vrd-package-service-card:hover {
  border-color: rgba(255, 91, 24, 0.3);
  box-shadow: var(--vrd-shadow-card);
  transform: translateY(-5px);
}

.vrd-package-service-card i {
  display: block;
  margin-bottom: 19px;
  color: var(--vrd-primary);
  font-size: 36px;
  line-height: 1;
}

.vrd-package-service-card h3 {
  margin: 0 0 10px;
  color: var(--vrd-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.28;
}

.vrd-package-service-card p {
  margin: 0;
  color: var(--vrd-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.65;
}

/* =====================================================
   Process
===================================================== */
.vrd-package-process {
  width: 100%;
  padding: 56px 0 58px;
  background: linear-gradient(180deg, #fbf8f4 0%, #f2ece6 100%);
}

.vrd-package-section-heading {
  margin: 0 auto 34px;
  text-align: center;
}

.vrd-package-section-heading h2 {
  margin: 0;
  color: var(--vrd-ink);
  font-size: 23px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.vrd-package-process-row {
  position: relative;
  row-gap: 26px;
}

.vrd-package-process-row::before {
  position: absolute;
  top: 48px;
  left: 7%;
  right: 7%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 91, 24, 0.52), transparent);
  content: "";
}

.vrd-package-process-step {
  position: relative;
  z-index: 2;
  min-height: 166px;
  text-align: center;
}

.vrd-package-process-step span {
  position: absolute;
  top: 39px;
  left: -6px;
  color: var(--vrd-primary);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.vrd-package-process-step i {
  display: grid;
  width: 49px;
  height: 49px;
  margin: 0 auto 17px;
  place-items: center;
  border: 1px solid rgba(255, 91, 24, 0.26);
  border-radius: 50%;
  background: var(--vrd-white);
  color: var(--vrd-primary);
  font-size: 22px;
  box-shadow: 0 10px 22px rgba(23, 19, 38, 0.05);
}

.vrd-package-process-step h3 {
  margin: 0 0 9px;
  color: var(--vrd-ink);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.vrd-package-process-step p {
  max-width: 145px;
  margin: 0 auto;
  color: var(--vrd-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.55;
}

/* =====================================================
   Portfolio
===================================================== */
.vrd-package-portfolio {
  width: 100%;
  padding: 56px 0 44px;
  background: var(--vrd-white);
}

.vrd-package-portfolio-row {
  row-gap: 18px;
}

.vrd-package-portfolio-item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 13px 24px rgba(23, 19, 38, 0.09);
  transition: transform var(--vrd-transition), box-shadow var(--vrd-transition);
}

.vrd-package-portfolio-item:hover img {
  box-shadow: 0 18px 34px rgba(23, 19, 38, 0.14);
  transform: translateY(-4px) scale(1.02);
}

.vrd-package-portfolio-item h3 {
  margin: 10px 0 2px;
  color: var(--vrd-ink);
  font-size: 11px;
  font-weight: 900;
}

.vrd-package-portfolio-item p {
  margin: 0;
  color: var(--vrd-muted);
  font-size: 9px;
  font-weight: 700;
}

.vrd-package-portfolio-action {
  margin-top: 26px;
  text-align: center;
}

.vrd-package-portfolio-action a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--vrd-primary);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transition: transform var(--vrd-transition), color var(--vrd-transition);
}

.vrd-package-portfolio-action a:hover,
.vrd-package-portfolio-action a:focus {
  color: var(--vrd-primary-dark);
  transform: translateX(2px);
}

/* =====================================================
   Why Choose
===================================================== */
.vrd-package-why {
  width: 100%;
  padding: 56px 0 58px;
  color: var(--vrd-white);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 91, 24, 0.08), transparent 24%),
    linear-gradient(90deg, #151124 0%, #0a0917 100%);
}

.vrd-package-why-row {
  row-gap: 28px;
}

.vrd-package-why-intro {
  max-width: 365px;
}

.vrd-package-why-intro h2 {
  margin: 0;
  color: var(--vrd-white);
  font-size: 28px;
  font-weight: 850;
  line-height: 1.13;
  letter-spacing: -0.05em;
}

.vrd-package-why-intro p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.76;
}

.vrd-package-why-item i {
  display: block;
  margin-bottom: 16px;
  color: var(--vrd-primary);
  font-size: 36px;
  line-height: 1;
}

.vrd-package-why-item h3 {
  margin: 0 0 9px;
  color: var(--vrd-white);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.vrd-package-why-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.6;
}

/* =====================================================
   CTA
===================================================== */
.vrd-package-cta {
  width: 100%;
  padding: 36px 0 34px;
  background: var(--vrd-white);
}

.vrd-package-cta-row {
  row-gap: 22px;
}

.vrd-package-cta h2 {
  max-width: 380px;
  margin: 0;
  color: var(--vrd-ink);
  font-size: 28px;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.vrd-package-cta h2 span {
  color: var(--vrd-primary);
}

.vrd-package-cta p {
  max-width: 305px;
  margin: 0 0 13px;
  color: var(--vrd-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.7;
}

.vrd-package-cta-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}

.vrd-package-logo {
  display: inline-flex;
  align-items: center;
  color: var(--vrd-ink);
  font-size: 28px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.06em;
}

.vrd-package-logo span {
  position: relative;
  z-index: 2;
}

.vrd-package-logo strong {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-left: -6px;
  place-items: center;
  border-radius: 50%;
  background: var(--vrd-primary);
  color: var(--vrd-white);
  font-size: 12px;
  font-weight: 800;
}

.vrd-package-socials {
  display: flex;
  gap: 10px;
}

.vrd-package-socials a {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: #12121a;
  color: var(--vrd-white);
  font-size: 10px;
  transition: transform var(--vrd-transition), background-color var(--vrd-transition);
}

.vrd-package-socials a:hover,
.vrd-package-socials a:focus {
  color: var(--vrd-white);
  background: var(--vrd-primary);
  transform: translateY(-2px);
}

/* =====================================================
   Footer
===================================================== */
.vrd-package-footer {
  width: 100%;
  padding: 14px 0;
  background: var(--vrd-footer);
}

.vrd-package-footer-row {
  row-gap: 10px;
}

.vrd-package-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 600;
}

.vrd-package-footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

.vrd-package-footer-links a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 600;
  transition: color var(--vrd-transition);
}

.vrd-package-footer-links a:hover,
.vrd-package-footer-links a:focus {
  color: var(--vrd-white);
}

/*End her*/

/*start here portfolio page here*/
.prt-portfolio-page {
  width: 100%;
  overflow-x: hidden;
  background: #fbf8f3 !important;
}

.prt-container {
  max-width: 1268px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* HERO */
.prt-portfolio-hero {
  width: 100%;
  min-height: 500px;
  background: #fbf8f3;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.prt-hero-container {
  max-width: 1220px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.prt-hero-row {
  min-height: 500px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


.prt-hero-left {
  padding-top: 6px;
}

.prt-breadcrumb {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 34px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #6f768c;
}

.prt-breadcrumb a {
  color: #6f768c;
}

.prt-breadcrumb-arrow {
  color: #b4bac8;
  font-size: 20px;
  line-height: 1;
  transform: translateY(-1px);
}

.prt-hero-label {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--prt-orange);
}

.prt-hero-title {
  margin: 0;
  font-size: 60px;
  line-height: 0.94;
  letter-spacing: -0.065em;
  font-weight: 900;
  color: #171a3a;
}

.prt-hero-title span {
  display: block;
}

.prt-hero-title span:nth-child(2) {
  color: var(--prt-orange);
}

.prt-hero-text {
  max-width: 440px;
  margin: 34px 0 0;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 500;
  color: #29314f;
}

.prt-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 38px;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.015em;
  text-decoration: none;
  color: var(--prt-orange);
}

.prt-hero-cta span {
  font-size: 18px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.prt-hero-cta:hover {
  color: var(--prt-orange);
}

.prt-hero-cta:hover span {
  transform: translateX(5px);
}

.prt-hero-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.prt-collage-wrap {
  position: relative;
  width: 720px;
  height: 340px;
  margin-top: 12px;
}

.prt-orange-shape {
  position: absolute;
  width: 250px;
  height: 250px;
  top: -8px;
  left: 92px;
  border-radius: 50%;
  background: var(--prt-orange);
  z-index: 1;
}

.prt-collage-card {
  position: absolute;
  height: 290px;
  overflow: hidden;
  border: 7px solid #ffffff;
  border-radius: 12px;
  background: #f5f5f5;
  box-shadow: none;
  z-index: 3;
  transition: transform 0.3s ease;
}

.prt-collage-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.prt-card-one {
  width: 230px;
  left: 55px;
  top: 42px;
  transform: rotate(4deg);
  z-index: 4;
}

.prt-card-two {
  width: 250px;
  left: 276px;
  top: 24px;
  transform: rotate(-2.5deg);
  z-index: 5;
}

.prt-card-three {
  width: 292px;
  left: 510px;
  top: 31px;
  transform: rotate(3.5deg);
  z-index: 4;
}

.prt-card-one:hover {
  transform: rotate(4deg) translateY(-6px);
}

.prt-card-two:hover {
  transform: rotate(-2.5deg) translateY(-6px);
}

.prt-card-three:hover {
  transform: rotate(3.5deg) translateY(-6px);
}

.prt-link-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  color: var(--prt-orange);
  letter-spacing: .02em;
  transition: .25s ease;
}

.prt-link-cta:hover {
  color: var(--prt-orange-dark);
  transform: translateX(3px);
}

/* FILTER */
.prt-filter-wrap {
  padding: 26px 0 20px;
  background: #fbf8f3;
}

.prt-filter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}

.prt-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.prt-filter-btn {
  border: 0;
  background: transparent;
  padding: 13px 0;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  color: #15182c;
  transition: .25s ease;
}

.prt-filter-btn.active,
.prt-filter-btn:hover {
  color: #fff;
  background: var(--prt-orange);
  border-radius: 999px;
  padding: 14px 20px;
}

.prt-sort-box {
  min-width: 126px;
}

.prt-sort-select {
  height: 40px;
  border: 1px solid var(--prt-border);
  border-radius: 4px;
  padding: 0 34px 0 16px;
  font-size: 11px;
  font-weight: 800;
  color: #111329;
  box-shadow: none !important;
}

/* PROJECT CARDS */
.prt-projects-wrap {
  padding: 4px 0 34px;
  background: #f8f5f2;
}

.prt-project-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--prt-border);
  border-radius: 6px;
  background: #fff;
  transition: .25s ease;
}

.prt-project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(13, 16, 39, .08);
}

.prt-card-img {
  width: 100%;
  height: 210px;
  overflow: hidden;
  background: #f3f3f3;
}

.prt-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: .35s ease;
}

.prt-project-card:hover .prt-card-img img {
  transform: scale(1.035);
}

.prt-card-body {
  padding: 16px 18px 18px;
}

.prt-card-tag {
  margin: 0 0 8px;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  color: var(--prt-orange);
  letter-spacing: .02em;
  text-transform: uppercase;
}

.prt-card-body h3 {
  margin: 0 0 9px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  color: #12142a;
}

.prt-card-body p:not(.prt-card-tag) {
  min-height: 46px;
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 1.58;
  font-weight: 500;
  color: #545b6f;
}

.prt-card-body a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  color: var(--prt-orange);
}

.prt-load-wrap {
  display: flex;
  justify-content: center;
  padding-top: 26px;
}

.prt-load-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 36px;
  padding: 0 24px;
  border: 2px solid var(--prt-orange);
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  color: var(--prt-orange);
  background: #fff;
  transition: .25s ease;
}

.prt-load-btn:hover {
  color: #fff;
  background: var(--prt-orange);
}

/* STATS */
.prt-stats-wrap {
  background: var(--prt-navy);
  padding: 0;
}

.prt-stats-row {
  min-height: 104px;
  align-items: stretch;
}

.prt-stat-card {
  height: 100%;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.prt-stat-last {
  border-right: 0;
}

.prt-stat-card i {
  font-size: 44px;
  color: var(--prt-orange);
  line-height: 1;
}

.prt-stat-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 31px;
  line-height: 1;
  font-weight: 800;
  color: var(--prt-orange);
}

.prt-stat-card span {
  display: block;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

/* TRUSTED */
.prt-trusted-wrap {
  padding: 34px 0 24px;
  background: #ffffff;
}

.prt-trusted-wrap h2 {
  margin: 0 0 30px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #1f2138;
}

.prt-logo-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 28px;
  margin-bottom: 27px;
}

.prt-brand-logo {
  display: block;
  min-height: 45px;
  font-size: 25px;
  line-height: .95;
  font-weight: 800;
  letter-spacing: .05em;
  color: rgba(12, 15, 35, .42);
  text-align: center;
}

.prt-brand-logo small {
  display: block;
  margin-top: 5px;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .18em;
  color: rgba(12, 15, 35, .36);
}

.prt-view-clients {
  margin-top: 2px;
}

/* CTA */
.prt-bottom-cta-wrap {
  padding: 0 0 18px;
  background: #fff;
}

.prt-bottom-cta {
  position: relative;
  overflow: hidden;
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 24px 135px 24px 28px;
  border: 1px solid #f0eee9;
  border-radius: 7px;
  background: #f8f5f2;
}

.prt-cta-left {
  display: flex;
  align-items: center;
  gap: 22px;
}

.prt-send-icon {
  flex: 0 0 auto;
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--prt-orange);
  border-radius: 50%;
  color: var(--prt-orange);
  font-size: 35px;
}

.prt-cta-left h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  color: #12142a;
}

.prt-cta-left p {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
  color: var(--prt-orange);
  letter-spacing: -.03em;
}

.prt-cta-right {
  width: 330px;
  max-width: 100%;
}

.prt-cta-right p {
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 600;
  color: #747984;
}

.prt-cta-right a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 26px;
  padding: 0 16px;
  border: 1.5px solid var(--prt-orange);
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  color: var(--prt-orange);
  background: #fff;
}

.prt-dot-pattern {
  position: absolute;
  top: 30px;
  right: 32px;
  width: 72px;
  height: 64px;
  background-image: radial-gradient(var(--prt-orange) 1.7px, transparent 1.7px);
  background-size: 14px 14px;
  opacity: .78;
}

/* JS filter helper */
.prt-project-item.prt-hide-card {
  display: none !important;
}

/*Start here branding page css*/
.tsb-page {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}

.tsb-container {
  max-width: 1299px;
  padding-left: 18px;
  padding-right: 18px;
}

.tsb-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 18px;
  margin-bottom: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  color: #8b91a3;
}

.tsb-breadcrumb a {
  color: #7a8193;
}

.tsb-breadcrumb strong {
  color: var(--tsb-orange);
  font-weight: 800;
}

.tsb-breadcrumb span {
  color: #b9beca;
}

.tsb-hero-section {
  position: relative;
  min-height: 450px;
  background: #fcf9f4;
  display: flex;
  align-items: flex-start;
  background-image: url('../images/hero-booth.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50% 100%;
}
.tsb-hero-media {
    display:none !important;
}

.tsb-hero-row {
  min-height: 275px;
}

.tsb-hero-content {
  padding-top: 5px;
  position: relative;
  z-index: 3;
}

.tsb-eyebrow,
.tsb-section-head p,
.tsb-why-intro p {
  margin: 0 0 8px;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  color: var(--tsb-orange);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.tsb-hero-title {
  margin: 0;
  max-width: 455px;
  font-size: 44px;
  line-height: 0.99;
  font-weight: 900;
  letter-spacing: -0.055em;
  color: var(--tsb-navy-2);
}

.tsb-hero-title span {
  display: block;
}

.tsb-hero-title span:nth-child(3),
.tsb-hero-title span:nth-child(4) {
  color: var(--tsb-orange);
}

.tsb-hero-copy {
  max-width: 395px;
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: #4f596e;
}

.tsb-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.tsb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 9px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.25s ease;
}

.tsb-btn-fill {
  color: #fff;
  background: var(--tsb-orange);
  border: 1px solid var(--tsb-orange);
}

.tsb-btn-fill:hover {
  color: #fff;
  background: var(--tsb-orange-dark);
  border-color: var(--tsb-orange-dark);
  transform: translateY(-2px);
}

.tsb-btn-link {
  padding: 0;
  color: var(--tsb-orange);
  background: transparent;
}

.tsb-btn-link:hover,
.tsb-inline-link:hover {
  color: var(--tsb-orange-dark);
  transform: translateX(3px);
}

.tsb-hero-media-col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.tsb-hero-media {
  position: relative;
  width: 575px;
  max-width: 100%;
  height: 235px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tsb-orange-circle {
  position: absolute;
  width: 185px;
  height: 185px;
  top: 2px;
  left: 55px;
  border-radius: 50%;
  background: var(--tsb-orange);
  z-index: 1;
}

.tsb-hero-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transform: translateX(2px);
}

.tsb-feature-strip {
  border-top: 1px solid #eeeef3;
  border-bottom: 1px solid #eeeef3;
  background: #fcf9f4;
}

.tsb-feature-row {
  min-height: 74px;
}

.tsb-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px 12px;
  border-right: 1px solid #eeeef3;
}

.tsb-feature-last {
  border-right: 0;
}

.tsb-feature-item i {
  flex: 0 0 auto;
  font-size: 26px;
  line-height: 1;
  color: #9da3b3;
}

.tsb-feature-item h3 {
  margin: 0 0 4px;
  font-size: 11px;
  line-height: 1.15;
  font-weight: 900;
  color: #22263d;
}

.tsb-feature-item p {
  margin: 0;
  max-width: 145px;
  font-size: 10.5px;
  line-height: 1.35;
  font-weight: 600;
  color: #8a90a0;
}

.tsb-offer-section {
  padding: 36px 0 42px;
  background: #fcf9f4;
}

.tsb-section-head {
  margin-bottom: 22px;
}

.tsb-section-head-left {
  text-align: left;
}

.tsb-section-head h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.035em;
  color: var(--tsb-navy-2);
}

.tsb-offer-card {
  min-height: 166px;
  height: 100%;
  padding: 18px 13px 15px;
  border: 1px solid var(--tsb-border);
  border-radius: 7px;
  background: #fff;
  text-align: center;
  transition: 0.25s ease;
}

.tsb-offer-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 90, 31, 0.35);
  box-shadow: 0 16px 30px rgba(15, 19, 46, 0.07);
}

.tsb-offer-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border: 1.5px solid rgba(255, 90, 31, 0.24);
  border-radius: 6px;
  font-size: 22px;
  color: var(--tsb-orange);
}

.tsb-offer-card h3 {
  margin: 0 0 8px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  color: #22263d;
}

.tsb-offer-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  color: #717889;
}

.tsb-process-section {
  padding: 38px 0 38px;
  background: #fcf9f4;
}

.tsb-process-line {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  position: relative;
  margin-top: 20px;
}

.tsb-process-line::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 6%;
  right: 6%;
  height: 1px;
  background: #dfe2ea;
  z-index: 1;
}

.tsb-process-step {
  position: relative;
  z-index: 2;
  padding: 0 10px;
  text-align: center;
}

.tsb-process-step > span {
  position: absolute;
  top: 19px;
  left: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  color: var(--tsb-orange);
}

.tsb-process-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ededf1;
  border-radius: 50%;
  background: #fff;
  color: var(--tsb-orange);
  font-size: 22px;
}

.tsb-process-step h3 {
  margin: 0 0 8px;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  color: #22263d;
}

.tsb-process-step p {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 600;
  color: #6d7486;
}

.tsb-work-section {
  padding: 34px 0 32px;
  background: #fcf9f4;
}

.tsb-work-card {
  height: 100%;
}

.tsb-work-card img {
  width: 100%;
  height: 200px;
  display: block;
  object-fit: contain;
  border-radius: 3px;
  margin-bottom: 9px;
}

.tsb-work-card h3 {
  margin: 0 0 3px;
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 900;
  color: #22263d;
}

.tsb-work-card p {
  margin: 0;
  font-size: 8.5px;
  line-height: 1.3;
  font-weight: 600;
  color: #858b99;
}

.tsb-work-link-wrap {
  margin-top: 14px;
}

.tsb-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  color: var(--tsb-orange);
  transition: 0.25s ease;
}

.tsb-why-section {
  padding: 32px 0;
  background: var(--tsb-navy);
  color: #fff;
}

.tsb-why-intro h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #fff;
}

.tsb-why-intro span {
  display: block;
  max-width: 295px;
  font-size: 11px;
  line-height: 1.6;
  font-weight: 600;
  color: #b6bbca;
}

.tsb-why-grid {
  border-left: 1px solid rgba(255,255,255,0.12);
}

.tsb-why-item {
  min-height: 125px;
  padding: 10px 18px;
  border-right: 1px solid rgba(255,255,255,0.12);
}

.tsb-why-item i {
  display: block;
  margin-bottom: 14px;
  font-size: 32px;
  line-height: 1;
  color: var(--tsb-orange);
}

.tsb-why-item h3 {
  margin: 0 0 8px;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 900;
  color: #fff;
}

.tsb-why-item p {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 600;
  color: #aeb4c5;
}

.tsb-final-cta {
  padding: 24px 0 26px;
  background: #fff;
}

.tsb-final-cta h2 {
  margin: 0;
  max-width: 385px;
  font-size: 27px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.045em;
  color: var(--tsb-navy-2);
}

.tsb-final-cta h2 span {
  color: var(--tsb-orange);
}

.tsb-final-cta p {
  margin: 0 0 12px;
  max-width: 250px;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 600;
  color: #747b8e;
}

.tsb-footer-brand {
  text-align: right;
}

.tsb-logo-text {
  margin-bottom: 14px;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #252a47;
}

.tsb-logo-text span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 30px;
  margin-left: -3px;
  border-radius: 50%;
  background: var(--tsb-orange);
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.04em;
}

.tsb-socials {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.tsb-socials a {
  width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #111426;
  color: #fff;
  font-size: 11px;
  transition: 0.25s ease;
}

.tsb-socials a:hover {
  background: var(--tsb-orange);
  transform: translateY(-2px);
}



/*End here*/
/*start here webdesign */
.bdx-container {
    max-width: var(--bdx-container)
}

/* Header */
.bdx-header {
    padding-top: 12px;
    background: #fcf9f4;
}

.bdx-breadcrumb {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 8px;
    font-weight: 600;
    line-height: 1;
    color: #8f8b87
}

.bdx-breadcrumb a {
    color: #8f8b87
}

.bdx-breadcrumb strong {
    color: var(--bdx-orange);
    font-weight: 800
}

/* Hero */
.bdx-hero {
    /* background: linear-gradient(180deg, #fbf8f5 0%, #fbf9f4 100%); */
    padding: 18px 0 5px;
    background: #fbf8f4;
}

.bdx-hero-copy {
    padding-top: 0
}

.bdx-kicker {
    margin: 0 0 8px;
    color: var(--bdx-orange);
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .02em
}

.bdx-hero-title {
    margin: 0;
    color: var(--bdx-navy);
    font-size: 41px;
    font-weight: 850;
    letter-spacing: -1.55px;
    line-height: .98
}

.bdx-hero-title span {
    color: var(--bdx-orange)
}

.bdx-hero-desc {
    max-width: 352px;
    margin: 13px 0 18px;
    color: #5f5d68;
    font-size: 10.3px;
    font-weight: 500;
    line-height: 1.65
}

.bdx-hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap
}

.bdx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .01em;
    transition: all .25s ease
}

.bdx-btn-primary {
    background: var(--bdx-orange);
    color: #fff;
    font-size: 8.2px;
    padding: 9px 15px;
    box-shadow: 0 7px 16px rgba(255,90,24,.22)
}

.bdx-btn-primary:hover {
    background: var(--bdx-orange-dark);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(255,90,24,.3)
}

.bdx-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--bdx-orange);
    font-size: 8.3px;
    font-weight: 900;
    text-transform: uppercase;
    transition: .25s ease
}

.bdx-link-btn:hover {
    color: var(--bdx-orange-dark);
    transform: translateX(2px)
}

.bdx-hero-art {
    min-height: 185px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end
}

.bdx-hero-device {
    width: min(100%,520px);
    height: auto;
    display: block;
    object-fit: contain;
    margin-top: -20px;
    margin-right: -2px
}

/* Trusted Brands */
.bdx-brands {
    background: #f8f5f2;
    border-top: 1px solid #eee8e2;
    border-bottom: 1px solid #eee8e2;
    padding: 9px 0 13px;
    text-align: center
}

.bdx-brands-title {
    font-size: 7px;
    text-transform: uppercase;
    color: #7a7673;
    font-weight: 900;
    margin: 0 0 9px;
    letter-spacing: .03em
}

.bdx-brand-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    align-items: center
}

.bdx-brand-grid>div {
    min-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e3ddd8
}

.bdx-brand-grid>div:last-child {
    border-right: 0
}

.bdx-brand-grid img {
    max-width: 88px;
    max-height: 30px;
    object-fit: contain;
    opacity: .82;
    filter: grayscale(1)
}

/* Services */
.bdx-services {
    background: #fff;
    padding: 19px 0 24px
}

.bdx-section-title {
    margin: 0;
    color: var(--bdx-navy);
    font-size: 17px;
    font-weight: 850;
    line-height: 1.15;
    letter-spacing: -.28px
}

.bdx-services-title {
    margin-bottom: 19px
}

.bdx-service-row {
    border-left: 1px solid var(--bdx-line)
}

.bdx-service-card {
    height: 100%;
    min-height: 116px;
    border: 1px solid var(--bdx-line);
    border-left: 0;
    background: #fff;
    padding: 16px 12px 12px;
    text-align: center;
    transition: .25s ease
}

.bdx-service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(19,13,40,.06)
}

.bdx-service-card i {
    display: block;
    margin-bottom: 9px;
    color: var(--bdx-orange);
    font-size: 26px;
    line-height: 1
}

.bdx-service-card h3 {
    margin: 0 0 8px;
    color: var(--bdx-navy);
    font-size: 8.9px;
    font-weight: 850;
    line-height: 1.15
}

.bdx-service-card p {
    margin: 0;
    color: #65616a;
    font-size: 7.2px;
    font-weight: 500;
    line-height: 1.45
}

/* Process */
.bdx-process {
    background: #f8f5f2;
    padding: 20px 0 26px
}

.bdx-process-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 0;
    margin-top: 21px
}

.bdx-process-card {
    position: relative;
    padding: 0 8px
}

.bdx-process-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 17px;
    right: -12px;
    width: 24px;
    height: 1px;
    background: #f3b69d
}

.bdx-process-card span {
    display: block;
    color: var(--bdx-orange);
    font-size: 8px;
    font-weight: 900;
    margin-bottom: 4px
}

.bdx-process-icon {
    width: 35px;
    height: 35px;
    border: 1px solid #ffbda5;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    margin: 0 auto 9px;
    color: var(--bdx-orange);
    font-size: 15px
}

.bdx-process-card h3 {
    margin: 0 0 6px;
    color: var(--bdx-navy);
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase
}

.bdx-process-card p {
    margin: 0;
    color: #6d6971;
    font-size: 6.5px;
    font-weight: 500;
    line-height: 1.45
}

/* Portfolio */
.bdx-portfolio {
    background: #fff;
    padding: 20px 0 16px
}

.bdx-project-row {
    margin-top: 13px
}

.bdx-project-card {
    height: 49px;
    overflow: hidden;
    background: #ddd
}

.bdx-project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .35s ease
}

.bdx-project-card:hover img {
    transform: scale(1.05)
}

.bdx-project-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    color: var(--bdx-orange);
    font-size: 12.5px;
    font-weight: 900;
    text-transform: uppercase
}

.bdx-project-link:hover {
    color: var(--bdx-orange-dark)
}

/* Features */
.bdx-features {
    background: var(--bdx-navy);
    padding: 25px 0 24px;
    color: #fff
}

.bdx-features-title {
    margin: 0 0 11px;
    color: #fff;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.18;
    letter-spacing: -.2px
}

.bdx-features-desc {
    max-width: 360px;
    margin: 0;
    color: rgba(255,255,255,.7);
    font-size: 8.8px;
    font-weight: 500;
    line-height: 1.55
}

.bdx-feature-card {
    text-align: center;
    padding: 7px 3px
}

.bdx-feature-card i {
    display: block;
    color: var(--bdx-orange);
    font-size: 27px;
    line-height: 1;
    margin-bottom: 12px
}

.bdx-feature-card h3 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 8.5px;
    font-weight: 850;
    line-height: 1.25
}

.bdx-feature-card p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 6.8px;
    font-weight: 500;
    line-height: 1.55
}

/* CTA / Footer */
.bdx-cta {
    background: #fff;
    padding: 18px 0 16px
}

.bdx-cta h2 {
    margin: 0;
    color: var(--bdx-navy);
    font-size: 22px;
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -.45px
}

.bdx-cta h2 span {
    color: var(--bdx-orange)
}

.bdx-cta p {
    max-width: 270px;
    margin: 0 0 9px;
    color: #5d5b65;
    font-size: 8.8px;
    font-weight: 500;
    line-height: 1.45
}

.bdx-footer-logo {
    width: 65%;
    height: auto;
    margin-bottom: 11px;
    background: none;
}

.bdx-socials {
    display: flex;
    justify-content: flex-end;
    gap: 10px
}

.bdx-socials a {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #151515;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 8px;
    transition: .25s ease
}

.bdx-socials a:hover {
    background: var(--bdx-orange);
    transform: translateY(-2px)
}

/*End here webdesign*/


/* RESPONSIVE */

/* =====================================================
   Final visibility + responsive repair
   Added without creating duplicate media-query blocks.
===================================================== */

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  color: #171326;
  background: #fbf8f3;
}

a {
  color: inherit;
  text-decoration: none;
}

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

section, header, footer, main {
  max-width: 100%;
}

.br-container,
.brs-container,
.brc-container,
.uxhero-container-wide,
.nxblog-page-container,
.vrd-container,
.prt-container,
.tsb-container,
.bdx-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.br-btn, .brs-primary-btn, .brc-btn-primary, .brc-submit-btn, .uxhero-solid-action {
  color: #ffffff !important;
}

.br-kicker, .br-breadcrumb a,
.brs-eyebrow,
.brc-eyebrow, .brc-card-eyebrow, .brc-section-head span,
.uxhero-section-kicker,
.nxblog-section-kicker, .nxblog-area-heading, .nxblog-topics-label, .nxblog-highlight-label,
.vrd-eyebrow, .vrd-section-kicker {
  color: #ff5a12 !important;
}

.br-hero h1, .br-about-hero h1, .br-services h2, .br-work h2,
.brs-hero-title, .brs-section-title,
.brc-hero-title, .brc-form-card h2, .brc-connect-card h3, .brc-section-head h2,
.uxhero-main-title, .uxhero-centered-header h2,
.nxblog-hero-heading, .nxblog-featured-primary-body h3, .nxblog-featured-small-card h3,
.vrd-hero-heading, .vrd-offer-heading, .vrd-process-heading, .vrd-work-heading, .vrd-advantage-heading, .vrd-cta-heading {
  color: #11132c;
}

.br-hero p, .br-about-hero p, .br-card p,
.brs-hero-copy, .brs-section-copy,
.brc-hero-copy, .brc-form-card p, .brc-connect-item p, .brc-value-item p, .brc-office-card p,
.uxhero-main-description, .uxhero-industry-card p,
.nxblog-hero-summary, .nxblog-featured-primary-body p, .nxblog-featured-small-card p,
.vrd-hero-paragraph, .vrd-body-copy {
  color: #5f6673;
}

@media (min-width: 992px) {
  .prt-hero-left {
    flex: 0 0 42%;
    max-width: 42%;
  }

  .prt-hero-right {
    flex: 0 0 58%;
    max-width: 58%;
  }
}


/*End here*/
@media (min-width: 1200px) {
  .vrd-package-service-column {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bdx-container {
        max-width: 1200px;
    }

    .bdx-hero-title {
        font-size: 44px
    }

    .bdx-project-card {
        height: 140px
    }

    .bdx-hero-art {
        min-height: 390px
    }

    .bdx-hero-device {
        width: 720px;
        margin-top: -60px;
        margin-right: -55px
    }

    .bdx-hero {
        padding-bottom: 0
    }

    .bdx-brands {
        padding: 18px 0 24px
    }

    .bdx-services {
        padding: 44px 0
    }

    .bdx-process {
        padding: 38px 0 45px
    }

    .bdx-portfolio {
        padding: 38px 0 30px
    }

    .bdx-features {
        padding: 48px 0
    }

    .bdx-cta {
        padding: 34px 0
    }

    .bdx-kicker {
        font-size: 11px
    }

    .bdx-section-title {
        font-size: 28px
    }

    .bdx-hero-desc {
        font-size: 13px
    }

    .bdx-btn-primary,.bdx-link-btn {
        font-size: 11px
    }

    .bdx-service-card {
        min-height: 160px;
        padding: 24px 15px
    }

    .bdx-service-card h3 {
        font-size: 13px
    }

    .bdx-service-card p {
        font-size: 10.5px
    }

    .bdx-process-icon {
        width: 54px;
        height: 54px;
        font-size: 23px
    }

    .bdx-process-card h3 {
        font-size: 11px
    }

    .bdx-process-card p {
        font-size: 12px;
    }

    .bdx-process-card span {
        font-size: 12px
    }

    .bdx-feature-card h3 {
        font-size: 13px
    }

    .bdx-feature-card p {
        font-size: 10px
    }

    .bdx-features-title {
        font-size: 29px
    }

    .bdx-features-desc {
        font-size: 13px
    }

    .bdx-cta h2 {
        font-size: 31px
    }

    .bdx-cta p {
        font-size: 13px
    }

    .bdx-brand-grid img {
        max-width: 100%;
        max-height: 86px;
    }

    .bdx-brands-title {
        font-size: 10px
    }
}


@media (max-width: 1399.98px) {
   .prt-hero-container {
    max-width: 1140px;
  }

  .prt-hero-title {
    font-size: 68px;
  }

  .prt-collage-wrap {
    width: 660px;
    height: 320px;
  }

  .prt-collage-card {
    height: 270px;
  }

  .prt-card-one {
    width: 212px;
    left: 42px;
    top: 44px;
  }

  .prt-card-two {
    width: 230px;
    left: 246px;
    top: 26px;
  }

  .prt-card-three {
    width: 270px;
    left: 462px;
    top: 34px;
  }

  .prt-orange-shape {
    width: 235px;
    height: 235px;
    left: 72px;
  }

  .vrd-orange-circle {
    right: 170px;
    width: 600px;
  }

  .vrd-main-book {
    right: 420px;
    width: 335px;
  }

  .vrd-fold-brochure {
    right: 225px;
    width: 480px;
  }

  .vrd-white-book {
    right: 330px;
    width: 300px;
  }

  .vrd-navy-book {
    right: 115px;
    width: 295px;
  }

  .vrd-business-card {
    right: 485px;
    width: 345px;
  }

  .vrd-floating-card {
    right: 440px;
  }

  .vrd-leaves {
    right: 20px;
    width: 320px;
  }

}

@media (max-width: 1199.98px) {
   .tsb-hero-title {
    font-size: 40px;
  }

  .tsb-hero-media {
    width: 515px;
  }

  .tsb-hero-img {
    width: 485px;
  }

  .tsb-orange-circle {
    left: 42px;
  }

  .tsb-offer-card {
    min-height: 180px;
  }
  .prt-portfolio-hero {
    min-height: 600px;
  }

  .prt-hero-title {
    font-size: 56px;
  }

  .prt-hero-text {
    font-size: 16px;
    max-width: 400px;
  }

  .prt-collage-wrap {
    width: 565px;
    height: 295px;
  }

  .prt-collage-card {
    height: 235px;
    border-width: 6px;
  }

  .prt-card-one {
    width: 180px;
    left: 35px;
    top: 50px;
  }

  .prt-card-two {
    width: 200px;
    left: 208px;
    top: 36px;
  }

  .prt-card-three {
    width: 235px;
    left: 395px;
    top: 42px;
  }

  .prt-orange-shape {
    width: 205px;
    height: 205px;
    left: 55px;
    top: 14px;
  }

  .prt-card-img {
    height: 190px;
  }

  .prt-logo-row {
    grid-template-columns: repeat(3, 1fr);
  }
.br-container {
    max-width: 1140px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .br-hero h1 {
    font-size: 50px;
  }

  .br-menu {
    gap: 22px;
  }

  .br-about-hero h1 {
    font-size: 38px;
  }

  .br-hero-img {
    width: 88%;
  }

  .brs-hero-section {
    min-height: 620px;
    padding: 70px 0;
    background-size: auto 100%;
  }

  .brs-hero-title {
    max-width: 480px;
  }

  .brs-hero-copy {
    max-width: 470px;
  }

  .brs-process-track {
    gap: 16px;
  }

  .brc-container {
    max-width: 960px;
  }

  .brc-hero-section {
    min-height: 470px;
    padding: 64px 0;
    background-size: 56% auto;
    background-position: right center;
  }

  .brc-hero-title {
    font-size: 48px;
  }

  .brc-hero-bg-dot-one {
    left: 37%;
    bottom: 70px;
  }

  .brc-value-item {
    padding: 18px;
  }

  .brc-office-card {
    grid-template-columns: 125px 1fr;
  }

  .brc-office-card div {
    padding: 18px 16px;
  }

  .uxhero-container-wide {
    max-width: 960px;
  }

  .uxhero-main-title {
    font-size: 38px;
  }

  .uxhero-slanted-collage {
    width: 560px;
    height: 285px;
    margin-right: -45px;
  }

  .uxhero-slanted-panel {
    width: 118px;
    height: 255px;
  }

  .uxhero-slanted-panel-two {
    left: 105px;
  }

  .uxhero-slanted-panel-three {
    left: 205px;
  }

  .uxhero-slanted-panel-four {
    left: 306px;
  }

  .uxhero-slanted-panel-five {
    left: 405px;
    width: 132px;
  }

  .uxhero-industry-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .uxhero-expertise-intro {
    padding-left: 22px;
    padding-right: 22px;
  }

  .nxblog-page-container {
    max-width: 960px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nxblog-hero-area,
  .nxblog-hero-row {
    height: 400px;
    min-height: 400px;
  }

  .nxblog-hero-copy-column {
    flex-basis: 42%;
    max-width: 42%;
    padding-top: 38px;
    padding-right: 26px;
    padding-bottom: 36px;
    padding-left: 24px;
  }

  .nxblog-breadcrumb-line {
    margin-bottom: 30px;
  }

  .nxblog-hero-heading {
    max-width: 390px;
    font-size: 42px;
  }

  .nxblog-hero-summary {
    max-width: 390px;
    margin-bottom: 24px;
    font-size: 12px;
  }

  .nxblog-search-form {
    max-width: 365px;
  }

  .nxblog-hero-visual-column {
    flex-basis: 58%;
    max-width: 58%;
    height: 400px;
    min-height: 400px;
  }

  .nxblog-hero-visual-column::before {
    left: -58px;
    top: 24px;
    width: 168px;
    height: 168px;
  }

  .nxblog-featured-primary-image {
    height: 185px;
  }

  .nxblog-featured-small-card img {
    height: 160px;
  }

  .nxblog-topics-grid {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 10px;
  }

  .nxblog-topic-item:nth-child(4)::after {
    display: none;
  }

  .nxblog-newsletter-shell {
    grid-template-columns: 80px 1fr;
    gap: 18px;
  }

  .nxblog-newsletter-form {
    grid-column: 1 / -1;
  }

  .nxblog-highlight-card h3 {
    font-size: 25px;
  }

  .vrd-hero-section .vrd-hero-heading {
  font-size: 58px; line-height: 0.98; letter-spacing: -0.068em; max-width: 500px;
  }

  .vrd-hero-paragraph {
  max-width: 430px; margin: 30px 0 26px; font-size: 15px; line-height: 1.72;
  }

  .vrd-orange-circle {
  top: 142px; right: -30px; width: 540px;
  }

  .vrd-main-book {
  top: 180px; right: 300px; width: 286px;
  }

  .vrd-fold-brochure {
  top: 290px; right: 58px; width: 430px;
  }

  .vrd-white-book {
  top: 274px; right: 188px; width: 270px;
  }

  .vrd-navy-book {
  top: 324px; right: -12px; width: 260px;
  }

  .vrd-business-card {
  top: 505px; right: 320px; width: 275px;
  }

  .vrd-floating-card {
  top: 318px; right: 316px; width: 152px;
  }

  .vrd-leaves {
  top: 98px; right: -78px; width: 292px;
  }

  .vrd-hero-section {
  min-height: 780px;
  }

  .vrd-hero-background {
  min-height: 780px;
  }

  .vrd-hero-layout-row {
  min-height: 690px;
  }

  .vrd-hero-content-panel {
  max-width: 500px; padding-top: 0;
  }

  .vrd-hero-action-row {
  gap: 26px;
  }

  .vrd-shadow-layer {
  right: -30px; bottom: 95px; width: 650px; opacity: 0.8;
  }

  .vrd-design-services-grid > [class*="col-"] {
  width: 20%; flex: 0 0 auto;
  }

  .vrd-design-service-panel {
  min-height: 178px; padding: 22px 13px 20px;
  }

  .vrd-design-service-symbol {
  margin-bottom: 16px; font-size: 30px;
  }

  .vrd-design-service-panel h3 {
  font-size: 12px;
  }

  .vrd-design-service-panel p {
  font-size: 10.6px; line-height: 1.55;
  }

  .vrd-process-step-panel {
  padding: 0 5px;
  }

  .vrd-process-step-panel p {
  font-size: 10.6px; line-height: 1.5;
  }

  .vrd-choice-feature-panel {
  padding-left: 12px;
  }

  .vrd-choice-feature-panel p {
  font-size: 10.8px;
  }

    .vrd-package-page .container,
  .vrd-package-footer .container {
    max-width: 960px;
  }

  .vrd-package-hero {
    min-height: 446px;
    align-items: center;
    display: flex;
  }

  .vrd-package-hero-row,
  .vrd-package-hero-spacer {
    min-height: 450px;
  }

  .vrd-package-hero-heading {
    font-size: 25px;
  }

  .vrd-package-hero-circle {
    top: 12px;
    right: 156px;
    width: 382px;
    height: 382px;
  }

  .vrd-package-hero-shadow {
    top: 330px;
    right: -46px;
    width: 690px;
  }

  .vrd-package-hero-box {
    top: 72px;
    right: 214px;
    width: 198px;
  }

  .vrd-package-hero-bottle {
    top: 111px;
    right: 410px;
    width: 143px;
  }

  .vrd-package-hero-jar {
    top: 217px;
    right: 37px;
    width: 206px;
  }

  .vrd-package-hero-leaves {
    top: 29px;
    right: -73px;
    width: 244px;
  }

  .vrd-package-services-intro {
    max-width: 680px;
    margin-bottom: 28px;
  }

  .vrd-package-process-row::before {
    display: none;
  }
  .vrd-package-hero-background img {
    width: 100% !important;
    height: 398px;
}



  /* Final 1199px responsive repair */
  .br-hero h1, .brs-hero-title, .brc-hero-title, .uxhero-main-title, .nxblog-hero-heading, .vrd-hero-heading {
    font-size: clamp(40px, 3vw, 54px);
    line-height: 1.08;
  }
  .br-menu { gap: 20px; }
  .uxhero-industry-card-grid, .uxhero-testimonial-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nxblog-topics-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

}

@media (max-width: 991.98px) {

   .bdx-hero {
        padding-top:15px
    }

    .bdx-hero-title {
        font-size: 35px
    }

    .bdx-hero-art {
        justify-content: center;
        margin-top: 18px
    }

    .bdx-hero-device {
        margin: 0;
        max-width: 520px
    }

    .bdx-process-grid {
        grid-template-columns: repeat(3,1fr);
        row-gap: 22px
    }

    .bdx-process-card:nth-child(3)::after {
        display: none
    }

    .bdx-project-card {
        height: 95px
    }

    .bdx-features {
        text-align: left
    }

    .bdx-feature-card {
        text-align: left
    }

    .bdx-socials {
        justify-content: flex-start
    }


   .tsb-hero-section {
    position: relative;
    min-height: 450px;
    background: #fff;
    display: flex;
    align-items: flex-start;
    background-image: nonr !important;
}
  .tsb-hero-media {
    display: block !important;
    margin-bottom:50px;
}
  
  .tsb-breadcrumb {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .tsb-hero-section {
    min-height: auto;
    padding-bottom: 30px;
  }

  .tsb-hero-row {
    min-height: auto;
  }

  .tsb-hero-title {
    max-width: 560px;
    font-size: 47px;
  }

  .tsb-hero-copy {
    max-width: 500px;
  }

  .tsb-hero-media-col {
    justify-content: center;
    margin-top: 34px;
  }

  .tsb-feature-item,
  .tsb-feature-last {
    border-right: 1px solid #eeeef3;
    border-bottom: 1px solid #eeeef3;
  }

  .tsb-offer-card {
    min-height: 155px;
  }

  .tsb-process-line {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 0;
  }

  .tsb-process-line::before {
    display: none;
  }

  .tsb-process-step > span {
    left: 18px;
  }

  .tsb-work-card img {
    height: auto;
  }

  .tsb-why-grid,
  .tsb-why-item {
    border: 0;
  }

  .tsb-why-item {
    border-top: 1px solid rgba(255,255,255,0.12);
  }

  .tsb-footer-brand {
    text-align: left;
  }

  .tsb-socials {
    justify-content: flex-start;
  }

  .prt-portfolio-hero {
    min-height: auto;
    padding: 90px 0 80px;
  }

  .prt-hero-row {
    min-height: auto;
  }

  .prt-hero-left {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    margin-bottom: 54px;
  }

  .prt-hero-right {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }

  .prt-hero-title {
    font-size: 58px;
  }

  .prt-hero-text {
    max-width: 520px;
  }

  .prt-collage-wrap {
    width: 700px;
    max-width: 100%;
    height: 330px;
  }

  .prt-card-one {
    width: 220px;
    left: 6%;
    top: 44px;
  }

  .prt-card-two {
    width: 240px;
    left: 36%;
    top: 24px;
  }

  .prt-card-three {
    width: 270px;
    left: 66%;
    top: 35px;
    transform: translateX(-20%) rotate(3.5deg);
  }

  .prt-card-three:hover {
    transform: translateX(-20%) rotate(3.5deg) translateY(-6px);
  }

  .prt-orange-shape {
    width: 235px;
    height: 235px;
    left: 11%;
    top: -5px;
  }

  .prt-hero-wrap {
    padding-top: 28px;
  }

  .prt-hero-media {
    justify-content: center;
  }

  .prt-breadcrumb {
    margin-bottom: 24px;
  }

  .prt-filter-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .prt-filter-tabs {
    gap: 10px 18px;
  }

  .prt-stat-card {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
  }

  .prt-bottom-cta {
    padding-right: 28px;
    flex-direction: column;
    align-items: flex-start;
  }

  .prt-dot-pattern {
    right: 24px;
    bottom: 22px;
    top: auto;
  }

  .vrd-package-service-card {
    min-height: 180px;
  }

  .vrd-package-portfolio-item img {
    height: 168px;
  }
  .vrd-package-hero-background img {
    width: 100% !important;
    height: 300px;
}

  .vrd-hero-area {
    padding-bottom: 50px;
  }

  .vrd-breadcrumb-trail {
    margin-bottom: 28px;
  }

  .vrd-hero-copy-block {
    max-width: 650px;
  }

  .vrd-hero-visual-stage {
    min-height: 430px;
    margin-top: 20px;
  }

  .vrd-hero-orange-orb {
    right: 30%;
  }

  .vrd-hero-paper-piece {
    right: 18%;
  }

  .vrd-hero-dark-piece {
    left: 16%;
  }

  .vrd-hero-round-token {
    left: 42%;
  }

  .vrd-hero-pen-object {
    right: 20%;
  }

  .vrd-offer-intro {
    max-width: 620px;
    margin-bottom: 28px;
  }

  .vrd-process-row::before {
    display: none;
  }

  .vrd-advantage-intro {
    max-width: 650px;
  }

  .vrd-cta-brand {
    align-items: flex-start;
  }

  .vrd-footer-links {
    justify-content: flex-start;
  }

  .br-footer li {
    font-size: 14px;
    color: #ddd;
    margin-bottom: 8px;
    justify-content: center;
  }

  .br-about-hero {
    text-align: center;
  }

  .br-breadcrumb {
    justify-content: center;
  }

  .br-about-hero p {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .br-hero-visual {
    min-height: 330px;
    margin-top: 20px;
  }

  .br-hero-img {
    margin: auto;
    width: 92%;
    height: 330px;
    border-radius: 180px;
  }

  .br-orange-circle {
    left: 10%;
    width: 88px;
    height: 88px;
  }

  .br-dot-pattern {
    left: 12%;
    bottom: 0;
  }

  .br-mission {
    text-align: center;
  }

  .br-mission-card {
    border-left: 0;
    padding: 20px;
  }

  .br-story {
    text-align: center;
  }

  .br-bottom-cta {
    text-align: center;
  }

  .br-bottom-cta .d-flex {
    justify-content: center;
  }

  .br-footer .br-container {
    justify-content: center !important;
    text-align: center;
  }

  .br-footer a {
    margin: 0 12px;
  }

  .br-header {
    position: relative;
    background: #fbf8f3;
    padding: 18px 0;
  }

  .br-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-toggler {
    border: 0;
    box-shadow: none !important;
  }

  .navbar-collapse {
    background: #fff;
    border: 1px solid var(--br-border);
    padding: 18px;
    margin-top: 18px;
    border-radius: 14px;
  }

  .br-menu {
    gap: 0;
  }

  .br-menu .nav-link {
    padding: 10px 0 !important;
  }

  .br-hero {
    padding: 45px 0 45px;
    text-align: center;
  }

  .br-hero h1 {
    font-size: 42px;
    max-width: 100%;
    margin: 0 auto;
  }

  .br-hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .myhero {
    margin-top: 30px;
  }

  .myhero img {
    max-width: 520px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .br-services,
  .br-work,
  .br-why {
    padding: 50px 0;
  }

  .br-card {
    min-height: auto;
    padding: 32px 22px;
  }

  .br-project {
    height: 190px;
  }

  .br-cta {
    text-align: center;
  }

  .br-cta p {
    margin-left: auto;
    margin-right: auto;
  }

  .br-logo-small {
    transform-origin: center;
    margin-top: 25px;
  }

  .text-lg-end .br-social,
  .br-social {
    justify-content: center;
  }

  .br-footer .row > div {
    border-left: 0;
    padding-left: 12px;
    margin-bottom: 28px;
  }

  .br-copy {
    flex-direction: column;
    text-align: center;
  }

  .br-copy a {
    margin: 0 10px;
  }

  .brs-hero-section {
    display: block;
    min-height: auto;
    padding: 42px 0 52px;
    background-image: none;
  }

  .brs-hero-section .row {
    row-gap: 30px;
  }

  .brs-breadcrumb {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .brs-eyebrow {
    font-size: 11px;
  }

  .brs-hero-title {
    max-width: 100%;
    font-size: 42px;
  }

  .brs-hero-copy {
    max-width: 100%;
    font-size: 15px;
  }

  .brs-primary-btn {
    padding: 12px 18px;
    font-size: 12px;
  }

  .brs-hero-art-image {
    display: block;
    width: 100%;
    max-width: 720px;
    aspect-ratio: 16 / 9;
    margin: 6px auto 0;
    overflow: hidden;
  }

  .brs-hero-art-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .brs-section-pad {
    padding: 58px 0;
  }

  .brs-process-track {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .brs-process-track::before {
    display: none;
  }

  .brs-process-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
  }

  .brs-process-item span {
    flex: 0 0 44px;
    margin-bottom: 0;
  }

  .brs-dark-section {
    padding: 55px 0;
  }

  .brs-final-cta {
    text-align: left;
  }

  .brs-socials {
    justify-content: flex-start;
  }

  .brc-hero-section {
    display: block;
    min-height: auto;
    padding: 34px 0 40px;
    background-image: none;
  }

  .brc-hero-row {
    min-height: auto;
  }

  .brc-hero-title {
    max-width: 100%;
    font-size: 43px;
  }

  .brc-hero-copy {
    max-width: 520px;
  }

  .brc-hero-visual-col,
  .brc-hero-media {
    display: block;
  }

  .brc-hero-visual-col {
    margin-top: 28px;
  }

  .brc-hero-media {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 170px 0 0 170px;
    box-shadow: 0 18px 55px rgba(16, 18, 43, .08);
  }

  .brc-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .brc-hero-media::before,
  .brc-hero-media::after {
    content: none;
  }

  .brc-hero-bg-dot-one {
    display: none;
  }

  .brc-contact-section {
    padding-top: 0;
  }

  .brc-form-card,
  .brc-connect-card {
    padding: 28px;
  }

  .brc-value-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brc-value-item {
    border-right: 1px solid #ddd9d4;
    border-bottom: 1px solid #ddd9d4;
  }

  .brc-value-item:nth-child(2n) {
    border-right: 0;
  }

  .brc-value-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .brc-office-card {
    grid-template-columns: 130px 1fr;
  }

  .brc-bottom-cta {
    text-align: center;
  }

  .brc-bottom-cta h2 {
    max-width: 100%;
  }

  .brc-bottom-cta .text-lg-end {
    text-align: center !important;
  }

  .uxhero-main-hero {
    padding: 36px 0 24px;
  }

  .uxhero-main-hero-row {
    min-height: auto;
  }

  .uxhero-main-copyblock {
    text-align: center;
  }

  .uxhero-main-description {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .uxhero-collage-stage {
    min-height: 305px;
    margin-top: 30px;
    justify-content: center;
  }

  .uxhero-slanted-collage {
    width: 630px;
    max-width: 100%;
    height: 285px;
    margin-right: 0;
  }

  .uxhero-slanted-panel {
    height: 250px;
  }

  .uxhero-collage-orb-top {
    right: 40px;
  }

  .uxhero-collage-orb-bottom {
    right: 5px;
  }

  .uxhero-industry-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uxhero-industry-card {
    min-height: 155px;
    padding: 22px 18px;
  }

  .uxhero-industry-card p {
    max-width: 220px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
  }

  .uxhero-expertise-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uxhero-expertise-intro {
    grid-column: 1 / -1;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .uxhero-expertise-item {
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .uxhero-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uxhero-testimonial-card:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: 0 auto;
  }

  .uxhero-final-cta {
    text-align: center;
  }

  .uxhero-final-cta-copy {
    justify-content: center;
    padding-left: 0;
    border-left: 0;
  }

  .uxhero-final-cta-copy p {
    max-width: 450px;
  }

  .uxhero-final-target {
    right: 25px;
    opacity: 0.36;
  }

  .nxblog-page-container,
  .nxblog-hero-area .nxblog-page-container {
    max-width: 720px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nxblog-hero-area {
    height: auto;
    min-height: 0;
  }

  .nxblog-hero-row {
    flex-direction: column;
    height: auto;
    min-height: 0;
  }

  .nxblog-hero-copy-column {
    flex: 0 0 auto;
    max-width: 100%;
    padding: 30px 0 34px;
  }

  .nxblog-breadcrumb-line {
    margin-bottom: 28px;
  }

  .nxblog-hero-heading {
    max-width: 520px;
    font-size: 40px;
  }

  .nxblog-hero-summary {
    max-width: 520px;
  }

  .nxblog-search-form {
    max-width: 410px;
  }

  .nxblog-hero-visual-column {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    height: 300px;
    min-height: 300px;
    overflow: hidden;
  }

  .nxblog-hero-visual-column::before {
    left: -40px;
    top: 18px;
    z-index: 0;
    width: 138px;
    height: 138px;
  }

  .nxblog-hero-visual-panel {
    height: 300px;
    border-radius: 220px 0 0 0;
    background-size: cover;
    background-position: center center;
  }

  .nxblog-featured-small-card img {
    height: 200px;
  }

  .nxblog-featured-small-card p {
    min-height: auto;
  }

  .nxblog-topics-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nxblog-topic-item {
    min-height: 82px;
    border-bottom: 1px solid #e8e3de;
  }

  .nxblog-topic-item::after {
    display: none;
  }

  .nxblog-topic-item:nth-last-child(-n + 1) {
    border-bottom: 0;
  }

  .nxblog-highlight-card {
    min-height: auto;
  }

  .nxblog-newsletter-shell {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 30px 24px;
    text-align: center;
  }

  .nxblog-newsletter-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .nxblog-footer-cta-area {
    text-align: center;
  }

  .nxblog-footer-icon {
    margin: 0 auto;
  }

  .nxblog-footer-cta-area p {
    padding-left: 0;
    border-left: 0;
  }

  .nxblog-footer-button {
    width: 100%;
    max-width: 260px;
  }

  .vrd-offer-column {
  width: 33.333333%; flex: 0 0 auto;
  }

  .vrd-process-column {
  width: 33.333333%; flex: 0 0 auto;
  }

  .vrd-hero-section {
  min-height: 1085px; overflow: hidden;
  }

  .vrd-hero-background {
  min-height: 1085px;
  }

  .vrd-breadcrumb-navigation {
  padding-top: 26px;
  }

  .vrd-hero-layout-row {
  min-height: 515px; align-items: flex-start !important;
  }

  .vrd-hero-content-panel {
  max-width: 720px; padding-top: 68px;
  }

  .vrd-hero-section .vrd-hero-heading {
  max-width: 720px;
  font-size: 36px;
  line-height: 0.98;
  letter-spacing: -0.064em;
  }

  .vrd-hero-paragraph {
  max-width: 620px; margin: 30px 0 27px; font-size: 16px; line-height: 1.72;
  }

  .vrd-hero-action-row {
  gap: 24px;
  }

  .vrd-orange-circle {
  top: 605px;
  right: 76px;
  width: 520px;
  }

  .vrd-main-book {
  top: 651px;
  right: 365px;
  width: 265px;
  }

  .vrd-fold-brochure {
  top: 705px; right: 128px; width: 405px;
  }

  .vrd-white-book {
  top: 688px; right: 250px; width: 252px;
  }

  .vrd-navy-book {
  top: 728px; right: 18px; width: 245px;
  }

  .vrd-business-card {
  top: 865px; right: 398px; width: 280px;
  }

  .vrd-floating-card {
  top: 710px; right: 345px; width: 150px;
  }

  .vrd-leaves {
  top: 542px; right: -42px; width: 270px;
  }

  .vrd-shadow-layer {
  top: 920px; right: 35px; bottom: auto; width: 620px; opacity: 0.74;
  }

  .vrd-design-services-section {
  padding: 48px 0 50px;
  }

  .vrd-design-services-intro {
  max-width: 640px; margin-bottom: 28px;
  }

  .vrd-design-services-grid > [class*="col-"] {
  width: 33.333333%; flex: 0 0 auto;
  }

  .vrd-design-service-panel {
  min-height: 175px; padding: 24px 17px 22px;
  }

  .vrd-process-section {
  padding: 48px 0 50px;
  }

  .vrd-process-track-row::before {
  display: none;
  }

  .vrd-process-step-panel {
  min-height: auto; padding: 0 12px;
  }

  .vrd-process-step-number {
  position: static; display: block; margin-bottom: 9px;
  }

  .vrd-portfolio-section {
  padding: 46px 0 42px;
  }

  .vrd-choice-section {
  padding: 52px 0 54px;
  }

  .vrd-choice-intro-panel {
  max-width: 680px; margin-bottom: 8px;
  }

  .vrd-choice-feature-panel {
  min-height: auto; padding-left: 0; border-left: 0; text-align: center;
  }

  .vrd-choice-feature-symbol {
  margin-bottom: 14px;
  }

  .vrd-cta-section {
  padding: 36px 0;
  }

  .vrd-cta-brand-panel {
  align-items: flex-start;
  }

  .vrd-footer-link-navigation {
  justify-content: flex-start;
  }



  /* Final 991px responsive repair */
  body { font-size: 16px; }
  .br-header { padding: 18px 0; }
  .navbar-collapse {
    margin-top: 16px; padding: 16px; background: #ffffff; border: 1px solid #eee7de; border-radius: 14px; box-shadow: 0 16px 34px rgba(17, 19, 43, .08);
  }
  .br-menu { gap: 0; }
  .br-menu .nav-link { color: #1d123c !important; font-size: 14px; padding: 11px 0 !important; }
  .br-hero, .br-about-hero, .brs-hero-section, .brc-hero-section, .uxhero-main-hero, .nxblog-hero-area, .vrd-hero-section { min-height: auto; }
  .br-hero h1, .br-about-hero h1, .brs-hero-title, .brc-hero-title, .uxhero-main-title, .nxblog-hero-heading, .vrd-hero-heading {
    font-size: clamp(36px, 7vw, 48px); line-height: 1.08; letter-spacing: -0.045em;
  }
  .br-hero p, .br-about-hero p, .brs-hero-copy, .brc-hero-copy, .uxhero-main-description, .nxblog-hero-summary, .vrd-hero-paragraph { font-size: 15.5px; line-height: 1.7; }
  .brs-hero-section, .brc-hero-section { background-image: none !important; padding: 56px 0; }
  .brs-hero-art-image, .brc-hero-visual-col, .brc-hero-media { display: block; }
  .brc-value-strip, .brs-process-track, .uxhero-expertise-band { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .uxhero-industry-card-grid, .uxhero-testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nxblog-hero-area, .nxblog-hero-row { height: auto; min-height: auto; }
  .nxblog-hero-row { flex-direction: column; }
  .nxblog-hero-copy-column, .nxblog-hero-visual-column { flex: 0 0 100%; max-width: 100%; }
  .nxblog-hero-copy-column { padding-left: 24px; padding-right: 24px; }

}

@media (max-width: 767.98px) {
   .bdx-header {
        padding-top:10px
    }

    .bdx-hero-title {
        font-size: 31px
    }

    .bdx-hero-desc {
        font-size: 10px
    }

    .bdx-brand-grid {
        grid-template-columns: repeat(5,1fr);
        gap: 0
    }

    .bdx-brand-grid img {
        max-width: 62px
    }

    .bdx-service-row {
        border-left: 0
    }

    .bdx-service-card {
        border-left: 1px solid var(--bdx-line)
    }

    .bdx-process-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .bdx-process-card:nth-child(3)::after {
        display: block
    }

    .bdx-process-card:nth-child(even)::after {
        display: none
    }

    .bdx-project-card {
        height: 80px
    }

    .bdx-cta {
        text-align: left
    }

    .bdx-cta .text-md-end {
        text-align: left!important
    }

    .bdx-footer-logo {
        margin-top: 5px
    }
    .tsb-hero-title {
    font-size: 38px;
  }

  .tsb-hero-media {
    height: 210px;
  }

  .tsb-hero-img {
    width: 430px;
  }

  .tsb-orange-circle {
    width: 155px;
    height: 155px;
    left: 45px;
    top: 14px;
  }

  .tsb-feature-item {
    padding: 16px 10px;
  }

  .tsb-section-head h2 {
    font-size: 19px;
  }

  .tsb-process-line {
    grid-template-columns: repeat(2, 1fr);
  }

  .tsb-work-card img {
    height: 130px;
  }

  .tsb-final-cta h2 {
    font-size: 24px;
  }

   .prt-portfolio-hero {
    padding: 70px 0 64px;
  }

  .prt-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .prt-breadcrumb {
    margin-bottom: 26px;
    font-size: 13px;
  }

  .prt-hero-label {
    font-size: 13px;
  }

  .prt-hero-title {
    font-size: 46px;
    letter-spacing: -0.055em;
  }

  .prt-hero-text {
    margin-top: 26px;
    font-size: 15px;
    line-height: 1.65;
  }

  .prt-hero-cta {
    margin-top: 30px;
  }

  .prt-collage-wrap {
    height: 285px;
  }

  .prt-collage-card {
    height: 220px;
    border-width: 5px;
    border-radius: 10px;
  }

  .prt-card-one {
    width: 34%;
    left: 2%;
    top: 44px;
  }

  .prt-card-two {
    width: 36%;
    left: 31%;
    top: 28px;
  }

  .prt-card-three {
    width: 40%;
    left: 63%;
    top: 42px;
    transform: translateX(-15%) rotate(3.5deg);
  }

  .prt-card-three:hover {
    transform: translateX(-15%) rotate(3.5deg) translateY(-6px);
  }

  .prt-orange-shape {
    width: 190px;
    height: 190px;
    left: 7%;
    top: 6px;
  }

  .prt-filter-tabs {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 5px;
    scrollbar-width: none;
  }

  .prt-filter-tabs::-webkit-scrollbar {
    display: none;
  }

  .prt-filter-btn {
    white-space: nowrap;
  }

  .prt-sort-box {
    width: 100%;
  }

  .prt-card-img {
    height: 220px;
  }

  .prt-logo-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 16px;
  }

  .prt-trusted-wrap h2 {
    font-size: 20px;
  }

  .prt-cta-left {
    align-items: flex-start;
  }

  .prt-send-icon {
    width: 58px;
    height: 58px;
    font-size: 27px;
  }

  .prt-cta-left p {
    font-size: 18px;
  }

   .vrd-package-page .container,
  .vrd-package-footer .container {
    max-width: 100%;
    padding-right: 22px;
    padding-left: 22px;
  }

  .vrd-package-breadcrumb {
    flex-wrap: wrap;
    margin-bottom: 26px;
  }

  .vrd-package-hero-heading {
    font-size: 36px;
  }

  .vrd-package-hero-copy {
    font-size: 12px;
  }

  .vrd-package-hero-actions {
    gap: 14px;
  }

  .vrd-package-hero-background {
    height: 310px;
  }

  .vrd-package-hero-circle {
    width: 260px;
    height: 260px;
  }

  .vrd-package-hero-shadow {
    top: 250px;
    width: 520px;
  }

  .vrd-package-hero-box {
    top: 54px;
    width: 142px;
  }

  .vrd-package-hero-bottle {
    top: 88px;
    left: 6%;
    width: 104px;
  }

  .vrd-package-hero-jar {
    top: 165px;
    right: 4%;
    width: 148px;
  }

  .vrd-package-hero-leaves {
    top: 22px;
    right: -20px;
    width: 150px;
  }

  .vrd-package-services,
  .vrd-package-process,
  .vrd-package-portfolio,
  .vrd-package-why {
    padding-top: 42px;
    padding-bottom: 44px;
  }

  .vrd-package-process-step span {
    position: static;
    display: block;
    margin-bottom: 8px;
  }

  .vrd-package-portfolio-item img {
    height: 185px;
  }

  .vrd-package-footer-links {
    flex-direction: column;
    gap: 8px;
  }

  .br-footer li {
    font-size: 14px;
    color: #ddd;
    margin-bottom: 8px;
    justify-content: center;
  }

  .br-about-hero {
    text-align: center;
  }

  .br-breadcrumb {
    justify-content: center;
  }

  .br-about-hero p {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .br-hero-visual {
    min-height: 330px;
    margin-top: 20px;
  }

  .br-dot-pattern {
    left: 12%;
    bottom: 0;
  }

  .br-mission {
    text-align: center;
  }

  .br-story {
    text-align: center;
  }

  .br-bottom-cta {
    text-align: center;
  }

  .br-bottom-cta .d-flex {
    justify-content: center;
  }

  .br-footer .br-container {
    justify-content: center !important;
    text-align: center;
  }

  .br-footer a {
    margin: 0 12px;
  }

  .br-header {
    position: relative;
    background: #fbf8f3;
    padding: 18px 0;
  }

  .br-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-toggler {
    border: 0;
    box-shadow: none !important;
  }

  .navbar-collapse {
    background: #fff;
    border: 1px solid var(--br-border);
    padding: 18px;
    margin-top: 18px;
    border-radius: 14px;
  }

  .br-menu {
    gap: 0;
  }

  .br-menu .nav-link {
    padding: 10px 0 !important;
  }

  .br-hero {
    padding: 45px 0 45px;
    text-align: center;
  }

  .myhero {
    margin-top: 30px;
  }

  .myhero img {
    max-width: 520px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .br-services,
  .br-work,
  .br-why {
    padding: 50px 0;
  }

  .br-card {
    min-height: auto;
    padding: 32px 22px;
  }

  .br-project {
    height: 190px;
  }

  .br-cta {
    text-align: center;
  }

  .br-cta p {
    margin-left: auto;
    margin-right: auto;
  }

  .br-logo-small {
    transform-origin: center;
    margin-top: 25px;
  }

  .text-lg-end .br-social,
  .br-social {
    justify-content: center;
  }

  .br-footer .row > div {
    border-left: 0;
    padding-left: 12px;
    margin-bottom: 28px;
  }

  .br-copy {
    flex-direction: column;
    text-align: center;
  }

  .br-copy a {
    margin: 0 10px;
  }

  .brs-hero-section {
    display: block;
    min-height: auto;
    padding: 42px 0 52px;
    background-image: none;
  }

  .brs-hero-section .row {
    row-gap: 30px;
  }

  .brs-breadcrumb {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .brs-eyebrow {
    font-size: 11px;
  }

  .brs-hero-title {
    max-width: 100%;
    font-size: 42px;
  }

  .brs-hero-copy {
    max-width: 100%;
    font-size: 15px;
  }

  .brs-primary-btn {
    padding: 12px 18px;
    font-size: 12px;
  }

  .brs-hero-art-image {
    display: block;
    width: 100%;
    max-width: 720px;
    aspect-ratio: 16 / 9;
    margin: 6px auto 0;
    overflow: hidden;
  }

  .brs-hero-art-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .brs-section-pad {
    padding: 58px 0;
  }

  .brs-process-track {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .brs-process-track::before {
    display: none;
  }

  .brs-process-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
  }

  .brs-process-item span {
    flex: 0 0 44px;
    margin-bottom: 0;
  }

  .brs-dark-section {
    padding: 55px 0;
  }

  .brs-final-cta {
    text-align: left;
  }

  .brs-socials {
    justify-content: flex-start;
  }

  .brc-hero-section {
    display: block;
    min-height: auto;
    padding: 34px 0 40px;
    background-image: none;
  }

  .brc-hero-row {
    min-height: auto;
  }

  .brc-hero-title {
    max-width: 100%;
    font-size: 43px;
  }

  .brc-hero-copy {
    max-width: 520px;
  }

  .brc-hero-visual-col,
  .brc-hero-media {
    display: block;
  }

  .brc-hero-visual-col {
    margin-top: 28px;
  }

  .brc-hero-media {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 170px 0 0 170px;
    box-shadow: 0 18px 55px rgba(16, 18, 43, .08);
  }

  .brc-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .brc-hero-media::before,
  .brc-hero-media::after {
    content: none;
  }

  .brc-hero-bg-dot-one {
    display: none;
  }

  .brc-contact-section {
    padding-top: 0;
  }

  .brc-form-card,
  .brc-connect-card {
    padding: 28px;
  }

  .brc-value-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brc-value-item {
    border-right: 1px solid #ddd9d4;
    border-bottom: 1px solid #ddd9d4;
  }

  .brc-value-item:nth-child(2n) {
    border-right: 0;
  }

  .brc-value-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .brc-office-card {
    grid-template-columns: 130px 1fr;
  }

  .brc-bottom-cta {
    text-align: center;
  }

  .brc-bottom-cta h2 {
    max-width: 100%;
  }

  .brc-bottom-cta .text-lg-end {
    text-align: center !important;
  }

  .uxhero-main-hero {
    padding: 36px 0 24px;
  }

  .uxhero-main-hero-row {
    min-height: auto;
  }

  .uxhero-main-copyblock {
    text-align: center;
  }

  .uxhero-main-description {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .uxhero-collage-stage {
    min-height: 305px;
    margin-top: 30px;
    justify-content: center;
  }

  .uxhero-slanted-collage {
    width: 630px;
    max-width: 100%;
    height: 285px;
    margin-right: 0;
  }

  .uxhero-slanted-panel {
    height: 250px;
  }

  .uxhero-collage-orb-top {
    right: 40px;
  }

  .uxhero-collage-orb-bottom {
    right: 5px;
  }

  .uxhero-industry-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uxhero-industry-card {
    min-height: 155px;
    padding: 22px 18px;
  }

  .uxhero-industry-card p {
    max-width: 220px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
  }

  .uxhero-expertise-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uxhero-expertise-intro {
    grid-column: 1 / -1;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .uxhero-expertise-item {
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .uxhero-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uxhero-testimonial-card:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: 0 auto;
  }

  .uxhero-final-cta {
    text-align: center;
  }

  .uxhero-final-cta-copy {
    justify-content: center;
    padding-left: 0;
    border-left: 0;
  }

  .uxhero-final-cta-copy p {
    max-width: 450px;
  }

  .uxhero-final-target {
    right: 25px;
    opacity: 0.36;
  }

  .nxblog-page-container,
  .nxblog-hero-area .nxblog-page-container {
    max-width: 720px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nxblog-hero-area {
    height: auto;
    min-height: 0;
  }

  .nxblog-hero-row {
    flex-direction: column;
    height: auto;
    min-height: 0;
  }

  .nxblog-hero-copy-column {
    flex: 0 0 auto;
    max-width: 100%;
    padding: 30px 0 34px;
  }

  .nxblog-breadcrumb-line {
    margin-bottom: 28px;
  }

  .nxblog-hero-heading {
    max-width: 520px;
    font-size: 40px;
  }

  .nxblog-hero-summary {
    max-width: 520px;
  }

  .nxblog-search-form {
    max-width: 410px;
  }

  .nxblog-hero-visual-column {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    height: 300px;
    min-height: 300px;
    overflow: hidden;
  }

  .nxblog-hero-visual-column::before {
    left: -40px;
    top: 18px;
    z-index: 0;
    width: 138px;
    height: 138px;
  }

  .nxblog-hero-visual-panel {
    height: 300px;
    border-radius: 220px 0 0 0;
    background-size: cover;
    background-position: center center;
  }

  .nxblog-featured-small-card img {
    height: 200px;
  }

  .nxblog-featured-small-card p {
    min-height: auto;
  }

  .nxblog-topics-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nxblog-topic-item {
    min-height: 82px;
    border-bottom: 1px solid #e8e3de;
  }

  .nxblog-topic-item::after {
    display: none;
  }

  .nxblog-topic-item:nth-last-child(-n + 1) {
    border-bottom: 0;
  }

  .nxblog-highlight-card {
    min-height: auto;
  }

  .nxblog-newsletter-shell {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 30px 24px;
    text-align: center;
  }

  .nxblog-newsletter-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .nxblog-footer-cta-area {
    text-align: center;
  }

  .nxblog-footer-icon {
    margin: 0 auto;
  }

  .nxblog-footer-cta-area p {
    padding-left: 0;
    border-left: 0;
  }

  .nxblog-footer-button {
    width: 100%;
    max-width: 260px;
  }

  .vrd-offer-column {
  width: 50%; flex: 0 0 auto;
  }

  .vrd-process-column {
  width: 50%; flex: 0 0 auto;
  }

  

  .vrd-hero-area {
    padding-top: 20px;
  }

  .vrd-hero-section .vrd-hero-heading {
  font-size: 48px; line-height: 1; letter-spacing: -0.055em;
  }

  .vrd-hero-description {
    font-size: 14px;
  }

  .vrd-hero-visual-stage {
    min-height: 360px;
  }

  .vrd-hero-orange-orb {
    top: 20px;
    right: 22%;
    width: 210px;
    height: 210px;
  }

  .vrd-hero-paper-piece {
    top: 64px;
    right: 6%;
    width: 250px;
    height: 178px;
  }

  .vrd-hero-paper-piece strong {
    font-size: 20px;
  }

  .vrd-hero-dark-piece {
    left: 4%;
    bottom: 62px;
    width: 205px;
    height: 124px;
  }

  .vrd-hero-round-token {
    left: 48%;
    bottom: 80px;
    width: 40px;
    height: 40px;
  }

  .vrd-hero-pen-object {
    right: 7%;
    bottom: 22px;
    height: 210px;
  }

  .vrd-hero-leaf-cluster {
    right: -38px;
    transform: scale(0.72);
    transform-origin: top right;
  }

  .vrd-offer-area,
  .vrd-process-area,
  .vrd-work-area,
  .vrd-advantage-area {
    padding-top: 44px;
    padding-bottom: 46px;
  }

  .vrd-offer-panel {
    min-height: 170px;
  }

  .vrd-process-head {
    margin-bottom: 30px;
  }

  .vrd-process-item {
    min-height: 0;
  }

  .vrd-process-number {
    position: static;
    display: block;
    margin-bottom: 8px;
  }

  .vrd-advantage-item {
    min-height: 0;
  }

  .vrd-work-showcase {
    min-height: 135px;
  }

  .vrd-cta-area {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .vrd-footer-copy,
  .vrd-footer-links {
    text-align: left;
  }

  .br-about-hero h1 {
    font-size: 34px;
  }

  .br-hero-img {
    margin: auto;
    width: 92%;
    height: 280px;
    border-radius: 180px;
  }

  .br-orange-circle {
    left: 10%;
    width: 72px;
    height: 72px;
  }

  .br-mission h2,
  .br-story h2,
  .br-team h2 {
    font-size: 27px;
  }

  .br-mission-card {
    border-left: 0;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .br-stats h3 {
    font-size: 29px;
  }

  .br-timeline img {
    height: 190px;
  }

  .br-person img {
    height: 150px;
  }

  .br-bottom-cta:after {
    display: none;
  }

  .br-hero h1 {
    font-size: 36px;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.2;
    letter-spacing: -1.2px;
  }

  .br-hero p {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.7;
  }

  .br-services h2,
  .br-work h2,
  .br-why h2,
  .br-cta h2 {
    font-size: 28px;
  }

  .br-card i {
    font-size: 46px;
  }

  .br-project h4 {
    font-size: 28px;
  }

  .br-why {
    text-align: center;
  }

  .br-why-item {
    margin-top: 25px;
  }

  .vrd-hero-section {
  min-height: 1000px;
  }

  .vrd-hero-background {
  min-height: 1000px;
  }

  .vrd-hero-content-panel {
  max-width: 100%; padding-top: 44px;
  }

  .vrd-hero-paragraph {
  max-width: 100%; margin: 24px 0 24px; font-size: 14px;
  }

  .vrd-orange-circle {
  top: 550px; right: -18px; width: 390px;
  }

  .vrd-main-book {
  top: 584px; right: 242px; width: 205px;
  }

  .vrd-fold-brochure {
  top: 646px; right: 38px; width: 330px;
  }

  .vrd-white-book {
  top: 634px; right: 140px; width: 205px;
  }

  .vrd-navy-book {
  top: 670px; right: -34px; width: 212px;
  }

  .vrd-business-card {
  top: 780px; right: 250px; width: 230px;
  }

  .vrd-floating-card {
  top: 646px; right: 252px; width: 120px;
  }

  .vrd-leaves {
  top: 528px; right: -70px; width: 210px;
  }

  .vrd-shadow-layer {
  top: 845px; right: 4px; bottom: auto; width: 470px;
  }

  .vrd-design-services-grid > [class*="col-"] {
  width: 50%; flex: 0 0 auto;
  }

  .vrd-choice-feature-panel {
  padding: 0 10px; text-align: center;
  }



  /* Final 767px responsive repair */
  .br-container, .brs-container, .brc-container, .uxhero-container-wide, .nxblog-page-container, .vrd-container { padding-left: 18px; padding-right: 18px; }
  .br-hero, .br-services, .br-work, .br-why, .br-story, .br-team, .brs-section-pad, .brs-dark-section { padding-top: 46px; padding-bottom: 46px; }
  .br-hero h1, .br-about-hero h1, .brs-hero-title, .brc-hero-title, .uxhero-main-title, .nxblog-hero-heading, .vrd-hero-heading { font-size: clamp(32px, 10vw, 42px); line-height: 1.1; }
  .br-services h2, .br-work h2, .br-why h2, .br-cta h2, .br-mission h2, .br-story h2, .br-team h2, .brs-section-title, .brs-dark-title, .brs-final-cta h2, .brc-bottom-cta h2, .uxhero-centered-header h2, .nxblog-newsletter-copy h2, .vrd-offer-heading, .vrd-process-heading, .vrd-work-heading, .vrd-advantage-heading, .vrd-cta-heading { font-size: clamp(26px, 7vw, 34px); line-height: 1.18; }
  .br-card p, .brs-mini-card p, .brs-deliver-card p, .brc-connect-item p, .brc-value-item p, .brc-office-card p, .uxhero-industry-card p, .nxblog-featured-primary-body p, .nxblog-featured-small-card p { font-size: 14px; line-height: 1.65; }
  .br-card h3, .brs-mini-card h3, .brs-deliver-card h3, .brc-office-card h3, .uxhero-industry-card h3, .nxblog-featured-primary-body h3, .nxblog-featured-small-card h3 { font-size: 18px; }
  .brc-value-strip, .brs-process-track, .uxhero-industry-card-grid, .uxhero-testimonial-grid, .uxhero-expertise-band, .nxblog-topics-grid { grid-template-columns: 1fr; }
  .brc-value-item, .uxhero-expertise-item { border-right: 0; border-left: 0; border-bottom: 1px solid #e8e3de; }
  .br-copy { flex-direction: column; text-align: center; }
  .br-copy a { margin-left: 0; margin-right: 14px; }

}

@media (max-width: 575.98px) {
      .vrd-package-hero{
        display:block;
      }
  .bdx-container {
        padding-left:10px;
        padding-right: 10px
    }

    .bdx-hero {
        padding-bottom: 8px
    }

    .bdx-hero-title {
        font-size: 29px
    }

    .bdx-hero-actions {
        gap: 18px
    }

    .bdx-hero-art {
        min-height: auto
    }

    .bdx-brands {
        padding-top: 7px
    }

    .bdx-brand-grid img {
        max-width: 56px
    }

    .bdx-section-title {
        font-size: 16px
    }

    .bdx-process-grid {
        grid-template-columns: repeat(6,1fr);
        gap: 0;
        overflow-x: auto;
        padding-bottom: 4px;
        scroll-snap-type: x mandatory
    }

    .bdx-process-card {
        min-width: 63px;
        scroll-snap-align: start;
        padding: 0 5px
    }

    .bdx-process-card:not(:last-child)::after {
        top: 17px;
        right: -9px;
        width: 18px;
        display: block
    }

    .bdx-process-card h3 {
        font-size: 6.8px
    }

    .bdx-process-card p {
        font-size: 5.7px
    }

    .bdx-project-card {
        height: 49px
    }

    .bdx-features-title {
        font-size: 17px
    }

    .bdx-cta h2 {
        font-size: 20px
    }
    
  .tsb-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tsb-breadcrumb {
    font-size: 9px;
  }

  .tsb-hero-title {
    font-size: 34px;
  }

  .tsb-hero-actions {
    gap: 14px;
  }

  .tsb-hero-media {
    height: 185px;
  }

  .tsb-hero-img {
    width: 360px;
    max-width: 112%;
  }

  .tsb-orange-circle {
    width: 130px;
    height: 130px;
    left: 35px;
    top: 18px;
  }

  .tsb-feature-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .tsb-offer-section,
  .tsb-process-section,
  .tsb-work-section {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .tsb-offer-card {
    min-height: 170px;
  }

  .tsb-process-line {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tsb-process-step {
    padding: 0 18px;
  }

  .tsb-process-step > span {
    left: 8px;
  }

  .tsb-work-card img {
    height: auto;
  }

  .tsb-why-intro h2 {
    font-size: 22px;
  }

  .tsb-final-cta h2 {
    font-size: 22px;
  }
  .prt-hero-container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .prt-hero-wrap {
    padding-top: 22px;
  }

  .prt-hero-title {
    font-size: 39px;
  }

  .prt-collage-wrap {
    height: 235px;
    margin-top: 0;
  }

  .prt-collage-card {
    height: 175px;
    border-width: 4px;
  }

  .prt-orange-shape {
    width: 150px;
    height: 150px;
    left: 6%;
    top: 14px;
  }

  .prt-card-img {
    height: 200px;
  }

  .prt-stat-card {
    justify-content: flex-start;
    padding: 0 32px;
  }

  .prt-logo-row {
    grid-template-columns: 1fr;
  }

  .prt-bottom-cta {
    padding: 22px;
  }

  .prt-cta-left {
    gap: 14px;
  }

  .prt-dot-pattern {
    display: none;
  }

  .vrd-package-hero-background img {
    width: 100% !important;
    height: 239px;
}
  .vrd-package-primary-link,
  .vrd-package-text-link {
    width: 100%;
  }

  .vrd-package-text-link {
    justify-content: center;
  }

  .vrd-package-hero-heading {
    font-size: 27px;
  }

  .vrd-package-hero-background {
    height: 270px;
    position: inherit;
  }

  .vrd-package-hero-circle {
    width: 216px;
    height: 216px;
  }

  .vrd-package-hero-shadow {
    top: 220px;
    width: 430px;
  }

  .vrd-package-hero-box {
    top: 48px;
    width: 116px;
  }

  .vrd-package-hero-bottle {
    top: 77px;
    width: 82px;
  }

  .vrd-package-hero-jar {
    top: 140px;
    width: 118px;
  }

  .vrd-package-hero-leaves {
    width: 112px;
  }

  .vrd-package-service-card {
    min-height: auto;
  }

  .vrd-package-cta h2 {
    font-size: 24px;
  }
.vrd-hero-heading {
    font-size: clamp(28px, 5.05vw, 24px);
   }

  .vrd-hero-section {
  min-height: 920px;
  }

  .vrd-hero-background {
  min-height: 920px;
  }

  .vrd-hero-action-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .vrd-primary-pill-link {
    width: 100%;
  }

  .vrd-orange-circle {
    top: 562px;
    right: -10px;
    width: 312px;
  }

  .vrd-main-book {
    top: 590px;
    right: 188px;
    width: 160px;
  }

  .vrd-fold-brochure {
    top: 635px;
    right: 15px;
    width: 266px;
  }

  .vrd-white-book {
    top: 633px;
    right: 102px;
    width: 160px;
  }

  .vrd-navy-book {
    top: 660px;
    right: -54px;
    width: 180px;
  }

  .vrd-business-card {
    top: 744px;
    right: 175px;
    width: 192px;
  }

  .vrd-floating-card {
    top: 653px;
    right: 178px;
    width: 108px;
  }

  .vrd-leaves {
    top: 548px;
    right: -74px;
    width: 178px;
  }

  .vrd-portfolio-project-panel img {
    aspect-ratio: 1.62 / 1;
  }

  .vrd-brand-logo-link img {
    width: 200px;
  }

  .vrd-footer-link-navigation {
    flex-direction: column;
    gap: 7px;
  }

  .br-logo {
    font-size: 26px;
  }

  .br-logo:after {
    width: 58px;
    height: 58px;
    right: -11px;
    top: -14px;
  }

  .br-logo b {
    font-size: 16px;
  }

  .br-logo small {
    font-size: 5.5px;
    letter-spacing: 1.4px;
  }

  .br-hero {
    padding: 35px 0 35px;
  }

  .br-hero h1 {
    font-size: 31px;
  }

  .myhero img {
    max-width: 360px;
  }

  .br-services,
  .br-work,
  .br-why {
    padding: 42px 0;
  }

  .br-card {
    padding: 28px 20px;
  }

  .br-project {
    height: 165px;
  }

  .br-project h4 {
    font-size: 24px;
  }

  .br-cta h2 {
    font-size: 26px;
  }

  .br-footer {
    text-align: center;
  }

  .br-footer .br-social {
    justify-content: center;
  }

  .br-contact li {
    justify-content: center;
  }

  .br-copy {
    font-size: 11px;
  }

  .br-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .br-about-hero {
    padding-top: 24px;
  }

  .br-about-hero h1 {
    font-size: 29px;
  }

  .br-about-hero p {
    font-size: 13px;
    line-height: 1.75;
  }

  .br-btn {
    padding: 12px 19px;
    font-size: 10px;
  }

  .br-hero-visual {
    min-height: 230px;
  }

  .br-hero-img {
    height: 230px;
    width: 100%;
    border-radius: 135px 0 0 135px;
  }

  .br-img-logo {
    font-size: 20px;
  }

  .br-dot-pattern {
    display: none;
  }

  .br-story,
  .br-team {
    padding: 40px 0;
  }

  .br-bottom-cta h2 {
    font-size: 23px;
  }

  .br-footer a {
    display: inline-block;
    margin: 8px 8px 0;
  }

  .brs-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .brs-hero-section {
    padding: 34px 0 44px;
  }

  .brs-breadcrumb {
    font-size: 11px;
  }

  .brs-hero-title {
    font-size: 34px;
  }

  .brs-hero-copy {
    font-size: 14px;
    line-height: 1.75;
  }

  .brs-primary-btn,
  .brs-outline-btn {
    width: 100%;
  }

  .brs-hero-art-image {
    aspect-ratio: 4 / 3;
  }

  .brs-section-pad {
    padding: 48px 0;
  }

  .brs-mini-card,
  .brs-deliver-card,
  .brs-dark-card {
    text-align: left;
  }

  .brs-final-cta h2 {
    font-size: 26px;
  }

  .brc-hero-section {
    padding: 24px 0 32px;
  }

  .brc-breadcrumb {
    margin-bottom: 22px;
  }

  .brc-hero-title {
    font-size: 34px;
  }

  .brc-hero-copy {
    max-width: 100%;
  }

  .brc-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .brc-btn-primary,
  .brc-btn-plain {
    width: 100%;
  }

  .brc-hero-media {
    border-radius: 105px 0 0 105px;
  }

  .brc-form-card,
  .brc-connect-card {
    padding: 24px 20px;
  }

  .brc-form-card h2,
  .brc-connect-card h3,
  .brc-section-head h2 {
    font-size: 22px;
  }

  .brc-connect-item {
    gap: 13px;
  }

  .brc-connect-item span {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    font-size: 17px;
  }

  .brc-value-strip {
    grid-template-columns: 1fr;
  }

  .brc-value-item,
  .brc-value-item:nth-child(2n),
  .brc-value-item:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid #ddd9d4;
  }

  .brc-value-item:last-child {
    border-bottom: 0;
  }

  .brc-office-card {
    grid-template-columns: 1fr;
    max-width: 470px;
    margin: 0 auto;
  }

  .brc-office-card img {
    height: 170px;
  }

  .brc-office-card div {
    padding: 20px;
  }

  .brc-global-note {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .brc-bottom-cta h2 {
    font-size: 28px;
  }

  .brc-bottom-cta .brc-btn-primary {
    width: auto;
  }

  .uxhero-main-hero {
    padding: 28px 0 18px;
  }

  .uxhero-main-title {
    font-size: 34px;
  }

  .uxhero-main-description {
    font-size: 11px;
  }

  .uxhero-outline-action,
  .uxhero-solid-action {
    width: 100%;
  }

  .uxhero-collage-stage {
    min-height: 260px;
    overflow: hidden;
  }

  .uxhero-slanted-collage {
    width: 430px;
    height: 245px;
    transform: scale(0.84);
    transform-origin: center;
  }

  .uxhero-slanted-panel {
    width: 94px;
    height: 225px;
  }

  .uxhero-slanted-panel-two {
    left: 82px;
  }

  .uxhero-slanted-panel-three {
    left: 164px;
  }

  .uxhero-slanted-panel-four {
    left: 246px;
  }

  .uxhero-slanted-panel-five {
    left: 328px;
    width: 104px;
  }

  .uxhero-collage-orb-top {
    width: 54px;
    height: 54px;
    right: 18px;
  }

  .uxhero-collage-orb-bottom {
    width: 44px;
    height: 44px;
    right: -12px;
    bottom: 42px;
  }

  .uxhero-centered-header h2 {
    font-size: 17px;
  }

  .uxhero-industry-card-grid,
  .uxhero-testimonial-grid,
  .uxhero-expertise-band {
    grid-template-columns: 1fr;
  }

  .uxhero-industry-card {
    min-height: auto;
  }

  .uxhero-expertise-item {
    padding: 24px 18px;
  }

  .uxhero-testimonial-card:last-child {
    max-width: 100%;
  }

  .uxhero-final-cta {
    padding: 32px 0 36px;
  }

  .uxhero-final-cta h2 {
    font-size: 24px;
  }

  .uxhero-final-target,
  .uxhero-final-dots {
    display: none;
  }

  .nxblog-page-container,
  .nxblog-hero-area .nxblog-page-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nxblog-hero-copy-column {
    padding-top: 26px;
    padding-bottom: 30px;
  }

  .nxblog-breadcrumb-line {
    margin-bottom: 26px;
  }

  .nxblog-hero-heading {
    font-size: 34px;
  }

  .nxblog-hero-summary {
    font-size: 12px;
  }

  .nxblog-search-form {
    max-width: 100%;
  }

  .nxblog-hero-visual-column {
    height: 230px;
    min-height: 230px;
  }

  .nxblog-hero-visual-column::before {
    left: -32px;
    top: 16px;
    width: 106px;
    height: 106px;
  }

  .nxblog-hero-visual-panel {
    height: 230px;
    border-radius: 150px 0 0 0;
    background-position: center center;
  }

  .nxblog-featured-area {
    padding-top: 26px;
  }

  .nxblog-featured-primary-image,
  .nxblog-featured-small-card img {
    height: 180px;
  }

  .nxblog-topics-grid {
    grid-template-columns: 1fr;
  }

  .nxblog-topic-item {
    border-bottom: 1px solid #e8e3de;
  }

  .nxblog-topic-button-wrap {
    transform: none;
    padding: 14px 0 18px;
  }

  .nxblog-pill-outline-link {
    width: 100%;
  }

  .nxblog-popular-item {
    grid-template-columns: 78px 1fr;
    gap: 12px;
  }

  .nxblog-popular-item img {
    width: 78px;
    height: 56px;
  }

  .nxblog-highlight-card {
    padding: 25px 22px;
  }

  .nxblog-highlight-card h3 {
    font-size: 24px;
  }

  .nxblog-newsletter-form {
    grid-template-columns: 1fr;
  }

  .nxblog-newsletter-form button {
    width: 100%;
  }

  .nxblog-newsletter-copy h2 {
    font-size: 25px;
  }

  .nxblog-footer-cta-area h2 {
    font-size: 23px;
  }

  .vrd-breadcrumb-trail {
    flex-wrap: wrap;
    gap: 6px;
    font-size: 10px;
  }

  .vrd-action-pill {
    width: 100%;
    min-height: 44px;
  }

  .vrd-hero-visual-stage {
    min-height: 330px;
    margin-top: 8px;
  }

  .vrd-hero-orange-orb {
    right: 18%;
    width: 184px;
    height: 184px;
  }

  .vrd-hero-paper-piece {
    right: 0;
    width: 216px;
    height: 154px;
  }

  .vrd-hero-dark-piece {
    left: 0;
    width: 176px;
    height: 108px;
  }

  .vrd-hero-dark-piece strong {
    font-size: 16px;
  }

  .vrd-hero-pen-object {
    right: 4%;
    height: 180px;
  }

  .vrd-offer-heading,
  .vrd-process-heading,
  .vrd-work-heading,
  .vrd-advantage-heading,
  .vrd-cta-heading {
    letter-spacing: -0.038em;
  }

  .vrd-work-showcase h3 {
    font-size: 22px;
  }

  .vrd-cta-brand {
    gap: 18px;
  }

  .vrd-footer-links {
    flex-direction: column;
    gap: 8px;
  }

  .vrd-hero-section .vrd-hero-heading {
  font-size: 40px; line-height: 1.02; letter-spacing: -0.052em;
  }

  .vrd-hero-content-panel {
  padding-top: 36px;
  }

  .vrd-hero-paragraph {
  font-size: 13.5px; line-height: 1.68; margin: 21px 0 22px;
  }

  .vrd-design-services-grid > [class*="col-"] {
  width: 100%; flex: 0 0 auto;
  }

  .vrd-offer-column {
  width: 100%; flex: 0 0 auto;
  }

  .vrd-process-column {
  width: 100%; flex: 0 0 auto;
  }

  .vrd-choice-feature-panel {
  padding: 0;
  }

  .vrd-package-hero-spacer {
    min-height: 0;
}



  /* Final 575px responsive repair */
  body { font-size: 16px; }
  .br-logo { font-size: 28px; }
  .br-logo b { font-size: 18px; }
  .br-logo:after { width: 62px; height: 62px; right: -13px; top: -14px; }
  .br-hero h1, .br-about-hero h1, .brs-hero-title, .brc-hero-title, .uxhero-main-title, .nxblog-hero-heading, .vrd-hero-heading { font-size: clamp(30px, 11vw, 38px); letter-spacing: -0.035em; }
  .br-hero p, .br-about-hero p, .brs-hero-copy, .brc-hero-copy, .uxhero-main-description, .nxblog-hero-summary, .vrd-hero-paragraph { font-size: 15px; }
  .br-btn, .brs-primary-btn, .brc-btn-primary, .brc-submit-btn, .uxhero-solid-action, .uxhero-outline-action, .nxblog-pill-outline-link { width: 100%; min-height: 46px; font-size: 12px; }
  .br-card, .brc-form-card, .brc-connect-card, .brs-deliver-card, .nxblog-highlight-card { padding: 24px 18px; }
  .brc-input, .nxblog-search-form input { font-size: 14px; }

}

/* =====================================================
   BDX Web Design Page ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â visibility + responsive repair
   Target page classes: .bdx-*
   Paste/keep this after the original BDX styles in style.css.
===================================================== */
:root {
  --bdx-orange: #ff5a18;
  --bdx-orange-dark: #eb4b10;
  --bdx-navy: #171136;
  --bdx-text: #16172e;
  --bdx-muted: #62616d;
  --bdx-soft: #f7f4f1;
  --bdx-line: #ebe6e2;
  --bdx-white: #ffffff;
  --bdx-container: 1280px;
}

.bdx-container {
  width: 100%;
  max-width: var(--bdx-container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}

.bdx-header {
  padding: 18px 0 8px;
  background: #fcf9f4;
}

.bdx-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #67616d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.bdx-breadcrumb a {
  color: #67616d !important;
  text-decoration: none;
}

.bdx-breadcrumb strong,
.bdx-kicker,
.bdx-hero-title span,
.bdx-link-btn,
.bdx-project-link,
.bdx-cta h2 span,
.bdx-service-card i,
.bdx-process-card span,
.bdx-process-icon,
.bdx-feature-card i {
  color: var(--bdx-orange) !important;
}

.bdx-hero {
  padding: 48px 0 40px;
  background: #fbf8f4;
  overflow: hidden;
}

.bdx-hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 0;
}

.bdx-kicker {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bdx-hero-title {
  max-width: 560px;
  margin: 0;
  color: var(--bdx-navy) !important;
  font-size: clamp(44px, 5vw, 50px);
  font-weight: 900;
  letter-spacing: -2.5px;
  line-height: 1.02;
}

.bdx-hero-desc {
  max-width: 485px;
  margin: 22px 0 28px;
  color: var(--bdx-muted) !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.78;
}

.bdx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
}

.bdx-btn,
.bdx-link-btn,
.bdx-project-link {
  text-decoration: none;
}

.bdx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .01em;
  transition: all .25s ease;
}

.bdx-btn-primary {
  min-height: 46px;
  padding: 14px 24px;
  background: var(--bdx-orange) !important;
  border-color: var(--bdx-orange) !important;
  color: #fff !important;
  font-size: 12px;
  box-shadow: 0 12px 24px rgba(255,90,24,.24);
}

.bdx-btn-primary:hover {
  background: var(--bdx-orange-dark) !important;
  border-color: var(--bdx-orange-dark) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.bdx-link-btn,
.bdx-project-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.bdx-hero-art {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bdx-hero-device {
  width: min(100%, 690px);
  height: auto;
  display: block;
  object-fit: contain;
  margin: 0 -22px 0 0;
}

.bdx-brands {
  padding: 20px 0 22px;
  background: #f8f5f2;
  border-top: 1px solid var(--bdx-line);
  border-bottom: 1px solid var(--bdx-line);
  text-align: center;
}

.bdx-brands-title {
  margin: 0 0 16px;
  color: #6d6872 !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bdx-brand-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  border-right: 1px solid #e9e1da;
  background: #ffffff00;
}

.bdx-brand-grid > div {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-right: 1px solid #e3ddd8;
}

.bdx-brand-grid > div:last-child { border-right: 0; }

.bdx-brand-grid img {
  max-width: 100%;
  object-fit: contain;
  opacity: .9;
  filter: none;
}

.bdx-services,
.bdx-process,
.bdx-portfolio,
.bdx-features,
.bdx-cta {
  overflow: hidden;
}

.bdx-services {
  padding: 64px 0 72px;
  background: #fff;
}

.bdx-section-title {
  margin: 0;
  color: var(--bdx-navy) !important;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 900;
  line-height: 1.13;
  letter-spacing: -1px;
}

.bdx-services-title { margin-bottom: 36px; }

.bdx-service-row { border-left: 1px solid var(--bdx-line); }

.bdx-service-card {
  height: 100%;
  min-height: 245px;
  padding: 34px 22px 28px;
  background: #fff;
  border: 1px solid var(--bdx-line);
  border-left: 0;
  text-align: center;
  transition: .25s ease;
}

.bdx-service-card h3,
.bdx-process-card h3,
.bdx-feature-card h3 {
  color: var(--bdx-navy) !important;
}

.bdx-service-card i {
  display: block;
  margin-bottom: 18px;
  font-size: 42px;
  line-height: 1;
}

.bdx-service-card h3 {
  margin: 0 0 13px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.bdx-service-card p,
.bdx-process-card p,
.bdx-feature-card p,
.bdx-cta p,
.bdx-features-desc {
  font-weight: 500;
}

.bdx-service-card p {
  margin: 0;
  color: var(--bdx-muted) !important;
  font-size: 14px;
  line-height: 1.65;
}

.bdx-process {
  padding: 66px 0 72px;
  background: #f8f5f2;
}

.bdx-process-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px 0;
  margin-top: 38px;
}

.bdx-process-card {
  position: relative;
  padding: 0 14px;
}

.bdx-process-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 34px;
  right: -18px;
  width: 36px;
  height: 1px;
  background: #f3b69d;
}

.bdx-process-card span {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 900;
}

.bdx-process-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border: 1px solid #ffbda5;
  border-radius: 50%;
  background: #fff;
  font-size: 28px;
}

.bdx-process-card h3 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.bdx-process-card p {
  margin: 0;
  color: var(--bdx-muted) !important;
  font-size: 13px;
  line-height: 1.6;
}

.bdx-portfolio {
  padding: 66px 0 58px;
  background: #fff;
}

.bdx-project-row { margin-top: 30px; }

.bdx-project-card {
  height: 210px;
  overflow: hidden;
  background: #ddd;
  border-radius: 6px;
}

.bdx-project-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: .35s ease;
}

.bdx-project-link {
  margin-top: 28px;
}

.bdx-features {
  padding: 74px 0 76px;
  background: var(--bdx-navy) !important;
  color: #fff;
}

.bdx-features .bdx-kicker,
.bdx-features .bdx-feature-card i {
  color: var(--bdx-orange) !important;
}

.bdx-features-title {
  margin: 0 0 18px;
  color: #fff !important;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -1px;
}

.bdx-features-desc {
  max-width: 380px;
  margin: 0;
  color: rgba(255,255,255,.78) !important;
  font-size: 15px;
  line-height: 1.72;
}

.bdx-feature-card {
  height: 100%;
  padding: 20px 12px;
  text-align: center;
}

.bdx-feature-card i {
  display: block;
  margin-bottom: 18px;
  font-size: 42px;
  line-height: 1;
}

.bdx-feature-card h3 {
  margin: 0 0 12px;
  color: #fff !important;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
}

.bdx-feature-card p {
  margin: 0;
  color: rgba(255,255,255,.72) !important;
  font-size: 13px;
  line-height: 1.6;
}

.bdx-cta {
  padding: 52px 0;
  background: #fff;
}

.bdx-cta h2 {
  margin: 0;
  color: var(--bdx-navy) !important;
  font-size: clamp(30px, 3.2vw, 28px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -1.2px;
}

.bdx-cta p {
  max-width: 360px;
  margin: 0 0 18px;
  color: var(--bdx-muted) !important;
  font-size: 15px;
  line-height: 1.7;
}

.bdx-footer-logo {
  max-width: 220px;
  width: 65%;
  height: auto;
  margin-bottom: 16px;
  background: transparent;
}

.bdx-socials {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.bdx-socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #151515;
  color: #fff !important;
  font-size: 14px;
  text-decoration: none;
  transition: .25s ease;
}

.bdx-socials a:hover {
  background: var(--bdx-orange);
  transform: translateY(-2px);
}

@media (max-width: 1199.98px) {
  .bdx-container { max-width: 960px; }
  .bdx-hero-title {font-size: clamp(42px, 3.2vw, 58px);}
  .bdx-hero-art { min-height: 330px; }
  .bdx-service-card { min-height: 250px; padding: 30px 18px 26px; }
  .bdx-process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 0; }
  .bdx-process-card:nth-child(3)::after { display: none; }
  .bdx-project-card { height: 180px; }
}

@media (max-width: 991.98px) {
  .bdx-container { max-width: 720px; }
  .bdx-header { padding: 16px 0 8px; }
  .bdx-hero { padding: 42px 0 48px; }
  .bdx-hero-copy { text-align: left; }
  .bdx-hero-title {max-width: 650px;font-size: clamp(40px, 5vw, 54px);}
  .bdx-hero-desc { max-width: 620px; font-size: 15.5px; }
  .bdx-hero-art { min-height: auto; justify-content: center; margin-top: 34px; }
  .bdx-hero-device { width: min(100%, 590px); margin: 0; }
  .bdx-brand-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .bdx-brand-grid > div {min-height: 91px;padding: 12px;}
  .bdx-brand-grid img {max-width: 155px;min-height: 69px !important;}
  .bdx-services, .bdx-process, .bdx-portfolio, .bdx-features { padding-top: 58px; padding-bottom: 62px; }
  .bdx-service-card { min-height: 220px; border-left: 1px solid var(--bdx-line); }
  .bdx-service-row { border-left: 0; }
  .bdx-project-card { height: 160px; }
  .bdx-features { text-align: left; }
  .bdx-feature-card { text-align: left; padding: 18px 8px; }
  .bdx-socials { justify-content: flex-start; }
}

@media (max-width: 767.98px) {
  .bdx-container { max-width: 540px; padding-left: 16px; padding-right: 16px; }
  .bdx-breadcrumb { font-size: 11px; gap: 6px; }
  .bdx-hero { padding: 34px 0 40px; }
  .bdx-kicker { font-size: 12px; }
  .bdx-hero-title { font-size: clamp(34px, 10vw, 46px); letter-spacing: -1.7px; }
  .bdx-hero-desc { font-size: 15px; line-height: 1.7; }
  .bdx-btn-primary { width: 100%; min-height: 46px; font-size: 11.5px; }
  .bdx-link-btn { font-size: 11.5px; }
  .bdx-hero-actions { gap: 16px; }
  .bdx-hero-art { margin-top: 28px; }
  .bdx-brand-grid {grid-template-columns: repeat(1, minmax(0, 1fr));}
  .bdx-brand-grid > div { border-right: 1px solid #e3ddd8; border-bottom: 1px solid #e3ddd8; }
  .bdx-brand-grid > div:nth-child(even) { border-right: 0; }
  .bdx-brand-grid > div:last-child { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
  .bdx-section-title {font-size: clamp(21px, 8vw, 22px);}
  .bdx-services, .bdx-process, .bdx-portfolio, .bdx-features { padding-top: 46px; padding-bottom: 50px; }
  .bdx-service-card { min-height: 210px; padding: 28px 18px 24px; }
  .bdx-service-card h3 { font-size: 17px; }
  .bdx-service-card p { font-size: 13.5px; }
  .bdx-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 0; }
  .bdx-process-card:nth-child(3)::after { display: block; }
  .bdx-process-card:nth-child(even)::after { display: none; }
  .bdx-process-card h3 { font-size: 13px; }
  .bdx-process-card p { font-size: 12.5px; }
  .bdx-project-card { height: 145px; }
  .bdx-cta { padding: 44px 0; text-align: left; }
  .bdx-cta p { margin-top: 18px; }
  .bdx-cta .text-md-end { text-align: left !important; }
  .bdx-footer-logo { margin-top: 8px; width: 180px; max-width: 70%; }
}

@media (max-width: 575.98px) {
  .bdx-container { padding-left: 14px; padding-right: 14px; }
  .bdx-hero-title {font-size: 24px;line-height: 1.05;}
  .bdx-hero-title br { display: none; }
  .bdx-hero-desc { font-size: 14.5px; }
  .bdx-hero-art { margin-top: 24px; }
  .bdx-brand-grid img { max-width: 118px; }
  .bdx-services-title { margin-bottom: 26px; }
  .bdx-service-card { min-height: auto; }
  .bdx-service-card i { font-size: 38px; }
  .bdx-process-grid { grid-template-columns: 1fr; gap: 26px; }
  .bdx-process-card { padding: 0; }
  .bdx-process-card::after { display: none !important; }
  .bdx-process-icon { width: 62px; height: 62px; font-size: 25px; }
  .bdx-project-card { height: 125px; }
  .bdx-feature-card { padding: 16px 0; }
  .bdx-features-title, .bdx-cta h2 {font-size: 24px;}
  .bdx-socials a { width: 32px; height: 32px; }
}
