
        .info-card {
          background: #fff;
          border: 1px solid #e5e7eb;
          border-radius: 18px;
          padding: 30px 17px;
          height: 100%;
          transition: all 0.3s ease;
          overflow: hidden;
        }



        .info-card:hover {
          border: 1px solid transparent;
          background:
            linear-gradient(white, white) padding-box,
            linear-gradient(90deg, #2563eb 0%, #8b5cf6 50%, #ef4444 100%) border-box;
        }



        .Who-we-are .icon-box {
          width: 52px;
          height: 52px;
          border-radius: 14px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 22px;
          margin-bottom: 24px;

          background: linear-gradient(135deg,
              rgba(37, 99, 235, 0.12),
              rgba(139, 92, 246, 0.12));

          color: #7c3aed;
        }

        .card-title {
          font-size: 30px;
          font-weight: 700;
          margin-bottom: 18px;
          color: #111827;
        }

        .card-text {
          font-size: 16px;
          line-height: 1.9;
          color: #6b7280;
        }

        .stats-section {
          margin-top: 70px;
        }

        .stat-card {
          padding: 10px 0;
        }

        .stat-number {
          font-size: 52px;
          font-weight: 600;
          letter-spacing: -2px;
          color: #111827;
          margin-bottom: 10px;
        }

        .stat-label {
          color: #6b7280;
          font-size: 15px;
          font-weight: 500;
        }

        @media(max-width: 767px) {
          .stat-number {
            font-size: 42px;
          }

          .stats-section .col-md-4 {
            margin: 0;
          }

          .Who-we-are {
            margin-top: 30px;
          }
        }
