/* B&R Consulting focused home polish */

.brhdd-home {
  --brhdd-orange: #f15a24;
  --brhdd-orange-dark: #c94616;
  --brhdd-navy: #07111f;
  --brhdd-ink: #101828;
  --brhdd-text: #475467;
  --brhdd-muted: #667085;
  --brhdd-paper: #f6f2ec;
  --brhdd-soft: #f2f5f6;
  --brhdd-surface: #ffffff;
  --brhdd-line: #e4e7ec;
  --brhdd-shadow: 0 14px 34px rgba(16, 24, 40, 0.08);
  --brhdd-shadow-lg: 0 22px 54px rgba(16, 24, 40, 0.12);
  --brhdd-section-y: 64px;
  --brhdd-section-y-md: 82px;
  --brhdd-section-y-lg: 96px;
  --builza-base: var(--brhdd-orange);
  --builza-black: var(--brhdd-ink);
  --builza-gray: var(--brhdd-text);
  --builza-primary: var(--brhdd-paper);
  overflow-x: hidden;
  background: var(--brhdd-paper);
  color: var(--brhdd-text);
}

.brhdd-home *,
.brhdd-home *::before,
.brhdd-home *::after {
  box-sizing: border-box;
}

.brhdd-home img {
  display: block;
  max-width: 100%;
}

.brhdd-home a {
  text-decoration: none;
}

.brhdd-home section[id] {
  scroll-margin-top: 96px;
}

.brhdd-home .container {
  width: min(100% - 30px, 1320px);
  padding-left: 0;
  padding-right: 0;
}

.brhdd-home .wow {
  visibility: visible;
  opacity: 1;
  transform: none;
  animation: none;
}

.brhdd-home .section-title {
  margin-bottom: 28px;
}

.brhdd-home .section-title__tagline-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.brhdd-home .section-title__tagline-shape {
  width: 26px;
  height: 2px;
  background: var(--brhdd-orange);
}

.brhdd-home .section-title__tagline {
  color: var(--brhdd-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.brhdd-home .section-title__title {
  max-width: 760px;
  color: var(--brhdd-ink);
  font-size: 32px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.brhdd-home .section-title.text-center .section-title__title {
  margin-left: auto;
  margin-right: auto;
}

.brhdd-home .brhdd-section-intro,
.brhdd-home .project-one__intro {
  max-width: 690px;
  color: var(--brhdd-text);
  font-size: 16px;
  line-height: 1.7;
}

.brhdd-home .brhdd-section-intro {
  margin: -10px auto 30px;
  text-align: center;
}

.brhdd-home .project-one__intro {
  margin-top: 14px;
}

.brhdd-home .thm-btn,
.brhdd-home button.thm-btn {
  position: relative;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 100%;
  padding: 0 14px 0 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, #ff6a2a 0%, var(--brhdd-orange) 58%, #d94616 100%);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 16px 34px rgba(241, 90, 36, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  isolation: isolate;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.brhdd-home .thm-btn::before,
.brhdd-home .thm-btn::after {
  display: none;
}

.brhdd-home .thm-btn > span {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: -6px;
  border-radius: 6px;
  background: var(--brhdd-navy);
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease;
}

.brhdd-home .thm-btn:hover,
.brhdd-home button.thm-btn:hover {
  transform: translateY(-2px);
  color: #ffffff;
  filter: saturate(1.08);
  box-shadow: 0 22px 44px rgba(241, 90, 36, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.brhdd-home .thm-btn:hover > span,
.brhdd-home button.thm-btn:hover > span {
  transform: translateX(3px);
  background: #020814;
}

.brhdd-home .thm-btn:focus-visible,
.brhdd-home button.thm-btn:focus-visible,
.brhdd-home .floating-call-btn:focus-visible,
.brhdd-home .banner-one__call-link:focus-visible {
  outline: 3px solid rgba(241, 90, 36, 0.28);
  outline-offset: 3px;
}

.brhdd-home .thm-btn:active,
.brhdd-home button.thm-btn:active {
  transform: translateY(0);
  box-shadow: 0 10px 24px rgba(241, 90, 36, 0.26);
}

.brhdd-home .thm-btn:disabled,
.brhdd-home button.thm-btn:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
  filter: grayscale(0.15);
}

.brhdd-home .floating-call-btn {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 9999;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: linear-gradient(135deg, #ff6a2a, var(--brhdd-orange));
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(241, 90, 36, 0.34);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.brhdd-home .floating-call-btn:hover {
  transform: translateY(-2px);
  color: #ffffff;
  filter: saturate(1.08);
  box-shadow: 0 24px 50px rgba(241, 90, 36, 0.4);
}

.brhdd-home .floating-call-btn.brhdd-floating-call-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
}

.brhdd-home .floating-call-btn i {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

/* AI chat */

.brhdd-home .floating-call-btn {
  display: none !important;
}

@media (max-width: 575px) {
  .scroll-to-top { bottom: 170px !important; }
  .scroll-to-top.show { bottom: 180px !important; }
}

.brhdd-ai-chat {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10020;
  font-family: "Public Sans", sans-serif;
  color: #111827;
}

@keyframes brhdd-ai-ring {
  0%   { box-shadow: 0 0 0 0   rgba(241, 90, 36, 0.50); }
  65%  { box-shadow: 0 0 0 14px rgba(241, 90, 36, 0); }
  100% { box-shadow: 0 0 0 0   rgba(241, 90, 36, 0); }
}

.brhdd-ai-chat__launcher {
  position: relative;
  overflow: visible;
  width: 72px;
  min-height: 64px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: linear-gradient(145deg, #131e2e 0%, #1e2d42 100%);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  box-shadow: 0 8px 28px rgba(16, 24, 40, 0.40), 0 2px 6px rgba(16, 24, 40, 0.20);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.brhdd-ai-chat__launcher::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 17px;
  pointer-events: none;
  animation: brhdd-ai-ring 2.8s ease-out infinite 3s;
}

.brhdd-ai-chat__launcher[aria-expanded="true"]::before {
  animation: none;
}

.brhdd-ai-chat__launcher i {
  font-size: 20px;
}

.brhdd-ai-chat__launcher:hover,
.brhdd-ai-chat__launcher:focus-visible {
  transform: translateY(-3px);
  background: linear-gradient(145deg, #f15a24 0%, #d94616 100%);
  color: #ffffff;
  box-shadow: 0 16px 40px rgba(241, 90, 36, 0.42), 0 4px 10px rgba(241, 90, 36, 0.22);
}

.brhdd-ai-chat__launcher:focus-visible,
.brhdd-ai-chat__close:focus-visible,
.brhdd-ai-chat__quick-actions button:focus-visible,
.brhdd-ai-chat__form button:focus-visible,
.brhdd-ai-chat__lead-submit:focus-visible {
  outline: 3px solid rgba(241, 90, 36, 0.28);
  outline-offset: 3px;
}

.brhdd-ai-chat__panel {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: min(400px, calc(100vw - 28px));
  max-height: min(700px, calc(100vh - 110px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.10);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 32px 80px rgba(16, 24, 40, 0.28), 0 8px 20px rgba(16, 24, 40, 0.12);
}

.brhdd-ai-chat__panel[hidden] {
  display: none;
}

.brhdd-ai-chat__header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  background: linear-gradient(135deg, #0d1a2d 0%, #1a2e46 100%);
  color: #ffffff;
}

.brhdd-ai-chat__header-info {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brhdd-ai-chat__header-avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(241, 90, 36, 0.20);
  color: #f15a24;
  font-size: 18px;
}

.brhdd-ai-chat__header p,
.brhdd-ai-chat__header span {
  margin: 0;
}

.brhdd-ai-chat__header p {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 7px;
}

.brhdd-ai-chat__header p::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 2px rgba(74, 222, 128, 0.28);
  flex-shrink: 0;
}

.brhdd-ai-chat__header span {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.60);
  font-size: 11px;
  line-height: 1.2;
}

.brhdd-ai-chat__close,
.brhdd-ai-chat__lead-head button {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  transition: background 150ms ease;
}

.brhdd-ai-chat__close:hover {
  background: rgba(255, 255, 255, 0.20);
}

.brhdd-ai-chat__lead-head button {
  background: rgba(16, 24, 40, 0.08);
  color: #101828;
}

.brhdd-ai-chat__messages {
  min-height: 180px;
  max-height: 280px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  padding: 18px;
  background: #f4f6f9;
}

.brhdd-ai-chat__message {
  max-width: 86%;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
}

.brhdd-ai-chat__message--assistant {
  align-self: flex-start;
  border-radius: 4px 14px 14px 14px;
  background: #ffffff;
  color: #1e293b;
  box-shadow: 0 1px 4px rgba(16, 24, 40, 0.08), 0 0 0 1px rgba(16, 24, 40, 0.05);
}

.brhdd-ai-chat__message--user {
  align-self: flex-end;
  border-radius: 14px 4px 14px 14px;
  background: linear-gradient(135deg, #f15a24 0%, #d94616 100%);
  color: #ffffff;
  box-shadow: 0 3px 10px rgba(241, 90, 36, 0.30);
}

.brhdd-ai-chat__quick-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 14px 16px 2px;
  background: #ffffff;
  border-top: 1px solid #f0f2f5;
}

.brhdd-ai-chat__quick-actions button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid #e8ecf0;
  border-radius: 10px;
  background: #f8fafc;
  color: #344054;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.brhdd-ai-chat__quick-actions button:hover {
  border-color: rgba(241, 90, 36, 0.38);
  background: #fff7f3;
  color: #c94616;
}

.brhdd-ai-chat__lead {
  margin: 12px 16px 0;
  padding: 14px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #ffffff;
}

.brhdd-ai-chat__lead[hidden] {
  display: none;
}

.brhdd-ai-chat__lead-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.brhdd-ai-chat__lead-head strong {
  color: #101828;
  font-size: 14px;
}

.brhdd-ai-chat__lead-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.brhdd-ai-chat__lead label {
  display: block;
  margin-bottom: 10px;
}

.brhdd-ai-chat__lead span,
.brhdd-ai-chat__input-label {
  display: block;
  margin-bottom: 4px;
  color: #475467;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.brhdd-ai-chat__lead input,
.brhdd-ai-chat__lead textarea,
.brhdd-ai-chat__form input {
  width: 100%;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  background: #ffffff;
  color: #101828;
  font-size: 13px;
  line-height: 1.35;
}

.brhdd-ai-chat__lead input,
.brhdd-ai-chat__form input {
  min-height: 40px;
  padding: 9px 10px;
}

.brhdd-ai-chat__lead textarea {
  min-height: 70px;
  padding: 9px 10px;
  resize: vertical;
}

.brhdd-ai-chat__lead input:focus,
.brhdd-ai-chat__lead textarea:focus,
.brhdd-ai-chat__form input:focus {
  border-color: #f15a24;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(241, 90, 36, 0.12);
}

.brhdd-ai-chat__lead-submit {
  min-height: 44px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #131e2e 0%, #1e2d42 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  transition: background 180ms ease, transform 160ms ease;
}

.brhdd-ai-chat__lead-submit:hover {
  background: linear-gradient(135deg, #f15a24 0%, #d94616 100%);
  transform: translateY(-1px);
}

.brhdd-ai-chat__form {
  display: grid;
  grid-template-columns: 1fr 46px;
  gap: 8px;
  padding: 12px 16px 16px;
  background: #ffffff;
  border-top: 1px solid #f0f2f5;
}

.brhdd-ai-chat__input-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.brhdd-ai-chat__form input {
  border-radius: 10px;
  font-size: 13px;
}

.brhdd-ai-chat__form button {
  width: 46px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #f15a24 0%, #d94616 100%);
  color: #ffffff;
  font-size: 14px;
  box-shadow: 0 3px 10px rgba(241, 90, 36, 0.30);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.brhdd-ai-chat__form button:not(:disabled):hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(241, 90, 36, 0.40);
}

.brhdd-ai-chat__form button:disabled,
.brhdd-ai-chat__lead-submit:disabled {
  cursor: wait;
  opacity: 0.64;
}

@media (max-width: 575px) {
  .brhdd-ai-chat {
    right: 16px;
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  }

  .brhdd-ai-chat__panel {
    right: -2px;
    bottom: 82px;
    width: calc(100vw - 20px);
    max-height: calc(100vh - 120px);
  }

  .brhdd-ai-chat__messages {
    max-height: 210px;
  }

  .brhdd-ai-chat__quick-actions,
  .brhdd-ai-chat__lead-grid {
    grid-template-columns: 1fr;
  }
}

/* Header */

.brhdd-home .main-header {
  position: relative;
  z-index: 1000;
}

.brhdd-home .main-menu__top {
  display: none;
}

.brhdd-home .main-menu__wrapper {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 8px 26px rgba(16, 24, 40, 0.06);
}

.brhdd-home .main-menu__wrapper-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

.brhdd-home .main-menu__logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.brhdd-home .main-menu__logo img,
.brhdd-home .footer-widget__about-logo img,
.brhdd-home .mobile-nav__content .logo-box img {
  width: auto;
  max-height: 46px;
}

.brhdd-home .main-menu__left {
  flex: 1 1 auto;
  max-width: none;
}

.brhdd-home .main-menu__main-menu-box,
.brhdd-home .main-menu__list,
.brhdd-home .main-menu__right,
.brhdd-home .main-menu__call,
.brhdd-home .main-menu__search-cart-box,
.brhdd-home .main-menu__nav-sidebar-icon,
.brhdd-home .brhdd-mobile-menu-button {
  display: none;
}

.brhdd-home .main-menu .brhdd-mobile-menu-inline {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--brhdd-navy);
  color: #ffffff;
}

.brhdd-home .main-menu .brhdd-mobile-menu-inline i {
  color: #ffffff;
}

/* Hero */

.brhdd-home .banner-one {
  --brhdd-hero-x: 0px;
  --brhdd-hero-y: 0px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 0;
  background: var(--brhdd-navy);
}

.brhdd-home .banner-one__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
  opacity: 0.46;
  filter: saturate(0.92) contrast(1.04);
  transform: translate3d(var(--brhdd-hero-x), var(--brhdd-hero-y), 0) scale(1.035);
  transition: transform 240ms ease;
}

.brhdd-home .banner-one::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.94) 0%, rgba(7, 17, 31, 0.86) 100%);
  pointer-events: none;
}

.brhdd-home .banner-one__shape-1,
.brhdd-home .banner-one__shape-2,
.brhdd-home .banner-one__shape-3,
.brhdd-home .banner-one__shape-4 {
  display: none;
}

.brhdd-home .banner-one__inner {
  min-height: 570px;
  display: flex;
  align-items: center;
  padding: 72px 0 62px;
}

.brhdd-home .banner-one .row {
  width: 100%;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.brhdd-home .banner-one__left {
  max-width: 720px;
  margin-right: 0;
}

.brhdd-home .banner-one__sub-title {
  margin-bottom: 16px;
}

.brhdd-home .banner-one__sub-title p {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.brhdd-home .banner-one__sub-title p::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--brhdd-orange);
}

.brhdd-home .banner-one__title {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  overflow-wrap: break-word;
}

.brhdd-home .banner-one__text {
  max-width: 640px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.7;
}

.brhdd-home .banner-one__thm-and-other-btn-box {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.brhdd-home .banner-one__btn-box,
.brhdd-home .banner-one__btn-box .thm-btn,
.brhdd-home .banner-one__call-link {
  width: 100%;
}

.brhdd-home .banner-one__call-link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 15px;
  transition: background 180ms ease, border-color 180ms ease;
}

.brhdd-home .banner-one__call-link span {
  color: var(--brhdd-orange);
  font-size: 21px;
}

.brhdd-home .banner-one__call-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.34);
}

.brhdd-home .banner-one__metrics,
.brhdd-home .banner-one__proof-grid {
  display: none;
}

/* Layout sections */

.brhdd-home .about-one,
.brhdd-home .services-one,
.brhdd-home .project-one,
.brhdd-home .why-choose-one,
.brhdd-home .process-one,
.brhdd-home .testimonial-one,
.brhdd-home .service-coverage,
.brhdd-home .who-we-serve {
  padding: var(--brhdd-section-y) 0;
}

.brhdd-home .about-one,
.brhdd-home .project-one,
.brhdd-home .process-one,
.brhdd-home .subscribe-one {
  background: var(--brhdd-surface);
}

.brhdd-home .services-one,
.brhdd-home .testimonial-one,
.brhdd-home .service-coverage {
  background: var(--brhdd-paper);
}

.brhdd-home .services-one__shape-1,
.brhdd-home .process-one__bg-shape,
.brhdd-home .process-one__big-text,
.brhdd-home .counter-one__shape-1,
.brhdd-home .why-choose-one__shape-1,
.brhdd-home .why-choose-one__shape-2 {
  display: none;
}

.brhdd-home .brhdd-static-grid,
.brhdd-home .process-one__inner .row,
.brhdd-home .testimonial-one .row {
  --bs-gutter-y: 24px;
  align-items: stretch;
}

/* About */

.brhdd-home .about-one {
  overflow: hidden;
}

.brhdd-home .about-one .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 36px;
  align-items: center;
}

.brhdd-home .about-one__left,
.brhdd-home .about-one__right {
  margin: 0;
  padding: 0;
}

.brhdd-home .about-one__img-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.brhdd-home .about-one__img,
.brhdd-home .about-one__img-2 {
  position: relative;
  inset: auto;
  width: auto;
  height: auto;
  aspect-ratio: 16 / 11;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--brhdd-shadow);
  -webkit-mask: none;
  mask: none;
}

.brhdd-home .about-one__img-2 {
  display: none;
}

.brhdd-home .about-one__img img,
.brhdd-home .about-one__img-2 img,
.brhdd-home .about-one__experience-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brhdd-home .about-one__shape-1 {
  display: none;
}

.brhdd-home .about-one__video-link {
  top: 14px;
  left: 14px;
  right: auto;
  bottom: auto;
  transform: none;
}

.brhdd-home .about-one__video-icon,
.brhdd-home .about-one__video-link .ripple,
.brhdd-home .about-one__video-icon .ripple::before,
.brhdd-home .about-one__video-icon .ripple::after {
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 8px;
}

.brhdd-home .about-one__video-icon {
  background: #ffffff;
  color: var(--brhdd-orange);
}

.brhdd-home .about-one__experience-box {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  max-width: none;
  width: 100%;
  min-height: 98px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  padding: 16px;
  border-radius: 8px;
  background: var(--brhdd-navy);
  box-shadow: var(--brhdd-shadow);
  text-align: left;
}

.brhdd-home .about-one__experience-thumb {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  border-radius: 8px;
  overflow: hidden;
}

.brhdd-home .about-one__experience-icon {
  display: none;
}

.brhdd-home .about-one__experience-count {
  display: flex;
  align-items: flex-start;
  gap: 2px;
}

.brhdd-home .about-one__experience-count h3,
.brhdd-home .about-one__experience-count span {
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
}

.brhdd-home .about-one__experience-count-text {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
}

.brhdd-home .about-one__right .section-title {
  margin-bottom: 22px;
}

.brhdd-home .about-one__text {
  color: var(--brhdd-text);
  font-size: 16px;
  line-height: 1.75;
}

.brhdd-home .about-one__point {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 24px;
}

.brhdd-home .about-one__point li {
  min-height: 104px;
  padding: 18px;
  border: 1px solid var(--brhdd-line);
  border-radius: 8px;
  background: var(--brhdd-soft);
}

.brhdd-home .about-one__point-icon {
  background: #ffffff;
  color: var(--brhdd-orange);
}

