body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #232938;
    color: white;
  }
  
  .hero-section {
    /* background-color: #232938; Dark background */
    padding: 80px 20px;
    text-align: center;
    height: 300px;
       background: url('../images/jjj\ \(1\).jpg') center/cover no-repeat;
  }
  
  .hero-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 15px;
    color: white;
  }
  .breadcrumb {
    font-size: 1rem;.
    color: #a0aec0;
    background: none !important;
  }
  
  .breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    margin-left: 42%;
  }
  
  .breadcrumb span {
    margin: 0 5px;
    color: #ccc;
  }
  
  .breadcrumb .current {
    font-weight: 600;
    color: #ffffff;
  }
  
  .services-overview {
  background: #f4f6fb;
  padding: 60px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.services-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 40px;
}

.tag {
  background: #e5ebf7;
  color: #495679;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.services-header h2 {
  flex: 1 1 45%;
  font-size: 2.2rem;
  color: #0e1b4d;
  margin: 0;
  font-weight: 700;
}

.services-header p {
  flex: 1 1 45%;
  font-size: 1rem;
  color: #61708a;
  line-height: 1.6;
  margin: 0;
}

.services-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  width: 100%;
  max-width: 350px;
  height: 400px;
  display: flex;
  align-items: end;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14, 27, 77, 0.9), rgba(14, 27, 77, 0.3));
  z-index: 1;
}

.card-content {
  position: absolute;
  z-index: 2;
  padding: 20px;
  color: white;
  text-align: left;
  left: 100px;
  top: 130px;
}

.icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.card-content h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.empower-section {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 60px 40px;
    max-width: 1200px;
    margin: auto;
    align-items: center;
  }
  
  .empower-content {
    flex: 1 1 45%;
  }
  
  .cta-button {
    background-color: #e6edf7;
    border: none;
    color: #1c2a5c;
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    cursor: pointer;
  }
  
  .empower-heading {
    font-size: 28px;
    color: #10193a;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  
  .empower-description {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.6;
  }
  
  .empower-image-container {
    flex: 1 1 45%;
    position: relative;
  }
  
  .main-image {
    width: 100%;
    border-radius: 30px 0 30px 0;
    object-fit: cover;
  }
  
  .image-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #1c2a5c;
    color: white;
    padding: 20px;
    border-radius: 20px 0 0 0;
    max-width: 80%;
    font-size: 14px;
    line-height: 1.4;
  }
  
  .badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: white;
    color: #1c2a5c;
    padding: 12px 20px;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
  }
  
  .badge .percent {
    font-size: 20px;
    color: #28c76f;
  }


  .platform-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 40px;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
  }
  
  .platform-left {
    flex: 1 1 45%;
  }
  
  .platform-title {
    font-size: 28px;
    color: #10193a;
    margin: 20px 0;
    line-height: 1.4;
  }
  
  .image-stack {
    position: relative;
    margin-top: 30px;
  }
  
  .main-img {
    width: 100%;
    border-radius: 60px 0 0 60px;
    object-fit: cover;
  }
  
  .overlay-img {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 200px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
  
  .platform-right {
    flex: 1 1 45%;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
  }
  
  .intro-text {
    margin-bottom: 35px;
    margin-top: 65px;
  }
  
  .feature-list {
    list-style: none;
    padding-left: 0;
  }
  
  .feature-list li {
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }
  
  .feature-list .icon {
    color: #f4b400;
    font-size: 18px;
    margin-top: 3px;
  }
  
  .cta-button {
    background-color: #e6edf7;
    border: none;
    color: #1c2a5c;
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    cursor: pointer;
  }

  .bpo-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
  }

  .bpo-text {
    flex: 1;
    min-width: 300px;
  }

  .bpo-text .tag {
    background: #eaf0ff;
    color: #243f80;
    font-size: 0.75rem;
    padding: 6px 14px;
    border-radius: 16px;
    display: inline-block;
    margin-bottom: 1rem;
    letter-spacing: 1px;
  }

  .bpo-text h2 {
    font-size: 2.5rem;
    color: #0f1c4d;
    margin-bottom: 1rem;
  }

  .bpo-text p {
    font-size: 1rem;
    color: #444;
    line-height: 1.7;
    max-width: 600px;
  }

  .bpo-image-container {
    flex: 1;
    min-width: 300px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bpo-image-container .main-img {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    border: 8px solid #f2f2f2;
  }

  .bpo-image-container .icon-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ff1f8e;
    border-radius: 50%;
    padding: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bpo-image-container .icon-badge img {
    width: 30px;
  }

  .bpo-image-container .stats-box {
    position: absolute;
    bottom: 0;
    left: 20%;
    transform: translateY(50%);
    background: white;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .stats-box img {
    width: 32px;
    height: 32px;
  }

  .stats-box .text {
    line-height: 1.2;
  }

  .stats-box .text .value {
    font-weight: bold;
    font-size: 1.2rem;
    color: #0f1c4d;
  }

  .stats-box .text .label {
    font-size: 0.9rem;
    color: #888;
  }

  @media screen and (max-width: 900px) {
    .bpo-section {
      flex-direction: column;
      text-align: center;
    }

    .bpo-image-container .stats-box {
      left: 50%;
      transform: translate(-50%, 50%);
    }

    .bpo-image-container .icon-badge {
      left: 50%;
    }
  }