.elementor-1393 .elementor-element.elementor-element-c51d128{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-1393 .elementor-element.elementor-element-bd7b962{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-1393 .elementor-element.elementor-element-beb9108{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-1393 .elementor-element.elementor-element-bf63e6b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-1393 .elementor-element.elementor-element-f1e7368{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-1393 .elementor-element.elementor-element-480a716{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-1393 .elementor-element.elementor-element-7a267f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-1393 .elementor-element.elementor-element-41298ba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-1393 .elementor-element.elementor-element-549450d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-1393 .elementor-element.elementor-element-d311a6e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-1393 .elementor-element.elementor-element-a08ddbb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-1393 .elementor-element.elementor-element-5f26eb2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-1393 .elementor-element.elementor-element-136ba82{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-1393 .elementor-element.elementor-element-15137d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-1393 .elementor-element.elementor-element-2e512f9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-86f3866 *//* =========================================
   PRESTIGE BUSINESS SOLUTIONS
   HEADER
========================================= */

.pbs-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid rgba(15, 35, 60, 0.08);
  box-shadow: 0 4px 20px rgba(15, 35, 60, 0.06);
}

.pbs-header-inner {
  width: min(1200px, calc(100% - 48px));
  min-height: 86px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

/* LOGO */

.pbs-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.pbs-logo img {
  display: block;
  width: 150px;
  height: auto;
  max-height: 68px;
  object-fit: contain;
}

/* NAVIGATION */

.pbs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-left: auto;
}

.pbs-nav-link {
  position: relative;

  color: #102a43;
  text-decoration: none;

  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;

  padding: 10px 0;

  transition:
    color 0.25s ease;
}

.pbs-nav-link::after {
  content: "";
  position: absolute;

  left: 0;
  bottom: 2px;

  width: 0;
  height: 2px;

  background: #c89b3c;

  transition: width 0.25s ease;
}

.pbs-nav-link:hover,
.pbs-nav-link.active {
  color: #c08b2c;
}

.pbs-nav-link:hover::after,
.pbs-nav-link.active::after {
  width: 100%;
}

/* HEADER CTA */

.pbs-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 46px;
  padding: 0 22px;

  border-radius: 6px;

  background: #c89b3c;
  color: #ffffff;

  text-decoration: none;

  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;

  white-space: nowrap;

  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.pbs-header-cta:hover {
  background: #aa7d27;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(200, 155, 60, 0.25);
}

/* MOBILE BUTTON */

.pbs-menu-toggle {
  display: none;

  width: 44px;
  height: 44px;

  padding: 8px;

  border: 0;
  background: transparent;

  cursor: pointer;
}

.pbs-menu-toggle span {
  display: block;

  width: 25px;
  height: 2px;

  margin: 5px auto;

  background: #102a43;

  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

/* MOBILE MENU */

.pbs-mobile-menu {
  display: none;

  width: 100%;

  padding: 12px 24px 24px;

  background: #ffffff;

  border-top: 1px solid rgba(15, 35, 60, 0.06);
}

.pbs-mobile-menu a {
  display: block;

  padding: 14px 0;

  color: #102a43;

  text-decoration: none;

  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;

  border-bottom: 1px solid rgba(15, 35, 60, 0.07);
}

.pbs-mobile-menu a:hover {
  color: #c08b2c;
}

.pbs-mobile-menu .pbs-mobile-cta {
  margin-top: 16px;

  padding: 14px 20px;

  text-align: center;

  background: #c89b3c;
  color: #ffffff;

  border: 0;
  border-radius: 6px;
}

.pbs-mobile-menu .pbs-mobile-cta:hover {
  color: #ffffff;
  background: #aa7d27;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

  .pbs-header-inner {
    width: min(100% - 36px, 1200px);
    gap: 20px;
  }

  .pbs-nav {
    gap: 18px;
  }

  .pbs-nav-link {
    font-size: 13px;
  }

  .pbs-header-cta {
    padding: 0 17px;
    font-size: 12px;
  }

  .pbs-logo img {
    width: 135px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 850px) {

  .pbs-header-inner {
    min-height: 74px;
    width: calc(100% - 32px);
  }

  .pbs-logo img {
    width: 125px;
    max-height: 58px;
  }

  .pbs-nav,
  .pbs-header-cta {
    display: none;
  }

  .pbs-menu-toggle {
    display: block;
  }

  .pbs-mobile-menu.is-open {
    display: block;
  }

  /* Hamburger animation */

  .pbs-menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .pbs-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .pbs-menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

  .pbs-header-inner {
    width: calc(100% - 24px);
  }

  .pbs-logo img {
    width: 112px;
  }

  .pbs-mobile-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-910a376 *//* =========================================
   PRESTIGE BUSINESS SOLUTIONS
   PREMIUM HERO
========================================= */

.pbs-hero {
  position: relative;
  width: 100%;
  min-height: 760px;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 75% 45%,
      rgba(200, 155, 60, 0.12),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #071a2d 0%,
      #0b2740 55%,
      #102f4a 100%
    );

  color: #ffffff;
}

/* =========================================
   BACKGROUND GLOWS
========================================= */

.pbs-hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}

.pbs-glow-one {
  width: 500px;
  height: 500px;
  right: -180px;
  top: -150px;

  background: rgba(200, 155, 60, 0.08);

  animation: pbsFloatGlow 8s ease-in-out infinite;
}

.pbs-glow-two {
  width: 350px;
  height: 350px;
  left: -180px;
  bottom: -160px;

  background: rgba(255, 255, 255, 0.035);

  animation: pbsFloatGlow 10s ease-in-out infinite reverse;
}

/* =========================================
   MAIN CONTAINER
========================================= */

.pbs-hero-container {
  position: relative;
  z-index: 2;

  width: min(1200px, calc(100% - 48px));
  min-height: 760px;

  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;

  gap: 70px;
}

/* =========================================
   HERO CONTENT
========================================= */

.pbs-hero-content {
  max-width: 650px;

  animation: pbsHeroContentIn 0.9s ease-out both;
}

.pbs-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 22px;

  color: #d5ad5a;

  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;

  animation: pbsFadeUp 0.8s 0.1s ease-out both;
}

.pbs-eyebrow-line {
  width: 38px;
  height: 2px;

  background: #d5ad5a;
}

/* =========================================
   TITLE
========================================= */

.pbs-hero-title {
  margin: 0;

  font-family: Georgia, "Times New Roman", serif;

  font-size: clamp(48px, 5.4vw, 76px);
  line-height: 1.04;
  font-weight: 600;
  letter-spacing: -2px;

  color: #ffffff;

  animation: pbsFadeUp 0.8s 0.2s ease-out both;
}

.pbs-hero-title span {
  display: block;

  color: #d5ad5a;

  font-style: italic;
}

/* =========================================
   DESCRIPTION
========================================= */

.pbs-hero-description {
  max-width: 610px;

  margin: 27px 0 0;

  color: rgba(255, 255, 255, 0.78);

  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;

  animation: pbsFadeUp 0.8s 0.3s ease-out both;
}

/* =========================================
   BUTTONS
========================================= */

.pbs-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;

  margin-top: 34px;

  animation: pbsFadeUp 0.8s 0.4s ease-out both;
}

.pbs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  min-height: 56px;

  padding: 0 23px;

  border-radius: 5px;

  text-decoration: none;

  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

/* PRIMARY */

.pbs-btn-primary {
  background: #d0a34c;
  color: #071a2d;

  box-shadow:
    0 10px 30px rgba(208, 163, 76, 0.2);
}

.pbs-btn-primary:hover {
  background: #e0b765;
  color: #071a2d;

  transform: translateY(-3px);

  box-shadow:
    0 15px 35px rgba(208, 163, 76, 0.3);
}

.pbs-btn-primary svg {
  width: 18px;
  height: 18px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;

  transition: transform 0.3s ease;
}

.pbs-btn-primary:hover svg {
  transform: translateX(4px);
}

/* PHONE */

.pbs-btn-phone {
  color: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.2);

  background: rgba(255, 255, 255, 0.05);

  backdrop-filter: blur(8px);
}

.pbs-btn-phone:hover {
  color: #ffffff;

  background: rgba(255, 255, 255, 0.1);

  border-color: rgba(208, 163, 76, 0.6);

  transform: translateY(-3px);
}

.pbs-phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 35px;
  height: 35px;

  border-radius: 50%;

  background: rgba(208, 163, 76, 0.14);
}

.pbs-phone-icon svg {
  width: 17px;
  height: 17px;

  fill: none;
  stroke: #d5ad5a;
  stroke-width: 1.7;
}

.pbs-btn-phone span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;

  text-align: left;
}

.pbs-btn-phone small {
  color: rgba(255, 255, 255, 0.55);

  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

/* =========================================
   TRUST ITEMS
========================================= */

.pbs-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;

  margin-top: 38px;

  animation: pbsFadeUp 0.8s 0.5s ease-out both;
}

.pbs-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;

  color: rgba(255, 255, 255, 0.66);

  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.pbs-trust-check {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 20px;
  height: 20px;

  border: 1px solid rgba(208, 163, 76, 0.45);
  border-radius: 50%;

  color: #d5ad5a;

  font-size: 11px;
}

/* =========================================
   IMAGE AREA
========================================= */

.pbs-hero-visual {
  position: relative;

  min-height: 600px;

  display: flex;
  align-items: center;
  justify-content: center;

  animation: pbsImageIn 1s 0.2s ease-out both;
}

.pbs-hero-image-wrap {
  position: relative;
  z-index: 3;

  width: min(450px, 100%);
  height: 560px;

  border-radius: 230px 230px 18px 18px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.18);

  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.35);

  background: #173b56;
}