.brhdd-home .about-one__point-content h4 {
  color: var(--brhdd-ink);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.brhdd-home .about-one__point-two-and-review-box {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.brhdd-home .about-one__point-two li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.brhdd-home .about-one__point-two li .icon span {
  color: var(--brhdd-orange);
}

.brhdd-home .about-one__point-two li .text p {
  margin: 0;
  color: var(--brhdd-text);
  font-weight: 700;
}

.brhdd-home .about-one__phone-box {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid var(--brhdd-line);
  border-radius: 8px;
  background: #ffffff;
}

.brhdd-home .about-one__phone-icon {
  background: var(--brhdd-orange);
}

.brhdd-home .about-one__phone-content h4 a {
  color: var(--brhdd-ink);
  font-weight: 900;
}

.brhdd-home .about-one__btn-and-author-box {
  margin-top: 24px;
}

/* Services and projects */

.brhdd-home .services-one__single,
.brhdd-home .project-one__single,
.brhdd-home .testimonial-one__single,
.brhdd-home .who-we-serve__single,
.brhdd-home .coverage-area-box {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--brhdd-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.brhdd-home .services-one__single:hover,
.brhdd-home .project-one__single:hover,
.brhdd-home .testimonial-one__single:hover,
.brhdd-home .who-we-serve__single:hover,
.brhdd-home .coverage-area-box:hover {
  transform: translateY(-3px);
  border-color: rgba(241, 90, 36, 0.32);
  box-shadow: var(--brhdd-shadow);
}

.brhdd-home .services-one__single {
  display: flex;
  flex-direction: column;
}

.brhdd-home .services-one__content {
  min-height: auto;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 24px;
}

.brhdd-home .services-one__title {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.brhdd-home .services-one__title a {
  color: var(--brhdd-ink);
}

.brhdd-home .services-one__title a:hover {
  color: var(--brhdd-orange);
}

.brhdd-home .services-one__text {
  color: var(--brhdd-text);
  font-size: 15px;
  line-height: 1.65;
}

.brhdd-home .services-one__features {
  display: grid;
  gap: 8px;
  margin: 16px 0 18px;
}

.brhdd-home .services-one__features li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--brhdd-ink);
  font-size: 14px;
  font-weight: 800;
}

.brhdd-home .services-one__features span {
  color: var(--brhdd-orange);
  font-size: 12px;
}

.brhdd-home .services-one__btn-box {
  margin-top: auto;
}

.brhdd-home .services-one__btn-box a {
  color: var(--brhdd-orange);
  font-weight: 900;
}

.brhdd-home .services-one__count {
  top: 20px;
  right: 22px;
  color: rgba(16, 24, 40, 0.08);
  font-size: 54px;
  font-weight: 900;
}

.brhdd-home .services-one__img-box {
  margin-top: auto;
}

.brhdd-home .services-one__img,
.brhdd-home .project-one__img,
.brhdd-home .who-we-serve__single-img {
  overflow: hidden;
}

.brhdd-home .services-one__img {
  aspect-ratio: 16 / 10;
}

.brhdd-home .project-one__img {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
}

.brhdd-home .who-we-serve__single-img {
  aspect-ratio: 16 / 10;
}

.brhdd-home .services-one__img img,
.brhdd-home .project-one__img img,
.brhdd-home .who-we-serve__single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.brhdd-home .services-one__single:hover .services-one__img img,
.brhdd-home .project-one__single:hover .project-one__img img,
.brhdd-home .who-we-serve__single:hover .who-we-serve__single-img img {
  transform: scale(1.04);
}

.brhdd-home .services-one__icon {
  width: 54px;
  height: 54px;
  right: 18px;
  bottom: 18px;
  border-radius: 8px;
  background: var(--brhdd-orange);
}

.brhdd-home .services-one__icon span {
  color: #ffffff;
}

.brhdd-home .project-one__top {
  display: grid;
  gap: 22px;
  margin-bottom: 30px;
}

.brhdd-home .project-one__top .section-title {
  margin-bottom: 0;
}

.brhdd-home .project-one__content {
  left: 14px;
  right: 14px;
  bottom: 14px;
  width: auto;
  padding: 16px;
  border-radius: 8px;
  background: rgba(7, 17, 31, 0.88);
  backdrop-filter: blur(8px);
}

.brhdd-home .project-one__content h3 a,
.brhdd-home .project-one__content p {
  color: #ffffff;
}

.brhdd-home .project-one__content p {
  color: rgba(255, 255, 255, 0.74);
}

.brhdd-home .project-one__icon-box a {
  background: var(--brhdd-orange);
}

/* Sliding text */

.brhdd-home .sliding-text {
  padding: 26px 0;
  background: #ffffff;
  overflow: hidden;
}

.brhdd-home .sliding-text .container {
  overflow: hidden;
}

.brhdd-home .sliding-text__track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0;
  will-change: transform;
  animation: brhdd-sliding-marquee 28s linear infinite;
}

.brhdd-home .sliding-text__list {
  display: flex;
  gap: 18px;
  flex: 0 0 auto;
  width: max-content;
  margin: 0;
  padding-right: 18px;
}

.brhdd-home .sliding-text__list li {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.brhdd-home .sliding-text__list li > p {
  color: transparent;
  -webkit-text-stroke: 1px rgba(241, 90, 36, 0.72);
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.brhdd-home .sliding-text__list li > p::before {
  display: none;
}

@keyframes brhdd-sliding-marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Why choose */

.brhdd-home .why-choose-one {
  position: relative;
  overflow: hidden;
  background: var(--brhdd-navy);
}

.brhdd-home .why-choose-one__bg,
.brhdd-home .why-choose-one__bg-2 {
  position: relative;
  inset: auto;
  width: 100%;
  min-height: 260px;
  background-size: cover;
  background-position: center;
}

.brhdd-home .why-choose-one__bg {
  display: none;
}

.brhdd-home .why-choose-one__bg-2::before {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.18) 0%, rgba(7, 17, 31, 0.62) 100%);
}

.brhdd-home .why-choose-one__big-text {
  left: 18px;
  bottom: 18px;
  right: auto;
  transform: none;
}

.brhdd-home .why-choose-one__big-text h2 {
  writing-mode: initial;
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
}

.brhdd-home .why-choose-one .container {
  margin-top: 34px;
}

.brhdd-home .why-choose-one .row {
  --bs-gutter-y: 24px;
}

.brhdd-home .why-choose-one__inner {
  margin: 0;
}

.brhdd-home .why-choose-one__inner .row {
  margin-left: 0;
  margin-right: 0;
}

.brhdd-home .why-choose-one__inner ul li:nth-child(3),
.brhdd-home .why-choose-one__inner ul li:nth-child(1) {
  top: auto;
}

.brhdd-home .why-choose-one__single {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.brhdd-home .why-choose-one__count {
  display: none;
}

.brhdd-home .why-choose-one__icon {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  background: rgba(241, 90, 36, 0.16);
}

.brhdd-home .why-choose-one__icon span {
  color: var(--brhdd-orange);
}

.brhdd-home .why-choose-one__title {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.brhdd-home .why-choose-one__text {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.65;
}

/* Process, coverage, counters */

.brhdd-home .process-one__inner {
  margin-top: 0;
}

.brhdd-home .process-one__single-inner {
  height: 100%;
}

.brhdd-home .process-one__single {
  min-height: 220px;
  height: 100%;
  padding: 24px;
  border: 1px solid var(--brhdd-line);
  border-radius: 8px;
  background: var(--brhdd-soft);
  box-shadow: none;
}

.brhdd-home .process-one__icon {
  background: #ffffff;
  color: var(--brhdd-orange);
}

.brhdd-home .process-one__title {
  color: var(--brhdd-ink);
  font-weight: 900;
}

.brhdd-home .process-one__text {
  color: var(--brhdd-text);
}

.brhdd-home .process-one__count,
.brhdd-home .process-one__count-inner,
.brhdd-home .process-one__shape-1 {
  display: none;
}

.brhdd-home .service-coverage__content > p {
  color: var(--brhdd-text);
  font-size: 16px;
  line-height: 1.7;
}

.brhdd-home .coverage-area-box {
  padding: 24px;
}

.brhdd-home .coverage-area-box h4 {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--brhdd-line);
  color: var(--brhdd-ink);
  font-size: 19px;
  font-weight: 900;
}

.brhdd-home .coverage-area-box h4 i,
.brhdd-home .coverage-list li i,
.brhdd-home .service-coverage__content a {
  color: var(--brhdd-orange);
}

.brhdd-home .coverage-list li {
  padding: 7px 0;
  color: var(--brhdd-text);
  font-weight: 700;
}

.brhdd-home .counter-one {
  padding: 58px 0;
  background: var(--brhdd-navy);
}

.brhdd-home .counter-one__wrap,
.brhdd-home .counter-one__inner {
  padding: 0;
  margin: 0;
}

.brhdd-home .counter-one__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.brhdd-home .counter-one__inner li {
  width: auto;
}

.brhdd-home .counter-one__single {
  min-height: 126px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.brhdd-home .counter-one__icon {
  background: rgba(241, 90, 36, 0.14);
  color: var(--brhdd-orange);
}

.brhdd-home .counter-one__count h3,
.brhdd-home .counter-one__count span {
  color: #ffffff;
  font-weight: 900;
}

.brhdd-home .counter-one__count-text {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 800;
}

/* Testimonials and contact */

.brhdd-home .testimonial-one__single {
  padding: 26px;
}

.brhdd-home .testimonial-one__single::before,
.brhdd-home .testimonial-one__quote-1::before,
.brhdd-home .testimonial-one__quote-2,
.brhdd-home .testimonial-one__img-box,
.brhdd-home .testimonial-one__img-box::before,
.brhdd-home .testimonial-one__img-box::after,
.brhdd-home .testimonial-one__img-box-shape-1,
.brhdd-home .testimonial-one__img-box-shape-2 {
  display: none;
}

.brhdd-home .testimonial-one__quote-1 {
  position: static;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--brhdd-soft);
  color: var(--brhdd-orange);
}

.brhdd-home .testimonial-one__text {
  min-height: auto;
  color: var(--brhdd-text);
  font-size: 15px;
  line-height: 1.7;
}

.brhdd-home .testimonial-one__ratting {
  margin-top: 20px;
}

.brhdd-home .testimonial-one__ratting span {
  color: #f5b301;
}

.brhdd-home .testimonial-one__client-info {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--brhdd-line);
}

.brhdd-home .testimonial-one__name {
  color: var(--brhdd-ink);
  font-size: 18px;
  font-weight: 900;
}

.brhdd-home .testimonial-one__sub-title {
  margin: 4px 0 0;
  color: var(--brhdd-muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.brhdd-home .who-we-serve {
  background: var(--brhdd-soft);
}

.brhdd-home .who-we-serve__bg-color {
  display: none;
}

.brhdd-home .who-we-serve .row {
  --bs-gutter-y: 32px;
}

.brhdd-home .who-we-serve__left,
.brhdd-home .who-we-serve__right {
  margin: 0;
}

.brhdd-home .who-we-serve__left > .row {
  align-items: stretch;
}

.brhdd-home .who-we-serve__img-1 {
  height: auto;
  min-height: 260px;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  overflow: hidden;
}

.brhdd-home .who-we-serve__img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brhdd-home .who-we-serve__form-inner {
  height: 100%;
  border: 1px solid var(--brhdd-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--brhdd-shadow);
}

.brhdd-home .who-we-serve__from-text {
  padding: 22px 24px;
  border-radius: 8px 8px 0 0;
  background: var(--brhdd-navy);
}

.brhdd-home .who-we-serve__from-text h5 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

.brhdd-home .who-we-serve__form-inner-wrap {
  padding: 24px;
}

.brhdd-home .brhdd-contact-intro {
  margin-bottom: 22px;
  color: var(--brhdd-text);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
}

.brhdd-home .who-we-serve__input-box input[type="text"],
.brhdd-home .who-we-serve__input-box input[type="tel"],
.brhdd-home .who-we-serve__input-box input[type="email"],
.brhdd-home .who-we-serve__input-box textarea {
  width: 100%;
  border: 1px solid var(--brhdd-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--brhdd-ink);
  font-size: 16px;
  font-weight: 700;
  box-shadow: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.brhdd-home .who-we-serve__input-box input:focus,
.brhdd-home .who-we-serve__input-box textarea:focus {
  border-color: var(--brhdd-orange);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(241, 90, 36, 0.12);
}

.brhdd-home .who-we-serve__input-box input::placeholder,
.brhdd-home .who-we-serve__input-box textarea::placeholder {
  color: #98a2b3;
  opacity: 1;
}

.brhdd-home .who-we-serve__input-box textarea {
  min-height: 126px;
  resize: vertical;
}

.brhdd-home .who-we-serve__form-inner .thm-btn {
  width: 100%;
}

.brhdd-home .who-we-serve__right {
  padding-left: 0;
}

.brhdd-home .who-we-serve__right .section-title {
  margin-bottom: 24px;
}

.brhdd-home .brhdd-contact-steps {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
}

.brhdd-home .brhdd-contact-steps li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--brhdd-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--brhdd-text);
  font-weight: 800;
  line-height: 1.5;
}

.brhdd-home .brhdd-contact-steps span {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--brhdd-orange);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.brhdd-home .who-we-serve__single-img-box,
.brhdd-home .who-we-serve__single-img {
  border-radius: 8px 8px 0 0;
}

.brhdd-home .who-we-serve__single-img::before,
.brhdd-home .who-we-serve__single-title::before {
  display: none;
}

.brhdd-home .who-we-serve__icon-and-title {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  background: #ffffff;
}

.brhdd-home .who-we-serve__icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 8px;
  background: var(--brhdd-orange);
}

.brhdd-home .who-we-serve__icon span {
  color: #ffffff;
  font-size: 21px;
}

.brhdd-home .who-we-serve__single-title {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
}

.brhdd-home .who-we-serve__single-title a {
  color: var(--brhdd-ink);
}

/* Subscribe and footer */

.brhdd-home .subscribe-one {
  padding: 0;
  background: var(--brhdd-navy);
}

.brhdd-home .subscribe-one__bg-shape,
.brhdd-home .subscribe-one__shape-1 {
  display: none;
}

.brhdd-home .subscribe-one__bg-color {
  display: none;
}

.brhdd-home .subscribe-one__inner {
  display: grid;
  align-items: center;
  gap: 28px;
  min-height: auto;
  padding: 52px 0;
}

.brhdd-home .subscribe-one__img-1 {
  position: relative;
  left: auto;
  bottom: auto;
  top: auto;
  width: 100%;
  max-width: none;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--brhdd-shadow-lg);
  animation: none;
}

.brhdd-home .subscribe-one__img-1 img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.brhdd-home .subscribe-one__content {
  max-width: none;
  padding: 0;
  margin: 0;
  float: none;
}

.brhdd-home .subscribe-one__content h2 {
  color: #ffffff;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 900;
}

.brhdd-home .subscribe-one__content p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.7;
}

.brhdd-home .site-footer__bg::before {
  background: rgba(7, 17, 31, 0.92);
}

.brhdd-home .site-footer__top {
  padding: 66px 0 46px;
}

.brhdd-home .footer-widget__title,
.brhdd-home .footer-widget__contact p,
.brhdd-home .footer-widget__contact a,
.brhdd-home .footer-widget__about-text,
.brhdd-home .footer-widget__links-list li a {
  color: rgba(255, 255, 255, 0.78);
}

.brhdd-home .footer-widget__title {
  color: #ffffff;
  font-weight: 900;
}

.brhdd-home .footer-widget__links-list li span,
.brhdd-home .footer-widget__contact-list li .icon span {
  color: var(--brhdd-orange);
}

