body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  background-color: #0e0e0e;
  color: #fff;
}

.product {
  font-size: 100px;
}
/* .scroll-btn {
  background: transparent;
  border: 1px solid #0b0f19;
  color: white;
  padding: 12px 25px;
  border-radius: 30px;
  transition: 0.3s;
} */

.unified {
  margin-top: 8rem;
  margin-bottom: 5rem;
}

.font-color {
  color: #cccccc;
  font-size: 20px;
}
.scroll {
  background: none;
  color: #a8a8a8;
  border: none;
  margin-top: 80px !important;
  font-size: 16px;
  padding-top: 40px !important;
}

.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;
}

/* challenges sec */
.challenge-section {
  color: white;
  margin-bottom: 5rem;
}

.challenge-img {
  border-radius: 25px;
  width: 90%;
}

.challenge-label {
  color: #32a8ef;
  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: #32a8ef;
  letter-spacing: 3px;
  font-size: 18px;
  margin-bottom: 25px;
}

.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: 50px;
}

.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: 36px;
  line-height: 1.5;
  color: #bbbdbe;
  margin-left: 1px;
}

/* Technology sec */

.implementation-section {
  color: white;
  margin-bottom: 5rem;
}

.section-label {
  color: #32a8ef;
  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;
  font-weight: 300;
}
.blog-img {
  border-radius: 20px;
  height: 100%;
  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;
}

.read-more {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
}

.read-more:hover {
  color: white;
}

.Accelerate {
  font-family: "poppins";
  font-weight: 250;
  font-style: thin;
  letter-spacing: 1px;
  margin-top: 40px;
  color: rgb(191, 188, 182);
  /* font-family: "Poppins" sans-serif; */
}
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 */
/* ================= FIX RESPONSIVE ONLY ================= */

/* 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: 40px;
  }

  .solution-img {
    width: 80%;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .product {
    font-size: 50px;
  }

  /* 🔥 MOST IMPORTANT FIX */
  .solution-list li,
  .implementation-list li {
    margin-left: 0 !important;
  }

  .challenge-list li,
  .solution-list li,
  .technology-list li {
    font-size: 20px;
    margin: 10px 0;
  }

  .implementation-list li {
    font-size: 22px;
  }

  /* IMAGE FIX */
  .challenge-img,
  .technology-img,
  .solution-img {
    width: 100%;
    height: auto;
  }

  .blog-title {
    font-size: 32px;
  }

  .blog-desc {
    font-size: 16px;
    margin-top: 20px;
  }

  .scroll {
    margin-top: 40px !important;
    padding-top: 20px !important;
  }
  .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-list li,
  .solution-list li,
  .technology-list li {
    font-size: 18px;
  }

  .implementation-list li {
    font-size: 20px;
  }

  .case-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}
