* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, sans-serif;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
  color: #ffffff;
  min-height: 100vh;
}
.container222 {
  margin: 0 auto;
  /* padding-top:70px; */
}

.hero-section1{
  position: relative;
  padding: 80px 60px 100px 60px;
  background:
    linear-gradient(
      135deg,
      rgba(10, 10, 10, 0.85) 0%,
      rgba(26, 26, 46, 0.85) 100%
    ),
    url("../images/uktbc.png")
      center/cover no-repeat;
  /* border-radius: 20px; */
  margin-bottom: 60px;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #6450c8, #c850c8) 1;
  min-height: 650px;
}
.hero-section2{
  position: relative;
  padding: 80px 60px 100px 60px;
  background:
    linear-gradient(
      135deg,
      rgba(10, 10, 10, 0.85) 0%,
      rgba(26, 26, 46, 0.85) 100%
    ),
    url("../images/jagbandhu.png")
      center/cover no-repeat;
  /* border-radius: 20px; */
  margin-bottom: 60px;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #6450c8, #c850c8) 1;
  min-height: 650px;
}
.hero-section3{
  position: relative;
  padding: 80px 60px 100px 60px;
  background:
    linear-gradient(
      135deg,
      rgba(10, 10, 10, 0.85) 0%,
      rgba(26, 26, 46, 0.85) 100%
    ),
    url("../images/nehwe.png")
      center/cover no-repeat;
  /* border-radius: 20px; */
  margin-bottom: 60px;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #6450c8, #c850c8) 1;
  min-height: 650px;
}
.hero-section4{
  position: relative;
  padding: 80px 60px 100px 60px;
  background:
    linear-gradient(
      135deg,
      rgba(10, 10, 10, 0.85) 0%,
      rgba(26, 26, 46, 0.85) 100%
    ),
    url("../images/businessWebSolutions.png")
      center/cover no-repeat;
  /* border-radius: 20px; */
  margin-bottom: 60px;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #6450c8, #c850c8) 1;
  min-height: 650px;
}
.hero-section5{
  position: relative;
  padding: 80px 60px 100px 60px;
  background:
    linear-gradient(
      135deg,
      rgba(10, 10, 10, 0.85) 0%,
      rgba(26, 26, 46, 0.85) 100%
    ),
    url("../images/covid.png")
      center/cover no-repeat;
  /* border-radius: 20px; */
  margin-bottom: 60px;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #6450c8, #c850c8) 1;
  min-height: 650px;
}
.hero-section6{
  position: relative;
  padding: 80px 60px 100px 60px;
  background:
    linear-gradient(
      135deg,
      rgba(10, 10, 10, 0.85) 0%,
      rgba(26, 26, 46, 0.85) 100%
    ),
    url("../images/cms.png")
      center/cover no-repeat;
  /* border-radius: 20px; */
  margin-bottom: 60px;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #6450c8, #c850c8) 1;
  min-height: 650px;
}
.padded-section {
  padding: 0px 350px 0px 350px;
}
.back-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  position: absolute;
  top: 30px;
  left: 30px;
  backdrop-filter: blur(10px);
}
.back-button:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(-5px);
}
.hero-content {
  text-align: left;
  max-width: 700px;
  margin-top: 250px;
  margin-left: 300px;
}
.project-badge {
  display: inline-block;
  background: linear-gradient(135deg, #6450c8, #c850c8);
  color: white;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 12px;
}
.hero-section h1 {
  font-size: 42px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #ffffff, #c850c8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: left;
}
.hero-section p {
  font-size: 16px;
  color: #d0d0d0;
  line-height: 1.5;
  text-align: left;
}

.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-bottom: 60px;
}

.info-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 24px;
  transition: all 0.3s ease;
}

.info-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
}

.info-card-icon {
  font-size: 28px;
  margin-bottom: 12px;
}

.info-card-label {
  font-size: 13px;
  color: #888;
  margin-bottom: 6px;
}