/* IMAGE */

.pbs-hero-image {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: center top;

  transform: scale(1.02);

  transition: transform 0.8s ease;
}

.pbs-hero-image-wrap:hover .pbs-hero-image {
  transform: scale(1.06);
}

/* GOLD ACCENT */

.pbs-image-accent {
  position: absolute;
  z-index: 4;

  width: 100%;
  height: 100%;

  border-radius: inherit;

  box-shadow:
    inset 0 0 0 1px rgba(213, 173, 90, 0.22);

  pointer-events: none;
}

/* ORBIT */

.pbs-image-orbit {
  position: absolute;

  width: 500px;
  height: 500px;

  border: 1px solid rgba(213, 173, 90, 0.16);

  border-radius: 50%;

  animation: pbsOrbit 18s linear infinite;
}

.pbs-image-orbit::after {
  content: "";

  position: absolute;

  width: 9px;
  height: 9px;

  top: 70px;
  right: 32px;

  border-radius: 50%;

  background: #d5ad5a;

  box-shadow:
    0 0 20px rgba(213, 173, 90, 0.65);
}

/* =========================================
   FLOATING BADGE
========================================= */

.pbs-hero-badge {
  position: absolute;
  z-index: 5;

  left: 0;
  bottom: 85px;

  display: flex;
  align-items: center;
  gap: 12px;

  padding: 14px 18px;

  border-radius: 8px;

  background: rgba(255, 255, 255, 0.96);

  color: #102a43;

  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.2);

  animation:
    pbsBadgeFloat 4s ease-in-out infinite,
    pbsFadeUp 0.8s 0.9s ease-out both;
}

