body{
    font-family: 'Manrope' sans-serif;
    margin: 0px;
    padding: 0px;
}

  /* Section background + spacing */
  .industry-section {
    background: linear-gradient(135deg,#0066FF1A,#7C3AED1A);
    padding: 60px 0;
  }

  /* Badge (pill) */
  .industry-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #2f67ff;
    background: #dbe8ff;
    border: 1px solid #c6dbff;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
  }

  /* Title */
  .industry-title {
    font-size: 3rem;
    line-height: 1.05;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 14px;
    line-height: 1.1;
  }

  /* Paragraph */
  .industry-text {
    max-width: 640px;
    font-size: 17px;
    line-height: 1.8;
    color: #5a6478;
    margin: 0;
  }

  /* Image card */
  .industry-image-wrap {
    background: rgba(255, 255, 255, 0.35);
    border-radius: 16px;
    padding: 10px;
  }

  .industry-image {
    width: 100%;
    max-height:300px;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
    display: block;
  }

.cta-btn-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 30px;
}

/* Talk to Our Experts (Primary Solid) */
.btn-talk {
    background-color: #007bff;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 6px;
    border: 2px solid #007bff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-talk:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 123, 255, 0.35);
    text-decoration: none;
}

  /* Responsive */
  @media (max-width: 991.98px) {
    .industry-title {
      font-size: 34px;
    }
    .industry-section {
      padding: 36px 0;
    }
  }

  @media (max-width: 575.98px) {
    .industry-title {
      font-size: 28px;
    }
    .industry-text {
      font-size: 13px;
    }
  }

  /* ======================================================== */

  .industry-cards-section{
    padding: 28px 0;
    font-family: "Inter", sans-serif;
  }

  .industry-card{
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
    height: 100%;
  }

  .industry-card:hover{
    background: linear-gradient(135deg,#EDE3FF,#AAF0FD);                 /* light blue highlight like screenshot */
    border-color: #bfe8ff;
  }

  .industry-card-media{
    position: relative;
    height: 170px;
    overflow: hidden;
    background: #f1f5f9;
  }

  .industry-card-media img{
    width: 382px;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* small icon badge overlapping image */
  .industry-icon{
    position: absolute;
    left: 18px;
    bottom: 16px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2f6cff;
    font-size: 15px;
  }

  .industry-card-body{
    padding: 26px 16px 16px;  /* top padding accounts for overlapping icon */
  }

  .industry-card-title{
    font-size: 22px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 8px;
    line-height: 32px;
    font-family: 'Manrope' sans-serif;
    
  }

  .industry-card-desc{
    font-size: 15px;
    line-height: 1.55;
    color: #4A5565;
    margin: 0 0 10px;
  }

  .industry-points{
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .industry-points li{
    position: relative;
    padding-left: 17px;
    font-size: 15px;
    line-height: 1.6;
    color: #364153;
    margin-bottom: 8px;
  }

  /* blue dot like screenshot */
  .industry-points li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1d4ed8;
  }

  /* make highlight card text look same */
  .industry-card.is-highlight .industry-card-desc{
    color: #334155;
  }

  @media (max-width: 575.98px){
    .industry-card-media{ height: 140px; }
  }

  /* =============================================== */

  .cta-industry {
  padding: 50px 0;
  background: linear-gradient(to bottom, #0066FF 0%, #7C3AED 100%);
}

.cta-box {
  max-width: 820px;
  margin: 0 auto;
  color: #ffffff;
}

.cta-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Manrope' sans-serif;
}

.cta-subtitle {
  font-size: 20px;
  color: #e0e7ff;
  margin-bottom: 20px;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Buttons */
.cta-btn-primary {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  color: #1f5cff;
  border-radius: 6px;
  border: none;
}

.cta-btn-secondary {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  border-width: 1px;
  color: #ffffff;
}

/* Hover effects */
.cta-btn-primary:hover {
  background: #f1f5ff;
  color: #1f5cff;
}

.cta-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

/* Responsive */
@media (max-width: 575.98px) {
  .cta-title {
    font-size: 22px;
  }

  .cta-subtitle {
    font-size: 12px;
  }
}
