html {
  scroll-behavior: smooth;
}
.banner{
  margin-top: 100px;
}


.textGradient {
  background-image: linear-gradient(270deg, #1072ef, #0f58e5);
  padding: 5px 10px;
  text-shadow: none;
  line-height: 50px;
}

/* services */

.services .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
  color: white;
}

.services .title h1 {
  font-size: 35px;
  max-width: 100%;
  padding: 10px 100px;
}

:root {
  --c1: #0f58e5; 
  --c2: #1071ef; 
  --ring: rgba(16, 113, 239, 0.25);
}
.service-card {
  background: #fff;

  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-width: 420px; 
  height: 270px; 
  margin: 0 auto; 
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.service-icon {
  width: 180px;
  height: 180px;
  padding: 14px;
}

.service-pill {
  font-weight: 600;
  line-height: 1.4;
  padding: 14px 18px;
  border-radius: 14px;
  border: 2px solid #1071ef;
  color: #0b3ca8;
  font-size: 15px;
}

@media (min-width: 992px) {
  .service-card {
    height: 300px;
    max-width: 400px;
  }
}

.about .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

.about .title .title-bg {
  background-color: #fff;
  padding: 10px 100px;

  display: inline-block;
}

.about .title h1 {
  font-size: 35px;
  font-weight: 800;
  margin: 0;
  background: linear-gradient(90deg, #0f58e5, #1071ef);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-body {
  max-width: 85%;
  display: flex;
  flex-direction: column;
  margin: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 20px;
}

.socials {
  margin-top: 100px !important;
  display: flex;
  flex-direction: row;
  margin: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 30px;
}

.socials img {
  margin: 0 20px;
  max-width: 24px;
  max-height: 24px;
  border-radius: 50px;

  background-color: white;
  padding: 5px;
}

.socials img:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.cards {
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 30px;
}


.carusel-text{

  text-shadow: 4px 4px 2px rgba(0,0,0,0.5);
}