.pbs-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;

  border-radius: 50%;

  background: rgba(200, 155, 60, 0.13);
}

.pbs-badge-icon svg {
  width: 20px;
  height: 20px;

  fill: #c89b3c;
}

.pbs-hero-badge strong {
  display: block;

  font-family: Georgia, serif;
  font-size: 16px;
}

.pbs-hero-badge span {
  display: block;

  margin-top: 2px;

  color: #718096;

  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* =========================================
   BOTTOM LINE
========================================= */

.pbs-hero-bottom-line {
  position: absolute;
  z-index: 3;

  left: 50%;
  bottom: 0;

  width: min(1200px, calc(100% - 48px));
  height: 1px;

  transform: translateX(-50%);

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(213, 173, 90, 0.5),
      transparent
    );
}

/* =========================================
   ANIMATIONS
========================================= */

@keyframes pbsFadeUp {

  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}

@keyframes pbsHeroContentIn {

  from {
    opacity: 0;
    transform: translateX(-25px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }

}

@keyframes pbsImageIn {

  from {
    opacity: 0;
    transform: translateX(30px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }

}

@keyframes pbsBadgeFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }

}

@keyframes pbsFloatGlow {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(20px, 15px) scale(1.05);
  }

}

@keyframes pbsOrbit {

  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

  .pbs-hero-container {
    grid-template-columns: 1fr 0.85fr;
    gap: 40px;
  }

  .pbs-hero-title {
    font-size: clamp(44px, 6vw, 62px);
  }

  .pbs-hero-description {
    font-size: 15px;
  }

  .pbs-hero-image-wrap {
    width: 360px;
    height: 490px;
  }

  .pbs-image-orbit {
    width: 410px;
    height: 410px;
  }

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 760px) {

  .pbs-hero {
    min-height: auto;
  }

  .pbs-hero-container {
    width: calc(100% - 32px);

    min-height: auto;

    display: flex;
    flex-direction: column;

    gap: 45px;

    padding: 75px 0 80px;
  }

  .pbs-hero-content {
    max-width: 100%;
    text-align: center;
  }

  .pbs-hero-eyebrow {
    justify-content: center;

    font-size: 10px;
    letter-spacing: 1.8px;
  }

  .pbs-eyebrow-line {
    width: 25px;
  }

  .pbs-hero-title {
    font-size: clamp(40px, 12vw, 55px);
    line-height: 1.06;
    letter-spacing: -1.5px;
  }

  .pbs-hero-description {
    margin-left: auto;
    margin-right: auto;

    font-size: 15px;
    line-height: 1.7;
  }

  .pbs-hero-actions {
    justify-content: center;
  }

  .pbs-btn {
    min-height: 54px;
  }

  .pbs-hero-trust {
    justify-content: center;
    gap: 14px 20px;
  }

  .pbs-trust-item {
    font-size: 11px;
  }

  .pbs-hero-visual {
    min-height: 500px;

    width: 100%;
  }

  .pbs-hero-image-wrap {
    width: min(330px, 82vw);
    height: 440px;
  }

  .pbs-image-orbit {
    width: 370px;
    height: 370px;
  }

  .pbs-hero-badge {
    left: 50%;
    bottom: 30px;

    transform: translateX(-50%);
    animation:
      pbsMobileBadgeFloat 4s ease-in-out infinite,
      pbsFadeUp 0.8s 0.9s ease-out both;
  }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

  .pbs-hero-container {
    width: calc(100% - 24px);
    padding-top: 60px;
  }

  .pbs-hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .pbs-btn {
    width: 100%;
  }

  .pbs-hero-image-wrap {
    width: min(290px, 82vw);
    height: 390px;
  }

  .pbs-image-orbit {
    width: 330px;
    height: 330px;
  }

  .pbs-hero-visual {
    min-height: 450px;
  }

}