.info-card-value {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.section1 {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;
}
.challenges-solutions{
  margin-bottom: 40px;
}
.section-title {
  font-size: 24px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 0;
}

.section-title.with-border {
  padding-left: 15px;
  border-left: 4px solid #c850c8;
}

.section-title-icon {
  font-size: 20px;
  color: #6450c8;
  font-weight: bold;
}

.overview-text {
  font-size: 16px;
  line-height: 1.8;
  color: #d0d0d0;
}

.tech-stack {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.tech-category {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.tech-category-title {
  font-size: 13px;
  color: #888;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tech-tag {
  background: linear-gradient(
    135deg,
    rgba(100, 80, 200, 0.2),
    rgba(200, 80, 200, 0.2)
  );
  border: 1px solid rgba(200, 80, 200, 0.4);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tech-tag:hover {
  background: linear-gradient(
    135deg,
    rgba(100, 80, 200, 0.4),
    rgba(200, 80, 200, 0.4)
  );
  border-color: rgba(200, 80, 200, 0.8);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(200, 80, 200, 0.3);
}

.two-column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 30px;
}

.challenge-solution-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 30px;
}

.challenge-box {
  border-color: rgba(255, 107, 157, 0.3);
}

.solution-box {
  border-color: rgba(74, 158, 255, 0.3);
}

.box-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  margin-bottom: 20px;
}

.box-icon {
  font-size: 24px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.challenge-box .box-icon {
  color: #ff6b9d;
  background: rgba(255, 107, 157, 0.15);
  border: 2px solid #ff6b9d;
}

.solution-box .box-icon {
  color: #4a9eff;
  background: rgba(74, 158, 255, 0.15);
  border: 2px solid #4a9eff;
}

.list-item {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  line-height: 1.6;
  color: #d0d0d0;
}

.list-item::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 20px;
}

.challenge-box .list-item::before {
  color: #ff6b9d;
}

.solution-box .list-item::before {
  color: #4a9eff;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.outcome-card {
  background: linear-gradient(
    135deg,
    rgba(100, 80, 200, 0.1),
    rgba(200, 80, 200, 0.1)
  );
  border: 1px solid rgba(200, 80, 200, 0.3);
  border-radius: 15px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.outcome-icon {
  font-size: 24px;
  color: #c850c8;
}

.outcome-text {
  font-size: 15px;
  line-height: 1.5;
}

.view-more-button {
  display: inline-block;
  background: linear-gradient(135deg, #6450c8, #c850c8);
  color: white;
  padding: 15px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin-top: 40px;
  transition: all 0.3s ease;
  text-align: center;
}

.view-more-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(200, 80, 200, 0.4);
}

.button-container {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }

  .hero-section {
    padding: 60px 30px 80px 30px;
    min-height: 350px;
  }

  .back-button {
    top: 20px;
    left: 20px;
  }

  .hero-content {
    margin-top: 40px;
  }

  .hero-section h1 {
    font-size: 28px;
  }

  .hero-section p {
    font-size: 14px;
  }

  .tech-stack {
    grid-template-columns: 1fr;
  }

  .two-column-grid {
    grid-template-columns: 1fr;
  }

  .info-cards {
    grid-template-columns: 1fr;
  }

  .outcomes-grid {
    grid-template-columns: 1fr;
  }
}
/* ===============================
   Namespace Scroll To Top Button
   =============================== */

.ns-scrolltop-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;

  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;

  background: linear-gradient(
    90deg,
    var(--primary-blue),
    var(--primary-pink)
  );

  color: #ffffff;
  font-size: 1.2rem;
  cursor: pointer;
  /* box-shadow: 0 5px 20px rgba(139, 92, 246, 0.4); */
  z-index: 1100;

  /* hidden state */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);

  transition:
    opacity 0.3s ease,
    transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
    visibility 0.3s ease;
}
/* revealed state */
.ns-scrolltop-btn.ns-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* hover effect */
.ns-scrolltop-btn:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 10px 30px rgba(139, 92, 246, 0.6); */
}