.brhdd-home .footer-widget__social a {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.brhdd-home .footer-widget__social a:hover {
  background: var(--brhdd-orange);
}

.brhdd-home .site-footer__bottom-inner {
  gap: 14px;
  flex-direction: column;
  padding: 20px 0 88px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

/* Reveal motion */

.brhdd-js .brhdd-home .brhdd-animate {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 420ms ease, transform 420ms ease;
  transition-delay: var(--brhdd-delay, 0ms);
}

.brhdd-js .brhdd-home .brhdd-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 576px) {
  .brhdd-home .banner-one__thm-and-other-btn-box {
    width: fit-content;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
  }

  .brhdd-home .banner-one__btn-box,
  .brhdd-home .banner-one__btn-box .thm-btn,
  .brhdd-home .banner-one__call-link {
    width: auto;
  }

  .brhdd-home .about-one__point {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brhdd-home .counter-one__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .brhdd-home .floating-call-btn {
    display: none;
  }

  .brhdd-home .section-title {
    margin-bottom: 38px;
  }

  .brhdd-home .section-title__title,
  .brhdd-home .subscribe-one__content h2 {
    font-size: 42px;
  }

  .brhdd-home .sliding-text__list li > p {
    font-size: 46px;
  }

  .brhdd-home .banner-one__metric strong {
    font-size: 36px;
  }

  .brhdd-home .banner-one__title {
    font-size: 54px;
  }

  .brhdd-home .banner-one__inner {
    min-height: 640px;
    padding: 94px 0 76px;
  }

  .brhdd-home .banner-one__text,
  .brhdd-home .brhdd-section-intro,
  .brhdd-home .project-one__intro,
  .brhdd-home .service-coverage__content > p {
    font-size: 17px;
  }

  .brhdd-home .about-one,
  .brhdd-home .services-one,
  .brhdd-home .project-one,
  .brhdd-home .why-choose-one,
  .brhdd-home .process-one,
  .brhdd-home .testimonial-one,
  .brhdd-home .service-coverage,
  .brhdd-home .who-we-serve {
    padding: var(--brhdd-section-y-md) 0;
  }

  .brhdd-home .about-one__img-box {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
    gap: 18px;
  }

  .brhdd-home .about-one__img,
  .brhdd-home .about-one__img-2 {
    height: 440px;
    aspect-ratio: auto;
  }

  .brhdd-home .about-one__img-2 {
    display: block;
    margin-top: 44px;
  }

  .brhdd-home .about-one__experience-box {
    position: absolute;
    left: 24%;
    right: -10px;
    bottom: 20px;
    width: auto;
    min-height: 110px;
    margin-top: 0;
  }

  .brhdd-home .project-one__top {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 30px;
    margin-bottom: 38px;
  }

  .brhdd-home .why-choose-one__bg {
    position: absolute;
    inset: 0 auto 0 0;
    width: 45%;
    min-height: 100%;
    display: block;
  }

  .brhdd-home .why-choose-one__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(7, 17, 31, 0.3);
  }

  .brhdd-home .why-choose-one__bg-2 {
    position: absolute;
    inset: 0 auto 0 0;
    width: 45%;
    min-height: 100%;
  }

  .brhdd-home .why-choose-one .container {
    margin-top: 0;
  }

  .brhdd-home .subscribe-one__inner {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
    padding: 72px 0;
  }

  .brhdd-home .site-footer__bottom-inner {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 24px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .brhdd-home .main-menu__top {
    display: block;
    background: var(--brhdd-navy);
  }

  .brhdd-home .main-menu__top-inner {
    min-height: 40px;
  }

  .brhdd-home .main-menu__contact-list li .icon i,
  .brhdd-home .main-menu__contact-list li .text p,
  .brhdd-home .main-menu__contact-list li .text p a,
  .brhdd-home .main-menu__top-welcome-text {
    color: rgba(255, 255, 255, 0.82);
  }

  .brhdd-home .main-menu__contact-list li .icon i {
    color: var(--brhdd-orange);
  }

  .brhdd-home .main-menu__wrapper-inner {
    min-height: 82px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .brhdd-home .main-menu__logo {
    width: auto;
    padding: 12px 0;
  }

  .brhdd-home .main-menu__logo img,
  .brhdd-home .footer-widget__about-logo img,
  .brhdd-home .mobile-nav__content .logo-box img {
    max-height: 54px;
  }

  .brhdd-home .main-menu .brhdd-mobile-menu-inline {
    display: none;
  }

  .brhdd-home .main-menu__main-menu-box,
  .brhdd-home .main-menu__list,
  .brhdd-home .main-menu__right {
    display: flex;
  }

  .brhdd-home .main-menu__list > li > a {
    color: var(--brhdd-ink);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
  }

  .brhdd-home .main-menu__list > li.current > a,
  .brhdd-home .main-menu__list > li:hover > a {
    color: var(--brhdd-orange);
  }

  .brhdd-home .main-menu__call {
    display: flex;
    padding-right: 0;
  }

  .brhdd-home .main-menu__call-sub-title {
    color: var(--brhdd-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .brhdd-home .main-menu__call-number a {
    color: var(--brhdd-ink);
    font-weight: 900;
  }

  .brhdd-home .main-menu__call-icon {
    background: var(--brhdd-soft);
    color: var(--brhdd-orange);
  }

  .brhdd-home .main-menu__btn-box .thm-btn {
    min-height: 48px;
    padding: 0 20px;
    font-size: 14px;
    box-shadow: none;
  }

  .brhdd-home .banner-one__bg {
    background-position: center right;
    opacity: 0.58;
  }

  .brhdd-home .banner-one::after {
    background:
      linear-gradient(90deg, rgba(7, 17, 31, 0.96) 0%, rgba(7, 17, 31, 0.88) 45%, rgba(7, 17, 31, 0.48) 78%, rgba(7, 17, 31, 0.72) 100%),
      linear-gradient(180deg, rgba(7, 17, 31, 0.18) 0%, rgba(7, 17, 31, 0.7) 100%);
  }

  .brhdd-home .banner-one__inner {
    min-height: 700px;
    padding: 112px 0 76px;
  }

  .brhdd-home .section-title__title,
  .brhdd-home .subscribe-one__content h2 {
    font-size: 48px;
  }

  .brhdd-home .banner-one__title {
    font-size: 62px;
  }

  .brhdd-home .sliding-text__list li > p {
    font-size: 54px;
  }

  .brhdd-home .banner-one__metric strong {
    font-size: 38px;
  }

  .brhdd-home .about-one,
  .brhdd-home .services-one,
  .brhdd-home .project-one,
  .brhdd-home .why-choose-one,
  .brhdd-home .process-one,
  .brhdd-home .testimonial-one,
  .brhdd-home .service-coverage,
  .brhdd-home .who-we-serve {
    padding: var(--brhdd-section-y-lg) 0;
  }

  .brhdd-home .services-one__content {
    min-height: 320px;
    padding: 28px;
  }

  .brhdd-home .process-one__single {
    min-height: 250px;
  }

  .brhdd-home .testimonial-one__single {
    padding: 32px;
  }

  .brhdd-home .testimonial-one__text {
    min-height: 166px;
  }

  .brhdd-home .who-we-serve__right {
    padding-left: 22px;
  }

  .brhdd-home .who-we-serve__img-1 {
    min-height: 590px;
    aspect-ratio: auto;
  }
}

@media (min-width: 1200px) {
  .brhdd-home .counter-one__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .brhdd-home .about-one .row {
    --bs-gutter-x: 64px;
  }
}

/* Section visual and motion enhancements */

.brhdd-home .about-one {
  background:
    radial-gradient(circle at 9% 18%, rgba(241, 90, 36, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
}

.brhdd-home .about-one__img-box {
  isolation: isolate;
}

.brhdd-home .about-one__img-box::before {
  content: "";
  position: absolute;
  inset: 24px auto auto -18px;
  width: 72%;
  height: 72%;
  border: 1px solid rgba(241, 90, 36, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(241, 90, 36, 0.08), rgba(7, 17, 31, 0.04));
  z-index: -1;
}

.brhdd-home .about-one__img,
.brhdd-home .about-one__img-2 {
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 26px 60px rgba(16, 24, 40, 0.14);
}

.brhdd-home .about-one__img::after,
.brhdd-home .about-one__img-2::after,
.brhdd-home .services-one__img::after,
.brhdd-home .project-one__img::after,
.brhdd-home .who-we-serve__single-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.34) 42%, transparent 62%),
    linear-gradient(180deg, transparent 55%, rgba(7, 17, 31, 0.16) 100%);
  opacity: 0;
  transform: translateX(-42%);
  transition: opacity 280ms ease, transform 560ms ease;
  pointer-events: none;
}

.brhdd-home .about-one__img:hover::after,
.brhdd-home .about-one__img-2:hover::after,
.brhdd-home .services-one__single:hover .services-one__img::after,
.brhdd-home .project-one__single:hover .project-one__img::after,
.brhdd-home .who-we-serve__single:hover .who-we-serve__single-img::after {
  opacity: 1;
  transform: translateX(38%);
}

.brhdd-home .about-one__video-icon {
  box-shadow: 0 18px 36px rgba(16, 24, 40, 0.2);
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.brhdd-home .about-one__video-link:hover .about-one__video-icon {
  transform: scale(1.08) rotate(3deg);
  background: var(--brhdd-orange);
  color: #ffffff;
}

.brhdd-home .about-one__experience-box {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(241, 90, 36, 0.18), transparent 36%),
    var(--brhdd-navy);
}

.brhdd-home .about-one__experience-box::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -76px;
  top: -82px;
  border-radius: 50%;
  background: rgba(241, 90, 36, 0.2);
}

.brhdd-home .about-one__experience-thumb {
  position: relative;
  z-index: 1;
  border: 3px solid rgba(255, 255, 255, 0.18);
}

.brhdd-home .about-one__experience-count,
.brhdd-home .about-one__experience-count-text {
  position: relative;
  z-index: 1;
}

.brhdd-home .about-one__point li {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, #ffffff 0%, var(--brhdd-soft) 100%);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.brhdd-home .about-one__point li::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--brhdd-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}

.brhdd-home .about-one__point li:hover {
  transform: translateY(-5px);
  border-color: rgba(241, 90, 36, 0.36);
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.1);
}

.brhdd-home .about-one__point li:hover::after {
  transform: scaleX(1);
}

.brhdd-home .about-one__point-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(241, 90, 36, 0.12);
  color: var(--brhdd-orange);
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.brhdd-home .about-one__point-icon span {
  color: currentColor;
  font-size: 28px;
}

.brhdd-home .about-one__point li:hover .about-one__point-icon {
  transform: translateY(-2px) rotate(-3deg);
  background: var(--brhdd-orange);
  color: #ffffff;
}

.brhdd-home .about-one__point-two li {
  align-items: center;
  margin-bottom: 14px;
}

.brhdd-home .about-one__point-two li .icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(241, 90, 36, 0.12);
}

.brhdd-home .about-one__phone-box {
  max-width: 410px;
  padding: 14px;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.brhdd-home .about-one__phone-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(16, 24, 40, 0.12);
}

.brhdd-home .about-one__phone-icon {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
}

.brhdd-home .services-one__single {
  position: relative;
  border-color: rgba(16, 24, 40, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(241, 90, 36, 0.12), transparent 34%);
  box-shadow: var(--brhdd-shadow);
}

.brhdd-home .services-one__single::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(241, 90, 36, 0.12), transparent 42%);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.brhdd-home .services-one__single:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(16, 24, 40, 0.12);
}

.brhdd-home .services-one__single:hover::before {
  opacity: 1;
}

.brhdd-home .services-one__content {
  position: relative;
  z-index: 1;
}

.brhdd-home .services-one__count {
  position: absolute;
  top: 22px;
  right: 22px;
  color: rgba(241, 90, 36, 0.12);
  font-size: 68px;
  line-height: 1;
}

.brhdd-home .services-one__title {
  max-width: calc(100% - 74px);
  min-height: 58px;
  display: flex;
  align-items: center;
}

.brhdd-home .services-one__features li span {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(241, 90, 36, 0.12);
}

.brhdd-home .services-one__btn-box a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 180ms ease, color 180ms ease;
}

.brhdd-home .services-one__single:hover .services-one__btn-box a {
  gap: 12px;
  color: var(--brhdd-orange-dark);
}

.brhdd-home .services-one__img {
  position: relative;
  margin: 0 18px 18px;
  border-radius: 8px;
}

.brhdd-home .services-one__img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 45%, rgba(241, 90, 36, 0.24) 100%);
  opacity: 0.72;
  pointer-events: none;
}

.brhdd-home .services-one__icon {
  z-index: 2;
  right: 30px;
  bottom: 30px;
  box-shadow: 0 16px 30px rgba(241, 90, 36, 0.34);
  transition: transform 220ms ease, border-radius 220ms ease;
}

.brhdd-home .services-one__single:hover .services-one__icon {
  transform: translateY(-5px) rotate(4deg);
  border-radius: 14px 8px 14px 8px;
}

.brhdd-home .project-one__single {
  border: 0;
  background: var(--brhdd-navy);
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.11);
}

.brhdd-home .project-one__single:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.16);
}

.brhdd-home .project-one__img {
  position: relative;
  border-radius: 8px;
}

.brhdd-home .project-one__img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 42%, rgba(7, 17, 31, 0.82) 100%);
  opacity: 0.72;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.brhdd-home .project-one__single:hover .project-one__img::before {
  opacity: 0.92;
}

.brhdd-home .project-one__content {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 17, 31, 0.72);
  box-shadow: 0 18px 36px rgba(7, 17, 31, 0.24);
  transform: translateY(10px);
  transition: transform 240ms ease, background 240ms ease;
  overflow: visible;
  text-align: left;
}

.brhdd-home .project-one__content::before,
.brhdd-home .project-one__content::after {
  display: none;
}

.brhdd-home .project-one__single:hover .project-one__content {
  transform: translateY(0);
  background: rgba(7, 17, 31, 0.86);
}

.brhdd-home .project-one__text-box {
  min-width: 0;
  flex: 1 1 auto;
  text-align: left;
}

.brhdd-home .project-one__content h3 {
  margin: 0 0 5px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 900;
  opacity: 1;
  transform: none;
  transition: color 180ms ease;
}

.brhdd-home .project-one__content h3 a {
  display: block;
  color: #ffffff;
  white-space: normal;
  overflow-wrap: anywhere;
}

.brhdd-home .project-one__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.35;
  opacity: 1;
  transform: none;
  transition: color 180ms ease;
}

.brhdd-home .project-one__single:hover .project-one__content h3,
.brhdd-home .project-one__single:hover .project-one__content p,
.brhdd-home .project-one__single:hover .project-one__icon-box {
  opacity: 1;
  transform: none;
  transition-delay: 0ms;
}

.brhdd-home .project-one__icon-box {
  position: static;
  flex: 0 0 auto;
  opacity: 1;
  transform: none;
  transition: none;
}

.brhdd-home .project-one__icon-box a {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(241, 90, 36, 0.36);
  transition: transform 220ms ease, background 220ms ease;
}

.brhdd-home .project-one__single:hover .project-one__icon-box a {
  transform: rotate(90deg) scale(1.06);
  background: #ffffff;
  color: var(--brhdd-orange);
}

.brhdd-home .who-we-serve__single {
  position: relative;
  border-color: rgba(16, 24, 40, 0.08);
  background: #ffffff;
  box-shadow: var(--brhdd-shadow);
}

.brhdd-home .who-we-serve__single:hover {
  transform: translateY(-4px);
  border-color: rgba(241, 90, 36, 0.32);
  box-shadow: 0 22px 50px rgba(16, 24, 40, 0.12);
}

.brhdd-home .who-we-serve__single-img-box,
.brhdd-home .who-we-serve__single-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.brhdd-home .who-we-serve__single-img {
  min-height: 132px;
  aspect-ratio: 16 / 8.5;
}

.brhdd-home .who-we-serve__single-img img {
  object-position: center;
}

.brhdd-home .who-we-serve__icon-and-title {
  position: relative;
  z-index: 1;
  min-height: 76px;
  margin: -18px 14px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.1);
  transition: transform 220ms ease;
}

.brhdd-home .who-we-serve__single:hover .who-we-serve__icon-and-title {
  transform: translateY(-3px);
}

.brhdd-home .who-we-serve__icon {
  box-shadow: 0 14px 28px rgba(241, 90, 36, 0.3);
  transition: transform 220ms ease, border-radius 220ms ease;
}

.brhdd-home .who-we-serve__single:hover .who-we-serve__icon {
  transform: rotate(-5deg) scale(1.06);
  border-radius: 50%;
}

.brhdd-home .who-we-serve__single-title {
  line-height: 1.2;
}

.brhdd-home .services-one__img img,
.brhdd-home .project-one__img img,
.brhdd-home .who-we-serve__single-img img {
  transform: translate3d(var(--brhdd-card-x, 0px), var(--brhdd-card-y, 0px), 0) scale(1.01);
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.brhdd-home .services-one__single:hover .services-one__img img,
.brhdd-home .project-one__single:hover .project-one__img img,
.brhdd-home .who-we-serve__single:hover .who-we-serve__single-img img {
  transform: translate3d(var(--brhdd-card-x, 0px), var(--brhdd-card-y, 0px), 0) scale(1.08);
}

.brhdd-js .brhdd-home .brhdd-animate--media {
  transform: translateY(24px) scale(0.97);
}

.brhdd-js .brhdd-home .brhdd-animate--card {
  transform: translateY(28px) rotateX(5deg);
  transform-origin: center bottom;
}

.brhdd-js .brhdd-home .brhdd-animate--text {
  transform: translateX(18px);
}

.brhdd-js .brhdd-home .brhdd-animate--pop {
  transform: translateY(20px) scale(0.92);
}

.brhdd-js .brhdd-home .brhdd-visible {
  transform: translateY(0) translateX(0) scale(1) rotateX(0);
}

.brhdd-home .brhdd-counter-pulse {
  animation: brhdd-counter-pop 520ms ease both;
}

@keyframes brhdd-counter-pop {
  0% {
    transform: scale(1);
    text-shadow: none;
  }

  45% {
    transform: scale(1.16);
    text-shadow: 0 0 28px rgba(241, 90, 36, 0.46);
  }

  100% {
    transform: scale(1);
    text-shadow: none;
  }
}

@media (min-width: 768px) {
  .brhdd-home .about-one__img-box::before {
    inset: 34px auto auto -24px;
  }

  .brhdd-home .about-one__experience-box {
    right: -28px;
    bottom: 28px;
    min-height: 124px;
    padding: 18px;
  }

  .brhdd-home .about-one__experience-count h3,
  .brhdd-home .about-one__experience-count span {
    font-size: 44px;
  }

  .brhdd-home .services-one__content {
    padding: 30px;
  }

  .brhdd-home .who-we-serve__single-img {
    min-height: 150px;
  }
}

@media (max-width: 575px) {
  .brhdd-home .about-one__point li,
  .brhdd-home .project-one__content,
  .brhdd-home .who-we-serve__icon-and-title {
    gap: 12px;
  }

  .brhdd-home .services-one__title {
    max-width: calc(100% - 58px);
    min-height: auto;
    font-size: 20px;
  }

  .brhdd-home .services-one__count {
    font-size: 48px;
  }

  .brhdd-home .project-one__content {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 14px;
  }

  .brhdd-home .project-one__content h3 {
    font-size: 18px;
  }

  .brhdd-home .project-one__icon-box a {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
}

/* Super animated services lab */

.brhdd-home .services-one.brhdd-services-lab {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 16%, rgba(241, 90, 36, 0.24), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(24, 119, 242, 0.14), transparent 24%),
    linear-gradient(135deg, #07111f 0%, #0c1728 46%, #101828 100%);
}

.brhdd-home .brhdd-services-lab__backdrop,
.brhdd-home .brhdd-services-lab__grid,
.brhdd-home .brhdd-services-lab__pipe,
.brhdd-home .brhdd-services-lab__pulse {
  position: absolute;
  pointer-events: none;
}

.brhdd-home .brhdd-services-lab__backdrop {
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.brhdd-home .brhdd-services-lab__grid {
  inset: 0;
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  animation: brhdd-services-grid-drift 18s linear infinite;
}

.brhdd-home .brhdd-services-lab__pipe {
  width: min(520px, 58vw);
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(241, 90, 36, 0.78), transparent);
  box-shadow: 0 0 24px rgba(241, 90, 36, 0.26);
  opacity: 0.72;
}

.brhdd-home .brhdd-services-lab__pipe::before,
.brhdd-home .brhdd-services-lab__pipe::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(241, 90, 36, 0.78);
  border-radius: 50%;
  background: #07111f;
}

.brhdd-home .brhdd-services-lab__pipe::before {
  left: 20%;
}

.brhdd-home .brhdd-services-lab__pipe::after {
  right: 16%;
}

.brhdd-home .brhdd-services-lab__pipe--top {
  top: 96px;
  right: -120px;
  transform: rotate(-10deg);
}

.brhdd-home .brhdd-services-lab__pipe--bottom {
  left: -110px;
  bottom: 104px;
  transform: rotate(8deg);
}

.brhdd-home .brhdd-services-lab__pulse {
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 62%);
  opacity: 0.68;
  animation: brhdd-services-pulse 5.6s ease-in-out infinite;
}

.brhdd-home .brhdd-services-lab__pulse--one {
  left: -100px;
  top: 16%;
}

.brhdd-home .brhdd-services-lab__pulse--two {
  right: -90px;
  bottom: 9%;
  animation-delay: -2.2s;
}

.brhdd-home .brhdd-services-lab .container {
  position: relative;
}

.brhdd-home .brhdd-services-lab__head {
  display: grid;
  gap: 22px;
  align-items: end;
  margin-bottom: 30px;
}

.brhdd-home .brhdd-services-lab .section-title {
  margin-bottom: 0;
}

.brhdd-home .brhdd-services-lab .section-title__title {
  color: #ffffff;
  text-wrap: balance;
}

.brhdd-home .brhdd-services-lab .brhdd-section-intro {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  text-align: left;
}

.brhdd-home .brhdd-services-lab__brief {
  display: grid;
  gap: 18px;
}

.brhdd-home .brhdd-services-lab__status {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.brhdd-home .brhdd-services-lab__status span {
  min-height: 72px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.brhdd-home .brhdd-services-lab__status strong {
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}

.brhdd-home .brhdd-services-lab__track {
  position: relative;
  height: 22px;
  margin: 4px 0 24px;
  overflow: hidden;
}

.brhdd-home .brhdd-services-lab__track::before,
.brhdd-home .brhdd-services-lab__track span {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 2px;
  border-radius: 999px;
}

.brhdd-home .brhdd-services-lab__track::before {
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
}

.brhdd-home .brhdd-services-lab__track span {
  width: 34%;
  background: linear-gradient(90deg, transparent, #ffffff, var(--brhdd-orange), transparent);
  box-shadow: 0 0 28px rgba(241, 90, 36, 0.46);
  transform: translateX(-105%);
}

.brhdd-home .services-one.brhdd-section-active .brhdd-services-lab__track span {
  animation: brhdd-services-route 3.4s cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
}

.brhdd-home .brhdd-service-grid {
  perspective: 1200px;
}

.brhdd-home .brhdd-service-card {
  --service-accent: var(--brhdd-orange);
  position: relative;
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.96)),
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--service-accent) 20%, transparent), transparent 36%);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2);
  transform: translateY(0) rotateX(0) rotateY(0);
  transform-style: preserve-3d;
  will-change: transform;
  transition:
    transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 360ms ease,
    border-color 360ms ease,
    filter 360ms ease;
}

.brhdd-home .brhdd-service-card[data-service-accent="hydro"] {
  --service-accent: #1b9aaa;
}

.brhdd-home .brhdd-service-card[data-service-accent="pipeline"] {
  --service-accent: #f5a524;
}

.brhdd-home .brhdd-service-card[data-service-accent="restoration"] {
  --service-accent: #39a96b;
}

.brhdd-home .brhdd-service-card::before,
.brhdd-home .brhdd-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.brhdd-home .brhdd-service-card::before {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--service-accent) 16%, transparent), transparent 42%),
    radial-gradient(circle at var(--brhdd-service-mx, 50%) var(--brhdd-service-my, 18%), color-mix(in srgb, var(--service-accent) 18%, transparent), transparent 34%);
  opacity: 0.45;
  transition: opacity 300ms ease;
}

