.section-stockwise-full {
    background-color: #f5f5f5;
    background: rgba(243, 245, 252, 1);
	padding:100px 40px;
}
    .section-stockwise {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      text-align: center;
    }

    .section-stockwise .eyebrow {
         font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 6px;
        line-height: 28px;
      margin-bottom: 14px;
    }

    .section-stockwise .section-title {
      font-family: Biotif;
      font-weight: 600;
      font-style: SemiBold;
      font-size: 38px;
      line-height: 54px;
      letter-spacing: 0;
      text-align: center;
      margin: 0 0 10px 0;
      padding: 0;
    }

    .section-stockwise .section-subtitle {
        font-size: 16px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.80);
        line-height: 29px;
        margin: 0;
        text-align: center;
      max-width: 580px;
      margin: 0 auto 35px;
    }

    .section-stockwise .cards-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }

    .section-stockwise .card-wrap {
    padding: 2px 2px 0;
    display: flex;
    flex-direction: column;
    background: rgba(225, 233, 252, 1);
    border-radius: 16px;
    }

    .section-stockwise .card-label {
    padding: 13px 20px;
    text-align: center;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.004em;
    text-align: center;
    text-transform: uppercase;
    color: rgba(31, 64, 140, 1);
    }

    .section-stockwise .card {
     box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
	 border-radius:16px;
	 background-color:#ffffff;
      overflow: hidden;
      flex: 1;
      display: flex;
      flex-direction: column;
      padding: 30px;
    }

    .section-stockwise .card-image {
      width: 100%;
      aspect-ratio: 16/9;
      object-fit: cover;
      display: block;
      border-radius: 0;
    }

    /* Placeholder image using gradient */
    .section-stockwise .card-image-placeholder {
      width: 100%;
      max-height:250px;
      border-radius:16px;
      overflow:hidden;
    }
.section-stockwise .card-image-placeholder img {
     border-radius:16px;
      width:100%;
      height:100%;
}
    .section-stockwise .img-overlay {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .section-stockwise .img-ui-badge {
      background: rgba(255,255,255,0.92);
      border-radius: 10px;
      padding: 8px 14px;
      font-size: 12px;
      font-weight: 600;
      color: #1a56db;
      box-shadow: 0 4px 14px rgba(0,0,0,0.12);
      backdrop-filter: blur(6px);
    }

    .section-stockwise .warehouse-icon {
      font-size: 72px;
      opacity: 0.25;
      user-select: none;
    }

    .section-stockwise .card-body {
      padding: 28px 0px 0;
      flex: 1;
    }

    .section-stockwise .card-title {
        font-family: Biotif;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.01em;
    margin-bottom: 18px;
    text-align: left;
    margin: 0 0 19px 0;
    }
  
  .section-stockwise .card-des p{
       font-family: Inter;
		font-weight: 400;
		font-size: 15px;
		line-height: 25px;
		letter-spacing: 0;
        text-align: left;
        color: rgba(0, 0, 0, 0.8);
    }
    .section-stockwise .card-detail {
      margin-bottom: 14px;
    }

    .section-stockwise .card-detail b {
     color: #000;
    font-weight: 600;
    }

    .section-stockwise .card-stats {
      display: flex;
     gap: 0;
     margin-top: 12px;
     border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .section-stockwise .stat {
     flex: 1;
     padding: 26px 16px 1px;
     text-align: center;
    }


    .section-stockwise .stat-value {
    margin-bottom: 5px;
    font-family: Biotif;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
    margin-bottom: 5px;
    color: #212529;

    }

    .section-stockwise .stat-label {
        font-family: Biotif;
		font-weight: 400;
		font-size: 15px;
		line-height: 25px;
		letter-spacing: 0;
    }

    /* Responsive */
    @media (max-width: 1024px) {
      .section-stockwise .cards-grid {
        grid-template-columns: 1fr;
      }
      .section-stockwise .section-title {
        font-size: 1.8rem;
      }
      .section-stockwise .card-body {
        padding: 22px 20px 0;
      }
       .section-stockwise .card {
           padding: 20px;
         }
      .section-stockwise-full {
         padding: 80px 20px;
       }
    }

    @media (max-width:767px) {
      .section-stockwise .card {
           padding: 15px;
         }
      .section-stockwise-full {
         padding: 60px 15px;
       }
      .section-stockwise .card-body { padding: 18px 16px 0; }
      .section-stockwise .stat { padding: 18px 10px 20px; }
    }
