/* ===========================================
   ZenOps - Expertises Section Styles
   Source: Figma CSS Export (STRICT)
   =========================================== */

.expertises {
  position: relative;
  width: 1512px;
  height: 685px;
}

/* Header */
.expertises__header {
  position: absolute;
  width: 1352px;
  height: 217px;
  left: 80px;
  top: 18px;
}

.expertises__kicker {
  position: absolute;
  width: 633px;
  left: 0px;
  top: 0px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #3BFF9A;
  margin: 0;
}

.expertises__title {
  position: absolute;
  width: 778px;
  left: 0px;
  top: 53px;
  font-family: 'Clash Grotesk', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin: 0;
}

.expertises__subtitle {
  position: absolute;
  width: 549px;
  left: 803px;
  top: 127px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #A0B6D9;
  margin: 0;
}

/* Cards Container */
.expertises__cards {
  position: absolute;
  width: 1352px;
  height: 277px;
  left: 80px;
  bottom: 52px;
}

/* Card Base */
.expertises__card {
  position: absolute;
  width: 318px;
  height: 277px;
}

.expertises__card:nth-child(1) {
  left: 0px;
  top: 0px;
}

.expertises__card:nth-child(2) {
  left: 344px;
  top: 0px;
}

.expertises__card:nth-child(3) {
  left: 689px;
  top: 0px;
}

.expertises__card:nth-child(4) {
  left: 1034px;
  top: 0px;
}

/* Card Background */
.expertises__card-bg {
  position: absolute;
  width: 318px;
  height: 269px;
  left: 0px;
  top: 0px;
  background: radial-gradient(459.76% 431.16% at 27.94% -293.06%, #018EB9 0%, #121826 100%);
  opacity: 0.6;
  border-radius: 15px;
  border: 1px solid rgba(160, 182, 217, 0.15);
}

/* Card Title */
.expertises__card-title {
  position: absolute;
  width: 228px;
  left: 45px;
  top: 45px;
  font-family: 'Clash Grotesk', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #F4F6FB;
  margin: 0;
}

/* Card List */
.expertises__card-list {
  position: absolute;
  left: 46px;
  top: 125px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.expertises__card-item {
  position: relative;
  padding-left: 21px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  color: #A0B6D9;
}

/* Green dot bullet */
.expertises__card-item::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0px;
  top: 10px;
  background: #3BFF9A;
  filter: blur(2px);
  border-radius: 50%;
}