.brhdd-home .brhdd-service-card::after {
  inset: -1px;
  padding: 1px;
  background: conic-gradient(from var(--brhdd-service-angle, 0deg), transparent, color-mix(in srgb, var(--service-accent) 92%, #ffffff 8%), transparent 38%);
  opacity: 0;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 260ms ease;
}

.brhdd-home .brhdd-service-card:hover,
.brhdd-home .brhdd-service-card:focus-within,
.brhdd-home .brhdd-service-card.is-active {
  transform:
    translateY(-9px)
    rotateX(var(--brhdd-service-rx, 0deg))
    rotateY(var(--brhdd-service-ry, 0deg));
  border-color: color-mix(in srgb, var(--service-accent) 58%, rgba(255, 255, 255, 0.24));
  box-shadow: 0 34px 78px rgba(0, 0, 0, 0.28), 0 0 38px color-mix(in srgb, var(--service-accent) 24%, transparent);
  filter: saturate(1.05);
}

.brhdd-home .brhdd-service-card:hover::before,
.brhdd-home .brhdd-service-card:focus-within::before,
.brhdd-home .brhdd-service-card.is-active::before,
.brhdd-home .brhdd-service-card:hover::after,
.brhdd-home .brhdd-service-card:focus-within::after,
.brhdd-home .brhdd-service-card.is-active::after {
  opacity: 1;
}

.brhdd-home .brhdd-service-card .services-one__content {
  position: relative;
  z-index: 2;
  min-height: 318px;
  padding: 26px 24px 22px;
}

.brhdd-home .brhdd-service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.brhdd-home .brhdd-service-card__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid color-mix(in srgb, var(--service-accent) 34%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--service-accent) 10%, #ffffff);
  color: color-mix(in srgb, var(--service-accent) 72%, #101828);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brhdd-home .brhdd-service-card .services-one__count {
  position: static;
  color: color-mix(in srgb, var(--service-accent) 22%, rgba(16, 24, 40, 0.08));
  font-size: 56px;
  line-height: 0.82;
  font-weight: 900;
}

.brhdd-home .brhdd-service-card .services-one__title {
  max-width: none;
  min-height: 58px;
  margin-bottom: 13px;
  font-size: 23px;
}

.brhdd-home .brhdd-service-card .services-one__title a {
  outline: none;
}

.brhdd-home .brhdd-service-card .services-one__title a:focus-visible,
.brhdd-home .brhdd-service-card .services-one__btn-box a:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--service-accent) 55%, #ffffff);
  outline-offset: 4px;
  border-radius: 6px;
}

.brhdd-home .brhdd-service-card .services-one__text {
  min-height: 100px;
  margin-bottom: 0;
}

.brhdd-home .brhdd-service-card .services-one__features {
  gap: 10px;
  margin: 18px 0 20px;
}

.brhdd-home .brhdd-service-card .services-one__features li {
  min-height: 30px;
}

.brhdd-home .brhdd-service-card .services-one__features li span {
  background: color-mix(in srgb, var(--service-accent) 14%, #ffffff);
  color: color-mix(in srgb, var(--service-accent) 78%, #101828);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--service-accent) 16%, transparent);
}

.brhdd-home .brhdd-service-card .services-one__btn-box a {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid color-mix(in srgb, var(--service-accent) 28%, rgba(16, 24, 40, 0.12));
  border-radius: 8px;
  background: color-mix(in srgb, var(--service-accent) 8%, #ffffff);
  color: color-mix(in srgb, var(--service-accent) 76%, #101828);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--service-accent) 12%, transparent);
}

.brhdd-home .brhdd-service-card .services-one__btn-box a span {
  transition: transform 220ms ease;
}

.brhdd-home .brhdd-service-card:hover .services-one__btn-box a,
.brhdd-home .brhdd-service-card:focus-within .services-one__btn-box a,
.brhdd-home .brhdd-service-card.is-active .services-one__btn-box a {
  color: #ffffff;
  background: linear-gradient(135deg, color-mix(in srgb, var(--service-accent) 88%, #ffffff), var(--service-accent));
  border-color: transparent;
}

.brhdd-home .brhdd-service-card:hover .services-one__btn-box a span,
.brhdd-home .brhdd-service-card:focus-within .services-one__btn-box a span,
.brhdd-home .brhdd-service-card.is-active .services-one__btn-box a span {
  transform: translateX(4px);
}

.brhdd-home .brhdd-service-card .services-one__img-box {
  position: relative;
  z-index: 2;
  min-height: 172px;
  margin-top: 0;
  padding: 0 18px 18px;
}

.brhdd-home .brhdd-service-card .services-one__img {
  position: relative;
  height: 100%;
  min-height: 152px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--brhdd-navy);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.brhdd-home .brhdd-service-card .services-one__img::before {
  z-index: 2;
  background:
    linear-gradient(180deg, transparent 38%, rgba(7, 17, 31, 0.24) 72%, color-mix(in srgb, var(--service-accent) 34%, rgba(7, 17, 31, 0.5)) 100%),
    linear-gradient(90deg, color-mix(in srgb, var(--service-accent) 14%, transparent), transparent 38%);
  opacity: 1;
}

.brhdd-home .brhdd-service-card .services-one__img img {
  transform: translate3d(var(--brhdd-card-x, 0px), var(--brhdd-card-y, 0px), 0) scale(1.04);
  filter: saturate(1.02) contrast(1.02);
}

.brhdd-home .brhdd-service-card:hover .services-one__img img,
.brhdd-home .brhdd-service-card:focus-within .services-one__img img,
.brhdd-home .brhdd-service-card.is-active .services-one__img img {
  transform: translate3d(var(--brhdd-card-x, 0px), var(--brhdd-card-y, 0px), 0) scale(1.12);
}

.brhdd-home .brhdd-service-card__scan {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  z-index: 4;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #ffffff, var(--service-accent), transparent);
  opacity: 0;
  box-shadow: 0 0 22px color-mix(in srgb, var(--service-accent) 54%, transparent);
  transform: translateY(24px);
  pointer-events: none;
}

.brhdd-home .brhdd-service-card:hover .brhdd-service-card__scan,
.brhdd-home .brhdd-service-card:focus-within .brhdd-service-card__scan,
.brhdd-home .brhdd-service-card.is-active .brhdd-service-card__scan {
  opacity: 1;
  animation: brhdd-service-scan 1.35s ease-in-out infinite;
}

.brhdd-home .brhdd-service-card__rings {
  position: absolute;
  right: 26px;
  bottom: 25px;
  z-index: 3;
  width: 76px;
  height: 76px;
  border: 1px solid color-mix(in srgb, var(--service-accent) 45%, rgba(255, 255, 255, 0.3));
  border-radius: 50%;
  opacity: 0.66;
  pointer-events: none;
}

.brhdd-home .brhdd-service-card__rings::before,
.brhdd-home .brhdd-service-card__rings::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed color-mix(in srgb, var(--service-accent) 56%, rgba(255, 255, 255, 0.3));
  border-radius: inherit;
}

.brhdd-home .brhdd-service-card__rings::after {
  inset: 21px;
  border-style: solid;
}

.brhdd-home .brhdd-service-card:hover .brhdd-service-card__rings,
.brhdd-home .brhdd-service-card:focus-within .brhdd-service-card__rings,
.brhdd-home .brhdd-service-card.is-active .brhdd-service-card__rings {
  animation: brhdd-service-rings 3.2s linear infinite;
}

.brhdd-home .brhdd-service-card .services-one__icon {
  z-index: 5;
  right: 30px;
  bottom: 30px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--service-accent) 92%, #ffffff), var(--service-accent));
  box-shadow: 0 16px 34px color-mix(in srgb, var(--service-accent) 35%, transparent);
}

.brhdd-home .brhdd-service-card:hover .services-one__icon,
.brhdd-home .brhdd-service-card:focus-within .services-one__icon,
.brhdd-home .brhdd-service-card.is-active .services-one__icon {
  transform: translateY(-8px) rotate(8deg) scale(1.04);
  border-radius: 16px 8px 16px 8px;
}

@keyframes brhdd-services-grid-drift {
  0% {
    background-position: 0 0, 0 0;
  }

  100% {
    background-position: 92px 46px, 92px 46px;
  }
}

@keyframes brhdd-services-pulse {
  0%,
  100% {
    transform: scale(0.88);
    opacity: 0.35;
  }

  50% {
    transform: scale(1.08);
    opacity: 0.74;
  }
}

@keyframes brhdd-services-route {
  0% {
    transform: translateX(-110%);
  }

  55%,
  100% {
    transform: translateX(310%);
  }
}

@keyframes brhdd-service-scan {
  0% {
    transform: translateY(18px);
  }

  50% {
    transform: translateY(168px);
  }

  100% {
    transform: translateY(18px);
  }
}

@keyframes brhdd-service-rings {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1.08);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

@media (min-width: 992px) {
  .brhdd-home .brhdd-services-lab__head {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.58fr);
    gap: 44px;
  }
}

@media (max-width: 1199px) {
  .brhdd-home .brhdd-service-card .services-one__content {
    min-height: 286px;
  }

  .brhdd-home .brhdd-service-card .services-one__text {
    min-height: 76px;
  }
}

@media (max-width: 767px) {
  .brhdd-home .services-one.brhdd-services-lab {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .brhdd-home .brhdd-services-lab .section-title__title {
    font-size: 34px;
  }

  .brhdd-home .brhdd-services-lab__status {
    grid-template-columns: 1fr;
  }

  .brhdd-home .brhdd-services-lab__track {
    display: none;
  }

  .brhdd-home .brhdd-service-card .services-one__content {
    min-height: auto;
  }

  .brhdd-home .brhdd-service-card .services-one__text {
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .brhdd-home .brhdd-services-lab .section-title__title {
    font-size: 31px;
  }

  .brhdd-home .brhdd-service-card .services-one__count {
    font-size: 46px;
  }

  .brhdd-home .brhdd-service-card .services-one__title {
    min-height: auto;
    font-size: 21px;
  }

  .brhdd-home .brhdd-service-card .services-one__img-box {
    min-height: 158px;
    padding: 0 14px 14px;
  }

  .brhdd-home .brhdd-service-card .services-one__icon {
    right: 24px;
    bottom: 24px;
  }
}

/* Hero visual upgrade */

.brhdd-home .banner-one {
  background:
    radial-gradient(circle at 73% 25%, rgba(241, 90, 36, 0.16), transparent 28%),
    radial-gradient(circle at 12% 65%, rgba(31, 111, 143, 0.16), transparent 32%),
    var(--brhdd-navy);
}

.brhdd-home .banner-one__bg {
  opacity: 0.64;
  filter: saturate(1.05) contrast(1.1);
  background-position: 58% center;
}

.brhdd-home .banner-one::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(7, 17, 31, 0.92) 0%, rgba(7, 17, 31, 0.74) 37%, rgba(7, 17, 31, 0.34) 66%, rgba(7, 17, 31, 0.56) 100%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.12) 0%, rgba(7, 17, 31, 0.72) 100%);
  pointer-events: none;
}

.brhdd-home .banner-one::after {
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.12), transparent 16%),
    linear-gradient(90deg, rgba(7, 17, 31, 0.34) 0%, rgba(7, 17, 31, 0.06) 58%, rgba(7, 17, 31, 0.32) 100%);
}

.brhdd-home .banner-one__inner {
  min-height: 720px;
  padding: 94px 0 72px;
}

.brhdd-home .banner-one .row {
  --bs-gutter-y: 34px;
}

.brhdd-home .banner-one__left {
  max-width: 760px;
}

.brhdd-home .banner-one__sub-title p {
  min-height: 38px;
  padding: 0 14px;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

.brhdd-home .banner-one__title {
  max-width: 780px;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
}

.brhdd-home .banner-one__text {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.9);
}

.brhdd-home .banner-one__btn-box .thm-btn {
  min-height: 58px;
  padding: 0 28px;
}

.brhdd-home .banner-one__btn-box .thm-btn span {
  transition: transform 180ms ease;
}

.brhdd-home .banner-one__btn-box .thm-btn:hover span {
  transform: translateX(4px);
}

.brhdd-home .banner-one__call-link {
  min-height: 58px;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

.brhdd-home .banner-one__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 660px;
  margin-top: 28px;
}

.brhdd-home .banner-one__metric,
.brhdd-home .banner-one__proof {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 18px 44px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
}

.brhdd-home .banner-one__metric {
  position: relative;
  overflow: hidden;
  padding: 16px;
}

.brhdd-home .banner-one__metric::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.18) 46%, transparent 70%);
  opacity: 0;
  transform: translateX(-70%);
  transition: opacity 220ms ease, transform 580ms ease;
}

.brhdd-home .banner-one__metric:hover::after {
  opacity: 1;
  transform: translateX(70%);
}

.brhdd-home .banner-one__metric strong {
  display: block;
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
}

.brhdd-home .banner-one__metric span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
}

.brhdd-home .banner-one__proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 760px;
  margin-top: 12px;
}

.brhdd-home .banner-one__proof {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px;
}

.brhdd-home .banner-one__proof span {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(241, 90, 36, 0.2);
  color: var(--brhdd-orange);
}

.brhdd-home .banner-one__proof p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
}

.brhdd-home .banner-one__visual {
  position: relative;
  display: flex;
  min-height: clamp(430px, 48vw, 610px);
  align-items: center;
  justify-content: center;
  margin-top: 42px;
  isolation: isolate;
  perspective: 1000px;
}

.brhdd-home .banner-one__visual::before {
  content: "";
  position: absolute;
  inset: 46px 0 36px 54px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    rgba(7, 17, 31, 0.62);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}

.brhdd-home .banner-one__visual::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 58px;
  width: 62%;
  height: 34%;
  z-index: -2;
  border-radius: 8px;
  background: rgba(245, 92, 37, 0.2);
  filter: blur(50px);
  opacity: 0.56;
}

.brhdd-home .banner-one__visual-frame {
  position: relative;
  width: min(100%, 405px);
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(7, 17, 31, 0.3);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.42),
    0 0 0 10px rgba(255, 255, 255, 0.045);
  transform: translate3d(var(--brhdd-hero-x), var(--brhdd-hero-y), 0) rotateX(0.01deg);
  animation: brhdd-hero-float 6.8s ease-in-out infinite;
  will-change: transform;
}

.brhdd-home .banner-one__visual-frame::before,
.brhdd-home .banner-one__visual-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.brhdd-home .banner-one__visual-frame::before {
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0) 48%, rgba(7, 17, 31, 0.52) 100%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 36%);
  mix-blend-mode: screen;
  opacity: 0.76;
}

.brhdd-home .banner-one__visual-frame::after {
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  box-shadow: inset 0 0 42px rgba(255, 255, 255, 0.05);
}

.brhdd-home .banner-one__visual-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.012);
}

.brhdd-js .brhdd-home .banner-one__sub-title,
.brhdd-js .brhdd-home .banner-one__title,
.brhdd-js .brhdd-home .banner-one__text,
.brhdd-js .brhdd-home .banner-one__thm-and-other-btn-box,
.brhdd-js .brhdd-home .banner-one__metrics,
.brhdd-js .brhdd-home .banner-one__proof-grid,
.brhdd-js .brhdd-home .banner-one__visual {
  opacity: 0;
  transform: translateY(24px);
  animation: brhdd-hero-reveal 620ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.brhdd-js .brhdd-home .banner-one__title {
  animation-delay: 90ms;
}

.brhdd-js .brhdd-home .banner-one__text {
  animation-delay: 180ms;
}

.brhdd-js .brhdd-home .banner-one__thm-and-other-btn-box {
  animation-delay: 270ms;
}

.brhdd-js .brhdd-home .banner-one__metrics {
  animation-delay: 360ms;
}

.brhdd-js .brhdd-home .banner-one__proof-grid {
  animation-delay: 450ms;
}

.brhdd-js .brhdd-home .banner-one__visual {
  animation-delay: 240ms;
}

@keyframes brhdd-hero-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes brhdd-hero-float {
  0%,
  100% {
    transform: translate3d(var(--brhdd-hero-x), var(--brhdd-hero-y), 0) rotateX(0.01deg);
  }

  50% {
    transform: translate3d(var(--brhdd-hero-x), calc(var(--brhdd-hero-y) - 10px), 0) rotateX(0.01deg);
  }
}

@media (min-width: 768px) {
  .brhdd-home .banner-one__proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .brhdd-home .banner-one__inner {
    min-height: 760px;
    padding: 112px 0 88px;
  }

  .brhdd-home .banner-one__visual {
    justify-content: flex-end;
    margin-top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .brhdd-home .banner-one__visual {
    min-height: 480px;
  }

  .brhdd-home .banner-one__visual-frame {
    width: min(100%, 310px);
  }
}

@media (max-width: 767px) {
  .brhdd-home .banner-one__inner {
    min-height: auto;
    padding: 52px 0 48px;
  }

  .brhdd-home .banner-one__bg {
    opacity: 0.44;
    background-position: center;
    transform: none;
  }

  .brhdd-home .banner-one__left {
    width: min(100%, calc(100vw - 60px));
    max-width: 100%;
  }

  .brhdd-home .banner-one__sub-title p {
    max-width: 100%;
    min-height: 36px;
    white-space: normal;
    font-size: 11px;
  }

  .brhdd-home .banner-one__title {
    max-width: 100%;
    font-size: 38px;
    line-height: 1.07;
  }

  .brhdd-home .banner-one__text {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.62;
  }

  .brhdd-home .banner-one__thm-and-other-btn-box {
    width: 100%;
    margin-top: 22px;
  }

  .brhdd-home .banner-one__metrics,
  .brhdd-home .banner-one__proof-grid {
    display: none;
  }

  .brhdd-home .banner-one__visual {
    width: min(100%, calc(100vw - 60px));
    min-height: 390px;
    margin-top: 28px;
  }

  .brhdd-home .banner-one__visual::before {
    inset: 38px 18px 28px;
  }

  .brhdd-home .banner-one__visual-frame {
    width: min(100%, 310px);
    box-shadow:
      0 24px 60px rgba(0, 0, 0, 0.36),
      0 0 0 8px rgba(255, 255, 255, 0.04);
  }
}

@media (max-width: 575px) {
  .brhdd-home .banner-one__left,
  .brhdd-home .banner-one__visual {
    width: min(100%, 330px);
  }

  .brhdd-home .banner-one__title {
    font-size: 34px;
  }
}

@media (max-width: 380px) {
  .brhdd-home .container {
    width: min(100% - 24px, 1320px);
  }

  .brhdd-home .banner-one__title,
  .brhdd-home .section-title__title {
    font-size: 30px;
  }

  .brhdd-home .services-one__content,
  .brhdd-home .testimonial-one__single,
  .brhdd-home .coverage-area-box,
  .brhdd-home .who-we-serve__form-inner-wrap {
    padding: 20px;
  }
}

/* Contact and button refinement */

.brhdd-home .main-menu__btn-box .thm-btn {
  box-shadow: 0 14px 28px rgba(241, 90, 36, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.brhdd-home .main-menu__btn-box .thm-btn > span {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
}

.brhdd-home .banner-one__call-link {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(7, 17, 31, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 16px 34px rgba(0, 0, 0, 0.16);
}

.brhdd-home .services-one__btn-box a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 13px 0 16px;
  border: 1px solid rgba(241, 90, 36, 0.18);
  border-radius: 8px;
  background: rgba(241, 90, 36, 0.08);
  color: var(--brhdd-orange-dark);
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.brhdd-home .services-one__btn-box a:hover {
  transform: translateY(-2px);
  border-color: rgba(241, 90, 36, 0.38);
  background: rgba(241, 90, 36, 0.13);
  color: var(--brhdd-orange-dark);
}

.brhdd-home .who-we-serve {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #f2f5f6 100%);
}

.brhdd-home .who-we-serve::before {
  display: none;
}

.brhdd-home .brhdd-contact-shell {
  position: relative;
  z-index: 1;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.brhdd-home .brhdd-contact-layout {
  --bs-gutter-x: 48px;
  --bs-gutter-y: 32px;
  align-items: flex-start;
}

.brhdd-home .who-we-serve__left {
  width: 100%;
  max-width: none;
}

.brhdd-home .who-we-serve__form-inner,
.brhdd-home .who-we-serve__right {
  width: 100%;
  max-width: none;
  height: auto;
  border: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.08);
}

.brhdd-home .who-we-serve__form-inner {
  overflow: hidden;
}

.brhdd-home .who-we-serve__from-text {
  position: relative;
  left: auto;
  bottom: auto;
  max-width: none;
  width: 100%;
  padding: 28px 30px;
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(135deg, rgba(7, 17, 31, 0.96), rgba(12, 31, 52, 0.96)),
    var(--brhdd-navy);
}

.brhdd-home .who-we-serve__from-text span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--brhdd-orange);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.brhdd-home .who-we-serve__from-text span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.brhdd-home .who-we-serve__from-text h5 {
  max-width: 560px;
  margin: 0;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.06;
  text-align: left;
}

.brhdd-home .who-we-serve__form-inner-wrap {
  position: relative;
  display: block;
  padding: 30px;
  border-radius: 0;
  background: #ffffff;
}

.brhdd-home .brhdd-contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(210px, 0.62fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 24px;
}

.brhdd-home .brhdd-contact-form-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brhdd-home .brhdd-contact-intro {
  max-width: 520px;
  margin: 0 0 16px;
  color: var(--brhdd-text);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 800;
}

.brhdd-home .brhdd-contact-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brhdd-home .brhdd-contact-badges span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(241, 90, 36, 0.18);
  border-radius: 8px;
  background: rgba(241, 90, 36, 0.08);
  color: var(--brhdd-ink);
  font-size: 12px;
  font-weight: 900;
}

.brhdd-home .brhdd-contact-badges i {
  color: var(--brhdd-orange);
}

.brhdd-home .who-we-serve__img-1 {
  min-height: 190px;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.14);
}

.brhdd-js .brhdd-home .brhdd-contact-form-grid .who-we-serve__img-1.brhdd-animate {
  opacity: 1;
  transform: none;
}

.brhdd-home .who-we-serve__input-box input[type="text"],
.brhdd-home .who-we-serve__input-box input[type="tel"],
.brhdd-home .who-we-serve__input-box input[type="email"],
.brhdd-home .who-we-serve__input-box textarea {
  min-height: 56px;
  padding: 0 16px;
  border-color: #d7dde5;
  border-radius: 8px;
  background: #fbfcfd;
  font-size: 15px;
  line-height: 1.4;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.brhdd-home .who-we-serve__input-box textarea {
  min-height: 138px;
  padding-top: 15px;
}

.brhdd-home .who-we-serve__input-box input:hover,
.brhdd-home .who-we-serve__input-box textarea:hover {
  background: #ffffff;
  border-color: #c4ccd7;
}

.brhdd-home .who-we-serve__input-box input:focus,
.brhdd-home .who-we-serve__input-box textarea:focus {
  background: #ffffff;
  border-color: var(--brhdd-orange);
  box-shadow: 0 0 0 4px rgba(241, 90, 36, 0.12), 0 10px 26px rgba(16, 24, 40, 0.07);
}

.brhdd-home .brhdd-contact-submit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: 4px;
}

.brhdd-home .who-we-serve__form-inner .thm-btn {
  width: auto;
  min-width: 210px;
}

.brhdd-home .brhdd-contact-submit p {
  max-width: 245px;
  margin: 0;
  color: var(--brhdd-muted);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
}

.brhdd-home .who-we-serve__form .result {
  margin-top: 14px;
}

.brhdd-home .who-we-serve__right {
  align-self: flex-start;
  padding: 30px;
  background: #ffffff;
}

.brhdd-home .who-we-serve__right .section-title {
  margin-bottom: 20px;
}

.brhdd-home .who-we-serve__right .section-title__title {
  font-size: 38px;
  line-height: 1.06;
}

.brhdd-home .brhdd-contact-steps {
  gap: 10px;
  margin-bottom: 22px;
}

.brhdd-home .brhdd-contact-steps li {
  min-height: 58px;
  align-items: center;
  padding: 12px 14px;
  border-color: rgba(16, 24, 40, 0.1);
  background: #fbfcfd;
  color: var(--brhdd-ink);
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.045);
}

.brhdd-home .brhdd-contact-steps span {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
  box-shadow: 0 10px 20px rgba(241, 90, 36, 0.22);
}

.brhdd-home .brhdd-contact-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 14px;
}

