* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;

  font-family: "Poppins", sans-serif;
  background-color: #0e0e0e;
  color: #fff;
}

.product {
  font-size: 96px;
}
.spancolor {
  color: #33aaf0;
}
/* .scroll {
  background: transparent;
  border: 1px solid #0b0f19;
  color: white;
  padding: 12px 25px;
  border-radius: 30px;
  transition: 0.3s;
} */
.scroll {
  background: none;
  color: #a8a8a8;
  border: none;
  margin-top: 80px !important;
  font-size: 16px;
  padding-top: 40px !important;
}
.unified {
  margin-top: 8rem;
  margin-bottom: 6rem;
}
.font-color {
  color: #cccccc;
  font-size: 20px;
}
.demo-btn {
  position: relative;
  background: transparent;
  border: 1px solid #b8babc;
  padding: 18px 40px;
  border-radius: 35px;
  color: white;
  font-size: 18px;
  transition: 0.3s ease;
  overflow: hidden;
  z-index: 1;
}

.demo-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgb(22, 174, 239);
  z-index: -1;
  transition: 0.9s ease;
  border-radius: 30px;
}
/* Hover effect */
.demo-btn:hover::before {
  width: 100%;
}

/* Text color change */
.demo-btn:hover {
  color: #000;
}
/* .demo-btn {
  background: transparent;
  border: 1px solid #b8babc;
  padding: 18px 40px;
  border-radius: 35px;
  color: white;
  font-size: 20px;
} */
/* challenges sec */
.challenge-section {
  color: white;
  margin-bottom: 5rem;
}

.challenge-img {
  border-radius: 25px;
  width: 90%;
}

.challenge-label {
  color: #3da2ff;
  letter-spacing: 3px;
  font-size: 18px;
  margin-bottom: 20px;
}

.challenge-list {
  list-style: disc;
  padding-left: 20px;
  color: #cccccc !important;
}

.challenge-list li {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
  color: #bbbdbe;
  margin: 20px;
}
/* challenges sec */

/* solutions sec */
.solution-section {
  color: white;
  margin-bottom: 5rem;
}

.solution-label {
  color: #3da2ff;
  letter-spacing: 3px;
  font-size: 18px;
  margin-bottom: 25px;
  margin-left: 4rem;
}

.solution-list {
  list-style: disc;
  padding-left: 20px;
}

.solution-list li {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
  color: #bbbdbe;
  margin-left: 7rem;
}

.solution-img {
  border-radius: 30px;
  width: 55%;
}
/* solutions sec */
/* Technology sec */
.technology-img {
  border-radius: 25px;
  width: 90%;
  height: 90vh;
}
.technology-list li {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
  color: #bbbdbe;
  margin-left: 1px;
}

/* Technology sec */

.implementation-section {
  color: white;
}

.section-label {
  color: #3da2ff;
  letter-spacing: 3px;
  font-size: 18px;
  margin-bottom: 25px;
}

.implementation-list {
  padding-left: 20px;
}

.implementation-list li {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 18px;
  color: #bbbdbe;
  margin-left: 50px;
}
.blog-img {
  border-radius: 20px;
  height: 90%;
  object-fit: cover;
}

.blog-title {
  font-size: 58px;
  font-weight: 300;
  line-height: 1.1;
}
.blog-title1 {
  font-size: 64px;
  font-weight: 300;
  line-height: 1.1;
}

.blog-desc {
  color: #9b9b9b;
  font-size: 18px;
  margin-top: 40px;
  /* max-width: 520px; */
}

.blog-meta {
  color: #ffffff;
}
.date {
  font-size: 20px;
}
.tag {
  position: relative;
  border: 1px solid #555;
  padding: 5px 18px;
  border-radius: 20px;
  font-size: 20px;
  transition: 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgb(22, 174, 239);
  z-index: -1;
  transition: 0.9s ease;
  border-radius: 30px;
}
/* Hover effect */
.tag:hover::before {
  width: 100%;
}

/* Text color change */
.tag:hover {
  color: #000;
}

/* .tag {
  border: 1px solid #555;
  padding: 5px 18px;
  border-radius: 20px;
  font-size: 20px;
} */

.read-more {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
}

.read-more:hover {
  color: white;
}

.Accelerate {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
  margin-top: 40px;
  color: rgb(191, 188, 182);
}
hr {
  border: none;
  border-top: 1px solid rgb(190, 187, 187);
  margin: 20px 0;
}
/* case-btn start */
.case-btn {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #bfbcb6;
  border: 1px solid #6c757d;
  background: transparent;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 9rem;
}

.case-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgb(22, 174, 239);
  z-index: -1;
  transition: 0.9s ease;
  border-radius: 30px;
}
/* Hover effect */
.case-btn:hover::before {
  width: 100%;
}

/* Text color change */
.case-btn:hover {
  color: #000;
}
/* case-btn end */
/* ===================== TABLET ===================== */
@media (max-width: 992px) {
  .product {
    font-size: 70px;
  }

  .challenge-list li,
  .solution-list li,
  .technology-list li {
    font-size: 26px;
  }

  .implementation-list li {
    font-size: 30px;
  }

  .blog-title {
    font-size: 42px;
  }

  .solution-img {
    width: 75%;
  }

  .technology-img {
    height: auto;
    width: 100%;
  }
}

/* ===================== MOBILE ===================== */
@media (max-width: 768px) {
  .product {
    font-size: 50px;
    /* text-align: center; */
  }

  .scroll-btn {
    padding: 10px 20px;
    font-size: 16px;
  }

  .demo-btn {
    padding: 12px 25px;
    font-size: 16px;
  }

  .challenge-img,
  .solution-img,
  .technology-img {
    width: 100%;
  }

  .challenge-list li,
  .solution-list li,
  .technology-list li {
    font-size: 20px;
    margin-left: 0;
  }

  .implementation-list li {
    font-size: 22px;
    margin-left: 0;
  }

  .blog-title {
    font-size: 34px;
  }

  .blog-desc {
    font-size: 16px;
  }

  .date,
  .tag,
  .read-more {
    font-size: 16px;
  }

  .blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* line break allow karega */
    gap: 8px;
  }

  .date {
    font-size: 14px;
  }

  .tag {
    font-size: 14px;
    padding: 4px 12px;
  }

  .read-more {
    font-size: 14px;
    margin-left: 0; /* ❌ desktop wala right push hata diya */
  }
  .blog-title1 {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.1;
  }
  .mobile-hide {
    display: none;
  }
}
/* ===================== SMALL MOBILE ===================== */
@media (max-width: 480px) {
  .product {
    font-size: 36px;
  }

  .blog-title {
    font-size: 26px;
  }

  .challenge-label,
  .solution-label,
  .section-label {
    font-size: 16px;
  }

  .challenge-list li,
  .solution-list li,
  .technology-list li {
    font-size: 18px;
  }

  .implementation-list li {
    font-size: 18px;
  }

  .case-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}
