.elementor-2950 .elementor-element.elementor-element-767ba21{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}:root{--page-title-display:none;}/* Start custom CSS */*{
  box-sizing: border-box;
}

body{
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  background: #f8fafc;
  color: #1f2937;
}

.rfs-container{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* HERO */
.rfs-hero{
  background: #eaf4f6;
  padding: 80px 0 48px;
}

.rfs-hero h1{
  font-size: 45px;
  color:#4C2E38;
  font-weight:700;
  margin-bottom: 12px;
}

.rfs-hero p{
  font-size: 18px;
  max-width: 680px;
}

/* DISCLAIMER */
.rfs-disclaimer{
  background: #ffffff;
  padding: 20px 0;           /* reduced from ~28px */
  border-bottom: 1px solid #e5e7eb;
}

.rfs-disclaimer p{
  margin: 0;                 /* IMPORTANT */
  font-size: 15px;
  line-height: 1.6;          /* tighter + cleaner */
  color: #4b5563;
}


/* GRID */
.rfs-grid-section{
  padding: 64px 0;
  background: #F9FAFC;
}

.rfs-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
  gap: 28px;
}

/* CARD */
.rfs-card{
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
  transition: all .25s ease;
  opacity: 0;
  transform: translateY(14px);
}

.rfs-card.visible{
  opacity: 1;
  transform: translateY(0);
}

.rfs-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(0,0,0,.08);
}

/* CARD HEADER */
.rfs-card-header{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.rfs-card h3{
  font-size: 20px;
  margin: 0;
}

/* ICONS */
.rfs-icon{
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #eef6f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rfs-icon::before{
  content: "";
  width: 18px;
  height: 18px;
  background: #0f766e;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.law::before{ mask-image: url("https://hrpersonnelservices.com/wp-content/uploads/2026/01/law.svg"); }
.factory::before{ mask-image: url("https://hrpersonnelservices.com/wp-content/uploads/2026/01/factory.svg"); }
.restaurant::before{ mask-image: url("https://hrpersonnelservices.com/wp-content/uploads/2026/01/restaurant.svg"); }
.infrastructure::before{ mask-image: url("https://hrpersonnelservices.com/wp-content/uploads/2026/01/infrastructure.svg"); }
.finance::before{ mask-image: url("https://hrpersonnelservices.com/wp-content/uploads/2026/01/finance.svg"); }
.construction::before{ mask-image: url("https://hrpersonnelservices.com/wp-content/uploads/2026/01//construction.svg"); }
.safety::before{ mask-image: url("https://hrpersonnelservices.com/wp-content/uploads/2026/01//safety.svg"); }
.tech::before{ mask-image: url("https://hrpersonnelservices.com/wp-content/uploads/2026/01//tech.svg"); }

/* LIST */
.rfs-card ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.rfs-card li{
  font-size: 14px;
  margin-bottom: 8px;
}

/* MOBILE */
@media(max-width:768px){
  .rfs-hero h1{
    font-size: 32px;
  }
}/* End custom CSS */