.newClientCSnav {
  background: #fff;
  border-bottom: 1px solid rgb(0 0 0 / 15%);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}

.newClientCSni {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
}

.newClientCSlogo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.newClientCSlogo-sq {
  width: 34px;
  height: 34px;
  background: #ff0000;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
}

.newClientCSnl a {
  font-size: 14px;
  font-weight: 500;
  color: rgb(0 0 0 / 15%);
  padding: 7px 12px;
  border-radius: 6px;
  transition: 0.15s;
}

.newClientCSnl a:hover,
.newClientCSnl a.newClientCSon {
  color: #000;
  background: #fff;
}

.newClientCSncta {
  background: #ff0000;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 9px 20px;
  border-radius: 6px;
}

.newClientCSbc {
  background: #fff;
  border-bottom: 1px solid rgb(0 0 0 / 15%);
  padding: 10px 0;
}

.newClientCSbc ul {
  display: flex;
  gap: 6px;
  list-style: none;
  font-size: 13px;
  color: rgb(0 0 0 / 15%);
  flex-wrap: wrap;
}

.newClientCSbc a {
  color: #ff0000;
  font-weight: 500;
}

.newClientCSbc span {
  color: #000;
  font-weight: 600;
}

.newClientCShero {
  /* background: linear-gradient(160deg, #0C1445 0%, #0F2460 45%, #0369A1 100%); */
  padding: 64px 0 0;
  position: relative;
  overflow: hidden;
}

.newClientCSaurora {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  /* background: linear-gradient(to top, rgba(52, 211, 153, 0.1), rgba(56, 189, 248, 0.07), transparent); */
}

.newClientCShi {
  position: relative;
  z-index: 1;
}

