.elementor-kit-6{--e-global-color-primary:#105697;--e-global-color-secondary:#FEC643;--e-global-color-text:#585858;--e-global-color-accent:#FFFFFF;--e-global-color-c783131:#FFFFFF;--e-global-color-682887d:#000000;--e-global-color-aa95b8e:#979797;--e-global-typography-primary-font-family:"Libre Baskerville";--e-global-typography-primary-font-size:38px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-b272a26-font-family:"Libre Baskerville";--e-global-typography-b272a26-font-size:60px;--e-global-typography-b272a26-font-weight:600;--e-global-typography-b272a26-text-transform:capitalize;--e-global-typography-b272a26-line-height:1.3em;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-secondary );--e-preloader-size:67px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-secondary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-682887d );border-radius:10px 10px 10px 10px;padding:15px 25px 15px 25px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#E6AF30;border-radius:10px 10px 10px 10px;}.elementor-kit-6 e-page-transition{background-color:#105697AD;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 a:hover{color:#D5A024;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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);}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-line-height:1.2em;--e-global-typography-b272a26-font-size:44px;--e-global-typography-b272a26-line-height:1.3em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:32px;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-size:23px;--e-global-typography-b272a26-font-size:38px;--e-global-typography-b272a26-line-height:1.4em;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-preloader-size:73px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hide overlay by default */
.hover-card .hover-overlay {
    display: none;
    transition: opacity 0.4s ease-in-out;
    pointer-events: none; /* prevents blocking clicks */
}

/* Show overlay on hover */
.hover-card:hover .hover-overlay {
    display: flex;
    pointer-events: auto;
}

/* --- Client Type pill buttons (shortcode) --- */
.pjf-type-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  justify-content:center;
  align-items:center;
  margin-top:18px;
}

.pjf-type-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;

  background:#105697;
  color:#FFFFFF;

  padding:12px 20px;
  border-radius:999px;

  font-weight:700;
  font-size:14px;
  letter-spacing:0.02em;
  text-decoration:none;

  box-shadow:0 2px 0 rgba(0,0,0,0.08);
  transition:transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.pjf-type-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 18px rgba(0,0,0,0.12);
  opacity:1;
}

/* Icon styling */
.pjf-type-icon{
  color:#FEC643;
  font-size:16px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

/* Make sure the label matches the pill look */
.pjf-type-btn span{
  color:#FFFFFF;
  line-height:1;
}

/* --- View All Projects button (yellow) --- */
.pjf-type-btn--all{
  background:#FEC643;
  color:#105697;
}

.pjf-type-btn--all span{
  color:#105697;
}

.pjf-type-btn--all .pjf-type-icon{
  color:#105697;
}

.pjf-card-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;

  padding:10px 14px;
  border-radius:999px;

  background:#105697;
  color:#FFFFFF;
  text-decoration:none;

  font-weight:700;
  font-size:14px;
  line-height:1;

  border:2px solid #FFFFFF;
  box-shadow:0 6px 18px rgba(0,0,0,0.12);
}

.pjf-card-badge__icon{
  color:#FEC643;
  font-size:16px;
  line-height:1;
}

.pjf-card-badge__text{
  color:#FFFFFF;
}

/*Service Benefits Grid*/
.pjf-benefits-grid{
  display:grid;
  gap:48px;
  text-align:center;
}

.pjf-cols-1{ grid-template-columns:1fr; }
.pjf-cols-2{ grid-template-columns:repeat(2, minmax(0,1fr)); }
.pjf-cols-3{ grid-template-columns:repeat(3, minmax(0,1fr)); }
.pjf-cols-4{ grid-template-columns:repeat(4, minmax(0,1fr)); }

/* Responsive */
@media (max-width: 1024px){
  .pjf-cols-3,
  .pjf-cols-4{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 640px){
  .pjf-benefits-grid{
    grid-template-columns:1fr !important;
  }
}

/* Card */
.pjf-benefit-card{
  max-width:360px;
  margin-inline:auto;
}

/* Icon */
.pjf-benefit-icon{
  color:#fec643; /* gold */
  margin-bottom:16px;
  display:flex;
  justify-content:center;
}

/* Title */
.pjf-benefit-title{
    font-family: League Spartan;
  font-size:2.1rem;
  font-weight:600;
  color: #105697;
  margin-bottom:12px;
}

/* Description */
.pjf-benefit-desc{
    font-family: Lato;
  font-size:1rem;
  line-height:1.6;
  color:#333;
}/* End custom CSS */