.brhdd-js .brhdd-home .brhdd-contact-services .who-we-serve__single.brhdd-animate {
  opacity: 1;
  transform: none;
}

.brhdd-home .brhdd-contact-services .who-we-serve__single {
  max-width: none;
  min-height: 112px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: stretch;
  margin: 0;
  overflow: hidden;
  color: var(--brhdd-ink);
  border-color: rgba(16, 24, 40, 0.09);
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.07);
}

.brhdd-home .brhdd-contact-services .who-we-serve__single:hover {
  transform: translateY(-3px);
  color: var(--brhdd-ink);
  box-shadow: 0 20px 42px rgba(16, 24, 40, 0.11);
}

.brhdd-home .brhdd-contact-services .who-we-serve__single-img {
  min-height: auto;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0 !important;
}

.brhdd-home .brhdd-contact-services .who-we-serve__single-img img {
  border-radius: 0 !important;
}

.brhdd-home .brhdd-contact-services .who-we-serve__icon-and-title {
  min-height: auto;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 12px;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.brhdd-home .brhdd-contact-services .who-we-serve__icon {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  margin: 0;
  border-radius: 8px;
}

.brhdd-home .brhdd-contact-services .who-we-serve__icon span {
  color: #ffffff;
  font-size: 16px;
}

.brhdd-home .brhdd-contact-services .who-we-serve__single-title {
  min-width: 0;
  display: block;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--brhdd-ink);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
  text-align: left;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
}

.brhdd-home .brhdd-contact-services .who-we-serve__single-title::before {
  display: none;
}

@media (min-width: 1200px) {
  .brhdd-home .brhdd-contact-layout {
    --bs-gutter-x: 56px;
  }
}

@media (max-width: 1199px) {
  .brhdd-home .brhdd-contact-layout {
    --bs-gutter-y: 32px;
  }

  .brhdd-home .who-we-serve__img-1 {
    max-height: 260px;
  }
}

@media (max-width: 991px) {
  .brhdd-home .brhdd-contact-shell {
    padding: 0;
  }

  .brhdd-home .who-we-serve__right .section-title__title {
    font-size: 34px;
  }

  .brhdd-home .brhdd-contact-submit {
    grid-template-columns: 1fr;
  }

  .brhdd-home .who-we-serve__form-inner .thm-btn {
    width: 100%;
  }

  .brhdd-home .brhdd-contact-submit p {
    max-width: none;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .brhdd-home .thm-btn,
  .brhdd-home button.thm-btn {
    width: 100%;
    min-height: 54px;
    padding-left: 18px;
  }

  .brhdd-home .floating-call-btn {
    left: auto;
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
    min-height: 54px;
    padding: 0;
    border-radius: 50%;
  }

  .brhdd-home .floating-call-btn span {
    display: none;
  }

  .brhdd-home .brhdd-contact-shell {
    padding: 0;
  }

  .brhdd-home .who-we-serve__from-text,
  .brhdd-home .who-we-serve__form-inner-wrap,
  .brhdd-home .who-we-serve__right {
    padding: 22px;
  }

  .brhdd-home .who-we-serve__from-text h5,
  .brhdd-home .who-we-serve__right .section-title__title {
    font-size: 30px;
  }

  .brhdd-home .brhdd-contact-services {
    grid-template-columns: 1fr;
  }

  .brhdd-home .brhdd-contact-services .who-we-serve__single {
    grid-template-columns: 96px minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .brhdd-home .brhdd-contact-form-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Cinematic why choose upgrade */

.brhdd-home .why-choose-one.brhdd-why {
  --brhdd-why-edge: rgba(255, 255, 255, 0.16);
  --brhdd-why-glass: rgba(255, 255, 255, 0.075);
  --brhdd-why-hot: rgba(241, 90, 36, 0.92);
  --brhdd-why-cyan: #78c6dc;
  position: relative;
  min-height: clamp(740px, 54vw, 900px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(70px, 8vw, 112px) 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.96), rgba(8, 21, 34, 0.98)),
    var(--brhdd-navy);
  isolation: isolate;
}

.brhdd-home .why-choose-one.brhdd-why::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(118deg, transparent 0 48%, rgba(241, 90, 36, 0.09) 48% 49%, transparent 49% 100%);
  background-size: 46px 46px, 46px 46px, 100% 100%;
  pointer-events: none;
}

.brhdd-home .why-choose-one.brhdd-why::after {
  content: "";
  position: absolute;
  left: 45%;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(120, 198, 220, 0.36), rgba(241, 90, 36, 0.38), transparent);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.brhdd-home .why-choose-one.brhdd-why.brhdd-section-active::after {
  transform: scaleY(1);
}

.brhdd-home .why-choose-one.brhdd-why .container {
  position: relative;
  z-index: 4;
  width: min(100% - 32px, 1320px);
  margin-top: 0;
}

.brhdd-home .why-choose-one.brhdd-why > .container > .row {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 57%);
  align-items: center;
  gap: clamp(32px, 5vw, 76px);
  margin: 0;
}

.brhdd-home .why-choose-one.brhdd-why > .container > .row > [class*="col-"] {
  width: auto;
  max-width: none;
  flex: none;
  padding: 0;
}

.brhdd-home .brhdd-why__ambient {
  position: absolute;
  inset: 0;
  z-index: -4;
  display: block;
  width: auto;
  min-height: 100%;
  opacity: 0.1;
  filter: saturate(0.95) contrast(1.05);
}

.brhdd-home .why-choose-one__bg-2.brhdd-why__mission-frame {
  --brhdd-why-frame-x: 0px;
  --brhdd-why-frame-y: 0px;
  position: absolute;
  inset: clamp(34px, 4vw, 56px) auto clamp(34px, 4vw, 56px) 0;
  width: min(45vw, 760px);
  min-height: auto;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 0;
  border-radius: 0 8px 8px 0;
  background-size: cover;
  background-position: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 36px 86px rgba(0, 0, 0, 0.34);
  transform: translate3d(var(--brhdd-why-frame-x), var(--brhdd-why-frame-y), 0);
  transition: transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.brhdd-home .why-choose-one__bg-2.brhdd-why__mission-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.24), rgba(7, 17, 31, 0.72)),
    linear-gradient(180deg, transparent 36%, rgba(7, 17, 31, 0.82));
}

.brhdd-home .brhdd-why__frame-line {
  position: absolute;
  inset: 22px 22px 22px auto;
  z-index: 3;
  width: 42%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(241, 90, 36, 0.42);
  border-radius: 0 6px 6px 0;
  pointer-events: none;
}

.brhdd-home .brhdd-why__scan {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18%;
  z-index: 2;
  width: 18%;
  background: linear-gradient(90deg, transparent, rgba(120, 198, 220, 0.2), transparent);
  opacity: 0;
  transform: skewX(-12deg);
  pointer-events: none;
}

.brhdd-home .why-choose-one.brhdd-section-active .brhdd-why__scan {
  opacity: 1;
  animation: brhdd-why-scan 4.8s ease-in-out 420ms infinite;
}

.brhdd-home .brhdd-why__tag {
  position: absolute;
  left: 28px;
  top: 28px;
  z-index: 4;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(7, 17, 31, 0.74);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.brhdd-home .brhdd-why__tag::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brhdd-why-hot);
  box-shadow: 0 0 16px rgba(241, 90, 36, 0.72);
}

.brhdd-home .why-choose-one__big-text {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 4;
  transform: none;
}

.brhdd-home .why-choose-one__big-text h2 {
  max-width: 440px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 5.4vw, 82px);
  line-height: 0.92;
  font-weight: 900;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

.brhdd-home .why-choose-one__inner {
  position: relative;
  margin: 0;
  padding: 0;
}

.brhdd-home .why-choose-one__shape-1,
.brhdd-home .why-choose-one__shape-2 {
  display: none;
}

.brhdd-home .why-choose-one__inner::before,
.brhdd-home .why-choose-one__inner::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: linear-gradient(90deg, transparent, rgba(120, 198, 220, 0.32), rgba(241, 90, 36, 0.32), transparent);
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 880ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.brhdd-home .why-choose-one__inner::before {
  left: 8%;
  right: 8%;
  top: 50%;
  height: 1px;
}

.brhdd-home .why-choose-one__inner::after {
  top: 12%;
  bottom: 12%;
  left: 50%;
  width: 1px;
  height: auto;
  background: linear-gradient(180deg, transparent, rgba(120, 198, 220, 0.32), rgba(241, 90, 36, 0.32), transparent);
  transform: scaleY(0);
}

.brhdd-home .why-choose-one.brhdd-section-active .why-choose-one__inner::before {
  transform: scaleX(1);
}

.brhdd-home .why-choose-one.brhdd-section-active .why-choose-one__inner::after {
  transform: scaleY(1);
}

.brhdd-home .why-choose-one__inner .row.brhdd-why__grid {
  --bs-gutter-x: clamp(18px, 2.2vw, 28px);
  --bs-gutter-y: clamp(18px, 2.2vw, 28px);
  position: relative;
  z-index: 1;
  margin: 0;
}

.brhdd-home .why-choose-one__inner ul li:nth-child(3),
.brhdd-home .why-choose-one__inner ul li:nth-child(1) {
  top: auto;
  text-align: left;
}

.brhdd-home .why-choose-one__single.brhdd-why-card {
  --brhdd-card-x: 0px;
  --brhdd-card-y: 0px;
  position: relative;
  min-height: 260px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 28px;
  margin: 0;
  border: 1px solid var(--brhdd-why-edge);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.045)),
    linear-gradient(180deg, rgba(15, 31, 47, 0.96), rgba(9, 21, 35, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 22px 58px rgba(0, 0, 0, 0.26);
  transform: translate3d(var(--brhdd-card-x), var(--brhdd-card-y), 0);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background 220ms ease;
}

.brhdd-home .why-choose-one__single.brhdd-why-card::before {
  content: attr(data-why-step);
  position: absolute;
  right: 22px;
  top: 20px;
  color: rgba(120, 198, 220, 0.3);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.brhdd-home .why-choose-one__single.brhdd-why-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(115deg, transparent, rgba(120, 198, 220, 0.13), transparent),
    linear-gradient(135deg, rgba(241, 90, 36, 0.14), transparent 34%);
  opacity: 0;
  transform: translateX(-38%);
  transition: opacity 220ms ease, transform 620ms ease;
  pointer-events: none;
}

.brhdd-home .why-choose-one__single.brhdd-why-card:hover {
  border-color: rgba(241, 90, 36, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)),
    linear-gradient(180deg, rgba(17, 38, 58, 0.98), rgba(9, 21, 35, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 28px 68px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(241, 90, 36, 0.08);
  transform: translate3d(var(--brhdd-card-x), calc(var(--brhdd-card-y) - 5px), 0);
}

.brhdd-home .why-choose-one__single.brhdd-why-card:hover::after {
  opacity: 1;
  transform: translateX(32%);
}

.brhdd-home .brhdd-why-card__glow,
.brhdd-home .brhdd-why-card__line,
.brhdd-home .why-choose-one__single.brhdd-why-card .why-choose-one__icon,
.brhdd-home .why-choose-one__single.brhdd-why-card .why-choose-one__title,
.brhdd-home .why-choose-one__single.brhdd-why-card .why-choose-one__text {
  position: relative;
  z-index: 2;
}

.brhdd-home .brhdd-why-card__glow {
  position: absolute;
  inset: auto 20px 0 20px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brhdd-why-hot), var(--brhdd-why-cyan), transparent);
  opacity: 0.84;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 820ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--brhdd-delay, 0ms);
}

.brhdd-home .why-choose-one__single.brhdd-why-card.brhdd-visible .brhdd-why-card__glow {
  transform: scaleX(1);
}

.brhdd-home .why-choose-one__single.brhdd-why-card .why-choose-one__count {
  display: none;
}

.brhdd-home .why-choose-one__single.brhdd-why-card .why-choose-one__icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 1px solid rgba(241, 90, 36, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(241, 90, 36, 0.22), rgba(241, 90, 36, 0.08)),
    rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 24px rgba(241, 90, 36, 0.12);
}

.brhdd-home .why-choose-one__single.brhdd-why-card .why-choose-one__icon::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(120, 198, 220, 0.22);
  border-radius: 10px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 220ms ease, transform 220ms ease;
}

.brhdd-home .why-choose-one__single.brhdd-why-card:hover .why-choose-one__icon::after {
  opacity: 1;
  transform: scale(1);
}

.brhdd-home .why-choose-one__single.brhdd-why-card .why-choose-one__icon span {
  color: #ffffff;
  font-size: 34px;
  transition: transform 280ms ease, color 220ms ease;
}

.brhdd-home .why-choose-one__single.brhdd-why-card:hover .why-choose-one__icon span {
  color: #ffffff;
  transform: translateY(-2px) scale(1.06);
  animation: brhdd-why-icon-pulse 780ms ease both;
}

.brhdd-home .why-choose-one__single.brhdd-why-card .why-choose-one__title {
  max-width: 210px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(19px, 1.7vw, 24px);
  line-height: 1.12;
  font-weight: 900;
}

.brhdd-home .why-choose-one__single.brhdd-why-card .why-choose-one__text {
  max-width: 290px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.62;
  font-weight: 750;
}

.brhdd-home .brhdd-why-card__line {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 20px;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.brhdd-home .brhdd-why-card__line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brhdd-why-hot), var(--brhdd-why-cyan));
  box-shadow: 0 0 18px rgba(241, 90, 36, 0.34);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 920ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: calc(var(--brhdd-delay, 0ms) + 120ms);
}

.brhdd-home .why-choose-one__single.brhdd-why-card.brhdd-visible .brhdd-why-card__line::before {
  transform: scaleX(1);
}

@keyframes brhdd-why-scan {
  0% {
    left: -18%;
    opacity: 0;
  }

  16%,
  68% {
    opacity: 1;
  }

  100% {
    left: 112%;
    opacity: 0;
  }
}

@keyframes brhdd-why-icon-pulse {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(241, 90, 36, 0));
  }

  45% {
    filter: drop-shadow(0 0 18px rgba(241, 90, 36, 0.7));
  }
}

@media (max-width: 991px) {
  .brhdd-home .why-choose-one.brhdd-why {
    min-height: auto;
    display: block;
    padding: 0 0 64px;
  }

  .brhdd-home .why-choose-one.brhdd-why::after,
  .brhdd-home .why-choose-one__inner::before,
  .brhdd-home .why-choose-one__inner::after {
    display: none;
  }

  .brhdd-home .why-choose-one__bg-2.brhdd-why__mission-frame {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: clamp(360px, 64vw, 520px);
    border-width: 0 0 1px;
    border-radius: 0;
  }

  .brhdd-home .why-choose-one.brhdd-why > .container {
    margin-top: 34px;
  }

  .brhdd-home .why-choose-one.brhdd-why > .container > .row {
    display: block;
  }

  .brhdd-home .why-choose-one.brhdd-why > .container > .row > [class*="col-"]:first-child {
    display: none;
  }

  .brhdd-home .why-choose-one__inner .row.brhdd-why__grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
  }
}

@media (max-width: 575px) {
  .brhdd-home .brhdd-why__tag {
    left: 18px;
    top: 18px;
  }

  .brhdd-home .why-choose-one__big-text {
    left: 18px;
    right: 18px;
    bottom: 22px;
  }

  .brhdd-home .why-choose-one__single.brhdd-why-card {
    min-height: 230px;
    padding: 24px;
  }

  .brhdd-home .why-choose-one__single.brhdd-why-card::before {
    font-size: 36px;
  }
}

/* Why choose responsive image correction */

.brhdd-home .why-choose-one.brhdd-why {
  min-height: clamp(580px, 44vw, 700px);
  padding: clamp(54px, 6vw, 86px) 0;
}

.brhdd-home .why-choose-one.brhdd-why > .container > .row {
  grid-template-columns: minmax(320px, 38%) minmax(0, 62%);
  gap: clamp(28px, 4vw, 60px);
}

.brhdd-home .why-choose-one__bg-2.brhdd-why__mission-frame {
  top: 50%;
  bottom: auto;
  left: clamp(16px, 2vw, 34px);
  width: clamp(320px, 34vw, 540px);
  height: clamp(420px, 36vw, 560px);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background-position: center center;
  transform: translate3d(var(--brhdd-why-frame-x), var(--brhdd-why-frame-y), 0) translateY(-50%);
}

.brhdd-home .why-choose-one__big-text h2 {
  max-width: 360px;
  font-size: clamp(40px, 4.2vw, 64px);
}