@keyframes pbsMobileBadgeFloat {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-8px);
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6800f34 *//* =========================================
   PRESTIGE BUSINESS SOLUTIONS
   SERVICES OVERVIEW
========================================= */

.pbs-services {
  position: relative;

  width: 100%;

  padding: 110px 0 115px;

  background: #f7f8fa;

  overflow: hidden;
}

.pbs-services-container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

/* =========================================
   SECTION HEADING
========================================= */

.pbs-section-heading {
  max-width: 720px;

  margin: 0 auto 60px;

  text-align: center;
}

.pbs-section-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  margin-bottom: 17px;

  color: #b28735;

  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.pbs-section-eyebrow span {
  width: 28px;
  height: 1px;

  background: #c89b3c;
}

.pbs-section-heading h2 {
  margin: 0;

  color: #102a43;

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -1.5px;
}

.pbs-section-heading h2 em {
  display: block;

  color: #b28735;

  font-weight: 500;
}

.pbs-section-heading p {
  max-width: 620px;

  margin: 22px auto 0;

  color: #66788a;

  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

/* =========================================
   SERVICE GRID
========================================= */

.pbs-services-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 18px;
}

/* =========================================
   SERVICE CARD
========================================= */

.pbs-service-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 330px;

  padding: 30px 27px;

  background: #ffffff;

  border: 1px solid #e6eaee;
  border-radius: 8px;

  text-decoration: none;

  overflow: hidden;

  box-shadow:
    0 8px 25px rgba(16, 42, 67, 0.035);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.pbs-service-card::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 100%;
  height: 3px;

  background: #c89b3c;

  transform: scaleX(0);
  transform-origin: left;

  transition: transform 0.4s ease;
}

.pbs-service-card:hover {
  transform: translateY(-8px);

  border-color: rgba(200, 155, 60, 0.35);

  box-shadow:
    0 22px 45px rgba(16, 42, 67, 0.10);
}

.pbs-service-card:hover::before {
  transform: scaleX(1);
}

/* =========================================
   CARD NUMBER
========================================= */

.pbs-service-number {
  position: absolute;

  top: 22px;
  right: 24px;

  color: #e8ebee;

  font-family: Georgia, serif;
  font-size: 35px;
  font-weight: 600;

  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.pbs-service-card:hover .pbs-service-number {
  color: rgba(200, 155, 60, 0.2);

  transform: translateY(-3px);
}

/* =========================================
   ICON
========================================= */

.pbs-service-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 54px;
  height: 54px;

  margin-bottom: 25px;

  border-radius: 7px;

  background: #f6f1e6;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.pbs-service-icon svg {
  width: 26px;
  height: 26px;

  fill: none;
  stroke: #b28735;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pbs-service-card:hover .pbs-service-icon {
  background: #c89b3c;

  transform: translateY(-3px);
}

.pbs-service-card:hover .pbs-service-icon svg {
  stroke: #ffffff;
}

/* =========================================
   CARD CONTENT
========================================= */

.pbs-service-card h3 {
  margin: 0 35px 12px 0;

  color: #102a43;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 600;

  transition: color 0.3s ease;
}

.pbs-service-card:hover h3 {
  color: #b28735;
}

.pbs-service-card p {
  margin: 0;

  color: #718096;

  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

/* =========================================
   CARD LINK
========================================= */

.pbs-service-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  margin-top: auto;
  padding-top: 25px;

  color: #102a43;

  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.pbs-service-link svg {
  width: 16px;
  height: 16px;

  fill: none;
  stroke: #c89b3c;
  stroke-width: 2;

  transition: transform 0.3s ease;
}

.pbs-service-card:hover .pbs-service-link {
  color: #b28735;
}

.pbs-service-card:hover .pbs-service-link svg {
  transform: translateX(5px);
}

/* =========================================
   BOTTOM CTA
========================================= */

.pbs-services-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: 35px;
  padding: 25px 30px;

  background: #102a43;

  border-radius: 8px;

  box-shadow:
    0 15px 35px rgba(16, 42, 67, 0.12);
}

.pbs-services-bottom strong {
  display: block;

  color: #ffffff;

  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 500;
}

.pbs-services-bottom span {
  display: block;

  margin-top: 5px;

  color: rgba(255, 255, 255, 0.6);

  font-family: Arial, sans-serif;
  font-size: 12px;
}

.pbs-services-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 13px 20px;

  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 5px;

  color: #ffffff;

  text-decoration: none;

  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;

  transition:
    background 0.3s ease,
    border-color 0.3s ease;
}

.pbs-services-contact:hover {
  background: #c89b3c;
  border-color: #c89b3c;
  color: #ffffff;
}