.newClientCShtop {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.newClientCShcat {
    width: max-content;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff0000;
  background: rgba(232,57,42,0.05);
  border: 1px solid rgba(232,57,42,0.5);
  padding: 4px 12px;
  border-radius: 100px;
}

.newClientCShmeta {
  font-size: 14px;
  color: #000;
}

.newClientCShsep {
  color: #000;
}

.newClientCShh1 {
  font-weight: 800;
  color: #000;
  line-height: 1.1;
  margin-bottom: 20px;
  font-size: 48px;
}

.newClientCShh1 strong {
  color: #ff0000;
}

.newClientCShsub {
  color: #000;
  line-height: 1.75;
  max-width: 660px;
  margin-bottom: 32px;
}

.newClientCShmet {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  overflow: hidden;
}

.newClientCShm {
  background: rgb(0 0 0 / 5%);
  padding: 18px 12px;
}

.newClientCShmv {
  font-weight: 700;
  font-size: 28px;
  color: #ff0000;
  line-height: 1;
  margin-bottom: 4px;
}

.newClientCShmv span {
  font-size: 16px;
  color: #000;
}

.newClientCShml {
  font-size: 14px;
  color: #000;
  line-height: 1.4;
}

.newClientCShms {
  font-size: 14px;
  font-weight: 700;
  color: #ff0000;
  margin-top: 4px;
}

.newClientCSlayout {
  display: flex;
  gap: 50px;
  padding: 70px 0 60px;
}
.newClientCSlayout main {
    width: 70%;
}

.newClientCSsidebar {
    width: 30%;
    position: relative;
  }
  .newClientCSsidebar-sticky {
  position: sticky;
  top: 80px;
}

.newClientCSsc {
  background: #fff;
  border: 1px solid rgb(0 0 0 / 15%);
  border-radius: 10px;
  padding: 18px;
  margin-bottom: 30px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}

.newClientCSscl {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgb(0 0 0 / 75%);
  margin-bottom: 10px;
}

.newClientCSfacts {
  display: flex;
  flex-direction: column;
}

.newClientCSfact {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid rgb(0 0 0 / 15%);
  font-size: 14px;
  gap: 10px;
}

.newClientCSfact:last-child {
  border-bottom: none;
}

.newClientCSfl {
  color: rgb(0 0 0 / 75%);
}

.newClientCSfv {
  font-weight: 600;
  color: #000;
  text-align: right;
}

.newClientCSplist {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newClientCSpk {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid rgb(0 0 0 / 15%);
}

.newClientCSpnum {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.newClientCSpname {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.newClientCSpurl {
  font-size: 12px;
  color: rgb(0 0 0 / 75%);
}

.newClientCStoc {
  background: #fff;
  border: 1px solid rgb(0 0 0 / 15%);
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}

.newClientCStoct {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgb(0 0 0 / 75%);
    margin-bottom: 10px;
}

.newClientCStoc a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 10px 0;
  font-size: 14px;
  color: rgb(0 0 0 / 75%);
  border-bottom: 1px solid rgb(0 0 0 / 15%);
  transition: 0.15s;
}

.newClientCStoc a:last-child {
  border-bottom: none;
}

.newClientCStoc a:hover {
  color: #ff0000;
}

.newClientCStocn {
  font-weight: 700;
  font-size: 14px;
  color: rgb(0 0 0 / 75%);
  width: 18px;
  flex-shrink: 0;
}

.newClientCSdlcard {
  background: #ff0000;
  border-radius: 10px;
  padding: 18px;
  text-align: center;
}

.newClientCSdlcard h4 {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

.newClientCSdlcard p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.5;
}

.newClientCSdlbtn {
  display: block;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 9px 16px;
  border-radius: 100px;
}

.newClientCSsl {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ff0000;
  margin-bottom: 10px;
}

.newClientCSsl::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #ff0000;
}

.newClientCSh2 {
  font-weight: 700;
  font-size: 28px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 13px;
}

.newClientCSh3 {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 9px;
  margin-top: 24px;
}

.newClientCSp {
  color: #000;
  line-height: 1.85;
  margin-bottom: 15px;
}

.newClientCSp strong {
  color: #000;
  font-weight: 600;
}

.newClientCSsec {
  margin-bottom: 60px;
  scroll-margin-top: 88px;
}

.newClientCStwrap {
  background: #fff;
  border: 1px solid rgb(0 0 0 / 15%);
  border-radius: 10px;
  overflow: auto;
  margin: 16px 0;
  box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}

.newClientCSthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  padding: 12px 18px;
  background: #fff;
}

.newClientCSttitle {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  white-space: nowrap;
}

.newClientCStbadge {
  font-size: 11px;
  font-weight: 700;
  background: #E0F2FE;
  color: #0369A1;
  padding: 2px 10px;
  border-radius: 100px;
}
.newClientCSthead .newClientCShcat {
    white-space: nowrap;
}

.newClientCStbl {
  width: 100%;
  border-collapse: collapse;
}

.newClientCStbl thead th {
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #000;
  text-align: left;
  border-bottom: 1px solid rgb(0 0 0 / 15%);
  border-top: 1px solid rgb(0 0 0 / 15%);
  background: #fff;
  white-space: nowrap;
}

.newClientCStbl tbody tr {
  border-top: 1px solid rgb(0 0 0 / 15%);
}

.newClientCStbl tbody tr:hover {
  background: #fff;
}

.newClientCStbl td {
  padding: 10px 18px;
  font-size: 14px;
  vertical-align: top;
  white-space: nowrap;
}

.newClientCStdk {
  font-weight: 600;
  color: #000;
  width: 180px;
  white-space: nowrap;
}

.newClientCStdvv {
  color: #000;
  line-height: 1.7;
}

.newClientCSbdg {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 100px;
  margin: 2px;
}

.newClientCSbb {
  background: rgba(232,57,42,0.05);
  color: #ff0000;
}

.newClientCSbg {
  background: rgba(232,57,42,0.05);
  color: #ff0000;
}

.newClientCSbo {
  background: rgba(232,57,42,0.05);
  color: #ff0000;
}

.newClientCSpgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 16px 0;
}

.newClientCSpc {
  background: #fff;
  border: 1px solid rgb(0 0 0 / 15%);
  border-radius: 10px;
  padding: 14px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
  transition: 0.2s;
}

.newClientCSpc:hover {
  box-shadow: 0 8px 32px rgb(0 0 0 / 10%);
  transform: translateY(-2px);
}

.newClientCSpctop {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}

.newClientCSpcnum {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  margin-top: 1px;
}

.newClientCSpcname {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.newClientCSpcurl {
  font-size: 14px;
  color: rgb(0 0 0 / 75%);
  margin-top: 2px;
}

.newClientCSpctags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.newClientCSpct {
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  color: rgb(0 0 0 / 15%);
  padding: 2px 7px;
  border-radius: 100px;
}

.newClientCSpct.sp {
  background: rgba(232,57,42,0.05);
  color: #ff0000;
}

.newClientCSpcch {
  color: #000;
  line-height: 1.5;
  padding-top: 8px;
  border-top: 1px solid rgb(0 0 0 / 15%);
}

.newClientCSfgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 16px 0 30px;
}