@media (min-width: 1200px) {
  .brhdd-home .why-choose-one__inner .row.brhdd-why__grid {
    max-width: 690px;
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .brhdd-home .why-choose-one.brhdd-why {
    padding: 24px 0 58px;
  }

  .brhdd-home .why-choose-one__bg-2.brhdd-why__mission-frame {
    position: relative;
    inset: auto;
    width: min(100% - 30px, 760px);
    height: clamp(240px, 52vw, 380px);
    min-height: 0;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    transform: none;
  }

  .brhdd-home .why-choose-one__big-text h2 {
    max-width: 320px;
    font-size: clamp(38px, 8vw, 58px);
  }
}

@media (max-width: 575px) {
  .brhdd-home .why-choose-one.brhdd-why {
    padding-top: 18px;
  }

  .brhdd-home .why-choose-one__bg-2.brhdd-why__mission-frame {
    width: min(100% - 24px, 420px);
    height: clamp(220px, 70vw, 300px);
    background-position: center top;
  }

  .brhdd-home .brhdd-why__tag {
    max-width: calc(100% - 36px);
    min-height: 30px;
    font-size: 10px;
  }

  .brhdd-home .why-choose-one__big-text h2 {
    max-width: 260px;
    font-size: clamp(34px, 12vw, 46px);
  }
}

/* Kinetic metrics and consultation upgrade */

.brhdd-home .counter-one,
.brhdd-home .subscribe-one {
  --brhdd-grid-line: rgba(255, 255, 255, 0.055);
  --brhdd-tech-line: rgba(117, 171, 196, 0.18);
  --brhdd-glass: rgba(255, 255, 255, 0.075);
  --brhdd-glass-strong: rgba(255, 255, 255, 0.115);
  --brhdd-edge: rgba(255, 255, 255, 0.16);
  --brhdd-hot: rgba(241, 90, 36, 0.92);
  --brhdd-cyan: #78c6dc;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.96), rgba(9, 24, 38, 0.98)),
    var(--brhdd-navy);
}

.brhdd-home .counter-one::before,
.brhdd-home .subscribe-one::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(var(--brhdd-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--brhdd-grid-line) 1px, transparent 1px),
    linear-gradient(115deg, transparent 0 44%, rgba(241, 90, 36, 0.08) 44% 45%, transparent 45% 100%);
  background-size: 42px 42px, 42px 42px, 100% 100%;
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  pointer-events: none;
}

.brhdd-home .counter-one::after,
.brhdd-home .subscribe-one::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(1180px, calc(100% - 32px));
  height: 1px;
  z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(120, 198, 220, 0.46), rgba(241, 90, 36, 0.52), transparent);
  transform: translateX(-50%) scaleX(0.2);
  transform-origin: center;
  opacity: 0.7;
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.brhdd-home .counter-one.brhdd-section-active::after,
.brhdd-home .subscribe-one.brhdd-section-active::after {
  transform: translateX(-50%) scaleX(1);
}

.brhdd-home .counter-one {
  padding: clamp(52px, 7vw, 84px) 0 clamp(30px, 4vw, 52px);
}

.brhdd-home .counter-one .container,
.brhdd-home .subscribe-one .container {
  position: relative;
  z-index: 1;
}

.brhdd-home .counter-one__shape-1 {
  display: none;
}

.brhdd-home .counter-one__inner.brhdd-impact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  position: relative;
  padding: 0;
  margin: 0;
}

.brhdd-home .counter-one__inner.brhdd-impact-grid::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 50%;
  height: 1px;
  z-index: -1;
  background: linear-gradient(90deg, transparent, var(--brhdd-tech-line), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.brhdd-home .counter-one.brhdd-section-active .counter-one__inner.brhdd-impact-grid::before {
  transform: scaleX(1);
}

.brhdd-home .counter-one__inner.brhdd-impact-grid li {
  width: auto;
  max-width: none;
  flex: none;
}

.brhdd-home .counter-one__inner li[data-metric-index="1"] {
  --impact-progress: 72%;
}

.brhdd-home .counter-one__inner li[data-metric-index="2"] {
  --impact-progress: 58%;
}

.brhdd-home .counter-one__inner li[data-metric-index="3"] {
  --impact-progress: 100%;
}

.brhdd-home .counter-one__inner li[data-metric-index="4"] {
  --impact-progress: 84%;
}

.brhdd-home .counter-one__single.brhdd-impact-card {
  --brhdd-card-x: 0px;
  --brhdd-card-y: 0px;
  position: relative;
  min-height: 146px;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  justify-content: initial;
  overflow: hidden;
  padding: 23px 22px 25px;
  margin: 0;
  border: 1px solid var(--brhdd-edge);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    linear-gradient(180deg, rgba(9, 24, 38, 0.92), rgba(7, 17, 31, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 20px 54px rgba(0, 0, 0, 0.22);
  transform: translate3d(var(--brhdd-card-x), var(--brhdd-card-y), 0);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background 220ms ease;
}

.brhdd-home .counter-one__single.brhdd-impact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(120, 198, 220, 0.13), transparent),
    linear-gradient(135deg, rgba(241, 90, 36, 0.15), transparent 34%);
  opacity: 0;
  transform: translateX(-34%);
  transition: opacity 220ms ease, transform 620ms ease;
  pointer-events: none;
}

.brhdd-home .counter-one__single.brhdd-impact-card::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 34px;
  height: 18px;
  border-top: 1px solid rgba(120, 198, 220, 0.34);
  border-right: 1px solid rgba(120, 198, 220, 0.34);
  opacity: 0.72;
  pointer-events: none;
}

.brhdd-home .counter-one__single.brhdd-impact-card:hover {
  border-color: rgba(241, 90, 36, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.065)),
    linear-gradient(180deg, rgba(12, 31, 48, 0.96), rgba(7, 17, 31, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 24px 64px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(241, 90, 36, 0.08);
  transform: translate3d(var(--brhdd-card-x), calc(var(--brhdd-card-y) - 4px), 0);
}

.brhdd-home .counter-one__single.brhdd-impact-card:hover::before {
  opacity: 1;
  transform: translateX(34%);
}

.brhdd-home .brhdd-impact-card__glow {
  position: absolute;
  inset: auto 18px 0 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(241, 90, 36, 0.74), rgba(120, 198, 220, 0.44), transparent);
  opacity: 0.88;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 840ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--brhdd-delay, 0ms);
}

.brhdd-home .counter-one__single.brhdd-impact-card.brhdd-visible .brhdd-impact-card__glow {
  transform: scaleX(1);
}

.brhdd-home .counter-one__icon {
  position: relative;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(241, 90, 36, 0.4);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(241, 90, 36, 0.22), rgba(241, 90, 36, 0.08)),
    rgba(255, 255, 255, 0.055);
  color: #ffffff;
  box-shadow:
    inset 0 0 24px rgba(241, 90, 36, 0.12),
    0 16px 32px rgba(0, 0, 0, 0.2);
}

.brhdd-home .counter-one__icon > span:not(.brhdd-impact-card__orbit) {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
}

.brhdd-home .brhdd-impact-card__orbit {
  position: absolute;
  inset: -7px;
  z-index: 1;
  border: 1px solid rgba(120, 198, 220, 0.28);
  border-top-color: var(--brhdd-hot);
  border-radius: 50%;
  opacity: 0.85;
  animation: brhdd-impact-spin 4.8s linear infinite;
}

.brhdd-home .counter-one__single.brhdd-impact-card:hover .brhdd-impact-card__orbit {
  animation-duration: 2.5s;
}

.brhdd-home .counter-one__content {
  min-width: 0;
  text-align: left;
}

.brhdd-home .counter-one__count {
  align-items: baseline;
  gap: 2px;
}

.brhdd-home .counter-one__count h3,
.brhdd-home .counter-one__count span {
  color: #ffffff;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 0.92 !important;
  font-weight: 900;
  text-shadow: 0 0 28px rgba(241, 90, 36, 0.18);
}

.brhdd-home .counter-one__count-text {
  max-width: 150px;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.32;
  font-weight: 900;
}

.brhdd-home .brhdd-impact-card__track {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 14px;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.brhdd-home .brhdd-impact-card__track::before {
  content: "";
  display: block;
  width: var(--impact-progress, 72%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brhdd-hot), var(--brhdd-cyan));
  box-shadow: 0 0 18px rgba(241, 90, 36, 0.35);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: calc(var(--brhdd-delay, 0ms) + 130ms);
}

.brhdd-home .counter-one__single.brhdd-impact-card.brhdd-visible .brhdd-impact-card__track::before {
  transform: scaleX(1);
}

.brhdd-home .subscribe-one {
  padding: 0 0 clamp(56px, 8vw, 92px);
}

.brhdd-home .subscribe-one::before {
  background:
    linear-gradient(var(--brhdd-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--brhdd-grid-line) 1px, transparent 1px),
    linear-gradient(70deg, transparent 0 50%, rgba(120, 198, 220, 0.07) 50% 51%, transparent 51% 100%);
  background-size: 42px 42px, 42px 42px, 100% 100%;
}

.brhdd-home .subscribe-one__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: clamp(28px, 5vw, 56px);
  padding: clamp(38px, 7vw, 78px) 0 0;
}

.brhdd-home .subscribe-one__img-1.brhdd-consult-visual {
  --brhdd-consult-x: 0px;
  --brhdd-consult-y: 0px;
  position: relative;
  display: block;
  inset: auto;
  width: 100%;
  max-width: none;
  overflow: visible;
  border-radius: 0;
  box-shadow: none;
  animation: none;
  transform: translate3d(var(--brhdd-consult-x), var(--brhdd-consult-y), 0);
  transition: transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.brhdd-home .brhdd-consult-visual__frame {
  position: relative;
  min-height: 330px;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 26px 68px rgba(0, 0, 0, 0.34);
}

.brhdd-home .brhdd-consult-visual__frame::before,
.brhdd-home .brhdd-consult-visual__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.brhdd-home .brhdd-consult-visual__frame::before {
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.04), rgba(7, 17, 31, 0.58)),
    linear-gradient(118deg, rgba(255, 255, 255, 0.2), transparent 34%);
}

.brhdd-home .brhdd-consult-visual__frame::after {
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
}

.brhdd-home .brhdd-consult-visual__frame img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  transform: scale(1.025);
  transition: transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 320ms ease;
}

.brhdd-home .subscribe-one__img-1.brhdd-consult-visual:hover .brhdd-consult-visual__frame img {
  filter: saturate(1.08) contrast(1.06);
  transform: scale(1.065);
}

.brhdd-home .brhdd-consult-visual__scan {
  position: absolute;
  left: 0;
  right: 0;
  top: -30%;
  z-index: 3;
  height: 22%;
  background: linear-gradient(180deg, transparent, rgba(120, 198, 220, 0.18), transparent);
  opacity: 0;
  transform: translateY(-20%);
  pointer-events: none;
}

.brhdd-home .brhdd-consult-visual.brhdd-visible .brhdd-consult-visual__scan {
  opacity: 1;
  animation: brhdd-consult-scan 4.6s ease-in-out 420ms infinite;
}

.brhdd-home .brhdd-consult-visual__angle {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 4;
  width: 42%;
  height: 28%;
  border-top: 1px solid rgba(241, 90, 36, 0.76);
  border-left: 1px solid rgba(241, 90, 36, 0.76);
  background: linear-gradient(135deg, transparent 0 48%, rgba(241, 90, 36, 0.13) 48% 50%, transparent 50% 100%);
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%, 0 42%);
  pointer-events: none;
}

.brhdd-home .brhdd-consult-visual__badges {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.brhdd-home .brhdd-consult-visual__badges span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(7, 17, 31, 0.74);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(10px);
}

.brhdd-home .subscribe-one__content.brhdd-consult-content {
  position: relative;
  max-width: 720px;
  padding: clamp(4px, 2vw, 20px) 0;
  margin: 0;
  float: none;
}

.brhdd-home .subscribe-one__content.brhdd-consult-content::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 2px;
  bottom: 2px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--brhdd-hot), rgba(120, 198, 220, 0.74), transparent);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 760ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.brhdd-home .subscribe-one__content.brhdd-consult-content.brhdd-visible::before {
  transform: scaleY(1);
}

.brhdd-home .brhdd-consult-kicker {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  margin-bottom: 18px;
  border: 1px solid rgba(120, 198, 220, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(120, 198, 220, 0.96);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.brhdd-home .brhdd-consult-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brhdd-hot);
  box-shadow: 0 0 14px rgba(241, 90, 36, 0.72);
}

.brhdd-home .subscribe-one__content.brhdd-consult-content h2 {
  max-width: 660px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 0.98;
  font-weight: 900;
}

.brhdd-home .subscribe-one__content.brhdd-consult-content p {
  max-width: 700px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.72;
  font-weight: 750;
}

.brhdd-home .subscribe-one__form {
  margin-top: 30px;
}

