@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

.main-head {
  /* max-width: 1250px; */
  /* padding: 29px; */
  text-align: justify;
  margin: 0 auto;
  box-sizing: border-box;
}

.heading p {
  margin-top: 20px;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 80%;
  justify-content: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
}

.main-paragraph {
  margin-top: 15%;
}

.sub-h {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}



.sub-h p {
  margin: 0 auto;
  font-size: 1.3rem;
  font-weight: 400;
  margin-left: 20px;
}

.sub-h h3{
  
}

.sub-heading {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
  margin: 0 auto;
  /* padding: 15px; */
  margin-left: 35px;
  justify-content: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
}

.sub-heading h3 {
  list-style-type: disc;
  border: 2px solid yellow;
}

.sub-h h3::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #e2901e;
  margin-right: 15px;
  border-radius: 100%;

}

.banner-img img {
  width: 100%;
  height: 50vh;
}


.why-heads{
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  gap: 25px;
}

.row-box {
  display: flex;
  gap: 35px;
}

.box1 {
  flex: 1;
}

.box1 {
  padding: 14px;
  background-color: #f0f0f0;
  border-radius: 10px;
  box-shadow: 5px 10px 18px #888888;

}

.box1 h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
}

.box1 i {
  font-size: 24px;
}

/* Colorful icons */
.box1 i.fa-flask {
  color: #007bff;
  /* Blue */
}

.box1 i.fa-certificate {
  color: #28a745;
  /* Green */
}

.box1 i.fa-microscope {
  color: #ffc107;
  /* Yellow */
}

.box1 i.fa-clipboard-list {
  color: #dc3545;
  /* Red */
}

.box1 i.fa-cogs {
  color: #6610f2;
  /* Purple */
}

.box1 i.fa-stopwatch {
  color: #17a2b8;
  /* Teal */
}

.box1 i.fa-chart-line {
  color: #007bff;
  /* Blue */
}

.box1 i.fa-leaf {
  color: #28a745;
  /* Green */
}

.type-li li {
  list-style-type: disc;
  line-height: 1.5;
  font-size: 1.3rem;
  /* color: #000000; */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;

}

.box1 p {
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
}

.heading-why {
  text-align: center;
  font-size: 24px;
}

/* For screens smaller than 576px (e.g., phones) */
@media (max-width: 575.98px) {
  .why-head {
    padding: 10px;
  }

  .box1 {
    margin-bottom: 20px;
  }

  .type-li {
    padding-left: 20px;
  }
}

/* For screens between 576px and 991.98px (e.g., tablets) */
@media (min-width: 576px) and (max-width: 991.98px) {
  .why-head {
    /* display: none; */
    padding: 20px;
  }

  .box1 {
    margin-bottom: 30px;
  }

  .type-li {
    padding-left: 30px;
  }
}

/* For screens larger than 992px (e.g., laptops and desktops) */
@media (min-width: 992px) {
  .why-head {
    padding: 30px;
  }

  .box1 {
    margin-bottom: 40px;
  }

  .type-li {
    padding-left: 40px;
  }
}

.banner-img-svc {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.banner-img-svc img {
  object-fit:fill ;
  opacity: 0.5;
  width: 100%;
  height: 60vh;
  display: block;
}

.overlap-svc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 10px;
}

.text-svc {
  -webkit-text-stroke: 1px rgb(255, 255, 255);
  color: rgb(19, 19, 207);
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.2;
}