.newClientCSfg {
  background: #fff;
  border: 1px solid rgb(0 0 0 / 15%);
  border-radius: 10px;
  padding: 13px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}

.newClientCSfgh {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #000;
  margin-bottom: 9px;
}
.newClientCSfgh img {
    width: 25px;
}

.newClientCSfgi {
  font-size: 14px;
  color: #000;
  padding: 6px 0;
  border-bottom: 1px solid rgb(0 0 0 / 15%);
  display: flex;
  align-items: center;
  gap: 10px;
}

.newClientCSfgi:last-child {
  border-bottom: none;
}

.newClientCSfgi::before {
  content: "›";
  color: #ff0000;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}

.newClientCSchbox {
  background: rgba(232, 57, 42, 0.05);
  border: 1px solid rgba(232, 57, 42, 0.5);
  border-radius: 10px;
  padding: 18px;
  margin: 16px 0;
}

.newClientCSchhd {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.newClientCSchtit {
  font-weight: 700;
  font-size: 16px;
  color: #ff0000;
}

.newClientCSchi {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #ff0000;
  line-height: 1.6;
  margin-bottom: 7px;
}

.newClientCSchi::before {
  content: "✗";
  font-weight: 700;
  color: #ff0000;
  flex-shrink: 0;
}

.newClientCSchi:last-child {
  margin-bottom: 0;
}

.newClientCSslbox {
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
  border-radius: 10px;
  padding: 18px;
  margin: 16px 0;
}

.newClientCSslhd {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.newClientCSsltit {
  font-weight: 700;
  font-size: 16px;
  color: #14532D;
}

.newClientCSsli {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #166534;
  line-height: 1.6;
  margin-bottom: 7px;
}

.newClientCSsli::before {
  content: "✓";
  font-weight: 700;
  color: #0F766E;
  flex-shrink: 0;
}

.newClientCSsli:last-child {
  margin-bottom: 0;
}

.newClientCSjswrap {
  background: #1E1E2E;
  border-radius: 10px;
  overflow: hidden;
  margin: 16px 0;
}

.newClientCSjshd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px;
  background: #16162A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.newClientCSjstit {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.newClientCSjsb {
  font-size: 10px;
  font-weight: 700;
  background: rgba(232,57,42,0.05);
  color: #ff0000;
  padding: 2px 8px;
  border-radius: 100px;
}

.newClientCSjscode {
  font-size: 12px;
  line-height: 1.8;
  padding: 16px 18px;
  overflow-x: auto;
  color: #CBD5E1;
}

.newClientCSjk {
  color: #7DD3FC;
}

.newClientCSjs {
  color: #86EFAC;
}

.newClientCSjn {
  color: #FCA5A5;
}

.newClientCSjb {
  color: #C084FC;
}

.newClientCSarch {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 16px 0;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 5px;
}

.newClientCSastep {
  background: #fff;
  border: 1px solid rgb(0 0 0 / 15%);
  padding: 14px 10px;
  text-align: center;
  min-width: 200px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}

.newClientCSastep:first-child {
  border-radius: 10px 0 0 10px;
}

.newClientCSastep:last-child {
  border-radius: 0 10px 10px 0;
}

.newClientCSaico {
  font-size: 24px;
  margin-bottom: 20px;
}
.newClientCSaico img {
    width: 30px;
}

.newClientCSatit {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
  margin-bottom: 2px;
}

.newClientCSasub {
  font-size: 14px;
  color: rgb(0 0 0 / 75%);
  line-height: 1.4;
}

.newClientCSaarr {
  font-size: 16px;
  color: rgb(0 0 0 / 75%);
  display: flex;
  align-items: center;
  padding: 0 3px;
  background: #fff;
  border-top: 1px solid rgb(0 0 0 / 15%);
  border-bottom: 1px solid rgb(0 0 0 / 15%);
}

.newClientCStlwrap {
  position: relative;
  padding-left: 24px;
  margin: 16px 0;
}

.newClientCStlwrap::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: rgb(0 0 0 / 15%);
}

.newClientCStli {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}


.newClientCStli:last-child {
  margin-bottom: 0;
}

.newClientCStldot {
  position: absolute;
  left: -23px;
  top: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff0000;
  border: 2px solid #fff;
}

.newClientCStli.key .newClientCStldot {
  background: #ff0000;
  width: 13px;
  height: 13px;
  left: -21px;
}

.newClientCStlwk {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgb(0 0 0 / 75%);
  margin-bottom: 2px;
}

.newClientCStltit {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin-bottom: 4px;
}

.newClientCStlbody {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}

.newClientCSdgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 16px 0;
}