.brhdd-home .subscribe-one__form .thm-btn.brhdd-consult-btn {
  min-height: 56px;
  padding-left: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 18px 34px rgba(241, 90, 36, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.brhdd-home .subscribe-one__form .thm-btn.brhdd-consult-btn span {
  transition: transform 180ms ease;
}

.brhdd-home .subscribe-one__form .thm-btn.brhdd-consult-btn:hover span {
  transform: translateX(4px);
}

@keyframes brhdd-impact-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes brhdd-consult-scan {
  0% {
    transform: translateY(-20%);
    opacity: 0;
  }

  16%,
  68% {
    opacity: 1;
  }

  100% {
    transform: translateY(610%);
    opacity: 0;
  }
}

@media (min-width: 576px) {
  .brhdd-home .counter-one__inner.brhdd-impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .brhdd-home .counter-one__inner.brhdd-impact-grid {
    gap: 18px;
  }

  .brhdd-home .subscribe-one__inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  }
}

@media (min-width: 1200px) {
  .brhdd-home .counter-one__inner.brhdd-impact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .brhdd-home .subscribe-one__inner {
    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .brhdd-home .counter-one__inner.brhdd-impact-grid::before {
    display: none;
  }

  .brhdd-home .counter-one__single.brhdd-impact-card {
    min-height: 126px;
    grid-template-columns: 66px minmax(0, 1fr);
    padding: 20px 18px 24px;
  }

  .brhdd-home .counter-one__icon {
    width: 58px;
    height: 58px;
  }

  .brhdd-home .counter-one__icon > span:not(.brhdd-impact-card__orbit) {
    font-size: 28px;
  }

  .brhdd-home .brhdd-consult-visual__frame {
    min-height: 250px;
  }

  .brhdd-home .subscribe-one__content.brhdd-consult-content::before {
    left: 0;
    top: -14px;
    bottom: auto;
    width: 96px;
    height: 3px;
    transform: scaleX(0);
    transform-origin: left;
  }

  .brhdd-home .subscribe-one__content.brhdd-consult-content.brhdd-visible::before {
    transform: scaleX(1);
  }
}

@media (max-width: 575px) {
  .brhdd-home .counter-one {
    padding-top: 44px;
  }

  .brhdd-home .counter-one__count-text {
    max-width: none;
  }

  .brhdd-home .brhdd-consult-visual__badges {
    position: static;
    margin-top: 12px;
  }

  .brhdd-home .brhdd-consult-visual__badges span {
    background: rgba(255, 255, 255, 0.08);
  }

  .brhdd-home .subscribe-one__form .thm-btn.brhdd-consult-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Quote command center */

.brhdd-home .who-we-serve.brhdd-quote-command {
  --brhdd-quote-hot: #f15a24;
  --brhdd-quote-cyan: #78c6dc;
  --brhdd-quote-panel: rgba(255, 255, 255, 0.94);
  --brhdd-quote-edge: rgba(255, 255, 255, 0.16);
  --brhdd-quote-grid: rgba(255, 255, 255, 0.055);
  position: relative;
  overflow: hidden;
  padding: clamp(66px, 7vw, 104px) 0;
  background:
    linear-gradient(135deg, rgba(7, 17, 31, 0.98) 0%, rgba(9, 28, 45, 0.96) 48%, rgba(7, 17, 31, 0.98) 100%),
    var(--brhdd-navy);
  isolation: isolate;
}

.brhdd-home .brhdd-quote-command__backdrop,
.brhdd-home .brhdd-quote-command__grid,
.brhdd-home .brhdd-quote-command__beam,
.brhdd-home .brhdd-quote-command__plate {
  position: absolute;
  pointer-events: none;
}

.brhdd-home .brhdd-quote-command__backdrop {
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.brhdd-home .brhdd-quote-command__grid {
  inset: 0;
  background-image:
    linear-gradient(var(--brhdd-quote-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--brhdd-quote-grid) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.86;
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  animation: brhdd-quote-grid-drift 20s linear infinite;
}

.brhdd-home .brhdd-quote-command__beam {
  height: 2px;
  width: min(640px, 68vw);
  background: linear-gradient(90deg, transparent, rgba(120, 198, 220, 0.42), rgba(241, 90, 36, 0.58), transparent);
  box-shadow: 0 0 24px rgba(241, 90, 36, 0.22);
  opacity: 0.74;
}

.brhdd-home .brhdd-quote-command__beam--one {
  top: 17%;
  right: -140px;
  transform: rotate(-8deg);
}

.brhdd-home .brhdd-quote-command__beam--two {
  left: -160px;
  bottom: 15%;
  transform: rotate(7deg);
}

.brhdd-home .brhdd-quote-command__plate {
  width: min(520px, 54vw);
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
  opacity: 0.52;
  transform: skewX(-10deg);
}

.brhdd-home .brhdd-quote-command__plate--one {
  top: 9%;
  left: -180px;
}

.brhdd-home .brhdd-quote-command__plate--two {
  right: -160px;
  bottom: 7%;
}

.brhdd-home .brhdd-quote-command .container {
  position: relative;
  z-index: 2;
}

.brhdd-home .brhdd-quote-command .brhdd-contact-shell {
  padding: clamp(12px, 1.7vw, 20px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  box-shadow: 0 32px 86px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.brhdd-home .brhdd-quote-command .brhdd-contact-layout {
  --bs-gutter-x: clamp(18px, 2.4vw, 34px);
  --bs-gutter-y: 22px;
  align-items: stretch !important;
}

.brhdd-home .brhdd-quote-command .who-we-serve__form-inner,
.brhdd-home .brhdd-quote-command .who-we-serve__right {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: var(--brhdd-quote-panel);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
}

.brhdd-home .brhdd-quote-panel__edge,
.brhdd-home .brhdd-quote-guide__edge {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
}

.brhdd-home .brhdd-quote-panel__edge::before,
.brhdd-home .brhdd-quote-guide__edge::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(241, 90, 36, 0.52), transparent 28%, rgba(120, 198, 220, 0.44), transparent 76%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.75;
}

.brhdd-home .brhdd-quote-command .who-we-serve__from-text {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: clamp(24px, 3vw, 36px);
  background:
    linear-gradient(135deg, rgba(7, 17, 31, 0.98), rgba(9, 29, 49, 0.96)),
    var(--brhdd-navy);
}

.brhdd-home .brhdd-quote-command .who-we-serve__from-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--brhdd-quote-hot), var(--brhdd-quote-cyan), transparent);
  transform: scaleX(0);
  transform-origin: left;
}

.brhdd-home .brhdd-quote-command.brhdd-section-active .who-we-serve__from-text::after {
  animation: brhdd-quote-line-grow 1.05s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.brhdd-home .brhdd-quote-command .who-we-serve__from-text span {
  grid-column: 1;
}

.brhdd-home .brhdd-quote-command .who-we-serve__from-text h5 {
  grid-column: 1;
  max-width: 620px;
  font-size: clamp(31px, 3.2vw, 48px);
}

.brhdd-home .brhdd-quote-panel__signal {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: end;
  gap: 5px;
  min-height: 40px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.brhdd-home .brhdd-quote-panel__signal i {
  width: 5px;
  border-radius: 999px;
  background: var(--brhdd-quote-hot);
  box-shadow: 0 0 12px rgba(241, 90, 36, 0.5);
  animation: brhdd-quote-signal 1.3s ease-in-out infinite;
}

.brhdd-home .brhdd-quote-panel__signal i:nth-child(1) {
  height: 12px;
}

.brhdd-home .brhdd-quote-panel__signal i:nth-child(2) {
  height: 20px;
  animation-delay: -0.35s;
}

.brhdd-home .brhdd-quote-panel__signal i:nth-child(3) {
  height: 28px;
  animation-delay: -0.7s;
}

.brhdd-home .brhdd-quote-command .who-we-serve__form-inner-wrap {
  position: relative;
  z-index: 2;
  background:
    linear-gradient(rgba(16, 24, 40, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 40, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff, #fbfcfd);
  background-size: 34px 34px, 34px 34px, 100% 100%;
}

.brhdd-home .brhdd-quote-command .brhdd-contact-form-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(240px, 0.72fr);
  gap: clamp(18px, 2.2vw, 28px);
}

.brhdd-home .brhdd-quote-command .brhdd-contact-form-copy {
  min-height: 210px;
}

.brhdd-home .brhdd-quote-command .brhdd-contact-intro {
  color: #24364a;
  font-size: clamp(15px, 1.2vw, 17px);
}

.brhdd-home .brhdd-quote-command .brhdd-contact-badges span {
  transform: translateY(0);
  box-shadow: 0 12px 24px rgba(241, 90, 36, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.brhdd-home .brhdd-quote-command .brhdd-contact-badges span:hover {
  transform: translateY(-2px);
  border-color: rgba(241, 90, 36, 0.34);
  background: rgba(241, 90, 36, 0.11);
}

.brhdd-home .brhdd-quote-visual {
  position: relative;
  min-height: 230px;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255, 255, 255, 0.78);
  transform: translate3d(var(--brhdd-quote-visual-x, 0px), var(--brhdd-quote-visual-y, 0px), 0);
  transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 220ms ease;
}

.brhdd-home .brhdd-quote-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, transparent 45%, rgba(7, 17, 31, 0.32) 100%),
    linear-gradient(115deg, rgba(241, 90, 36, 0.2), transparent 36%);
  pointer-events: none;
}

.brhdd-home .brhdd-quote-visual img {
  transform: scale(1.03);
  transition: transform 480ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.brhdd-home .brhdd-quote-visual:hover img,
.brhdd-home .brhdd-quote-visual.brhdd-visible img {
  transform: scale(1.08);
}

.brhdd-home .brhdd-quote-visual__scan {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffffff, var(--brhdd-quote-hot), transparent);
  opacity: 0;
  box-shadow: 0 0 22px rgba(241, 90, 36, 0.5);
  pointer-events: none;
}

.brhdd-home .brhdd-quote-command.brhdd-section-active .brhdd-quote-visual__scan {
  opacity: 1;
  animation: brhdd-quote-visual-scan 2.9s ease-in-out 420ms infinite;
}

.brhdd-home .brhdd-quote-visual__badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 5;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(7, 17, 31, 0.72);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.brhdd-home .brhdd-quote-command .who-we-serve__input-box input[type="text"],
.brhdd-home .brhdd-quote-command .who-we-serve__input-box input[type="tel"],
.brhdd-home .brhdd-quote-command .who-we-serve__input-box input[type="email"],
.brhdd-home .brhdd-quote-command .who-we-serve__input-box textarea {
  min-height: 54px;
  border-color: rgba(16, 24, 40, 0.16);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.brhdd-home .brhdd-quote-command .who-we-serve__input-box textarea {
  min-height: 122px;
}

.brhdd-home .brhdd-quote-command .who-we-serve__input-box input:focus,
.brhdd-home .brhdd-quote-command .who-we-serve__input-box textarea:focus {
  border-color: var(--brhdd-quote-hot);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(241, 90, 36, 0.14), 0 16px 34px rgba(16, 24, 40, 0.1);
}

.brhdd-home .brhdd-quote-command .brhdd-contact-submit {
  grid-template-columns: auto minmax(190px, 1fr);
}

.brhdd-home .brhdd-quote-command .who-we-serve__form-inner .thm-btn {
  min-width: 232px;
  border: 0;
  box-shadow: 0 18px 38px rgba(241, 90, 36, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.brhdd-home .brhdd-quote-command .who-we-serve__form-inner .thm-btn span {
  transition: transform 180ms ease;
}

.brhdd-home .brhdd-quote-command .who-we-serve__form-inner .thm-btn:hover span,
.brhdd-home .brhdd-quote-command .who-we-serve__form-inner .thm-btn:focus-visible span {
  transform: translateX(5px);
}

.brhdd-home .brhdd-quote-command .brhdd-contact-submit p {
  color: #536278;
}

.brhdd-home .brhdd-quote-command .who-we-serve__right {
  z-index: 2;
  padding: clamp(24px, 2.6vw, 34px);
  background:
    linear-gradient(rgba(16, 24, 40, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 40, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 249, 252, 0.96));
  background-size: 32px 32px, 32px 32px, 100% 100%;
}

.brhdd-home .brhdd-quote-command .who-we-serve__right .section-title__title {
  max-width: 520px;
  font-size: clamp(33px, 3.1vw, 46px);
}

.brhdd-home .brhdd-quote-command .brhdd-contact-steps {
  position: relative;
  gap: 12px;
  margin-bottom: 24px;
  counter-reset: quote-step;
}

.brhdd-home .brhdd-quote-command .brhdd-contact-steps::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  background: linear-gradient(180deg, rgba(241, 90, 36, 0.22), rgba(120, 198, 220, 0.2));
}

.brhdd-home .brhdd-quote-command .brhdd-contact-steps li {
  position: relative;
  z-index: 1;
  gap: 14px;
  overflow: hidden;
  border-color: rgba(16, 24, 40, 0.1);
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(0);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.brhdd-home .brhdd-quote-command .brhdd-contact-steps li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent, rgba(241, 90, 36, 0.12), transparent);
  opacity: 0;
  transform: translateX(-60%);
  transition: opacity 220ms ease, transform 560ms ease;
}

.brhdd-home .brhdd-quote-command .brhdd-contact-steps li p {
  position: relative;
  z-index: 1;
  margin: 0;
}

.brhdd-home .brhdd-quote-command .brhdd-contact-steps span {
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, #ff6a2a, var(--brhdd-quote-hot));
}

.brhdd-home .brhdd-quote-command .brhdd-contact-steps li.is-active,
.brhdd-home .brhdd-quote-command .brhdd-contact-steps li:hover {
  transform: translateX(5px);
  border-color: rgba(241, 90, 36, 0.36);
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(16, 24, 40, 0.09), 0 0 0 1px rgba(241, 90, 36, 0.08);
}

.brhdd-home .brhdd-quote-command .brhdd-contact-steps li.is-active::after,
.brhdd-home .brhdd-quote-command .brhdd-contact-steps li:hover::after {
  opacity: 1;
  transform: translateX(55%);
}

.brhdd-home .brhdd-quote-command .brhdd-contact-steps li.is-active span {
  box-shadow: 0 12px 24px rgba(241, 90, 36, 0.34), 0 0 0 6px rgba(241, 90, 36, 0.09);
}

.brhdd-home .brhdd-quote-command .brhdd-contact-services {
  perspective: 900px;
}

.brhdd-home .brhdd-quote-command .brhdd-contact-services .brhdd-quote-service-card {
  position: relative;
  grid-template-columns: minmax(92px, 0.72fr) minmax(0, 1fr);
  min-height: 122px;
  border-color: rgba(16, 24, 40, 0.1);
  background: #ffffff;
  transform: translate3d(var(--brhdd-card-x, 0px), var(--brhdd-card-y, 0px), 0) rotateX(0deg);
  transition:
    transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.brhdd-home .brhdd-quote-command .brhdd-contact-services .brhdd-quote-service-card:focus-visible {
  outline: 3px solid rgba(241, 90, 36, 0.32);
  outline-offset: 4px;
}

.brhdd-home .brhdd-quote-command .brhdd-contact-services .brhdd-quote-service-card.is-active,
.brhdd-home .brhdd-quote-command .brhdd-contact-services .brhdd-quote-service-card:hover {
  transform: translate3d(var(--brhdd-card-x, 0px), calc(var(--brhdd-card-y, 0px) - 5px), 0) rotateX(2deg);
  border-color: rgba(241, 90, 36, 0.34);
  box-shadow: 0 22px 46px rgba(16, 24, 40, 0.14), 0 0 28px rgba(241, 90, 36, 0.12);
}

.brhdd-home .brhdd-quote-service-card__shine {
  position: absolute;
  inset: 0;
  z-index: 4;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.48) 48%, transparent 72%);
  opacity: 0;
  transform: translateX(-85%);
  transition: opacity 220ms ease, transform 620ms ease;
  pointer-events: none;
}

.brhdd-home .brhdd-quote-service-card.is-active .brhdd-quote-service-card__shine,
.brhdd-home .brhdd-quote-service-card:hover .brhdd-quote-service-card__shine {
  opacity: 1;
  transform: translateX(86%);
}

.brhdd-home .brhdd-quote-command .brhdd-contact-services .who-we-serve__single-img {
  min-height: 122px;
  background: var(--brhdd-navy);
}

.brhdd-home .brhdd-quote-command .brhdd-contact-services .who-we-serve__single-img img {
  transform: scale(1.04);
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 220ms ease;
}

.brhdd-home .brhdd-quote-command .brhdd-contact-services .brhdd-quote-service-card.is-active .who-we-serve__single-img img,
.brhdd-home .brhdd-quote-command .brhdd-contact-services .brhdd-quote-service-card:hover .who-we-serve__single-img img {
  transform: scale(1.12);
  filter: saturate(1.08) contrast(1.04);
}

.brhdd-home .brhdd-quote-command .brhdd-contact-services .who-we-serve__icon-and-title {
  position: relative;
  z-index: 2;
}

.brhdd-home .brhdd-quote-command .brhdd-contact-services .who-we-serve__icon {
  background: linear-gradient(135deg, #ff6a2a, var(--brhdd-quote-hot));
  box-shadow: 0 14px 28px rgba(241, 90, 36, 0.28);
}

.brhdd-home .brhdd-quote-command .brhdd-contact-services .brhdd-quote-service-card.is-active .who-we-serve__icon,
.brhdd-home .brhdd-quote-command .brhdd-contact-services .brhdd-quote-service-card:hover .who-we-serve__icon {
  transform: rotate(6deg) scale(1.06);
}

@keyframes brhdd-quote-grid-drift {
  0% {
    background-position: 0 0, 0 0;
  }

  100% {
    background-position: 84px 42px, 84px 42px;
  }
}

@keyframes brhdd-quote-line-grow {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes brhdd-quote-signal {
  0%,
  100% {
    transform: scaleY(0.7);
    opacity: 0.62;
  }

  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes brhdd-quote-visual-scan {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  16%,
  72% {
    opacity: 1;
  }

  100% {
    transform: translateY(230px);
    opacity: 0;
  }
}

@media (min-width: 1200px) {
  .brhdd-home .brhdd-quote-command .brhdd-contact-guide-col {
    position: sticky;
    top: 104px;
  }
}

@media (max-width: 1199px) {
  .brhdd-home .brhdd-quote-command .brhdd-contact-form-grid {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.58fr);
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-guide-col {
    position: static;
  }
}

@media (max-width: 767px) {
  .brhdd-home .who-we-serve.brhdd-quote-command {
    padding: 54px 0;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-shell {
    padding: 10px;
  }

  .brhdd-home .brhdd-quote-command .who-we-serve__from-text {
    grid-template-columns: 1fr;
  }

  .brhdd-home .brhdd-quote-panel__signal {
    display: none;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .brhdd-home .brhdd-quote-visual {
    min-height: 210px;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-submit {
    grid-template-columns: 1fr;
  }

  .brhdd-home .brhdd-quote-command .who-we-serve__form-inner .thm-btn {
    width: 100%;
    min-width: 0;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-submit p {
    max-width: none;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .brhdd-home .brhdd-quote-command .who-we-serve__from-text,
  .brhdd-home .brhdd-quote-command .who-we-serve__form-inner-wrap,
  .brhdd-home .brhdd-quote-command .who-we-serve__right {
    padding: 20px;
  }

  .brhdd-home .brhdd-quote-command .who-we-serve__from-text h5,
  .brhdd-home .brhdd-quote-command .who-we-serve__right .section-title__title {
    font-size: 30px;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-steps::before {
    left: 27px;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-steps li {
    align-items: flex-start;
    min-height: auto;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-services {
    grid-template-columns: 1fr;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-services .brhdd-quote-service-card {
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 112px;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-services .who-we-serve__single-img {
    min-height: 112px;
  }
}

/* Quote command center stacked layout */

.brhdd-home .brhdd-quote-command .brhdd-contact-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 28px);
}

.brhdd-home .brhdd-quote-command .brhdd-contact-layout > [class*="col-"] {
  width: 100%;
  max-width: none;
  flex: none;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.brhdd-home .brhdd-quote-command .brhdd-contact-form-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.62fr);
}

.brhdd-home .brhdd-quote-command .who-we-serve__form-inner-wrap {
  padding: clamp(28px, 3vw, 42px);
}

.brhdd-home .brhdd-quote-command .who-we-serve__form .row {
  --bs-gutter-x: 18px;
  --bs-gutter-y: 18px;
}

.brhdd-home .brhdd-quote-command .who-we-serve__right {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(320px, 0.64fr);
  gap: clamp(18px, 2.2vw, 30px);
  align-items: start;
}

.brhdd-home .brhdd-quote-command .who-we-serve__right .section-title {
  margin-bottom: 0;
}

.brhdd-home .brhdd-quote-command .who-we-serve__right .section-title__title {
  max-width: 360px;
}

.brhdd-home .brhdd-quote-command .brhdd-contact-steps {
  margin-bottom: 0;
}

.brhdd-home .brhdd-quote-command .brhdd-contact-services {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brhdd-home .brhdd-quote-command .brhdd-contact-services .brhdd-quote-service-card {
  grid-template-columns: 96px minmax(0, 1fr);
  min-height: 118px;
}

@media (min-width: 1200px) {
  .brhdd-home .brhdd-quote-command .brhdd-contact-guide-col {
    position: static;
    top: auto;
  }
}

@media (max-width: 991px) {
  .brhdd-home .brhdd-quote-command .who-we-serve__right {
    grid-template-columns: 1fr;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .brhdd-home .brhdd-quote-command .brhdd-contact-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .brhdd-home .brhdd-quote-command .brhdd-contact-services {
    grid-template-columns: 1fr;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-services .brhdd-quote-service-card {
    grid-template-columns: 104px minmax(0, 1fr);
  }
}

/* Mobile redesign */

@media (max-width: 767px) {
  html,
  body,
  .brhdd-home,
  .brhdd-home .page-wrapper {
    max-width: 100%;
    overflow-x: hidden;
  }

  .brhdd-home {
    --brhdd-section-y: 54px;
    --brhdd-section-y-md: 58px;
    --brhdd-section-y-lg: 62px;
    background: #f5f7fa;
  }

  .brhdd-home section[id] {
    scroll-margin-top: 76px;
  }

  .brhdd-home .container {
    width: min(100% - 28px, 1320px);
  }

  .brhdd-home .about-one,
  .brhdd-home .services-one,
  .brhdd-home .project-one,
  .brhdd-home .why-choose-one,
  .brhdd-home .process-one,
  .brhdd-home .testimonial-one,
  .brhdd-home .service-coverage,
  .brhdd-home .who-we-serve,
  .brhdd-home .counter-one {
    padding: 54px 0;
  }

  .brhdd-home .section-title {
    margin-bottom: 20px;
  }

  .brhdd-home .section-title__tagline-box {
    margin-bottom: 10px;
  }

  .brhdd-home .section-title__title {
    max-width: 100%;
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.08;
    text-align: left;
  }

  .brhdd-home .section-title.text-center .section-title__title,
  .brhdd-home .brhdd-section-intro {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .brhdd-home .brhdd-section-intro,
  .brhdd-home .project-one__intro,
  .brhdd-home .service-coverage__content > p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.62;
  }

  .brhdd-home .thm-btn,
  .brhdd-home button.thm-btn {
    width: 100%;
    min-height: 54px;
    justify-content: space-between;
    padding: 0 10px 0 18px;
    white-space: normal;
  }

  .brhdd-home .thm-btn > span {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    margin-right: 0;
  }

  .brhdd-home .main-header {
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  .brhdd-home .main-menu__wrapper {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
  }

  .brhdd-home .main-menu__wrapper-inner {
    min-height: 64px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .brhdd-home .main-menu__logo {
    min-width: 0;
    padding: 8px 0;
  }

  .brhdd-home .main-menu__logo img {
    max-width: 172px;
    max-height: 42px;
  }

  .brhdd-home .main-menu .brhdd-mobile-menu-inline,
  .brhdd-home .brhdd-mobile-menu-button {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-radius: 8px;
  }

  .brhdd-home .mobile-nav__content {
    width: min(88vw, 350px);
    min-height: 100vh;
    padding: 28px 22px 34px;
    overflow-y: auto;
    background:
      linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
      var(--brhdd-navy);
    background-size: 34px 34px;
  }

  .brhdd-home .mobile-nav__close {
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
  }

  .brhdd-home .mobile-nav__content .logo-box {
    margin-bottom: 22px;
    padding-right: 52px;
  }

  .brhdd-home .mobile-nav__content .logo-box img {
    max-height: 48px;
  }

  .brhdd-home .mobile-nav__container ul {
    margin: 0;
    padding: 0;
  }

  .brhdd-home .mobile-nav__container li > a {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    font-weight: 900;
  }

  .brhdd-home .mobile-nav__contact {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
  }

  .brhdd-home .mobile-nav__contact li {
    min-width: 0;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.78);
  }

  .brhdd-home .mobile-nav__contact a {
    min-width: 0;
    color: rgba(255, 255, 255, 0.82);
    overflow-wrap: anywhere;
  }

  .brhdd-home .brhdd-mobile-nav-actions {
    display: grid;
    gap: 10px;
    margin-top: 22px;
  }

  .brhdd-home .brhdd-mobile-nav-actions a {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 900;
  }

  .brhdd-home .brhdd-mobile-nav-actions__call {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
  }

  .brhdd-home .brhdd-mobile-nav-actions__quote {
    background: linear-gradient(135deg, #ff6a2a, var(--brhdd-orange));
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(241, 90, 36, 0.3);
  }

  .brhdd-home .mobile-nav__top {
    margin-top: 22px;
  }

  .brhdd-home .mobile-nav__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .brhdd-home .mobile-nav__social a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
  }

  .brhdd-home .banner-one__inner {
    min-height: auto;
    padding: 42px 0 48px;
  }

  .brhdd-home .banner-one .row {
    --bs-gutter-y: 24px;
  }

  .brhdd-home .banner-one__left,
  .brhdd-home .banner-one__visual {
    width: 100%;
    max-width: none;
  }

  .brhdd-home .banner-one__sub-title p {
    width: fit-content;
    max-width: 100%;
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
  }

  .brhdd-home .banner-one__title {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.04;
  }

  .brhdd-home .banner-one__text {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.62;
  }

  .brhdd-home .banner-one__thm-and-other-btn-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
  }

  .brhdd-home .banner-one__btn-box,
  .brhdd-home .banner-one__btn-box .thm-btn,
  .brhdd-home .banner-one__call-link {
    width: 100%;
  }

  .brhdd-home .banner-one__call-link {
    min-height: 52px;
    justify-content: center;
  }

  .brhdd-home .banner-one__visual {
    min-height: 0;
    margin-top: 12px;
  }

  .brhdd-home .banner-one__visual::before,
  .brhdd-home .banner-one__visual::after {
    display: none;
  }

  .brhdd-home .banner-one__visual-frame {
    width: min(100%, 330px);
    aspect-ratio: 4 / 3;
    margin: 0 auto;
    animation: none;
  }

  .brhdd-home .banner-one__visual-frame img {
    object-position: center;
  }

  .brhdd-home .about-one .row,
  .brhdd-home .project-one .row,
  .brhdd-home .why-choose-one .row,
  .brhdd-home .service-coverage .row,
  .brhdd-home .who-we-serve .row {
    --bs-gutter-y: 22px;
  }

  .brhdd-home .about-one__img-box {
    gap: 12px;
  }

  .brhdd-home .about-one__img,
  .brhdd-home .about-one__img-2,
  .brhdd-home .about-one__experience-thumb,
  .brhdd-home .who-we-serve__img-1,
  .brhdd-home .brhdd-quote-visual,
  .brhdd-home .brhdd-consult-visual__frame {
    max-height: 280px;
    aspect-ratio: 16 / 10;
  }

  .brhdd-home .about-one__img img,
  .brhdd-home .about-one__img-2 img,
  .brhdd-home .who-we-serve__img-1 img,
  .brhdd-home .brhdd-quote-visual img,
  .brhdd-home .brhdd-consult-visual__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .brhdd-home .about-one__experience-box {
    min-height: auto;
    align-items: center;
    padding: 14px;
  }

  .brhdd-home .about-one__experience-thumb {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
    aspect-ratio: 1;
  }

  .brhdd-home .about-one__experience-count h3,
  .brhdd-home .about-one__experience-count span {
    font-size: 34px;
  }

  .brhdd-home .about-one__point,
  .brhdd-home .counter-one__inner,
  .brhdd-home .brhdd-impact-grid {
    grid-template-columns: 1fr !important;
  }

  .brhdd-home .about-one__point li,
  .brhdd-home .process-one__single,
  .brhdd-home .testimonial-one__single,
  .brhdd-home .coverage-area-box {
    min-height: auto;
    padding: 20px;
  }

  .brhdd-home .services-one.brhdd-services-lab {
    padding: 58px 0;
  }

  .brhdd-home .brhdd-services-lab__pipe,
  .brhdd-home .brhdd-services-lab__pulse,
  .brhdd-home .brhdd-services-lab__track {
    display: none;
  }

  .brhdd-home .brhdd-services-lab__head,
  .brhdd-home .brhdd-services-lab__brief,
  .brhdd-home .brhdd-services-lab__status {
    grid-template-columns: 1fr;
  }

  .brhdd-home .brhdd-services-lab__status span {
    min-height: 60px;
  }

  .brhdd-home .brhdd-service-card {
    transform: none !important;
  }

  .brhdd-home .brhdd-service-card .services-one__content {
    min-height: auto;
    padding: 22px 20px 18px;
  }

  .brhdd-home .brhdd-service-card .services-one__text {
    min-height: auto;
  }

  .brhdd-home .brhdd-service-card .services-one__img-box {
    min-height: auto;
    padding: 0 14px 14px;
  }

  .brhdd-home .brhdd-service-card .services-one__img {
    min-height: 170px;
    aspect-ratio: 16 / 9;
  }

  .brhdd-home .brhdd-service-card .services-one__icon {
    right: 24px;
    bottom: 24px;
  }

  .brhdd-home .sliding-text {
    padding: 22px 0;
  }

  .brhdd-home .sliding-text__track {
    gap: 14px;
    animation-duration: 22s;
  }

  .brhdd-home .sliding-text__list {
    gap: 14px;
    padding-right: 14px;
  }

  .brhdd-home .sliding-text__list li > p {
    font-size: clamp(28px, 10vw, 42px);
  }

  .brhdd-home .project-one__top {
    gap: 14px;
    margin-bottom: 22px;
  }

  .brhdd-home .project-one__img {
    aspect-ratio: 4 / 3;
    min-height: 230px;
  }

  .brhdd-home .project-one__content {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 10px;
    padding: 14px;
    transform: none;
  }

  .brhdd-home .project-one__content h3 {
    font-size: 18px;
  }

  .brhdd-home .project-one__content p {
    font-size: 13px;
  }

  .brhdd-home .project-one__icon-box a {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .brhdd-home .why-choose-one.brhdd-why {
    display: block;
    min-height: auto;
    padding: 18px 0 54px;
  }

  .brhdd-home .why-choose-one.brhdd-why::after,
  .brhdd-home .why-choose-one__inner::before,
  .brhdd-home .why-choose-one__inner::after {
    display: none;
  }

  .brhdd-home .why-choose-one__bg-2.brhdd-why__mission-frame {
    position: relative;
    inset: auto;
    width: min(100% - 28px, 720px);
    height: clamp(220px, 58vw, 340px);
    min-height: 0;
    margin: 0 auto 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    transform: none !important;
  }

  .brhdd-home .brhdd-why__tag {
    left: 16px;
    top: 16px;
    min-height: 30px;
    max-width: calc(100% - 32px);
    font-size: 10px;
  }

  .brhdd-home .why-choose-one__big-text {
    left: 16px;
    right: 16px;
    bottom: 18px;
  }

  .brhdd-home .why-choose-one__big-text h2 {
    max-width: 300px;
    font-size: clamp(34px, 11vw, 48px);
  }

  .brhdd-home .why-choose-one.brhdd-why > .container > .row {
    display: block;
  }

  .brhdd-home .why-choose-one.brhdd-why > .container > .row > [class*="col-"]:first-child {
    display: none;
  }

  .brhdd-home .why-choose-one__inner .row.brhdd-why__grid {
    --bs-gutter-x: 0;
    --bs-gutter-y: 14px;
  }

  .brhdd-home .why-choose-one__single.brhdd-why-card {
    min-height: auto;
    padding: 22px 20px 44px;
    transform: none !important;
  }

  .brhdd-home .why-choose-one__single.brhdd-why-card .why-choose-one__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
  }

  .brhdd-home .why-choose-one__single.brhdd-why-card .why-choose-one__title,
  .brhdd-home .why-choose-one__single.brhdd-why-card .why-choose-one__text {
    max-width: 100%;
  }

  .brhdd-home .process-one__single-inner,
  .brhdd-home .testimonial-one__single,
  .brhdd-home .coverage-area-box,
  .brhdd-home .brhdd-impact-card,
  .brhdd-home .brhdd-contact-services .who-we-serve__single {
    transform: none !important;
  }

  .brhdd-home .process-one__single {
    display: grid;
    gap: 10px;
  }

  .brhdd-home .testimonial-one__text {
    min-height: auto;
  }

  .brhdd-home .coverage-area-box h4 {
    font-size: 18px;
  }

  .brhdd-home .who-we-serve.brhdd-quote-command {
    padding: 54px 0;
  }

  .brhdd-home .brhdd-quote-command__beam,
  .brhdd-home .brhdd-quote-command__plate {
    display: none;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-shell {
    padding: 8px;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-layout {
    gap: 16px;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-layout > [class*="col-"] {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .brhdd-home .brhdd-quote-command .who-we-serve__from-text,
  .brhdd-home .brhdd-quote-command .who-we-serve__form-inner-wrap,
  .brhdd-home .brhdd-quote-command .who-we-serve__right {
    padding: 22px;
  }

  .brhdd-home .brhdd-quote-command .who-we-serve__from-text {
    grid-template-columns: 1fr;
  }

  .brhdd-home .brhdd-quote-panel__signal {
    display: none;
  }

  .brhdd-home .brhdd-quote-command .who-we-serve__from-text h5,
  .brhdd-home .brhdd-quote-command .who-we-serve__right .section-title__title {
    font-size: clamp(28px, 8.5vw, 34px);
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-form-grid,
  .brhdd-home .brhdd-quote-command .who-we-serve__right {
    grid-template-columns: 1fr;
  }

  .brhdd-home .brhdd-quote-command .who-we-serve__form .row {
    --bs-gutter-y: 14px;
  }

  .brhdd-home .brhdd-quote-command .who-we-serve__input-box input[type="text"],
  .brhdd-home .brhdd-quote-command .who-we-serve__input-box input[type="tel"],
  .brhdd-home .brhdd-quote-command .who-we-serve__input-box input[type="email"],
  .brhdd-home .brhdd-quote-command .who-we-serve__input-box textarea {
    min-height: 52px;
    font-size: 15px;
  }

  .brhdd-home .brhdd-quote-command .who-we-serve__input-box textarea {
    min-height: 118px;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-submit {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-submit p {
    max-width: none;
    text-align: center;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-steps li {
    align-items: flex-start;
    min-height: auto;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-services {
    grid-template-columns: 1fr;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-services .brhdd-quote-service-card {
    grid-template-columns: 100px minmax(0, 1fr);
    min-height: 108px;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-services .who-we-serve__single-img {
    min-height: 108px;
  }

  .brhdd-home .counter-one__single.brhdd-impact-card {
    min-height: auto;
    grid-template-columns: 60px minmax(0, 1fr);
    padding: 18px 16px 22px;
  }

  .brhdd-home .counter-one__icon {
    width: 56px;
    height: 56px;
  }

  .brhdd-home .subscribe-one__inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 50px 0;
  }

  .brhdd-home .subscribe-one__content h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .brhdd-home .brhdd-consult-visual__badges {
    position: static;
    margin-top: 12px;
  }

  .brhdd-home .site-footer__top {
    padding: 48px 0 34px;
  }

  .brhdd-home .footer-widget__about,
  .brhdd-home .footer-widget__links,
  .brhdd-home .footer-widget__services,
  .brhdd-home .footer-widget__contact {
    margin-bottom: 24px;
  }

  .brhdd-home .site-footer__bottom-inner {
    padding-bottom: 82px;
  }

  .brhdd-home .floating-call-btn {
    left: 14px;
    right: 14px;
    bottom: max(12px, env(safe-area-inset-bottom));
    min-height: 52px;
    border-radius: 8px;
  }
}

@media (max-width: 575px) {
  .brhdd-home .container {
    width: min(100% - 24px, 1320px);
  }

  .brhdd-home .section-title__title {
    font-size: clamp(27px, 8.8vw, 33px);
  }

  .brhdd-home .main-menu__wrapper-inner {
    min-height: 62px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .brhdd-home .main-menu__logo img {
    max-width: 154px;
    max-height: 40px;
  }

  .brhdd-home .banner-one__inner {
    padding: 36px 0 42px;
  }

  .brhdd-home .banner-one__title {
    font-size: clamp(31px, 10.4vw, 39px);
  }

  .brhdd-home .banner-one__visual-frame {
    width: 100%;
    max-width: 310px;
  }

  .brhdd-home .about-one__point li {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .brhdd-home .brhdd-service-card .services-one__count {
    font-size: 44px;
  }

  .brhdd-home .brhdd-service-card .services-one__title {
    font-size: 21px;
  }

  .brhdd-home .brhdd-service-card .services-one__img {
    min-height: 150px;
  }

  .brhdd-home .project-one__img {
    min-height: 210px;
  }

  .brhdd-home .project-one__content {
    grid-template-columns: 1fr;
  }

  .brhdd-home .project-one__icon-box {
    display: none;
  }

  .brhdd-home .why-choose-one__bg-2.brhdd-why__mission-frame {
    height: clamp(210px, 68vw, 300px);
  }

  .brhdd-home .why-choose-one__single.brhdd-why-card::before {
    font-size: 34px;
  }

  .brhdd-home .brhdd-quote-command .who-we-serve__from-text,
  .brhdd-home .brhdd-quote-command .who-we-serve__form-inner-wrap,
  .brhdd-home .brhdd-quote-command .who-we-serve__right {
    padding: 20px;
  }

  .brhdd-home .brhdd-contact-badges {
    display: grid;
    grid-template-columns: 1fr;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-services .brhdd-quote-service-card {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .brhdd-home .floating-call-btn {
    left: auto;
    right: 14px;
    width: 56px;
    height: 56px;
    min-height: 56px;
    padding: 0;
    border-radius: 50%;
  }

  .brhdd-home .floating-call-btn span {
    display: none;
  }
}

@media (max-width: 380px) {
  .brhdd-home .container {
    width: min(100% - 20px, 1320px);
  }

  .brhdd-home .main-menu__logo img {
    max-width: 138px;
  }

  .brhdd-home .banner-one__title,
  .brhdd-home .section-title__title,
  .brhdd-home .brhdd-quote-command .who-we-serve__from-text h5,
  .brhdd-home .brhdd-quote-command .who-we-serve__right .section-title__title {
    font-size: 28px;
  }

  .brhdd-home .about-one__point li,
  .brhdd-home .services-one__content,
  .brhdd-home .brhdd-service-card .services-one__content,
  .brhdd-home .process-one__single,
  .brhdd-home .testimonial-one__single,
  .brhdd-home .coverage-area-box,
  .brhdd-home .brhdd-quote-command .who-we-serve__from-text,
  .brhdd-home .brhdd-quote-command .who-we-serve__form-inner-wrap,
  .brhdd-home .brhdd-quote-command .who-we-serve__right {
    padding: 18px;
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-services .brhdd-quote-service-card {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .brhdd-home .brhdd-quote-command .brhdd-contact-services .who-we-serve__single-img {
    min-height: 98px;
  }
}

/* Mobile centering polish */
@media (max-width: 767px) {
  .brhdd-home .section-title,
  .brhdd-home .section-title.text-left,
  .brhdd-home .section-title.text-center,
  .brhdd-home .brhdd-quote-command .who-we-serve__from-text,
  .brhdd-home .service-coverage .service-coverage__content,
  .brhdd-home .subscribe-one__content.brhdd-consult-content {
    text-align: center !important;
  }

  .brhdd-home .section-title__tagline-box,
  .brhdd-home .brhdd-quote-command .section-title__tagline-box,
  .brhdd-home .brhdd-quote-command .who-we-serve__from-text > span {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .brhdd-home .section-title__title,
  .brhdd-home .section-title.text-left .section-title__title,
  .brhdd-home .brhdd-quote-command .who-we-serve__from-text h5,
  .brhdd-home .brhdd-quote-command .who-we-serve__right .section-title__title,
  .brhdd-home .service-coverage .section-title__title,
  .brhdd-home .subscribe-one__content h2 {
    width: 100%;
    max-width: min(100%, 440px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .brhdd-home .brhdd-quote-command .who-we-serve__from-text h5,
  .brhdd-home .brhdd-quote-command .who-we-serve__right .section-title__title {
    font-size: clamp(27px, 7.7vw, 34px);
    line-height: 1.08;
  }

  .brhdd-home .brhdd-quote-command .who-we-serve__from-text > span {
    display: inline-flex;
    width: auto;
    max-width: 100%;
  }

  .brhdd-home .brhdd-quote-visual,
  .brhdd-home .who-we-serve__img-1,
  .brhdd-home .brhdd-consult-visual,
  .brhdd-home .brhdd-consult-visual__frame,
  .brhdd-home .why-choose-one__bg-2.brhdd-why__mission-frame {
    width: min(100%, 460px);
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .brhdd-home .brhdd-quote-visual img,
  .brhdd-home .who-we-serve__img-1 img,
  .brhdd-home .brhdd-consult-visual__frame img {
    object-position: center center;
  }

  .brhdd-home .why-choose-one__bg-2.brhdd-why__mission-frame {
    background-position: center center;
  }

  .brhdd-home .brhdd-consult-visual__badges {
    left: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    overflow: visible;
  }

  .brhdd-home .brhdd-consult-visual__badges span {
    max-width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }

  .brhdd-home .brhdd-contact-badges,
  .brhdd-home .brhdd-services-lab__status {
    justify-items: center;
    justify-content: center;
    text-align: center;
  }

  .brhdd-home .brhdd-contact-badges span,
  .brhdd-home .brhdd-services-lab__status span {
    width: 100%;
    max-width: 420px;
    justify-content: center;
    white-space: normal;
  }

  .brhdd-home .why-choose-one__big-text {
    left: 12px;
    right: 12px;
    bottom: 18px;
    display: flex;
    justify-content: center;
  }

  .brhdd-home .why-choose-one__big-text h2 {
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
    line-height: 0.96;
    text-wrap: balance;
  }

  .brhdd-home .why-choose-one__single.brhdd-why-card {
    text-align: center;
    align-items: center;
  }

  .brhdd-home .why-choose-one__single.brhdd-why-card .why-choose-one__title,
  .brhdd-home .why-choose-one__single.brhdd-why-card .why-choose-one__text,
  .brhdd-home .service-coverage__content > p {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }

  .brhdd-home .coverage-area-box h4 {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .brhdd-home .brhdd-quote-command .who-we-serve__from-text,
  .brhdd-home .brhdd-quote-command .who-we-serve__form-inner-wrap,
  .brhdd-home .brhdd-quote-command .who-we-serve__right {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brhdd-home .brhdd-quote-command .who-we-serve__from-text h5,
  .brhdd-home .brhdd-quote-command .who-we-serve__right .section-title__title {
    font-size: clamp(25px, 7.4vw, 31px);
  }

  .brhdd-home .why-choose-one__big-text h2 {
    font-size: clamp(34px, 10.4vw, 42px);
  }

  .brhdd-home .brhdd-consult-visual__badges span {
    min-height: 32px;
    padding: 7px 10px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brhdd-home *,
  .brhdd-home *::before,
  .brhdd-home *::after {
    animation-duration: 0.001ms;
    animation-iteration-count: 1;
    scroll-behavior: auto;
    transition-duration: 0.001ms;
  }

  .brhdd-js .brhdd-home .brhdd-animate {
    opacity: 1;
    transform: none;
  }

  .brhdd-home .services-one__img img,
  .brhdd-home .project-one__img img,
  .brhdd-home .who-we-serve__single-img img,
  .brhdd-home .banner-one__visual-frame,
  .brhdd-home .brhdd-quote-visual,
  .brhdd-home .brhdd-quote-service-card,
  .brhdd-home .why-choose-one__bg-2.brhdd-why__mission-frame,
  .brhdd-home .why-choose-one__single.brhdd-why-card,
  .brhdd-home .counter-one__single.brhdd-impact-card,
  .brhdd-home .subscribe-one__img-1.brhdd-consult-visual,
  .brhdd-home .brhdd-consult-visual__frame img {
    transform: none;
  }

  .brhdd-home .why-choose-one.brhdd-section-active .brhdd-why__scan,
  .brhdd-home .sliding-text__track,
  .brhdd-home .brhdd-quote-command__grid,
  .brhdd-home .brhdd-quote-panel__signal i,
  .brhdd-home .brhdd-quote-command.brhdd-section-active .brhdd-quote-visual__scan,
  .brhdd-home .why-choose-one__single.brhdd-why-card:hover .why-choose-one__icon span,
  .brhdd-home .brhdd-impact-card__orbit,
  .brhdd-home .brhdd-consult-visual.brhdd-visible .brhdd-consult-visual__scan {
    animation: none;
  }
}

/* Newsletter (subscribe block) */
.brhdd-home .brhdd-newsletter {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.brhdd-home .brhdd-newsletter__title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 6px;
  line-height: 1.3;
}

.brhdd-home .brhdd-newsletter__copy {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 16px;
  line-height: 1.55;
}

.brhdd-home .brhdd-newsletter__form {
  display: flex;
  align-items: stretch;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 520px;
}

.brhdd-home .brhdd-newsletter__input {
  flex: 1 1 240px;
  min-width: 0;
  height: 52px;
  padding: 0 16px;
  font-size: 15px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  outline: none;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  -webkit-appearance: none;
  appearance: none;
}

.brhdd-home .brhdd-newsletter__input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.brhdd-home .brhdd-newsletter__input:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.28);
}

.brhdd-home .brhdd-newsletter__input:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--brhdd-orange);
  box-shadow: 0 0 0 3px rgba(241, 90, 36, 0.18);
}

.brhdd-home .brhdd-newsletter__input.is-invalid {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.18);
}

.brhdd-home .brhdd-newsletter__btn {
  flex: 0 0 auto;
  height: 52px;
  padding: 0 26px;
  font-size: 14px;
  letter-spacing: 0.02em;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.brhdd-home .brhdd-newsletter__success {
  margin: 0 0 14px;
  padding: 10px 14px;
  font-size: 14px;
  color: #d1fae5;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  border-radius: 8px;
}

.brhdd-home .brhdd-newsletter__error {
  margin: 10px 0 0;
  font-size: 13px;
  color: #fca5a5;
}

@media (max-width: 575px) {
  .brhdd-home .brhdd-newsletter__form {
    flex-direction: column;
    gap: 12px;
  }
  .brhdd-home .brhdd-newsletter__input,
  .brhdd-home .brhdd-newsletter__btn {
    width: 100%;
    height: 48px;
  }
}
