 
 
 

.svbs {
  --sv-blue: #092f93;
  --sv-navy: #071e68;
  --sv-green: #28a745;
  color: #142557;
  background: #fff;
  font-family: Rubik, Arial, sans-serif;
}

.svbs * {
  box-sizing: border-box;
}

.svbs .svin {
  margin: 0 auto;
}

.svhr {
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.94) 30%, rgba(255,255,255,.28) 62%, rgba(255,255,255,.04) 100%),
    url("/images/slidernivo/slider_name/our-services.jpg") center 69% / cover no-repeat;
}

.svhc {
  width: 48%;
  max-width: 690px;
  padding: 64px 0 50px;
}

.svhc h1 {
  margin: 0 0 18px;
  color: var(--sv-blue);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.05;
}

.svhc > p {
  max-width: 540px;
  margin: 0;
  font-size: 19px;
  line-height: 1.65;
}

.svhg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 38px;
}

.svhg > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.svhg span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-bottom: 13px;
  border-radius: 50%;
  color: var(--sv-blue);
  background: #eef3ff;
}

.svhg svg {
  width: 38px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.svhg strong,
.svhg small {
  display: block;
}

.svhg strong {
  margin-bottom: 5px;
  color: #0d1f58;
  font-size: 15px;
}

.svhg small {
  font-size: 12px;
  line-height: 1.5;
}

.svhd {
  max-width: 850px;
  margin: 0 auto;
  padding: 58px 0 34px;
  text-align: center;
}

.svhd p,
.svdt > small {
  margin: 0 0 8px;
  color: var(--sv-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .07em;
}

.svhd h2 {
  margin: 0 0 12px;
  color: var(--sv-blue);
  font-size: clamp(30px, 3.2vw, 43px);
  line-height: 1.15;
}

.svhd span {
  font-size: 16px;
  line-height: 1.55;
}

.svgr {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.svcd {
  overflow: hidden;
  border: 1px solid #dce4f2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(9, 47, 147, .07);
  transition: transform .25s, box-shadow .25s;
}

.svcd:hover {
  box-shadow: 0 14px 32px rgba(9, 47, 147, .13);
  transform: translateY(-4px);
}

.svim {
  display: block;
  height: 225px;
  overflow: hidden;
}

.svim img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s;
}

.svcd:hover .svim img {
  transform: scale(1.035);
}

.svbd {
  position: relative;
  min-height: 275px;
  padding: 62px 20px 20px;
}

.svic {
  position: absolute;
  top: -50px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 6px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--sv-blue);
}

.svic svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.svic-2 { background: #153cb2; }
.svic-3 { background: #1a9e68; }
.svic-4 { background: #0a4a9e; }
.svic-5 { background: #e58b11; }
.svic-6 { background: #be278e; }

.svbd h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.35;
}

.svbd h3 a,
.svlr {
  color: var(--sv-blue);
  text-decoration: none;
}

.svbd p {
  margin: 0 0 18px;
  color: #5e6984;
  font-size: 14px;
  line-height: 1.6;
}

.svlr {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 14px;
  font-weight: 800;
}

.svlr span {
  margin-left: 8px;
}

.svdf {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 2fr);
  gap: 38px;
  margin-top: 50px;
  padding: 38px;
  border: 1px solid #dce5f5;
  border-radius: 14px;
  background: #f3f7ff;
}

.svdt {
  padding-right: 35px;
  border-right: 1px solid #d7e1f1;
}

.svdt h2 {
  margin: 8px 0 12px;
  color: var(--sv-blue);
  font-size: 30px;
  line-height: 1.2;
}

.svdt p {
  margin: 0 0 20px;
  line-height: 1.55;
}

.svdt a {
  display: inline-block;
  padding: 13px 20px;
  border-radius: 7px;
  color: #fff;
  background: var(--sv-blue);
  font-weight: 700;
  text-decoration: none;
}

.svdg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 24px;
}

.svdg > div {
  display: flex;
  gap: 13px;
}

.svdg > div > span {
  display: flex;
  flex: 0 0 80px;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: var(--sv-blue);
  background: #e3ecff;
  font-size: 20px;
  font-weight: 700;
}

.svdg p,
.svdg strong,
.svdg small {
  display: block;
  margin: 0;
}

.svdg strong {
  margin-bottom: 5px;
  color: var(--sv-blue);
  font-size: 14px;
}

.svdg small {
  font-size: 12px;
  line-height: 1.5;
}

.svct {
  min-height: 260px;
  margin: 42px 0 60px;
  padding: 48px;
  border-radius: 14px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4,28,105,.98), rgba(5,49,143,.78)),
    url("/images/slidernivo/slider_name/3-1.jpg") center 58% / cover no-repeat;
}

.svct > div {
  max-width: 650px;
}

.svct h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 36px;
}

.svct p {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.6;
}

.svct span {
  display: flex;
  gap: 14px;
}

.svct a {
  padding: 13px 21px;
  border: 1px solid #fff;
  border-radius: 7px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.svct a:first-child {
  border-color: var(--sv-green);
  background: var(--sv-green);
}

@media (max-width: 1100px) {
  .svhr {
    min-height: 500px;
  }
  .svhc {
    width: 60%;
  }
  .svgr {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .svdg {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .svhr {
    min-height: 0;
    background:
      linear-gradient(rgba(255,255,255,.88), rgba(255,255,255,.96)),
      url("/images/slidernivo/slider_name/3-1.jpg") 62% center / cover no-repeat;
  }
  .svhc {
    width: 100%;
    max-width: none;
    padding: 45px 0 40px;
  }
  .svhc > p {
    font-size: 17px;
  }
  .svhg {
    gap: 15px;
  }
  .svhd {
    padding: 42px 0 28px;
  }
  .svdf {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }
  .svdt {
    padding: 0 0 26px;
    border-right: 0;
    border-bottom: 1px solid #d7e1f1;
  }
  .svct {
    min-height: 0;
    padding: 35px 25px;
  }
  .svct h2 {
    font-size: 30px;
  }
}

@media (max-width: 520px) {
  .svhg {
    grid-template-columns: 1fr;
  }
  .svhg > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .svhg span {
    width: 44px;
    height: 44px;
    margin: 0 0 10px;
  }
  .svgr,
  .svdg {
    grid-template-columns: 1fr;
  }
  .svim {
    height: 230px;
  }
  .svct span {
    flex-direction: column;
  }
  .svct a {
    text-align: center;
  }
}