.newClientCSdcard {
  background: #fff;
  border: 1px solid rgb(0 0 0 / 15%);
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}

.newClientCSdico {
  font-size: 20px;
  margin-bottom: 7px;
}

.newClientCSdico img {
    width: 30px;
}

.newClientCSdtit {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}

.newClientCSditem {
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 5px;
  line-height: 1.5;
}

.newClientCSditem::before {
  content: "·";
  color: #ff0000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  flex-shrink: 0;
}

.newClientCSic {
  font-size: 14px;
  background: rgb(0 0 0 / 5%);
  color: #ff0000;
  padding: 3px 7px;
  border-radius: 3px;
}

.newClientCSrgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 16px 0;
}

.newClientCSrcard {
  background: #fff;
  border: 1px solid rgb(0 0 0 / 15%);
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
  position: relative;
  overflow: hidden;
}

.newClientCSrcard::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #ff0000;
}

.newClientCSrico {
  font-size: 20px;
  margin-bottom: 15px;
}

.newClientCSrico img {
    width: 30px;
}

.newClientCSrv {
  font-weight: 700;
  font-size: 26px;
  color: #ff0000;
  line-height: 1;
  margin-bottom: 10px;
}

.newClientCSrl {
  color: #000;
  line-height: 1.4;
}

.newClientCSpq {
  border-left: 4px solid #ff0000;
  padding: 15px 18px;
  background: rgba(232, 57, 42, 0.05);
  border-radius: 0 8px 8px 0;
  margin: 20px 0;
}

.newClientCSpqt {
  font-style: italic;
  color: #000;
  line-height: 1.5;
  margin-bottom: 7px;
}

.newClientCSpqa {
  font-size: 14px;
  color: #ff0000;
  font-weight: 600;
}

.newClientCSins {
  background: #ff0000;
  border-radius: 10px;
  padding: 18px;
  margin: 18px 0;
  display: flex;
  gap: 12px;
}

.newClientCSinsico {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  color: #fff;
}

.newClientCSinstit {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}

.newClientCSinstext {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.newClientCSinstext strong {
  color: rgba(255, 255, 255, 0.9);
}

.newClientCSrelated {
  background: #fff;
  border-top: 1px solid rgb(0 0 0 / 15%);
  padding: 48px 0;
}

.newClientCSrsgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.newClientCSrscard {
  background: #fff;
  border: 1px solid rgb(0 0 0 / 15%);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s;
  box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}

.newClientCSrscard:hover {
  box-shadow: 0 8px 32px rgb(0 0 0 / 10%);
  transform: translateY(-2px);
}

.newClientCSrsimg {
    display: flex;
    align-items: center;
    justify-content: center;
}
.newClientCSrsimg img {
    width: 100%;
}


.newClientCSrsbody {
  padding: 13px;
}

.newClientCSrstag {
  font-size: 14px;
  font-weight: 700;
  background: rgba(232, 57, 42, 0.05);
  color: #ff0000;
  padding: 3px 8px;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 6px;
}

.newClientCSrstit {
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  line-height: 1.4;
  margin-bottom: 5px;
  display: block;
}

.newClientCSrstit:hover {
  color: #ff0000;
}

.newClientCSrsm {
  font-size: 14px;
  color: #000;
}

.newClientCScta {
  background: #ff0000;
  padding: 56px 0;
  text-align: center;
}

.newClientCScta h2 {
  font-weight: 800;
  font-size: 40px;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
}

.newClientCScta p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 24px;
}

.newClientCSctabtns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.newClientCSctabtns a {
    text-decoration: none;
}

.newClientCSbtnw {
  background: #fff;
  color: #0C1445;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 26px;
  border-radius: 100px;
  transition: 0.2s;
}

.newClientCSbtnw:hover {
  background: #f0f0f0;
  color: #000;
}

