.zscustom-banner-btn {
    padding-left: 32px !important;
    padding-right: 32px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    min-width: 300px !important;
}

.theme-logo-parent img {
    height: 70px !important;
    width: 70px !important;
}

.theme-header {
    padding-top: 5px !important;
    padding-bottom: 0px !important;
    min-height: unset !important;
    height: auto !important;
}

.zpcontainer {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.theme-branding-info {
    padding-top: 5px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.theme-navigation-and-icons {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.foryou-services-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
.foryou-services-wrap {
  background: #000000;
  padding: 60px 40px;
  font-family: inherit;
  width: 100%;
}
.foryou-services-top {
  text-align: center;
  margin-bottom: 50px;
}
.foryou-services-top .eyebrow {
  font-size: 12px;
  color: #ea4227;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.foryou-services-top h2 {
  font-size: 36px;
  font-weight: 800;
  color: #f1f1f1;
}
.foryou-services-top h2 span { color: #ea4227; }

.foryou-svc-card {
  background: #111111;
  border: 1px solid #222222;
  border-radius: 16px;
  margin-bottom: 24px;
  overflow: hidden;
}
.foryou-svc-head {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 32px;
}
.foryou-svc-num {
  font-size: 56px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1;
  min-width: 70px;
}
.foryou-svc-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: #ea4227;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.foryou-svc-icon svg {
  width: 30px;
  height: 30px;
  stroke: #ffffff;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.foryou-svc-icon.grey-icon {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
}
.foryou-svc-icon.grey-icon svg { stroke: #a7a8ab; }
.foryou-svc-text { flex: 1; }
.foryou-svc-text h3 {
  font-size: 22px;
  font-weight: 700;
  color: #f1f1f1;
  margin-bottom: 6px;
}
.foryou-svc-text p {
  font-size: 15px;
  color: #585959;
  line-height: 1.6;
}
.foryou-svc-pill {
  font-size: 11px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  background: #1a0a00;
  color: #ea4227;
  border: 1px solid #ea4227;
  white-space: nowrap;
  letter-spacing: 1px;
}
.foryou-svc-pill.grey-pill {
  background: #111111;
  color: #585959;
  border-color: #333333;
}
.foryou-svc-divider {
  height: 1px;
  background: #1a1a1a;
  margin: 0 32px;
}
.foryou-branches {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1px;
  background: #1a1a1a;
}
.foryou-branch {
  background: #111111;
  padding: 28px 24px;
}
.foryou-branch-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.foryou-branch-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ea4227;
  flex-shrink: 0;
}
.foryou-branch h4 {
  font-size: 15px;
  font-weight: 700;
  color: #f1f1f1;
}
.foryou-branch p {
  font-size: 13px;
  color: #585959;
  line-height: 1.6;
}
.foryou-solo-tags {
  padding: 0 32px 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.foryou-tag {
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 8px;
  background: #0d0d0d;
  color: #a7a8ab;
  border: 1px solid #1e1e1e;
}
@media (max-width: 768px) {
  .foryou-svc-head { flex-wrap: wrap; padding: 24px; }
  .foryou-svc-num { display: none; }
  .foryou-branches { grid-template-columns: 1fr 1fr; }
  .foryou-services-wrap { padding: 40px 20px; }
}
@media (max-width: 480px) {
  .foryou-branches { grid-template-columns: 1fr; }
}