.pbs-services-contact svg {
  width: 16px;
  height: 16px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

  .pbs-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

  .pbs-services {
    padding: 80px 0;
  }

  .pbs-services-container {
    width: calc(100% - 32px);
  }

  .pbs-section-heading {
    margin-bottom: 42px;
  }

  .pbs-section-heading h2 {
    font-size: 38px;
  }

  .pbs-section-heading p {
    font-size: 14px;
  }

  .pbs-services-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pbs-service-card {
    min-height: 300px;
  }

  .pbs-services-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;

    padding: 24px;
  }

  .pbs-services-contact {
    width: 100%;
    justify-content: center;
  }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

  .pbs-services-container {
    width: calc(100% - 24px);
  }

  .pbs-section-heading h2 {
    font-size: 34px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8daf0b7 *//* =========================================
   TESTING & COMPLIANCE
========================================= */

.pbs-testing {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background: #ffffff;
  overflow: hidden;
}

.pbs-testing-container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

/* =========================================
   HEADER
========================================= */

.pbs-testing-header {
  max-width: 760px;
  margin: 0 auto 65px;
  text-align: center;
}

.pbs-testing-eyebrow {
  margin-bottom: 18px;
}

.pbs-testing-header h2 {
  margin: 0;

  color: #102a43;

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -1.5px;
}

.pbs-testing-header h2 em {
  display: block;
  color: #b28735;
  font-weight: 500;
}

.pbs-testing-header p {
  max-width: 680px;

  margin: 23px auto 0;

  color: #687b8e;

  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

/* =========================================
   GRID
========================================= */

.pbs-testing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* =========================================
   CARDS
========================================= */

.pbs-testing-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 430px;

  padding: 30px;

  background: #f8f9fa;

  border: 1px solid #e4e9ed;
  border-radius: 8px;

  overflow: hidden;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.pbs-testing-card:hover {
  transform: translateY(-7px);

  border-color: rgba(200, 155, 60, 0.4);

  box-shadow:
    0 22px 45px rgba(16, 42, 67, 0.10);
}

/* DARK CARD */

.pbs-testing-card-dark {
  background: #102a43;
  border-color: #102a43;
}

.pbs-testing-card-dark h3 {
  color: #ffffff;
}

.pbs-testing-card-dark > p {
  color: rgba(255, 255, 255, 0.62);
}

.pbs-testing-card-dark .pbs-testing-number {
  color: rgba(255, 255, 255, 0.12);
}

/* GOLD CARD */

.pbs-testing-card-gold {
  background: #f7f1e4;
  border-color: rgba(200, 155, 60, 0.2);
}

/* =========================================
   CARD TOP
========================================= */

.pbs-testing-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 24px;
}

.pbs-testing-number {
  color: #d9dee3;

  font-family: Georgia, serif;
  font-size: 36px;
  font-weight: 600;
}

.pbs-testing-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 55px;
  height: 55px;

  border-radius: 7px;

  background: #f2ead8;
}

.pbs-testing-icon svg {
  width: 26px;
  height: 26px;

  fill: none;
  stroke: #b28735;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pbs-testing-card-dark .pbs-testing-icon {
  background: rgba(200, 155, 60, 0.14);
}

/* =========================================
   CARD TEXT
========================================= */

.pbs-testing-card h3 {
  margin: 0 0 12px;

  color: #102a43;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}

.pbs-testing-card > p {
  margin: 0 0 24px;

  color: #718096;

  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

/* =========================================
   PRICE LIST
========================================= */

.pbs-price-list {
  margin-top: auto;

  border-top: 1px solid rgba(16, 42, 67, 0.10);
}

.pbs-testing-card-dark .pbs-price-list {
  border-color: rgba(255, 255, 255, 0.12);
}

.pbs-price-list > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;

  padding: 10px 0;

  border-bottom: 1px solid rgba(16, 42, 67, 0.07);
}

.pbs-testing-card-dark .pbs-price-list > div {
  border-color: rgba(255, 255, 255, 0.08);
}

.pbs-price-list span {
  color: #637689;

  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.4;
}

.pbs-testing-card-dark .pbs-price-list span {
  color: rgba(255, 255, 255, 0.62);
}

.pbs-price-list strong {
  flex-shrink: 0;

  color: #b28735;

  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

/* TWO COLUMN PRICE GRID */

.pbs-price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
}

/* =========================================
   MOBILE SERVICE
========================================= */

.pbs-mobile-price {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: auto;
  padding: 18px 0;

  border-top: 1px solid rgba(16, 42, 67, 0.12);
  border-bottom: 1px solid rgba(16, 42, 67, 0.12);
}

.pbs-mobile-price span {
  color: #536779;

  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.pbs-mobile-price strong {
  color: #b28735;

  font-family: Georgia, serif;
  font-size: 25px;
}

/* =========================================
   CARD CTA
========================================= */

.pbs-testing-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-top: 20px;

  color: #102a43;

  text-decoration: none;

  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.pbs-testing-card-cta svg {
  width: 16px;
  height: 16px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;

  transition: transform 0.25s ease;
}

.pbs-testing-card-cta:hover {
  color: #b28735;
}

.pbs-testing-card-cta:hover svg {
  transform: translateX(4px);
}

/* =========================================
   SECTION CTA
========================================= */

.pbs-testing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;

  margin-top: 40px;
  padding: 38px 42px;

  background:
    linear-gradient(
      135deg,
      #081d31,
      #102f4a
    );

  border-radius: 9px;

  box-shadow:
    0 20px 45px rgba(16, 42, 67, 0.13);
}

.pbs-testing-cta-content > span {
  color: #d5ad5a;

  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}

.pbs-testing-cta h3 {
  margin: 8px 0 7px;

  color: #ffffff;

  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: 500;
}

.pbs-testing-cta p {
  margin: 0;

  color: rgba(255, 255, 255, 0.58);

  font-family: Arial, sans-serif;
  font-size: 12px;
}

.pbs-testing-cta-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.pbs-testing-btn-primary,
.pbs-testing-btn-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 48px;
  padding: 0 20px;

  border-radius: 5px;

  text-decoration: none;

  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.pbs-testing-btn-primary {
  background: #d0a34c;
  color: #081d31;
}

.pbs-testing-btn-primary:hover {
  background: #e0b765;
  color: #081d31;
}

.pbs-testing-btn-phone {
  color: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.18);
}