.newClientCSbtnb {
  background: rgba(255, 255, 255, 0.75);
  color: #000;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 26px;
  border-radius: 100px;
}
.newClientCSbtnb:hover {
    color: #000;
}

.newClientCSbtng {
  color: #fff;
  font-size: 14px;
  padding: 11px 22px;
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.newClientCSbtng:hover {
    color: #fff;
}
.newClientCSfooter {
  background: #0C0A09;
  padding: 48px 0 0;
}

.newClientCSfg2 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.newClientCSflr {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.newClientCSfls {
  width: 32px;
  height: 32px;
  background: #ff0000;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.newClientCSfln {
  font-weight: 800;
  font-size: 17px;
  color: #fff;
}

.newClientCSfp {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.32);
  line-height: 1.7;
  max-width: 200px;
  margin-bottom: 12px;
}

.newClientCSfsc {
  display: flex;
  gap: 7px;
}

.newClientCSfsb {
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.32);
  transition: 0.2s;
}

.newClientCSfsb:hover {
  background: #ff0000;
  color: #fff;
}

.newClientCSfcol h4 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 11px;
}

.newClientCSfcol ul {
  list-style: none;
}

.newClientCSfcol li {
  margin-bottom: 7px;
}

.newClientCSfcol a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.32);
  transition: 0.15s;
}

.newClientCSfcol a:hover {
  color: #fff;
}

.newClientCSfbot {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.22);
  flex-wrap: wrap;
  gap: 6px;
}

.newClientCSfbot a {
  color: rgba(255, 255, 255, 0.32);
}

.newClientCSwa {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  width: 52px;
  height: 52px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  animation: newClientCSbob 3s ease-in-out infinite;
}
.newViewAllBtn {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #ff0000;
    border: 1.5px solid #ff0000;
    padding: 7px 16px;
    border-radius: 100px;
}
.newViewAllBtn:hover {
    color: #ff0000;
}
.newClientCScontainer-cta {
    max-width: 992px;
    margin-inline: auto;
}
.newClientCSslbox-h3 {
    font-weight: 700;
    font-size: 22px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 13px;
}

.newClientCSrv-light {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
}

@keyframes newClientCSbob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}


@media (max-width: 992px) {
  /* .newClientCSlayout {
    grid-template-columns: 1fr;
  } */
  .newClientCSlayout {
    flex-direction: column;
    gap: 25px;
    padding: 40px 0 40px;
  }
  .newClientCSrelated {
    padding: 25px 0;
  }
  .newClientCSlayout main,
  .newClientCSsidebar {
    width: 100%;
  }
  .newClientCSsec {
    margin-bottom: 20px;
  }
  .newClientCSsidebar {
    position: static;
  }
  .newClientCShmet {
    grid-template-columns: repeat(3, 1fr);
  }
  .newClientCSfgrid {
    grid-template-columns: 1fr 1fr;
  }
  .newClientCSrsgrid {
    grid-template-columns: 1fr 1fr;
  }
  .newClientCScontainer-cta {
    max-width: 768px;
    padding-inline: 10px;
  }
}

@media (max-width: 768px) {
    .newClientCShero {
        padding-top: 25px;
    }
  .newClientCSnl {
    display: none;
  }
  .newClientCSpgrid {
    grid-template-columns: 1fr;
  }
  .newClientCSrgrid,
  .newClientCSdgrid {
    grid-template-columns: 1fr;
  }
  .newClientCShmet {
    grid-template-columns: repeat(2, 1fr);
  }
  .newClientCSfgrid {
    grid-template-columns: 1fr;
  }
  .newClientCSrsgrid {
    grid-template-columns: 1fr;
  }
  .newClientCSarch {
    flex-direction: column;
  }
  .newClientCSctabtns {
    flex-direction: column;
    align-items: center;
  }
  .newClientCShh1 {
    font-size: 32px;
  }
  .newClientCScta h2 {
    font-size: 30px;
  }
  .newClientCSastep,
  .newClientCSastep:first-child,
  .newClientCSastep:last-child {
    border-radius: 10px;
  }
  .newClientCSaarr {
    transform: rotate(90deg);
    height: max-content;
    width: max-content;
    margin-inline: auto;
    border: none;
  }
  .newClientCSjshd {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .newClientCSjsb {
    font-size: 12px;
  }
  .newClientCSh2 {
    font-size: 26px;
  }
  .newClientCStli .newClientCShcat {
    width: auto;
}
}