.elementor-kit-7{--e-global-color-primary:#186FAA;--e-global-color-secondary:#0C3C5E;--e-global-color-text:#333333;--e-global-color-accent:#A8A8A0;--e-global-color-6a28ed5:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Montserrat", Sans-serif;font-weight:400;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );text-transform:uppercase;}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-size:40px;}.elementor-kit-7 h2{color:var( --e-global-color-secondary );font-size:36px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Montserrat", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.hero-text {
  /*text-shadow: 0 0 10px rgba(0,0,0,0.35);*/
}
/* Hero CTA Button */
.hero-cta {
  display: inline-block;
  padding: 14px 34px;
  font-size: 1.1rem;
  font-weight: 600;
  background: #0b6aa2; /* adjust to your brand color */
  color: #ffffff;
  text-decoration: none;
  transition: all 220ms ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

/* Hover / Focus effect */
.hero-cta:hover,
.hero-cta:focus {
  background: #095880; /* darker shade for hover */
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
  cursor: pointer;
}

/* Optional: small glow effect to match text shadow */
.hero-cta {
  text-shadow: 0 0 6px rgba(0,0,0,0.35);
}


.approach-card {cursor: pointer; } 
/* Pacific Business Solutions: Card Lift on Hover */
.pbs-card {
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
  will-change: transform, box-shadow;
  border-radius: 8px;       
  background: #FFFFFF90;                /* or your light brand surface */
}

/* Create subtle “lift” */
.pbs-card:hover,
.pbs-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  background: #ffffff; 
  cursor: pointer;  /* keep color stable; avoid jumps */
}

/* Optional: add a tiny scale for a bit more pop */
.pbs-card:hover .elementor-widget-container,
.pbs-card:focus-within .elementor-widget-container {
  transform: translateZ(0); /* helps rendering */
}

/* Icon styling (optional—keeps icons consistent) */
.pbs-card i,
.pbs-card .fa-solid {
  font-size: 1.5rem;                  /* adjust to taste */
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
  /* color: var(--pbs-accent, #0b6aa2);  uncomment and map to your brand */
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  .pbs-card,
  .pbs-card:hover,
  .pbs-card:focus-within {
    transition: none;
    transform: none;
  }
}/* End custom CSS */