.elementor-1772 .elementor-element.elementor-element-0dc3f05{width:100%;max-width:100%;}.elementor-1772 .elementor-element.elementor-element-0dc3f05 > .elementor-widget-container{margin:0px 0px 0px 0px;}body.elementor-page-1772:not(.elementor-motion-effects-element-type-background), body.elementor-page-1772 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor4 );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0dc3f05 */.hr-about-section {
  background: radial-gradient(
    circle at top,
    #fdf7ea 0%,
    #ffffff 65%
  );
  padding: 140px 8%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6acf468 *//* ===============================
   HR SERVICES – WHITE & GOLD
================================ */

.hr-services-section {
  background: #ffffff;
  padding: 140px 8%;
}

/* Center Title */
.hr-services-section .services-center-title {
  text-align: center;
  margin-bottom: 90px;
}

.hr-services-section .small-title {
  display: block;
  font-size: 13px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #C9A24D;
  margin-bottom: 12px;
}

.hr-services-section h2 {
  font-size: 46px;
  color: #111111;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.hr-services-section .gold-line {
  width: 60px;
  height: 2px;
  background: #C9A24D;
  margin: 0 auto;
}

/* Services Grid */
.hr-services-section .hr-services-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: center;
}

/* Card */
.hr-services-section .service-card {
  background: #f7f7f7;
  padding: 70px 45px;
  border-radius: 18px;
  border: 1px solid rgba(201, 162, 77, 0.35);
  transition: all 0.5s ease;
}

/* Icon */
.hr-services-section .service-card .icon {
  margin-bottom: 25px;
}

.hr-services-section .service-card .icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

/* Hover icon */
.hr-services-section .service-card:hover .icon img {
  transform: scale(1.15);
}

/* Title */
.hr-services-section .service-card h3 {
  font-size: 26px;
  color: #111111;
  margin-bottom: 18px;
  letter-spacing: 1px;
}

/* Text */
.hr-services-section .service-card p {
  font-size: 15px;
  color: #6f6f6f;
  line-height: 1.8;
}

/* Hover card */
.hr-services-section .service-card:hover {
  transform: translateY(-12px);
  background: #ffffff;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

/* Mobile */
@media (max-width: 768px) {
  .hr-services-section .hr-services-cards {
    grid-template-columns: 1fr;
  }

  .hr-services-section h2 {
    font-size: 32px;
  }
}/* End custom CSS */