  /* Main Container */
  .cards-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  /* Tabs inside container */
  .tabs-wrapper {
    z-index: 50;
    background: transparent;
    padding: 20px 0 10px;
    display: flex;
    /* justify-content: center; */
    width: 80%;
    position: absolute;
    top: 4%;
    left: 0%;
  }

  @media screen and (min-width: 1490px) {
    .tabs-wrapper {
      top: 14%;
    }
  }

  .leftCont {
    height: 100px;
  }

  .tabs {
    display: flex;
    gap: 20px;
    position: relative;
    max-width: 90%;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: none;
  }

  .tabs::-webkit-scrollbar {
    display: none;
  }

  .tab {
    position: relative;
    /* font-weight: bold; */
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    padding: 8px 12px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 6px;
    transition: background-color 0.2s;
  }



  .tab.active {
    color: #e11d48;
  }

  .tab.active::after {
    content: "";
    position: absolute;
    left: 12px;
    bottom: 0;
    width: calc(100% - 24px);
    height: 3px;
    background: #e11d48;
    border-radius: 2px;
  }

  /* Stack Section */
  .stack-section {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }

  @media (min-width: 768px) {
    .stack-section {
      width: 100%;
    }
  }

  /* Sticky Container */
  .stack-container {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Cards */
  .card {
    position: absolute;
    width: 95%;
    /* height: 70vh; */
    border-radius: 40px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: bold;
    overflow: hidden;
    transform: translateY(100vh);
    opacity: 0;
    padding: 20px;
  }

  .card::after {
    background: #fff !important;
  }

  @media (min-width: 768px) {
    .card {
      width: 100%;
      padding: 10px;
    }
  }

  /* Industry Card Styles */
  .industry-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
  }

  @media (min-width: 720px) {
    .industry-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      align-items: stretch;
    }
  }

  @media (min-width: 550px) and (max-width: 1024px) {
    .industry-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .industry-card {
    background: #fff;
    border-radius: 44px;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
    border: 1px solid #e5e7eb;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    /* height: 390px; */
  }

  .industry-card__top {
    padding: 32px 36px 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: #f3f4f6;
    position: relative;
    align-items: center;
  }

  .industry-card__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 14px;
  }

  .industry-card__title {
    margin: 0;
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    line-height: 1.25;
    font-weight: 700 !important;
    color: #111827;
  }

  .industry-card__icon {
    width: 70px;
    height: 70px;
    opacity: 1;
  }

  @media (max-width: 1366px) {
    .industry-card__title {
      font-size: 1.2rem
    }

    .industry-meta__label {
      font-size: 1rem;
    }

  }

  @media (max-width: 480px) {
    .industry-card__icon {
      width: 40px;
      height: 40px;
    }

    .industry-card__title {
      width: 100%;
    }
  }

  .industry-card__body {
    padding: 18px 36px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .industry-meta {
    display: grid;
    gap: 8px;
    max-width: 100%;
    margin-top: 10px;
  }

  @media (min-width:1440px) {
   .industry-meta{
margin-top: 30px;
   }
}

  @media (max-width: 480px) {
    .industry-meta {
      max-width: 100%;
    }
  }

  .industry-meta__label {
    font-weight: 600;
    font-size: clamp(0.9rem, 2vw, 1.2rem);
  }

  .industry-meta__label--danger {
    color: #e11d48;
  }

  .industry-meta__text {
    color: #6b7280;
    font-size: clamp(0.85rem, 1.8vw, 0.95rem);
  }

  .industry-cta {
    margin-top: auto;
    text-align: center;
  }



  .red_btn:hover {
    background-color: #c1123a;
  }

  /* Card Gradients */
  .industry-gradient--oilgas {
    background: linear-gradient(90deg, #FFF0F0 0%, #FCFAE0 100%);

  }

  .industry-gradient--mining {
    background: linear-gradient(90deg, #DAEDFC 0%, #D7FFE1 100%);

  }

  .industry-gradient--power {
    background: linear-gradient(90deg, #E3DCFF 0%, #FFF4EB 100%);
  }

  .industry-gradient--heavy {
    background: linear-gradient(90deg, #F2FFF0 0%, #E0E4FC 100%);

  }

  .industry-gradient--chem {
    background: linear-gradient(90deg, #FCF4DA 0%, #FFDDD7 100%);

  }

  .industry-gradient--infra {
    background: linear-gradient(90deg, #E7FFDF 0%, #F9EBFF 100%);
  }

  .industry-gradient--logistics {
    background: linear-gradient(90deg, #FFF1F0 0%, #FCE1E0 100%);

  }

  .industry-gradient--aviation {
    background: linear-gradient(90deg, #DAFCDF 0%, #D7DFFF 100%);

  }

  .industry-gradient--health {
    background: linear-gradient(90deg, #FFEDDC 0%, #F9EBFF 100%);
  }