.pbs-testing-btn-phone:hover {
  color: #ffffff;
  border-color: #d0a34c;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1050px) {

  .pbs-testing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 700px) {

  .pbs-testing {
    padding: 85px 0;
  }

  .pbs-testing-container {
    width: calc(100% - 32px);
  }

  .pbs-testing-header {
    margin-bottom: 45px;
  }

  .pbs-testing-header h2 {
    font-size: 39px;
  }

  .pbs-testing-header p {
    font-size: 14px;
  }

  .pbs-testing-grid {
    grid-template-columns: 1fr;
  }

  .pbs-testing-card {
    min-height: auto;
  }

  .pbs-testing-cta {
    flex-direction: column;
    align-items: flex-start;

    padding: 30px;
  }

  .pbs-testing-cta-actions {
    width: 100%;
  }

  .pbs-testing-btn-primary,
  .pbs-testing-btn-phone {
    flex: 1;
  }

}

@media (max-width: 480px) {

  .pbs-testing-container {
    width: calc(100% - 24px);
  }

  .pbs-testing-header h2 {
    font-size: 34px;
  }

  .pbs-price-grid {
    grid-template-columns: 1fr;
  }

  .pbs-testing-cta-actions {
    flex-direction: column;
  }

  .pbs-testing-btn-primary,
  .pbs-testing-btn-phone {
    width: 100%;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-20362d6 *//* =========================================
   DNA SECTION IMAGE OVERLAP FIX
========================================= */

.pbs-dna-container {
  grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1fr) !important;
  gap: 60px !important;
}


/* IMAGE AREA FIX */
.pbs-dna-visual {
  min-height: 620px !important;
  position: relative !important;
}


/* MAIN IMAGE */
.pbs-dna-image-main {
  width: 78% !important;
  height: 520px !important;
  z-index: 2 !important;
}


/* SMALL IMAGE */
.pbs-dna-image-small {
  width: 45% !important;
  height: 240px !important;
  right: 0 !important;
  bottom: 35px !important;
  z-index: 3 !important;
}


/* FLOATING CARD MOVE OUTSIDE IMAGE */
.pbs-dna-floating-card {
  left: -5px !important;
  bottom: 45px !important;
  z-index: 5 !important;
}


/* RIGHT CONTENT ALWAYS ABOVE */
.pbs-dna-content {
  position: relative !important;
  z-index: 10 !important;
}


/* HEADLINE FIX */
.pbs-dna-content h2 {
  position: relative !important;
  z-index: 20 !important;
}


/* TABLET */
@media(max-width:1050px){

  .pbs-dna-container {
    grid-template-columns:1fr !important;
    gap:50px !important;
  }

  .pbs-dna-visual {
    max-width:700px !important;
    margin:auto !important;
  }

}


/* MOBILE */
@media(max-width:767px){

  .pbs-dna-visual {
    min-height:430px !important;
  }


  .pbs-dna-image-main {
    width:88% !important;
    height:340px !important;
  }


  .pbs-dna-image-small {
    width:48% !important;
    height:170px !important;
    bottom:5px !important;
  }


  .pbs-dna-floating-card {
    left:0 !important;
    bottom:25px !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d4aac2c *//* =========================================
   FINGERPRINTING & BACKGROUND SCREENING
========================================= */

.pbs-screening {
  position: relative;

  width: 100%;

  padding: 120px 0;

  background: #ffffff;

  overflow: hidden;
}

.pbs-screening-container {
  width: min(1200px, calc(100% - 48px));

  margin: 0 auto;

  display: grid;

  grid-template-columns: 1.15fr 0.85fr;

  align-items: center;

  gap: 75px;
}

/* =========================================
   CONTENT
========================================= */

.pbs-screening-content {
  max-width: 720px;
}

.pbs-screening-eyebrow {
  justify-content: flex-start;

  margin-bottom: 18px;
}

.pbs-screening-content > h2 {
  margin: 0;

  color: #102a43;

  font-family: Georgia, "Times New Roman", serif;

  font-size: clamp(42px, 5vw, 60px);

  line-height: 1.06;

  font-weight: 600;

  letter-spacing: -1.5px;
}

.pbs-screening-content > h2 em {
  display: block;

  color: #b28735;

  font-weight: 500;
}

.pbs-screening-intro {
  max-width: 650px;

  margin: 23px 0 30px;

  color: #687b8e;

  font-family: Arial, sans-serif;

  font-size: 15px;

  line-height: 1.75;
}

/* =========================================
   FINGERPRINT FEATURE
========================================= */

.pbs-fingerprint-feature {
  display: flex;

  gap: 18px;

  padding: 24px;

  margin-bottom: 13px;

  background: #102a43;

  border-radius: 8px;

  box-shadow:
    0 15px 35px rgba(16, 42, 67, 0.12);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.pbs-fingerprint-feature:hover {
  transform: translateY(-4px);

  box-shadow:
    0 20px 40px rgba(16, 42, 67, 0.17);
}

.pbs-fingerprint-icon {
  flex-shrink: 0;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 55px;
  height: 55px;

  border-radius: 7px;

  background: rgba(200, 155, 60, 0.15);
}

.pbs-fingerprint-icon svg {
  width: 28px;
  height: 28px;

  fill: none;

  stroke: #d5ad5a;

  stroke-width: 1.4;

  stroke-linecap: round;
  stroke-linejoin: round;
}

.pbs-fingerprint-info {
  flex: 1;
}

.pbs-fingerprint-info > span {
  color: #d5ad5a;

  font-family: Arial, sans-serif;

  font-size: 9px;

  font-weight: 700;

  letter-spacing: 1.5px;
}

.pbs-fingerprint-info h3 {
  margin: 5px 0 5px;

  color: #ffffff;

  font-family: Georgia, serif;

  font-size: 23px;

  font-weight: 500;
}

.pbs-fingerprint-info > p {
  margin: 0 0 16px;

  color: rgba(255,255,255,0.57);

  font-family: Arial, sans-serif;

  font-size: 11px;

  line-height: 1.6;
}

.pbs-fingerprint-prices {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 8px;
}

.pbs-fingerprint-prices > div {
  padding: 9px;

  background: rgba(255,255,255,0.05);

  border: 1px solid rgba(255,255,255,0.07);

  border-radius: 4px;
}

.pbs-fingerprint-prices span {
  display: block;

  color: rgba(255,255,255,0.52);

  font-family: Arial, sans-serif;

  font-size: 8px;
}

.pbs-fingerprint-prices strong {
  display: block;

  margin-top: 3px;

  color: #d5ad5a;

  font-family: Arial, sans-serif;

  font-size: 13px;
}

/* =========================================
   SCREENING GRID
========================================= */

.pbs-screening-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 9px;
}

.pbs-screening-item {
  display: flex;

  align-items: center;

  gap: 11px;

  padding: 13px;

  background: #f7f8fa;

  border: 1px solid #e4e9ed;

  border-radius: 6px;

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.pbs-screening-item:hover {
  transform: translateY(-3px);

  border-color: rgba(200,155,60,0.35);

  box-shadow:
    0 10px 25px rgba(16,42,67,0.07);
}

.pbs-screening-item-icon {
  flex-shrink: 0;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  border-radius: 5px;

  background: #f1eadb;
}

.pbs-screening-item-icon svg {
  width: 19px;
  height: 19px;

  fill: none;

  stroke: #b28735;

  stroke-width: 1.5;

  stroke-linecap: round;
  stroke-linejoin: round;
}

.pbs-screening-item > div:nth-child(2) {
  min-width: 0;
  flex: 1;
}

.pbs-screening-item h3 {
  margin: 0;

  color: #102a43;

  font-family: Georgia, serif;

  font-size: 13px;

  line-height: 1.25;

  font-weight: 600;
}

.pbs-screening-item p {
  margin: 3px 0 0;

  color: #81909e;

  font-family: Arial, sans-serif;

  font-size: 8px;

  line-height: 1.35;
}

.pbs-screening-item > strong {
  flex-shrink: 0;

  color: #b28735;

  font-family: Arial, sans-serif;

  font-size: 12px;
}

/* =========================================
   ADDITIONAL SERVICE
========================================= */

.pbs-workers-comp {
  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-top: 10px;

  padding: 13px 17px;

  border: 1px solid #e4e9ed;

  border-radius: 6px;

  background: #ffffff;
}

.pbs-workers-comp span {
  color: #b28735;

  font-family: Arial, sans-serif;

  font-size: 8px;

  font-weight: 700;

  letter-spacing: 1px;
}

.pbs-workers-comp h3 {
  margin: 3px 0 0;

  color: #102a43;

  font-family: Georgia, serif;

  font-size: 13px;

  font-weight: 600;
}

.pbs-workers-comp > strong {
  color: #b28735;

  font-family: Arial, sans-serif;

  font-size: 13px;
}

/* =========================================
   CTA
========================================= */

.pbs-screening-cta {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;

  margin-top: 18px;
}

.pbs-screening-cta span {
  color: #b28735;

  font-family: Arial, sans-serif;

  font-size: 8px;

  font-weight: 700;

  letter-spacing: 1.4px;
}

.pbs-screening-cta h3 {
  margin: 4px 0 0;

  color: #102a43;

  font-family: Georgia, serif;

  font-size: 18px;

  font-weight: 500;
}

.pbs-screening-cta a {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 8px;

  flex-shrink: 0;

  min-height: 47px;

  padding: 0 20px;

  background: #c89b3c;

  border-radius: 5px;

  color: #102a43;

  text-decoration: none;

  font-family: Arial, sans-serif;

  font-size: 11px;

  font-weight: 700;

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.pbs-screening-cta a:hover {
  background: #dfb660;

  color: #102a43;

  transform: translateY(-3px);

  box-shadow:
    0 10px 25px rgba(200,155,60,0.22);
}

.pbs-screening-cta a svg {
  width: 16px;
  height: 16px;

  fill: none;

  stroke: currentColor;

  stroke-width: 2;
}

/* =========================================
   RIGHT VISUAL
========================================= */

.pbs-screening-visual {
  position: relative;

  min-height: 600px;

  display: flex;

  align-items: center;
  justify-content: center;
}

.pbs-screening-image {
  position: relative;

  z-index: 2;

  width: 420px;
  height: 560px;

  border-radius: 12px;

  overflow: hidden;

  box-shadow:
    0 30px 65px rgba(16,42,67,0.18);
}

.pbs-screening-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition: transform 0.8s ease;
}

.pbs-screening-image:hover img {
  transform: scale(1.05);
}

.pbs-screening-accent {
  position: absolute;

  width: 455px;
  height: 455px;

  border: 1px solid rgba(200,155,60,0.3);

  border-radius: 50%;
}

.pbs-screening-badge {
  position: absolute;

  z-index: 4;

  left: 0;
  bottom: 70px;

  display: flex;

  align-items: center;

  gap: 11px;

  padding: 13px 16px;

  background: #ffffff;

  border-radius: 7px;

  box-shadow:
    0 18px 40px rgba(16,42,67,0.16);

  animation:
    pbsScreeningFloat 4.5s ease-in-out infinite;
}

.pbs-screening-badge-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;

  border-radius: 50%;

  background: #f5eddd;
}

.pbs-screening-badge-icon svg {
  width: 20px;
  height: 20px;

  fill: none;

  stroke: #b28735;

  stroke-width: 1.5;

  stroke-linecap: round;
  stroke-linejoin: round;
}

.pbs-screening-badge strong {
  display: block;

  color: #102a43;

  font-family: Georgia, serif;

  font-size: 14px;
}

.pbs-screening-badge small {
  display: block;

  margin-top: 2px;

  color: #7c8b98;

  font-family: Arial, sans-serif;

  font-size: 9px;
}

/* =========================================
   ANIMATION
========================================= */

@keyframes pbsScreeningFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }

}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

  .pbs-screening-container {
    grid-template-columns: 1fr 0.8fr;

    gap: 40px;
  }

  .pbs-screening-image {
    width: 340px;
    height: 480px;
  }

  .pbs-screening-accent {
    width: 390px;
    height: 390px;
  }

  .pbs-fingerprint-prices {
    grid-template-columns: 1fr 1fr;
  }

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 800px) {

  .pbs-screening {
    padding: 85px 0;
  }

  .pbs-screening-container {
    width: calc(100% - 32px);

    display: flex;

    flex-direction: column-reverse;

    gap: 55px;
  }

  .pbs-screening-content {
    width: 100%;
  }

  .pbs-screening-visual {
    width: 100%;

    min-height: 470px;
  }

  .pbs-screening-image {
    width: min(330px, 76vw);

    height: 430px;
  }

  .pbs-screening-accent {
    width: 360px;
    height: 360px;
  }

  .pbs-screening-badge {
    left: 2%;
    bottom: 15px;
  }

  .pbs-screening-content > h2 {
    font-size: 42px;
  }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 550px) {

  .pbs-screening-container {
    width: calc(100% - 24px);
  }

  .pbs-screening-grid {
    grid-template-columns: 1fr;
  }

  .pbs-fingerprint-feature {
    flex-direction: column;
  }

  .pbs-fingerprint-prices {
    grid-template-columns: 1fr 1fr;
  }

  .pbs-screening-cta {
    flex-direction: column;

    align-items: flex-start;
  }

  .pbs-screening-cta a {
    width: 100%;
  }

  .pbs-screening-image {
    width: 75vw;
    height: 390px;
  }

  .pbs-screening-accent {
    width: 320px;
    height: 320px;
  }

}/* End custom CSS */